Comparison results for https://github.com/rsoesemann/app-setup.git

pmd7_2 took 21 seconds to run and found 10000 violations

pmd7_3 took 26 seconds to run and found 10000 violations

Among the 10000 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /force-app/main/default/classes/Api.cls 1 21 41 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1 /force-app/main/default/classes/Api.cls 1 21 41 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2 /force-app/main/default/classes/Api.cls 5 12 7 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2 /force-app/main/default/classes/Api.cls 5 12 7 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3 /force-app/main/default/classes/Api.cls 12 12 14 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3 /force-app/main/default/classes/Api.cls 12 12 14 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /force-app/main/default/classes/Api.cls 32 16 34 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /force-app/main/default/classes/Api.cls 32 16 34 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /force-app/main/default/classes/Api.cls 32 16 34 10 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
5 /force-app/main/default/classes/Api.cls 32 16 34 10 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
6 /force-app/main/default/classes/BatchSetupStep.cls 1 17 61 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6 /force-app/main/default/classes/BatchSetupStep.cls 1 17 61 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7 /force-app/main/default/classes/MdApiMock.cls 4 12 13 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7 /force-app/main/default/classes/MdApiMock.cls 4 12 13 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8 /force-app/main/default/classes/MdApiMock.cls 4 12 13 6 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
8 /force-app/main/default/classes/MdApiMock.cls 4 12 13 6 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
9 /force-app/main/default/classes/MetadataService.cls 31 8 13536 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9 /force-app/main/default/classes/MetadataService.cls 31 8 13536 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
10 /force-app/main/default/classes/MetadataService.cls 31 8 13536 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.
10 /force-app/main/default/classes/MetadataService.cls 31 8 13536 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.
11 /force-app/main/default/classes/MetadataService.cls 31 8 13536 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,212
11 /force-app/main/default/classes/MetadataService.cls 31 8 13536 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,212
12 /force-app/main/default/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]*'
12 /force-app/main/default/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]*'
13 /force-app/main/default/classes/MetadataService.cls 35 9 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
13 /force-app/main/default/classes/MetadataService.cls 35 9 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
14 /force-app/main/default/classes/MetadataService.cls 38 20 38 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
14 /force-app/main/default/classes/MetadataService.cls 38 20 38 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
15 /force-app/main/default/classes/MetadataService.cls 39 20 39 89 pmd 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]*'
15 /force-app/main/default/classes/MetadataService.cls 39 20 39 89 pmd 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]*'
16 /force-app/main/default/classes/MetadataService.cls 40 20 40 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
16 /force-app/main/default/classes/MetadataService.cls 40 20 40 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
17 /force-app/main/default/classes/MetadataService.cls 41 20 41 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]*'
17 /force-app/main/default/classes/MetadataService.cls 41 20 41 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]*'
18 /force-app/main/default/classes/MetadataService.cls 43 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
18 /force-app/main/default/classes/MetadataService.cls 43 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
19 /force-app/main/default/classes/MetadataService.cls 47 20 47 103 pmd 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]*'
19 /force-app/main/default/classes/MetadataService.cls 47 20 47 103 pmd 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]*'
20 /force-app/main/default/classes/MetadataService.cls 48 20 48 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
20 /force-app/main/default/classes/MetadataService.cls 48 20 48 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
21 /force-app/main/default/classes/MetadataService.cls 49 20 49 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
21 /force-app/main/default/classes/MetadataService.cls 49 20 49 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
22 /force-app/main/default/classes/MetadataService.cls 50 20 50 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
22 /force-app/main/default/classes/MetadataService.cls 50 20 50 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
23 /force-app/main/default/classes/MetadataService.cls 51 20 51 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]*'
23 /force-app/main/default/classes/MetadataService.cls 51 20 51 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]*'
24 /force-app/main/default/classes/MetadataService.cls 53 9 82 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
24 /force-app/main/default/classes/MetadataService.cls 53 9 82 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
25 /force-app/main/default/classes/MetadataService.cls 53 9 82 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
25 /force-app/main/default/classes/MetadataService.cls 53 9 82 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
26 /force-app/main/default/classes/MetadataService.cls 56 20 56 97 pmd 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]*'
26 /force-app/main/default/classes/MetadataService.cls 56 20 56 97 pmd 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]*'
27 /force-app/main/default/classes/MetadataService.cls 68 20 68 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 'brandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
27 /force-app/main/default/classes/MetadataService.cls 68 20 68 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 'brandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
28 /force-app/main/default/classes/MetadataService.cls 69 20 69 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 'connectionTimeoutDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
28 /force-app/main/default/classes/MetadataService.cls 69 20 69 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 'connectionTimeoutDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
29 /force-app/main/default/classes/MetadataService.cls 70 20 70 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 'connectionWarningDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
29 /force-app/main/default/classes/MetadataService.cls 70 20 70 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 'connectionWarningDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
30 /force-app/main/default/classes/MetadataService.cls 71 20 71 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 'displayQueuePosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
30 /force-app/main/default/classes/MetadataService.cls 71 20 71 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 'displayQueuePosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
31 /force-app/main/default/classes/MetadataService.cls 72 20 72 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 'domainWhiteList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
31 /force-app/main/default/classes/MetadataService.cls 72 20 72 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 'domainWhiteList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
32 /force-app/main/default/classes/MetadataService.cls 73 20 73 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 'enablePrechatApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
32 /force-app/main/default/classes/MetadataService.cls 73 20 73 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 'enablePrechatApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
33 /force-app/main/default/classes/MetadataService.cls 74 20 74 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 'enableTranscriptSave_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
33 /force-app/main/default/classes/MetadataService.cls 74 20 74 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 'enableTranscriptSave_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
34 /force-app/main/default/classes/MetadataService.cls 75 20 75 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
34 /force-app/main/default/classes/MetadataService.cls 75 20 75 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
35 /force-app/main/default/classes/MetadataService.cls 76 20 76 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 'mobileBrandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
35 /force-app/main/default/classes/MetadataService.cls 76 20 76 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 'mobileBrandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
36 /force-app/main/default/classes/MetadataService.cls 77 20 77 89 pmd 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]*'
36 /force-app/main/default/classes/MetadataService.cls 77 20 77 89 pmd 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]*'
37 /force-app/main/default/classes/MetadataService.cls 78 20 78 103 pmd 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]*'
37 /force-app/main/default/classes/MetadataService.cls 78 20 78 103 pmd 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]*'
38 /force-app/main/default/classes/MetadataService.cls 79 20 79 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
38 /force-app/main/default/classes/MetadataService.cls 79 20 79 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
39 /force-app/main/default/classes/MetadataService.cls 80 20 80 60 pmd FieldNamingConventions 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]*'
39 /force-app/main/default/classes/MetadataService.cls 80 20 80 60 pmd FieldNamingConventions 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]*'
40 /force-app/main/default/classes/MetadataService.cls 81 20 81 275 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
40 /force-app/main/default/classes/MetadataService.cls 81 20 81 275 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
41 /force-app/main/default/classes/MetadataService.cls 83 9 98 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
41 /force-app/main/default/classes/MetadataService.cls 83 9 98 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
42 /force-app/main/default/classes/MetadataService.cls 90 20 90 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
42 /force-app/main/default/classes/MetadataService.cls 90 20 90 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
43 /force-app/main/default/classes/MetadataService.cls 91 20 91 109 pmd 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]*'
43 /force-app/main/default/classes/MetadataService.cls 91 20 91 109 pmd 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]*'
44 /force-app/main/default/classes/MetadataService.cls 92 20 92 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 'isUnlocked_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
44 /force-app/main/default/classes/MetadataService.cls 92 20 92 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 'isUnlocked_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
45 /force-app/main/default/classes/MetadataService.cls 93 20 93 97 pmd 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]*'
45 /force-app/main/default/classes/MetadataService.cls 93 20 93 97 pmd 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]*'
46 /force-app/main/default/classes/MetadataService.cls 94 20 94 97 pmd 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]*'
46 /force-app/main/default/classes/MetadataService.cls 94 20 94 97 pmd 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]*'
47 /force-app/main/default/classes/MetadataService.cls 95 20 95 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
47 /force-app/main/default/classes/MetadataService.cls 95 20 95 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
48 /force-app/main/default/classes/MetadataService.cls 96 20 96 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
48 /force-app/main/default/classes/MetadataService.cls 96 20 96 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
49 /force-app/main/default/classes/MetadataService.cls 97 20 97 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]*'
49 /force-app/main/default/classes/MetadataService.cls 97 20 97 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]*'
50 /force-app/main/default/classes/MetadataService.cls 99 9 114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
50 /force-app/main/default/classes/MetadataService.cls 99 9 114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
51 /force-app/main/default/classes/MetadataService.cls 106 20 106 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 'booleanValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
51 /force-app/main/default/classes/MetadataService.cls 106 20 106 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 'booleanValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
52 /force-app/main/default/classes/MetadataService.cls 107 20 107 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 'dateTimeValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
52 /force-app/main/default/classes/MetadataService.cls 107 20 107 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 'dateTimeValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
53 /force-app/main/default/classes/MetadataService.cls 108 20 108 99 pmd 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]*'
53 /force-app/main/default/classes/MetadataService.cls 108 20 108 99 pmd 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]*'
54 /force-app/main/default/classes/MetadataService.cls 109 20 109 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 'elementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
54 /force-app/main/default/classes/MetadataService.cls 109 20 109 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 'elementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
55 /force-app/main/default/classes/MetadataService.cls 110 20 110 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 'numberValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
55 /force-app/main/default/classes/MetadataService.cls 110 20 110 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 'numberValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
56 /force-app/main/default/classes/MetadataService.cls 111 20 111 103 pmd 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]*'
56 /force-app/main/default/classes/MetadataService.cls 111 20 111 103 pmd 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]*'
57 /force-app/main/default/classes/MetadataService.cls 112 20 112 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
57 /force-app/main/default/classes/MetadataService.cls 112 20 112 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
58 /force-app/main/default/classes/MetadataService.cls 113 20 113 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]*'
58 /force-app/main/default/classes/MetadataService.cls 113 20 113 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]*'
59 /force-app/main/default/classes/MetadataService.cls 115 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
59 /force-app/main/default/classes/MetadataService.cls 115 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
60 /force-app/main/default/classes/MetadataService.cls 118 20 118 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
60 /force-app/main/default/classes/MetadataService.cls 118 20 118 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
61 /force-app/main/default/classes/MetadataService.cls 121 20 121 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
61 /force-app/main/default/classes/MetadataService.cls 121 20 121 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
62 /force-app/main/default/classes/MetadataService.cls 122 20 122 89 pmd 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]*'
62 /force-app/main/default/classes/MetadataService.cls 122 20 122 89 pmd 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]*'
63 /force-app/main/default/classes/MetadataService.cls 123 20 123 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
63 /force-app/main/default/classes/MetadataService.cls 123 20 123 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
64 /force-app/main/default/classes/MetadataService.cls 124 20 124 60 pmd FieldNamingConventions 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]*'
64 /force-app/main/default/classes/MetadataService.cls 124 20 124 60 pmd FieldNamingConventions 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]*'
65 /force-app/main/default/classes/MetadataService.cls 125 20 125 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
65 /force-app/main/default/classes/MetadataService.cls 125 20 125 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
66 /force-app/main/default/classes/MetadataService.cls 127 9 132 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
66 /force-app/main/default/classes/MetadataService.cls 127 9 132 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
67 /force-app/main/default/classes/MetadataService.cls 129 20 129 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 'enableAdvancedSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
67 /force-app/main/default/classes/MetadataService.cls 129 20 129 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 'enableAdvancedSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
68 /force-app/main/default/classes/MetadataService.cls 130 20 130 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
68 /force-app/main/default/classes/MetadataService.cls 130 20 130 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
69 /force-app/main/default/classes/MetadataService.cls 131 20 131 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]*'
69 /force-app/main/default/classes/MetadataService.cls 131 20 131 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]*'
70 /force-app/main/default/classes/MetadataService.cls 133 9 144 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 /force-app/main/default/classes/MetadataService.cls 133 9 144 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 /force-app/main/default/classes/MetadataService.cls 138 20 138 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 'caseFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
71 /force-app/main/default/classes/MetadataService.cls 138 20 138 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 'caseFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
72 /force-app/main/default/classes/MetadataService.cls 139 20 139 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 'useSuggestedArticlesForCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
72 /force-app/main/default/classes/MetadataService.cls 139 20 139 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 'useSuggestedArticlesForCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
73 /force-app/main/default/classes/MetadataService.cls 140 20 140 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 'workOrderFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
73 /force-app/main/default/classes/MetadataService.cls 140 20 140 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 'workOrderFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
74 /force-app/main/default/classes/MetadataService.cls 141 20 141 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 'workOrderLineItemFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
74 /force-app/main/default/classes/MetadataService.cls 141 20 141 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 'workOrderLineItemFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
75 /force-app/main/default/classes/MetadataService.cls 142 20 142 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
75 /force-app/main/default/classes/MetadataService.cls 142 20 142 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
76 /force-app/main/default/classes/MetadataService.cls 143 20 143 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]*'
76 /force-app/main/default/classes/MetadataService.cls 143 20 143 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]*'
77 /force-app/main/default/classes/MetadataService.cls 145 9 154 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
77 /force-app/main/default/classes/MetadataService.cls 145 9 154 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
78 /force-app/main/default/classes/MetadataService.cls 149 20 149 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
78 /force-app/main/default/classes/MetadataService.cls 149 20 149 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
79 /force-app/main/default/classes/MetadataService.cls 150 20 150 97 pmd 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]*'
79 /force-app/main/default/classes/MetadataService.cls 150 20 150 97 pmd 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]*'
80 /force-app/main/default/classes/MetadataService.cls 151 20 151 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
80 /force-app/main/default/classes/MetadataService.cls 151 20 151 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
81 /force-app/main/default/classes/MetadataService.cls 152 20 152 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
81 /force-app/main/default/classes/MetadataService.cls 152 20 152 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
82 /force-app/main/default/classes/MetadataService.cls 153 20 153 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]*'
82 /force-app/main/default/classes/MetadataService.cls 153 20 153 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]*'
83 /force-app/main/default/classes/MetadataService.cls 155 9 160 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
83 /force-app/main/default/classes/MetadataService.cls 155 9 160 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
84 /force-app/main/default/classes/MetadataService.cls 157 20 157 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 'extendedErrorCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
84 /force-app/main/default/classes/MetadataService.cls 157 20 157 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 'extendedErrorCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
85 /force-app/main/default/classes/MetadataService.cls 158 20 158 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
85 /force-app/main/default/classes/MetadataService.cls 158 20 158 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
86 /force-app/main/default/classes/MetadataService.cls 159 20 159 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]*'
86 /force-app/main/default/classes/MetadataService.cls 159 20 159 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]*'
87 /force-app/main/default/classes/MetadataService.cls 161 9 222 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
87 /force-app/main/default/classes/MetadataService.cls 161 9 222 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
88 /force-app/main/default/classes/MetadataService.cls 161 9 222 3 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)
88 /force-app/main/default/classes/MetadataService.cls 161 9 222 3 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)
89 /force-app/main/default/classes/MetadataService.cls 161 9 222 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
89 /force-app/main/default/classes/MetadataService.cls 161 9 222 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
90 /force-app/main/default/classes/MetadataService.cls 191 20 191 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 'disableTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
90 /force-app/main/default/classes/MetadataService.cls 191 20 191 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 'disableTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
91 /force-app/main/default/classes/MetadataService.cls 192 20 192 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 'enableCSPOnEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
91 /force-app/main/default/classes/MetadataService.cls 192 20 192 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 'enableCSPOnEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
92 /force-app/main/default/classes/MetadataService.cls 193 20 193 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 'enableCSRFOnGet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
92 /force-app/main/default/classes/MetadataService.cls 193 20 193 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 'enableCSRFOnGet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
93 /force-app/main/default/classes/MetadataService.cls 194 20 194 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 'enableCSRFOnPost_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
93 /force-app/main/default/classes/MetadataService.cls 194 20 194 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 'enableCSRFOnPost_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
94 /force-app/main/default/classes/MetadataService.cls 195 20 195 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 'enableCacheAndAutocomplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
94 /force-app/main/default/classes/MetadataService.cls 195 20 195 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 'enableCacheAndAutocomplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
95 /force-app/main/default/classes/MetadataService.cls 196 20 196 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 'enableClickjackNonsetupSFDC_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
95 /force-app/main/default/classes/MetadataService.cls 196 20 196 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 'enableClickjackNonsetupSFDC_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
96 /force-app/main/default/classes/MetadataService.cls 197 20 197 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 'enableClickjackNonsetupUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
96 /force-app/main/default/classes/MetadataService.cls 197 20 197 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 'enableClickjackNonsetupUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
97 /force-app/main/default/classes/MetadataService.cls 198 20 198 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 'enableClickjackNonsetupUserHeaderless_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
97 /force-app/main/default/classes/MetadataService.cls 198 20 198 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 'enableClickjackNonsetupUserHeaderless_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
98 /force-app/main/default/classes/MetadataService.cls 199 20 199 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 'enableClickjackSetup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
98 /force-app/main/default/classes/MetadataService.cls 199 20 199 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 'enableClickjackSetup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
99 /force-app/main/default/classes/MetadataService.cls 200 20 200 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 'enableContentSniffingProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
99 /force-app/main/default/classes/MetadataService.cls 200 20 200 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 'enableContentSniffingProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
100 /force-app/main/default/classes/MetadataService.cls 201 20 201 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 'enablePostForSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
100 /force-app/main/default/classes/MetadataService.cls 201 20 201 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 'enablePostForSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
101 /force-app/main/default/classes/MetadataService.cls 202 20 202 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 'enableSMSIdentity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
101 /force-app/main/default/classes/MetadataService.cls 202 20 202 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 'enableSMSIdentity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
102 /force-app/main/default/classes/MetadataService.cls 203 20 203 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 'enableUpgradeInsecureRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
102 /force-app/main/default/classes/MetadataService.cls 203 20 203 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 'enableUpgradeInsecureRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
103 /force-app/main/default/classes/MetadataService.cls 204 20 204 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 'enableXssProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
103 /force-app/main/default/classes/MetadataService.cls 204 20 204 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 'enableXssProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
104 /force-app/main/default/classes/MetadataService.cls 205 20 205 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 'enforceIpRangesEveryRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
104 /force-app/main/default/classes/MetadataService.cls 205 20 205 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 'enforceIpRangesEveryRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
105 /force-app/main/default/classes/MetadataService.cls 206 20 206 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 'forceLogoutOnSessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
105 /force-app/main/default/classes/MetadataService.cls 206 20 206 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 'forceLogoutOnSessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
106 /force-app/main/default/classes/MetadataService.cls 207 20 207 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 'forceRelogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
106 /force-app/main/default/classes/MetadataService.cls 207 20 207 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 'forceRelogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
107 /force-app/main/default/classes/MetadataService.cls 208 20 208 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 'hstsOnForcecomSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
107 /force-app/main/default/classes/MetadataService.cls 208 20 208 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 'hstsOnForcecomSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
108 /force-app/main/default/classes/MetadataService.cls 209 20 209 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 'identityConfirmationOnEmailChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
108 /force-app/main/default/classes/MetadataService.cls 209 20 209 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 'identityConfirmationOnEmailChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
109 /force-app/main/default/classes/MetadataService.cls 210 20 210 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 'identityConfirmationOnTwoFactorRegistrationEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
109 /force-app/main/default/classes/MetadataService.cls 210 20 210 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 'identityConfirmationOnTwoFactorRegistrationEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
110 /force-app/main/default/classes/MetadataService.cls 211 20 211 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 'lockSessionsToDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
110 /force-app/main/default/classes/MetadataService.cls 211 20 211 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 'lockSessionsToDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
111 /force-app/main/default/classes/MetadataService.cls 212 20 212 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 'lockSessionsToIp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
111 /force-app/main/default/classes/MetadataService.cls 212 20 212 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 'lockSessionsToIp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
112 /force-app/main/default/classes/MetadataService.cls 213 20 213 99 pmd 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]*'
112 /force-app/main/default/classes/MetadataService.cls 213 20 213 99 pmd 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]*'
113 /force-app/main/default/classes/MetadataService.cls 214 20 214 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 'redirectionWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
113 /force-app/main/default/classes/MetadataService.cls 214 20 214 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 'redirectionWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
114 /force-app/main/default/classes/MetadataService.cls 215 20 215 109 pmd 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]*'
114 /force-app/main/default/classes/MetadataService.cls 215 20 215 109 pmd 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]*'
115 /force-app/main/default/classes/MetadataService.cls 216 20 216 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 'requireHttpOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
115 /force-app/main/default/classes/MetadataService.cls 216 20 216 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 'requireHttpOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
116 /force-app/main/default/classes/MetadataService.cls 217 20 217 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
116 /force-app/main/default/classes/MetadataService.cls 217 20 217 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
117 /force-app/main/default/classes/MetadataService.cls 218 20 218 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 'securityCentralKillSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
117 /force-app/main/default/classes/MetadataService.cls 218 20 218 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 'securityCentralKillSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
118 /force-app/main/default/classes/MetadataService.cls 219 20 219 109 pmd 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]*'
118 /force-app/main/default/classes/MetadataService.cls 219 20 219 109 pmd 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]*'
119 /force-app/main/default/classes/MetadataService.cls 220 20 220 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
119 /force-app/main/default/classes/MetadataService.cls 220 20 220 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
120 /force-app/main/default/classes/MetadataService.cls 221 20 221 778 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
120 /force-app/main/default/classes/MetadataService.cls 221 20 221 778 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
121 /force-app/main/default/classes/MetadataService.cls 223 9 242 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
121 /force-app/main/default/classes/MetadataService.cls 223 9 242 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
122 /force-app/main/default/classes/MetadataService.cls 223 9 242 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
122 /force-app/main/default/classes/MetadataService.cls 223 9 242 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
123 /force-app/main/default/classes/MetadataService.cls 226 20 226 97 pmd 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]*'
123 /force-app/main/default/classes/MetadataService.cls 226 20 226 97 pmd 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]*'
124 /force-app/main/default/classes/MetadataService.cls 232 20 232 103 pmd 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]*'
124 /force-app/main/default/classes/MetadataService.cls 232 20 232 103 pmd 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]*'
125 /force-app/main/default/classes/MetadataService.cls 233 20 233 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
125 /force-app/main/default/classes/MetadataService.cls 233 20 233 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
126 /force-app/main/default/classes/MetadataService.cls 234 20 234 103 pmd 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]*'
126 /force-app/main/default/classes/MetadataService.cls 234 20 234 103 pmd 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]*'
127 /force-app/main/default/classes/MetadataService.cls 235 20 235 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
127 /force-app/main/default/classes/MetadataService.cls 235 20 235 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
128 /force-app/main/default/classes/MetadataService.cls 236 20 236 97 pmd 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]*'
128 /force-app/main/default/classes/MetadataService.cls 236 20 236 97 pmd 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]*'
129 /force-app/main/default/classes/MetadataService.cls 238 20 238 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 'sharedFrom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
129 /force-app/main/default/classes/MetadataService.cls 238 20 238 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 'sharedFrom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
130 /force-app/main/default/classes/MetadataService.cls 239 20 239 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
130 /force-app/main/default/classes/MetadataService.cls 239 20 239 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
131 /force-app/main/default/classes/MetadataService.cls 240 20 240 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 240 20 240 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 241 20 241 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]*'
132 /force-app/main/default/classes/MetadataService.cls 241 20 241 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]*'
133 /force-app/main/default/classes/MetadataService.cls 243 9 252 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
133 /force-app/main/default/classes/MetadataService.cls 243 9 252 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
134 /force-app/main/default/classes/MetadataService.cls 247 20 247 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 'customTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
134 /force-app/main/default/classes/MetadataService.cls 247 20 247 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 'customTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
135 /force-app/main/default/classes/MetadataService.cls 248 20 248 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
135 /force-app/main/default/classes/MetadataService.cls 248 20 248 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
136 /force-app/main/default/classes/MetadataService.cls 249 20 249 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
136 /force-app/main/default/classes/MetadataService.cls 249 20 249 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
137 /force-app/main/default/classes/MetadataService.cls 250 20 250 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
137 /force-app/main/default/classes/MetadataService.cls 250 20 250 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
138 /force-app/main/default/classes/MetadataService.cls 251 20 251 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]*'
138 /force-app/main/default/classes/MetadataService.cls 251 20 251 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]*'
139 /force-app/main/default/classes/MetadataService.cls 253 9 262 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
139 /force-app/main/default/classes/MetadataService.cls 253 9 262 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
140 /force-app/main/default/classes/MetadataService.cls 257 20 257 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 'dataServiceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
140 /force-app/main/default/classes/MetadataService.cls 257 20 257 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 'dataServiceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
141 /force-app/main/default/classes/MetadataService.cls 258 20 258 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 'dataServiceObjectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
141 /force-app/main/default/classes/MetadataService.cls 258 20 258 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 'dataServiceObjectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
142 /force-app/main/default/classes/MetadataService.cls 259 20 259 97 pmd 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]*'
142 /force-app/main/default/classes/MetadataService.cls 259 20 259 97 pmd 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]*'
143 /force-app/main/default/classes/MetadataService.cls 260 20 260 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
143 /force-app/main/default/classes/MetadataService.cls 260 20 260 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
144 /force-app/main/default/classes/MetadataService.cls 261 20 261 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]*'
144 /force-app/main/default/classes/MetadataService.cls 261 20 261 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]*'
145 /force-app/main/default/classes/MetadataService.cls 263 9 330 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
145 /force-app/main/default/classes/MetadataService.cls 263 9 330 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
146 /force-app/main/default/classes/MetadataService.cls 263 9 330 3 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)
146 /force-app/main/default/classes/MetadataService.cls 263 9 330 3 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)
147 /force-app/main/default/classes/MetadataService.cls 263 9 330 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
147 /force-app/main/default/classes/MetadataService.cls 263 9 330 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
148 /force-app/main/default/classes/MetadataService.cls 266 20 266 97 pmd 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]*'
148 /force-app/main/default/classes/MetadataService.cls 266 20 266 97 pmd 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]*'
149 /force-app/main/default/classes/MetadataService.cls 297 20 297 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 'caseAssignNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
149 /force-app/main/default/classes/MetadataService.cls 297 20 297 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 'caseAssignNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
150 /force-app/main/default/classes/MetadataService.cls 298 20 298 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 'caseCloseNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
150 /force-app/main/default/classes/MetadataService.cls 298 20 298 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 'caseCloseNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
151 /force-app/main/default/classes/MetadataService.cls 299 20 299 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 'caseCommentNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
151 /force-app/main/default/classes/MetadataService.cls 299 20 299 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 'caseCommentNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
152 /force-app/main/default/classes/MetadataService.cls 300 20 300 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 'caseCreateNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
152 /force-app/main/default/classes/MetadataService.cls 300 20 300 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 'caseCreateNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
153 /force-app/main/default/classes/MetadataService.cls 301 20 301 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 'caseFeedItemSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
153 /force-app/main/default/classes/MetadataService.cls 301 20 301 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 'caseFeedItemSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
154 /force-app/main/default/classes/MetadataService.cls 302 20 302 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 'closeCaseThroughStatusChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
154 /force-app/main/default/classes/MetadataService.cls 302 20 302 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 'closeCaseThroughStatusChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
155 /force-app/main/default/classes/MetadataService.cls 303 20 303 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 'defaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
155 /force-app/main/default/classes/MetadataService.cls 303 20 303 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 'defaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
156 /force-app/main/default/classes/MetadataService.cls 304 20 304 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 'defaultCaseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
156 /force-app/main/default/classes/MetadataService.cls 304 20 304 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 'defaultCaseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
157 /force-app/main/default/classes/MetadataService.cls 305 20 305 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 'defaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
157 /force-app/main/default/classes/MetadataService.cls 305 20 305 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 'defaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
158 /force-app/main/default/classes/MetadataService.cls 306 20 306 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 'emailActionDefaultsHandlerClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
158 /force-app/main/default/classes/MetadataService.cls 306 20 306 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 'emailActionDefaultsHandlerClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
159 /force-app/main/default/classes/MetadataService.cls 307 20 307 103 pmd 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]*'
159 /force-app/main/default/classes/MetadataService.cls 307 20 307 103 pmd 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]*'
160 /force-app/main/default/classes/MetadataService.cls 308 20 308 109 pmd 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]*'
160 /force-app/main/default/classes/MetadataService.cls 308 20 308 109 pmd 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]*'
161 /force-app/main/default/classes/MetadataService.cls 309 20 309 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 'enableDraftEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
161 /force-app/main/default/classes/MetadataService.cls 309 20 309 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 'enableDraftEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
162 /force-app/main/default/classes/MetadataService.cls 310 20 310 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 'enableEarlyEscalationRuleTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
162 /force-app/main/default/classes/MetadataService.cls 310 20 310 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 'enableEarlyEscalationRuleTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
163 /force-app/main/default/classes/MetadataService.cls 311 20 311 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 'enableEmailActionDefaultsHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
163 /force-app/main/default/classes/MetadataService.cls 311 20 311 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 'enableEmailActionDefaultsHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
164 /force-app/main/default/classes/MetadataService.cls 312 20 312 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 'enableSuggestedArticlesApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
164 /force-app/main/default/classes/MetadataService.cls 312 20 312 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 'enableSuggestedArticlesApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
165 /force-app/main/default/classes/MetadataService.cls 313 20 313 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 'enableSuggestedArticlesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
165 /force-app/main/default/classes/MetadataService.cls 313 20 313 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 'enableSuggestedArticlesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
166 /force-app/main/default/classes/MetadataService.cls 314 20 314 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 'enableSuggestedArticlesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
166 /force-app/main/default/classes/MetadataService.cls 314 20 314 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 'enableSuggestedArticlesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
167 /force-app/main/default/classes/MetadataService.cls 315 20 315 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 'enableSuggestedSolutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
167 /force-app/main/default/classes/MetadataService.cls 315 20 315 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 'enableSuggestedSolutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
168 /force-app/main/default/classes/MetadataService.cls 316 20 316 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 'keepRecordTypeOnAssignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
168 /force-app/main/default/classes/MetadataService.cls 316 20 316 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 'keepRecordTypeOnAssignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
169 /force-app/main/default/classes/MetadataService.cls 317 20 317 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 'notifyContactOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
169 /force-app/main/default/classes/MetadataService.cls 317 20 317 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 'notifyContactOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
170 /force-app/main/default/classes/MetadataService.cls 318 20 318 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 'notifyDefaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
170 /force-app/main/default/classes/MetadataService.cls 318 20 318 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 'notifyDefaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
171 /force-app/main/default/classes/MetadataService.cls 319 20 319 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 'notifyOwnerOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
171 /force-app/main/default/classes/MetadataService.cls 319 20 319 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 'notifyOwnerOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
172 /force-app/main/default/classes/MetadataService.cls 320 20 320 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 'notifyOwnerOnCaseOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
172 /force-app/main/default/classes/MetadataService.cls 320 20 320 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 'notifyOwnerOnCaseOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
173 /force-app/main/default/classes/MetadataService.cls 321 20 321 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 'showEmailAttachmentsInCaseAttachmentsRL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
173 /force-app/main/default/classes/MetadataService.cls 321 20 321 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 'showEmailAttachmentsInCaseAttachmentsRL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
174 /force-app/main/default/classes/MetadataService.cls 322 20 322 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 'showFewerCloseActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
174 /force-app/main/default/classes/MetadataService.cls 322 20 322 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 'showFewerCloseActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
175 /force-app/main/default/classes/MetadataService.cls 323 20 323 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 'systemUserEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
175 /force-app/main/default/classes/MetadataService.cls 323 20 323 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 'systemUserEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
176 /force-app/main/default/classes/MetadataService.cls 324 20 324 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 'useSystemEmailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
176 /force-app/main/default/classes/MetadataService.cls 324 20 324 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 'useSystemEmailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
177 /force-app/main/default/classes/MetadataService.cls 325 20 325 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 'useSystemUserAsDefaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
177 /force-app/main/default/classes/MetadataService.cls 325 20 325 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 'useSystemUserAsDefaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
178 /force-app/main/default/classes/MetadataService.cls 326 20 326 99 pmd 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]*'
178 /force-app/main/default/classes/MetadataService.cls 326 20 326 99 pmd 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]*'
179 /force-app/main/default/classes/MetadataService.cls 327 20 327 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
179 /force-app/main/default/classes/MetadataService.cls 327 20 327 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
180 /force-app/main/default/classes/MetadataService.cls 328 20 328 60 pmd FieldNamingConventions 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]*'
180 /force-app/main/default/classes/MetadataService.cls 328 20 328 60 pmd FieldNamingConventions 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]*'
181 /force-app/main/default/classes/MetadataService.cls 329 20 329 912 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
181 /force-app/main/default/classes/MetadataService.cls 329 20 329 912 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
182 /force-app/main/default/classes/MetadataService.cls 331 9 336 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
182 /force-app/main/default/classes/MetadataService.cls 331 9 336 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
183 /force-app/main/default/classes/MetadataService.cls 331 9 336 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
183 /force-app/main/default/classes/MetadataService.cls 331 9 336 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
184 /force-app/main/default/classes/MetadataService.cls 333 20 333 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
184 /force-app/main/default/classes/MetadataService.cls 333 20 333 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
185 /force-app/main/default/classes/MetadataService.cls 334 20 334 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
185 /force-app/main/default/classes/MetadataService.cls 334 20 334 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
186 /force-app/main/default/classes/MetadataService.cls 335 20 335 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
186 /force-app/main/default/classes/MetadataService.cls 335 20 335 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
187 /force-app/main/default/classes/MetadataService.cls 337 9 342 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
187 /force-app/main/default/classes/MetadataService.cls 337 9 342 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
188 /force-app/main/default/classes/MetadataService.cls 339 20 339 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 'recommendationDefinitionDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
188 /force-app/main/default/classes/MetadataService.cls 339 20 339 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 'recommendationDefinitionDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
189 /force-app/main/default/classes/MetadataService.cls 340 20 340 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
189 /force-app/main/default/classes/MetadataService.cls 340 20 340 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
190 /force-app/main/default/classes/MetadataService.cls 341 20 341 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]*'
190 /force-app/main/default/classes/MetadataService.cls 341 20 341 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]*'
191 /force-app/main/default/classes/MetadataService.cls 343 9 350 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
191 /force-app/main/default/classes/MetadataService.cls 343 9 350 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
192 /force-app/main/default/classes/MetadataService.cls 346 20 346 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
192 /force-app/main/default/classes/MetadataService.cls 346 20 346 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
193 /force-app/main/default/classes/MetadataService.cls 347 20 347 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
193 /force-app/main/default/classes/MetadataService.cls 347 20 347 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
194 /force-app/main/default/classes/MetadataService.cls 348 20 348 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
194 /force-app/main/default/classes/MetadataService.cls 348 20 348 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
195 /force-app/main/default/classes/MetadataService.cls 349 20 349 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]*'
195 /force-app/main/default/classes/MetadataService.cls 349 20 349 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]*'
196 /force-app/main/default/classes/MetadataService.cls 351 9 358 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
196 /force-app/main/default/classes/MetadataService.cls 351 9 358 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
197 /force-app/main/default/classes/MetadataService.cls 354 20 354 89 pmd 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]*'
197 /force-app/main/default/classes/MetadataService.cls 354 20 354 89 pmd 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]*'
198 /force-app/main/default/classes/MetadataService.cls 355 20 355 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
198 /force-app/main/default/classes/MetadataService.cls 355 20 355 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
199 /force-app/main/default/classes/MetadataService.cls 356 20 356 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
199 /force-app/main/default/classes/MetadataService.cls 356 20 356 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
200 /force-app/main/default/classes/MetadataService.cls 357 20 357 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]*'
200 /force-app/main/default/classes/MetadataService.cls 357 20 357 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]*'
201 /force-app/main/default/classes/MetadataService.cls 359 9 366 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
201 /force-app/main/default/classes/MetadataService.cls 359 9 366 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
202 /force-app/main/default/classes/MetadataService.cls 362 20 362 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
202 /force-app/main/default/classes/MetadataService.cls 362 20 362 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
203 /force-app/main/default/classes/MetadataService.cls 363 20 363 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 'licenseDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
203 /force-app/main/default/classes/MetadataService.cls 363 20 363 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 'licenseDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
204 /force-app/main/default/classes/MetadataService.cls 364 20 364 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
204 /force-app/main/default/classes/MetadataService.cls 364 20 364 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
205 /force-app/main/default/classes/MetadataService.cls 365 20 365 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]*'
205 /force-app/main/default/classes/MetadataService.cls 365 20 365 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]*'
206 /force-app/main/default/classes/MetadataService.cls 367 9 378 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
206 /force-app/main/default/classes/MetadataService.cls 367 9 378 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
207 /force-app/main/default/classes/MetadataService.cls 372 20 372 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
207 /force-app/main/default/classes/MetadataService.cls 372 20 372 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
208 /force-app/main/default/classes/MetadataService.cls 373 20 373 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
208 /force-app/main/default/classes/MetadataService.cls 373 20 373 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
209 /force-app/main/default/classes/MetadataService.cls 374 20 374 97 pmd 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]*'
209 /force-app/main/default/classes/MetadataService.cls 374 20 374 97 pmd 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]*'
210 /force-app/main/default/classes/MetadataService.cls 375 20 375 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
210 /force-app/main/default/classes/MetadataService.cls 375 20 375 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
211 /force-app/main/default/classes/MetadataService.cls 376 20 376 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
211 /force-app/main/default/classes/MetadataService.cls 376 20 376 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
212 /force-app/main/default/classes/MetadataService.cls 377 20 377 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 377 20 377 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
213 /force-app/main/default/classes/MetadataService.cls 379 9 428 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
213 /force-app/main/default/classes/MetadataService.cls 379 9 428 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
214 /force-app/main/default/classes/MetadataService.cls 379 9 428 3 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)
214 /force-app/main/default/classes/MetadataService.cls 379 9 428 3 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)
215 /force-app/main/default/classes/MetadataService.cls 379 9 428 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
215 /force-app/main/default/classes/MetadataService.cls 379 9 428 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
216 /force-app/main/default/classes/MetadataService.cls 403 20 403 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 'customActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
216 /force-app/main/default/classes/MetadataService.cls 403 20 403 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 'customActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
217 /force-app/main/default/classes/MetadataService.cls 404 20 404 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 'customActionsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
217 /force-app/main/default/classes/MetadataService.cls 404 20 404 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 'customActionsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
218 /force-app/main/default/classes/MetadataService.cls 405 20 405 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 'dateFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
218 /force-app/main/default/classes/MetadataService.cls 405 20 405 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 'dateFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
219 /force-app/main/default/classes/MetadataService.cls 406 20 406 103 pmd 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]*'
219 /force-app/main/default/classes/MetadataService.cls 406 20 406 103 pmd 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]*'
220 /force-app/main/default/classes/MetadataService.cls 407 20 407 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
220 /force-app/main/default/classes/MetadataService.cls 407 20 407 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
221 /force-app/main/default/classes/MetadataService.cls 408 20 408 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 'fullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
221 /force-app/main/default/classes/MetadataService.cls 408 20 408 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 'fullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
222 /force-app/main/default/classes/MetadataService.cls 409 20 409 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 'imageTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
222 /force-app/main/default/classes/MetadataService.cls 409 20 409 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 'imageTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
223 /force-app/main/default/classes/MetadataService.cls 410 20 410 99 pmd 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]*'
223 /force-app/main/default/classes/MetadataService.cls 410 20 410 99 pmd 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]*'
224 /force-app/main/default/classes/MetadataService.cls 411 20 411 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 'isMultiValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
224 /force-app/main/default/classes/MetadataService.cls 411 20 411 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 'isMultiValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
225 /force-app/main/default/classes/MetadataService.cls 412 20 412 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
225 /force-app/main/default/classes/MetadataService.cls 412 20 412 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
226 /force-app/main/default/classes/MetadataService.cls 413 20 413 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 'linkTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
226 /force-app/main/default/classes/MetadataService.cls 413 20 413 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 'linkTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
227 /force-app/main/default/classes/MetadataService.cls 414 20 414 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 'linkTemplateEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
227 /force-app/main/default/classes/MetadataService.cls 414 20 414 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 'linkTemplateEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
228 /force-app/main/default/classes/MetadataService.cls 415 20 415 103 pmd 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]*'
228 /force-app/main/default/classes/MetadataService.cls 415 20 415 103 pmd 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]*'
229 /force-app/main/default/classes/MetadataService.cls 416 20 416 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
229 /force-app/main/default/classes/MetadataService.cls 416 20 416 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
230 /force-app/main/default/classes/MetadataService.cls 417 20 417 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
230 /force-app/main/default/classes/MetadataService.cls 417 20 417 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
231 /force-app/main/default/classes/MetadataService.cls 418 20 418 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 'recordDisplayFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
231 /force-app/main/default/classes/MetadataService.cls 418 20 418 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 'recordDisplayFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
232 /force-app/main/default/classes/MetadataService.cls 419 20 419 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 'recordIdField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
232 /force-app/main/default/classes/MetadataService.cls 419 20 419 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 'recordIdField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
233 /force-app/main/default/classes/MetadataService.cls 420 20 420 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 'recordOrganizationIdField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
233 /force-app/main/default/classes/MetadataService.cls 420 20 420 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 'recordOrganizationIdField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
234 /force-app/main/default/classes/MetadataService.cls 421 20 421 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 'salesforceActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
234 /force-app/main/default/classes/MetadataService.cls 421 20 421 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 'salesforceActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
235 /force-app/main/default/classes/MetadataService.cls 422 20 422 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 'salesforceActionsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
235 /force-app/main/default/classes/MetadataService.cls 422 20 422 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 'salesforceActionsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
236 /force-app/main/default/classes/MetadataService.cls 423 20 423 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 'showDetailsDefaultFieldIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
236 /force-app/main/default/classes/MetadataService.cls 423 20 423 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 'showDetailsDefaultFieldIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
237 /force-app/main/default/classes/MetadataService.cls 424 20 424 109 pmd 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]*'
237 /force-app/main/default/classes/MetadataService.cls 424 20 424 109 pmd 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]*'
238 /force-app/main/default/classes/MetadataService.cls 425 20 425 99 pmd 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]*'
238 /force-app/main/default/classes/MetadataService.cls 425 20 425 99 pmd 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]*'
239 /force-app/main/default/classes/MetadataService.cls 426 20 426 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
239 /force-app/main/default/classes/MetadataService.cls 426 20 426 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
240 /force-app/main/default/classes/MetadataService.cls 427 20 427 446 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
240 /force-app/main/default/classes/MetadataService.cls 427 20 427 446 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
241 /force-app/main/default/classes/MetadataService.cls 429 9 436 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
241 /force-app/main/default/classes/MetadataService.cls 429 9 436 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
242 /force-app/main/default/classes/MetadataService.cls 432 20 432 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
242 /force-app/main/default/classes/MetadataService.cls 432 20 432 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
243 /force-app/main/default/classes/MetadataService.cls 433 20 433 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 'key_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
243 /force-app/main/default/classes/MetadataService.cls 433 20 433 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 'key_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
244 /force-app/main/default/classes/MetadataService.cls 434 20 434 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
244 /force-app/main/default/classes/MetadataService.cls 434 20 434 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
245 /force-app/main/default/classes/MetadataService.cls 435 20 435 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]*'
245 /force-app/main/default/classes/MetadataService.cls 435 20 435 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]*'
246 /force-app/main/default/classes/MetadataService.cls 437 9 468 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
246 /force-app/main/default/classes/MetadataService.cls 437 9 468 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
247 /force-app/main/default/classes/MetadataService.cls 437 9 468 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
247 /force-app/main/default/classes/MetadataService.cls 437 9 468 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
248 /force-app/main/default/classes/MetadataService.cls 440 20 440 97 pmd 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]*'
248 /force-app/main/default/classes/MetadataService.cls 440 20 440 97 pmd 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]*'
249 /force-app/main/default/classes/MetadataService.cls 450 18 450 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
249 /force-app/main/default/classes/MetadataService.cls 450 18 450 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
250 /force-app/main/default/classes/MetadataService.cls 453 20 453 103 pmd 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]*'
250 /force-app/main/default/classes/MetadataService.cls 453 20 453 103 pmd 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]*'
251 /force-app/main/default/classes/MetadataService.cls 454 20 454 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
251 /force-app/main/default/classes/MetadataService.cls 454 20 454 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
252 /force-app/main/default/classes/MetadataService.cls 455 20 455 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
252 /force-app/main/default/classes/MetadataService.cls 455 20 455 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
253 /force-app/main/default/classes/MetadataService.cls 456 20 456 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
253 /force-app/main/default/classes/MetadataService.cls 456 20 456 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
254 /force-app/main/default/classes/MetadataService.cls 457 20 457 103 pmd 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]*'
254 /force-app/main/default/classes/MetadataService.cls 457 20 457 103 pmd 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]*'
255 /force-app/main/default/classes/MetadataService.cls 458 20 458 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 'lookupValueType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
255 /force-app/main/default/classes/MetadataService.cls 458 20 458 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 'lookupValueType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
256 /force-app/main/default/classes/MetadataService.cls 459 20 459 89 pmd 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]*'
256 /force-app/main/default/classes/MetadataService.cls 459 20 459 89 pmd 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]*'
257 /force-app/main/default/classes/MetadataService.cls 460 20 460 109 pmd 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]*'
257 /force-app/main/default/classes/MetadataService.cls 460 20 460 109 pmd 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]*'
258 /force-app/main/default/classes/MetadataService.cls 461 20 461 99 pmd 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]*'
258 /force-app/main/default/classes/MetadataService.cls 461 20 461 99 pmd 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]*'
259 /force-app/main/default/classes/MetadataService.cls 462 20 462 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
259 /force-app/main/default/classes/MetadataService.cls 462 20 462 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
260 /force-app/main/default/classes/MetadataService.cls 463 20 463 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 'reevaluateOnChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
260 /force-app/main/default/classes/MetadataService.cls 463 20 463 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 'reevaluateOnChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
261 /force-app/main/default/classes/MetadataService.cls 464 20 464 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
261 /force-app/main/default/classes/MetadataService.cls 464 20 464 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
262 /force-app/main/default/classes/MetadataService.cls 465 20 465 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
262 /force-app/main/default/classes/MetadataService.cls 465 20 465 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
263 /force-app/main/default/classes/MetadataService.cls 466 20 466 60 pmd FieldNamingConventions 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]*'
263 /force-app/main/default/classes/MetadataService.cls 466 20 466 60 pmd FieldNamingConventions 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]*'
264 /force-app/main/default/classes/MetadataService.cls 467 20 467 234 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
264 /force-app/main/default/classes/MetadataService.cls 467 20 467 234 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
265 /force-app/main/default/classes/MetadataService.cls 469 9 480 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
265 /force-app/main/default/classes/MetadataService.cls 469 9 480 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
266 /force-app/main/default/classes/MetadataService.cls 472 20 472 97 pmd 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]*'
266 /force-app/main/default/classes/MetadataService.cls 472 20 472 97 pmd 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]*'
267 /force-app/main/default/classes/MetadataService.cls 475 20 475 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
267 /force-app/main/default/classes/MetadataService.cls 475 20 475 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
268 /force-app/main/default/classes/MetadataService.cls 476 20 476 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
268 /force-app/main/default/classes/MetadataService.cls 476 20 476 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
269 /force-app/main/default/classes/MetadataService.cls 477 20 477 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
269 /force-app/main/default/classes/MetadataService.cls 477 20 477 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
270 /force-app/main/default/classes/MetadataService.cls 478 20 478 60 pmd FieldNamingConventions 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]*'
270 /force-app/main/default/classes/MetadataService.cls 478 20 478 60 pmd FieldNamingConventions 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]*'
271 /force-app/main/default/classes/MetadataService.cls 479 20 479 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]*'
271 /force-app/main/default/classes/MetadataService.cls 479 20 479 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]*'
272 /force-app/main/default/classes/MetadataService.cls 481 9 488 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
272 /force-app/main/default/classes/MetadataService.cls 481 9 488 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
273 /force-app/main/default/classes/MetadataService.cls 484 20 484 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 'controllingFieldValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
273 /force-app/main/default/classes/MetadataService.cls 484 20 484 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 'controllingFieldValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
274 /force-app/main/default/classes/MetadataService.cls 485 20 485 99 pmd 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]*'
274 /force-app/main/default/classes/MetadataService.cls 485 20 485 99 pmd 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]*'
275 /force-app/main/default/classes/MetadataService.cls 486 20 486 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
275 /force-app/main/default/classes/MetadataService.cls 486 20 486 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
276 /force-app/main/default/classes/MetadataService.cls 487 20 487 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]*'
276 /force-app/main/default/classes/MetadataService.cls 487 20 487 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]*'
277 /force-app/main/default/classes/MetadataService.cls 489 9 494 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
277 /force-app/main/default/classes/MetadataService.cls 489 9 494 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
278 /force-app/main/default/classes/MetadataService.cls 491 20 491 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 'deployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
278 /force-app/main/default/classes/MetadataService.cls 491 20 491 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 'deployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
279 /force-app/main/default/classes/MetadataService.cls 492 20 492 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
279 /force-app/main/default/classes/MetadataService.cls 492 20 492 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
280 /force-app/main/default/classes/MetadataService.cls 493 20 493 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]*'
280 /force-app/main/default/classes/MetadataService.cls 493 20 493 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]*'
281 /force-app/main/default/classes/MetadataService.cls 495 9 512 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
281 /force-app/main/default/classes/MetadataService.cls 495 9 512 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
282 /force-app/main/default/classes/MetadataService.cls 495 9 512 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
282 /force-app/main/default/classes/MetadataService.cls 495 9 512 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
283 /force-app/main/default/classes/MetadataService.cls 498 20 498 97 pmd 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]*'
283 /force-app/main/default/classes/MetadataService.cls 498 20 498 97 pmd 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]*'
284 /force-app/main/default/classes/MetadataService.cls 504 20 504 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
284 /force-app/main/default/classes/MetadataService.cls 504 20 504 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
285 /force-app/main/default/classes/MetadataService.cls 505 20 505 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
285 /force-app/main/default/classes/MetadataService.cls 505 20 505 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
286 /force-app/main/default/classes/MetadataService.cls 506 20 506 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 506 20 506 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 507 20 507 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
287 /force-app/main/default/classes/MetadataService.cls 507 20 507 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
288 /force-app/main/default/classes/MetadataService.cls 508 20 508 103 pmd 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]*'
288 /force-app/main/default/classes/MetadataService.cls 508 20 508 103 pmd 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]*'
289 /force-app/main/default/classes/MetadataService.cls 509 20 509 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
289 /force-app/main/default/classes/MetadataService.cls 509 20 509 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
290 /force-app/main/default/classes/MetadataService.cls 510 20 510 60 pmd FieldNamingConventions 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]*'
290 /force-app/main/default/classes/MetadataService.cls 510 20 510 60 pmd FieldNamingConventions 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]*'
291 /force-app/main/default/classes/MetadataService.cls 511 20 511 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]*'
291 /force-app/main/default/classes/MetadataService.cls 511 20 511 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]*'
292 /force-app/main/default/classes/MetadataService.cls 513 9 526 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
292 /force-app/main/default/classes/MetadataService.cls 513 9 526 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
293 /force-app/main/default/classes/MetadataService.cls 519 20 519 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 'colSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
293 /force-app/main/default/classes/MetadataService.cls 519 20 519 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 'colSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
294 /force-app/main/default/classes/MetadataService.cls 520 20 520 103 pmd 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]*'
294 /force-app/main/default/classes/MetadataService.cls 520 20 520 103 pmd 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]*'
295 /force-app/main/default/classes/MetadataService.cls 521 20 521 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 'dashboardComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
295 /force-app/main/default/classes/MetadataService.cls 521 20 521 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 'dashboardComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
296 /force-app/main/default/classes/MetadataService.cls 522 20 522 97 pmd 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]*'
296 /force-app/main/default/classes/MetadataService.cls 522 20 522 97 pmd 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]*'
297 /force-app/main/default/classes/MetadataService.cls 523 20 523 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 'rowSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
297 /force-app/main/default/classes/MetadataService.cls 523 20 523 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 'rowSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
298 /force-app/main/default/classes/MetadataService.cls 524 20 524 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
298 /force-app/main/default/classes/MetadataService.cls 524 20 524 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
299 /force-app/main/default/classes/MetadataService.cls 525 20 525 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]*'
299 /force-app/main/default/classes/MetadataService.cls 525 20 525 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]*'
300 /force-app/main/default/classes/MetadataService.cls 527 9 548 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
300 /force-app/main/default/classes/MetadataService.cls 527 9 548 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
301 /force-app/main/default/classes/MetadataService.cls 527 9 548 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
301 /force-app/main/default/classes/MetadataService.cls 527 9 548 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
302 /force-app/main/default/classes/MetadataService.cls 536 17 536 23 pmd FieldNamingConventions 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]*'
302 /force-app/main/default/classes/MetadataService.cls 536 17 536 23 pmd FieldNamingConventions 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]*'
303 /force-app/main/default/classes/MetadataService.cls 537 20 537 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
303 /force-app/main/default/classes/MetadataService.cls 537 20 537 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
304 /force-app/main/default/classes/MetadataService.cls 538 20 538 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 'enforceFieldRequiredness_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
304 /force-app/main/default/classes/MetadataService.cls 538 20 538 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 'enforceFieldRequiredness_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
305 /force-app/main/default/classes/MetadataService.cls 539 20 539 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
305 /force-app/main/default/classes/MetadataService.cls 539 20 539 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
306 /force-app/main/default/classes/MetadataService.cls 540 20 540 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 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
306 /force-app/main/default/classes/MetadataService.cls 540 20 540 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 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
307 /force-app/main/default/classes/MetadataService.cls 541 20 541 99 pmd 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]*'
307 /force-app/main/default/classes/MetadataService.cls 541 20 541 99 pmd 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]*'
308 /force-app/main/default/classes/MetadataService.cls 542 20 542 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
308 /force-app/main/default/classes/MetadataService.cls 542 20 542 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
309 /force-app/main/default/classes/MetadataService.cls 543 20 543 99 pmd 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]*'
309 /force-app/main/default/classes/MetadataService.cls 543 20 543 99 pmd 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]*'
310 /force-app/main/default/classes/MetadataService.cls 544 20 544 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 'sortPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
310 /force-app/main/default/classes/MetadataService.cls 544 20 544 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 'sortPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
311 /force-app/main/default/classes/MetadataService.cls 545 20 545 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
311 /force-app/main/default/classes/MetadataService.cls 545 20 545 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
312 /force-app/main/default/classes/MetadataService.cls 546 20 546 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
312 /force-app/main/default/classes/MetadataService.cls 546 20 546 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
313 /force-app/main/default/classes/MetadataService.cls 547 20 547 175 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 547 20 547 175 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
314 /force-app/main/default/classes/MetadataService.cls 549 9 596 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
314 /force-app/main/default/classes/MetadataService.cls 549 9 596 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
315 /force-app/main/default/classes/MetadataService.cls 549 9 596 3 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)
315 /force-app/main/default/classes/MetadataService.cls 549 9 596 3 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)
316 /force-app/main/default/classes/MetadataService.cls 549 9 596 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
316 /force-app/main/default/classes/MetadataService.cls 549 9 596 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
317 /force-app/main/default/classes/MetadataService.cls 552 20 552 97 pmd 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]*'
317 /force-app/main/default/classes/MetadataService.cls 552 20 552 97 pmd 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]*'
318 /force-app/main/default/classes/MetadataService.cls 554 20 554 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
318 /force-app/main/default/classes/MetadataService.cls 554 20 554 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
319 /force-app/main/default/classes/MetadataService.cls 574 20 574 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
319 /force-app/main/default/classes/MetadataService.cls 574 20 574 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
320 /force-app/main/default/classes/MetadataService.cls 575 20 575 99 pmd 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]*'
320 /force-app/main/default/classes/MetadataService.cls 575 20 575 99 pmd 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]*'
321 /force-app/main/default/classes/MetadataService.cls 576 20 576 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 'loginLogoName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
321 /force-app/main/default/classes/MetadataService.cls 576 20 576 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 'loginLogoName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
322 /force-app/main/default/classes/MetadataService.cls 577 20 577 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 'loginPrimaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
322 /force-app/main/default/classes/MetadataService.cls 577 20 577 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 'loginPrimaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
323 /force-app/main/default/classes/MetadataService.cls 578 20 578 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 'loginQuaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
323 /force-app/main/default/classes/MetadataService.cls 578 20 578 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 'loginQuaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
324 /force-app/main/default/classes/MetadataService.cls 579 20 579 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 'loginRightFrameUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
324 /force-app/main/default/classes/MetadataService.cls 579 20 579 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 'loginRightFrameUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
325 /force-app/main/default/classes/MetadataService.cls 580 20 580 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 'network_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
325 /force-app/main/default/classes/MetadataService.cls 580 20 580 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 'network_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
326 /force-app/main/default/classes/MetadataService.cls 581 20 581 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
326 /force-app/main/default/classes/MetadataService.cls 581 20 581 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
327 /force-app/main/default/classes/MetadataService.cls 582 20 582 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
327 /force-app/main/default/classes/MetadataService.cls 582 20 582 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
328 /force-app/main/default/classes/MetadataService.cls 583 20 583 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
328 /force-app/main/default/classes/MetadataService.cls 583 20 583 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
329 /force-app/main/default/classes/MetadataService.cls 584 20 584 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
329 /force-app/main/default/classes/MetadataService.cls 584 20 584 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
330 /force-app/main/default/classes/MetadataService.cls 585 20 585 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
330 /force-app/main/default/classes/MetadataService.cls 585 20 585 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
331 /force-app/main/default/classes/MetadataService.cls 586 20 586 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
331 /force-app/main/default/classes/MetadataService.cls 586 20 586 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
332 /force-app/main/default/classes/MetadataService.cls 587 20 587 109 pmd 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]*'
332 /force-app/main/default/classes/MetadataService.cls 587 20 587 109 pmd 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]*'
333 /force-app/main/default/classes/MetadataService.cls 588 20 588 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 'staticLogoImageUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
333 /force-app/main/default/classes/MetadataService.cls 588 20 588 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 'staticLogoImageUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
334 /force-app/main/default/classes/MetadataService.cls 589 20 589 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
334 /force-app/main/default/classes/MetadataService.cls 589 20 589 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
335 /force-app/main/default/classes/MetadataService.cls 590 20 590 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
335 /force-app/main/default/classes/MetadataService.cls 590 20 590 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
336 /force-app/main/default/classes/MetadataService.cls 591 20 591 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
336 /force-app/main/default/classes/MetadataService.cls 591 20 591 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
337 /force-app/main/default/classes/MetadataService.cls 592 20 592 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
337 /force-app/main/default/classes/MetadataService.cls 592 20 592 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
338 /force-app/main/default/classes/MetadataService.cls 593 20 593 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
338 /force-app/main/default/classes/MetadataService.cls 593 20 593 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
339 /force-app/main/default/classes/MetadataService.cls 594 20 594 60 pmd FieldNamingConventions 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]*'
339 /force-app/main/default/classes/MetadataService.cls 594 20 594 60 pmd FieldNamingConventions 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]*'
340 /force-app/main/default/classes/MetadataService.cls 595 20 595 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]*'
340 /force-app/main/default/classes/MetadataService.cls 595 20 595 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]*'
341 /force-app/main/default/classes/MetadataService.cls 597 9 616 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
341 /force-app/main/default/classes/MetadataService.cls 597 9 616 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
342 /force-app/main/default/classes/MetadataService.cls 597 9 616 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
342 /force-app/main/default/classes/MetadataService.cls 597 9 616 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
343 /force-app/main/default/classes/MetadataService.cls 600 20 600 97 pmd 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]*'
343 /force-app/main/default/classes/MetadataService.cls 600 20 600 97 pmd 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]*'
344 /force-app/main/default/classes/MetadataService.cls 607 20 607 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 'creationAgeInSeconds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
344 /force-app/main/default/classes/MetadataService.cls 607 20 607 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 'creationAgeInSeconds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
345 /force-app/main/default/classes/MetadataService.cls 608 20 608 103 pmd 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]*'
345 /force-app/main/default/classes/MetadataService.cls 608 20 608 103 pmd 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]*'
346 /force-app/main/default/classes/MetadataService.cls 609 20 609 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 'lastChatterActivityAgeInSeconds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
346 /force-app/main/default/classes/MetadataService.cls 609 20 609 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 'lastChatterActivityAgeInSeconds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
347 /force-app/main/default/classes/MetadataService.cls 610 20 610 103 pmd 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]*'
347 /force-app/main/default/classes/MetadataService.cls 610 20 610 103 pmd 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]*'
348 /force-app/main/default/classes/MetadataService.cls 611 20 611 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
348 /force-app/main/default/classes/MetadataService.cls 611 20 611 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
349 /force-app/main/default/classes/MetadataService.cls 612 20 612 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 'userTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
349 /force-app/main/default/classes/MetadataService.cls 612 20 612 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 'userTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
350 /force-app/main/default/classes/MetadataService.cls 613 20 613 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
350 /force-app/main/default/classes/MetadataService.cls 613 20 613 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
351 /force-app/main/default/classes/MetadataService.cls 614 20 614 60 pmd FieldNamingConventions 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]*'
351 /force-app/main/default/classes/MetadataService.cls 614 20 614 60 pmd FieldNamingConventions 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]*'
352 /force-app/main/default/classes/MetadataService.cls 615 20 615 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]*'
352 /force-app/main/default/classes/MetadataService.cls 615 20 615 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]*'
353 /force-app/main/default/classes/MetadataService.cls 617 9 622 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
353 /force-app/main/default/classes/MetadataService.cls 617 9 622 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
354 /force-app/main/default/classes/MetadataService.cls 619 20 619 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
354 /force-app/main/default/classes/MetadataService.cls 619 20 619 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
355 /force-app/main/default/classes/MetadataService.cls 620 20 620 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
355 /force-app/main/default/classes/MetadataService.cls 620 20 620 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
356 /force-app/main/default/classes/MetadataService.cls 621 20 621 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
356 /force-app/main/default/classes/MetadataService.cls 621 20 621 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
357 /force-app/main/default/classes/MetadataService.cls 623 9 630 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
357 /force-app/main/default/classes/MetadataService.cls 623 9 630 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
358 /force-app/main/default/classes/MetadataService.cls 626 20 626 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 'image_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
358 /force-app/main/default/classes/MetadataService.cls 626 20 626 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 'image_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
359 /force-app/main/default/classes/MetadataService.cls 627 20 627 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
359 /force-app/main/default/classes/MetadataService.cls 627 20 627 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
360 /force-app/main/default/classes/MetadataService.cls 628 20 628 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
360 /force-app/main/default/classes/MetadataService.cls 628 20 628 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
361 /force-app/main/default/classes/MetadataService.cls 629 20 629 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]*'
361 /force-app/main/default/classes/MetadataService.cls 629 20 629 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]*'
362 /force-app/main/default/classes/MetadataService.cls 631 9 652 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
362 /force-app/main/default/classes/MetadataService.cls 631 9 652 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
363 /force-app/main/default/classes/MetadataService.cls 631 9 652 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
363 /force-app/main/default/classes/MetadataService.cls 631 9 652 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
364 /force-app/main/default/classes/MetadataService.cls 641 20 641 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 'customTabListAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
364 /force-app/main/default/classes/MetadataService.cls 641 20 641 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 'customTabListAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
365 /force-app/main/default/classes/MetadataService.cls 642 20 642 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 'excludedStandardButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
365 /force-app/main/default/classes/MetadataService.cls 642 20 642 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 'excludedStandardButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
366 /force-app/main/default/classes/MetadataService.cls 643 20 643 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 'listViewButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
366 /force-app/main/default/classes/MetadataService.cls 643 20 643 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 'listViewButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
367 /force-app/main/default/classes/MetadataService.cls 644 20 644 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 'lookupDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
367 /force-app/main/default/classes/MetadataService.cls 644 20 644 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 'lookupDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
368 /force-app/main/default/classes/MetadataService.cls 645 20 645 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 'lookupFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
368 /force-app/main/default/classes/MetadataService.cls 645 20 645 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 'lookupFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
369 /force-app/main/default/classes/MetadataService.cls 646 20 646 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 'lookupPhoneDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
369 /force-app/main/default/classes/MetadataService.cls 646 20 646 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 'lookupPhoneDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
370 /force-app/main/default/classes/MetadataService.cls 647 20 647 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 'searchFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
370 /force-app/main/default/classes/MetadataService.cls 647 20 647 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 'searchFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
371 /force-app/main/default/classes/MetadataService.cls 648 20 648 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 'searchResultsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
371 /force-app/main/default/classes/MetadataService.cls 648 20 648 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 'searchResultsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
372 /force-app/main/default/classes/MetadataService.cls 649 20 649 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 'searchResultsCustomButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
372 /force-app/main/default/classes/MetadataService.cls 649 20 649 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 'searchResultsCustomButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
373 /force-app/main/default/classes/MetadataService.cls 650 20 650 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
373 /force-app/main/default/classes/MetadataService.cls 650 20 650 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
374 /force-app/main/default/classes/MetadataService.cls 651 20 651 305 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
374 /force-app/main/default/classes/MetadataService.cls 651 20 651 305 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
375 /force-app/main/default/classes/MetadataService.cls 653 9 658 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
375 /force-app/main/default/classes/MetadataService.cls 653 9 658 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
376 /force-app/main/default/classes/MetadataService.cls 653 9 658 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'retrieve_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
376 /force-app/main/default/classes/MetadataService.cls 653 9 658 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'retrieve_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
377 /force-app/main/default/classes/MetadataService.cls 655 20 655 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 'retrieveRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
377 /force-app/main/default/classes/MetadataService.cls 655 20 655 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 'retrieveRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
378 /force-app/main/default/classes/MetadataService.cls 656 20 656 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
378 /force-app/main/default/classes/MetadataService.cls 656 20 656 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
379 /force-app/main/default/classes/MetadataService.cls 657 20 657 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]*'
379 /force-app/main/default/classes/MetadataService.cls 657 20 657 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]*'
380 /force-app/main/default/classes/MetadataService.cls 659 9 668 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
380 /force-app/main/default/classes/MetadataService.cls 659 9 668 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
381 /force-app/main/default/classes/MetadataService.cls 662 20 662 97 pmd 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]*'
381 /force-app/main/default/classes/MetadataService.cls 662 20 662 97 pmd 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]*'
382 /force-app/main/default/classes/MetadataService.cls 664 20 664 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 'assignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
382 /force-app/main/default/classes/MetadataService.cls 664 20 664 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 'assignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
383 /force-app/main/default/classes/MetadataService.cls 665 20 665 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
383 /force-app/main/default/classes/MetadataService.cls 665 20 665 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
384 /force-app/main/default/classes/MetadataService.cls 666 20 666 60 pmd FieldNamingConventions 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]*'
384 /force-app/main/default/classes/MetadataService.cls 666 20 666 60 pmd FieldNamingConventions 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]*'
385 /force-app/main/default/classes/MetadataService.cls 667 20 667 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]*'
385 /force-app/main/default/classes/MetadataService.cls 667 20 667 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]*'
386 /force-app/main/default/classes/MetadataService.cls 669 9 678 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
386 /force-app/main/default/classes/MetadataService.cls 669 9 678 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
387 /force-app/main/default/classes/MetadataService.cls 673 20 673 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
387 /force-app/main/default/classes/MetadataService.cls 673 20 673 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
388 /force-app/main/default/classes/MetadataService.cls 674 20 674 97 pmd 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]*'
388 /force-app/main/default/classes/MetadataService.cls 674 20 674 97 pmd 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]*'
389 /force-app/main/default/classes/MetadataService.cls 675 20 675 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
389 /force-app/main/default/classes/MetadataService.cls 675 20 675 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
390 /force-app/main/default/classes/MetadataService.cls 676 20 676 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
390 /force-app/main/default/classes/MetadataService.cls 676 20 676 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
391 /force-app/main/default/classes/MetadataService.cls 677 20 677 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]*'
391 /force-app/main/default/classes/MetadataService.cls 677 20 677 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]*'
392 /force-app/main/default/classes/MetadataService.cls 679 9 686 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
392 /force-app/main/default/classes/MetadataService.cls 679 9 686 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
393 /force-app/main/default/classes/MetadataService.cls 682 20 682 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
393 /force-app/main/default/classes/MetadataService.cls 682 20 682 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
394 /force-app/main/default/classes/MetadataService.cls 683 20 683 89 pmd 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]*'
394 /force-app/main/default/classes/MetadataService.cls 683 20 683 89 pmd 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]*'
395 /force-app/main/default/classes/MetadataService.cls 684 20 684 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
395 /force-app/main/default/classes/MetadataService.cls 684 20 684 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
396 /force-app/main/default/classes/MetadataService.cls 685 20 685 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]*'
396 /force-app/main/default/classes/MetadataService.cls 685 20 685 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]*'
397 /force-app/main/default/classes/MetadataService.cls 687 9 694 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
397 /force-app/main/default/classes/MetadataService.cls 687 9 694 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
398 /force-app/main/default/classes/MetadataService.cls 690 20 690 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 'dashboardFilterOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
398 /force-app/main/default/classes/MetadataService.cls 690 20 690 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 'dashboardFilterOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
399 /force-app/main/default/classes/MetadataService.cls 691 20 691 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
399 /force-app/main/default/classes/MetadataService.cls 691 20 691 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
400 /force-app/main/default/classes/MetadataService.cls 692 20 692 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
400 /force-app/main/default/classes/MetadataService.cls 692 20 692 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
401 /force-app/main/default/classes/MetadataService.cls 693 20 693 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
401 /force-app/main/default/classes/MetadataService.cls 693 20 693 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
402 /force-app/main/default/classes/MetadataService.cls 695 9 700 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
402 /force-app/main/default/classes/MetadataService.cls 695 9 700 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
403 /force-app/main/default/classes/MetadataService.cls 697 20 697 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 'recommendationAudienceDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
403 /force-app/main/default/classes/MetadataService.cls 697 20 697 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 'recommendationAudienceDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
404 /force-app/main/default/classes/MetadataService.cls 698 20 698 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
404 /force-app/main/default/classes/MetadataService.cls 698 20 698 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
405 /force-app/main/default/classes/MetadataService.cls 699 20 699 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
405 /force-app/main/default/classes/MetadataService.cls 699 20 699 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
406 /force-app/main/default/classes/MetadataService.cls 701 9 710 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
406 /force-app/main/default/classes/MetadataService.cls 701 9 710 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
407 /force-app/main/default/classes/MetadataService.cls 703 18 703 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
407 /force-app/main/default/classes/MetadataService.cls 703 18 703 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
408 /force-app/main/default/classes/MetadataService.cls 705 20 705 103 pmd 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]*'
408 /force-app/main/default/classes/MetadataService.cls 705 20 705 103 pmd 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]*'
409 /force-app/main/default/classes/MetadataService.cls 706 20 706 97 pmd 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]*'
409 /force-app/main/default/classes/MetadataService.cls 706 20 706 97 pmd 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]*'
410 /force-app/main/default/classes/MetadataService.cls 707 20 707 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
410 /force-app/main/default/classes/MetadataService.cls 707 20 707 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
411 /force-app/main/default/classes/MetadataService.cls 708 20 708 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
411 /force-app/main/default/classes/MetadataService.cls 708 20 708 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
412 /force-app/main/default/classes/MetadataService.cls 709 20 709 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]*'
412 /force-app/main/default/classes/MetadataService.cls 709 20 709 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]*'
413 /force-app/main/default/classes/MetadataService.cls 711 9 718 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
413 /force-app/main/default/classes/MetadataService.cls 711 9 718 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
414 /force-app/main/default/classes/MetadataService.cls 714 20 714 89 pmd 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]*'
414 /force-app/main/default/classes/MetadataService.cls 714 20 714 89 pmd 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]*'
415 /force-app/main/default/classes/MetadataService.cls 715 20 715 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
415 /force-app/main/default/classes/MetadataService.cls 715 20 715 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
416 /force-app/main/default/classes/MetadataService.cls 716 20 716 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
416 /force-app/main/default/classes/MetadataService.cls 716 20 716 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
417 /force-app/main/default/classes/MetadataService.cls 717 20 717 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]*'
417 /force-app/main/default/classes/MetadataService.cls 717 20 717 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]*'
418 /force-app/main/default/classes/MetadataService.cls 719 9 734 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
418 /force-app/main/default/classes/MetadataService.cls 719 9 734 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
419 /force-app/main/default/classes/MetadataService.cls 726 20 726 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
419 /force-app/main/default/classes/MetadataService.cls 726 20 726 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
420 /force-app/main/default/classes/MetadataService.cls 727 20 727 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
420 /force-app/main/default/classes/MetadataService.cls 727 20 727 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
421 /force-app/main/default/classes/MetadataService.cls 728 20 728 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
421 /force-app/main/default/classes/MetadataService.cls 728 20 728 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
422 /force-app/main/default/classes/MetadataService.cls 729 20 729 103 pmd 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]*'
422 /force-app/main/default/classes/MetadataService.cls 729 20 729 103 pmd 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]*'
423 /force-app/main/default/classes/MetadataService.cls 730 20 730 99 pmd 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]*'
423 /force-app/main/default/classes/MetadataService.cls 730 20 730 99 pmd 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]*'
424 /force-app/main/default/classes/MetadataService.cls 731 20 731 99 pmd 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]*'
424 /force-app/main/default/classes/MetadataService.cls 731 20 731 99 pmd 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]*'
425 /force-app/main/default/classes/MetadataService.cls 732 20 732 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
425 /force-app/main/default/classes/MetadataService.cls 732 20 732 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
426 /force-app/main/default/classes/MetadataService.cls 733 20 733 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]*'
426 /force-app/main/default/classes/MetadataService.cls 733 20 733 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]*'
427 /force-app/main/default/classes/MetadataService.cls 735 9 748 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
427 /force-app/main/default/classes/MetadataService.cls 735 9 748 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
428 /force-app/main/default/classes/MetadataService.cls 738 20 738 97 pmd 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]*'
428 /force-app/main/default/classes/MetadataService.cls 738 20 738 97 pmd 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]*'
429 /force-app/main/default/classes/MetadataService.cls 742 20 742 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
429 /force-app/main/default/classes/MetadataService.cls 742 20 742 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
430 /force-app/main/default/classes/MetadataService.cls 743 20 743 103 pmd 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]*'
430 /force-app/main/default/classes/MetadataService.cls 743 20 743 103 pmd 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]*'
431 /force-app/main/default/classes/MetadataService.cls 744 20 744 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
431 /force-app/main/default/classes/MetadataService.cls 744 20 744 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
432 /force-app/main/default/classes/MetadataService.cls 745 20 745 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
432 /force-app/main/default/classes/MetadataService.cls 745 20 745 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
433 /force-app/main/default/classes/MetadataService.cls 746 20 746 60 pmd FieldNamingConventions 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]*'
433 /force-app/main/default/classes/MetadataService.cls 746 20 746 60 pmd FieldNamingConventions 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]*'
434 /force-app/main/default/classes/MetadataService.cls 747 20 747 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]*'
434 /force-app/main/default/classes/MetadataService.cls 747 20 747 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]*'
435 /force-app/main/default/classes/MetadataService.cls 749 9 774 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
435 /force-app/main/default/classes/MetadataService.cls 749 9 774 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
436 /force-app/main/default/classes/MetadataService.cls 749 9 774 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
436 /force-app/main/default/classes/MetadataService.cls 749 9 774 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
437 /force-app/main/default/classes/MetadataService.cls 759 17 759 23 pmd FieldNamingConventions 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]*'
437 /force-app/main/default/classes/MetadataService.cls 759 17 759 23 pmd FieldNamingConventions 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]*'
438 /force-app/main/default/classes/MetadataService.cls 761 20 761 103 pmd 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]*'
438 /force-app/main/default/classes/MetadataService.cls 761 20 761 103 pmd 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]*'
439 /force-app/main/default/classes/MetadataService.cls 762 20 762 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 'dataset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
439 /force-app/main/default/classes/MetadataService.cls 762 20 762 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 'dataset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
440 /force-app/main/default/classes/MetadataService.cls 763 20 763 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 'datasetConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
440 /force-app/main/default/classes/MetadataService.cls 763 20 763 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 'datasetConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
441 /force-app/main/default/classes/MetadataService.cls 764 20 764 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 'datasetFullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
441 /force-app/main/default/classes/MetadataService.cls 764 20 764 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 'datasetFullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
442 /force-app/main/default/classes/MetadataService.cls 765 20 765 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 'dates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
442 /force-app/main/default/classes/MetadataService.cls 765 20 765 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 'dates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
443 /force-app/main/default/classes/MetadataService.cls 766 20 766 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 'dimensions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
443 /force-app/main/default/classes/MetadataService.cls 766 20 766 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 'dimensions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
444 /force-app/main/default/classes/MetadataService.cls 767 20 767 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 'measures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
444 /force-app/main/default/classes/MetadataService.cls 767 20 767 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 'measures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
445 /force-app/main/default/classes/MetadataService.cls 768 20 768 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 'organizations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
445 /force-app/main/default/classes/MetadataService.cls 768 20 768 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 'organizations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
446 /force-app/main/default/classes/MetadataService.cls 769 20 769 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
446 /force-app/main/default/classes/MetadataService.cls 769 20 769 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
447 /force-app/main/default/classes/MetadataService.cls 770 20 770 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
447 /force-app/main/default/classes/MetadataService.cls 770 20 770 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
448 /force-app/main/default/classes/MetadataService.cls 771 20 771 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 'waveVisualization_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
448 /force-app/main/default/classes/MetadataService.cls 771 20 771 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 'waveVisualization_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
449 /force-app/main/default/classes/MetadataService.cls 772 20 772 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
449 /force-app/main/default/classes/MetadataService.cls 772 20 772 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
450 /force-app/main/default/classes/MetadataService.cls 773 20 773 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]*'
450 /force-app/main/default/classes/MetadataService.cls 773 20 773 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]*'
451 /force-app/main/default/classes/MetadataService.cls 775 9 782 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
451 /force-app/main/default/classes/MetadataService.cls 775 9 782 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
452 /force-app/main/default/classes/MetadataService.cls 778 20 778 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
452 /force-app/main/default/classes/MetadataService.cls 778 20 778 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
453 /force-app/main/default/classes/MetadataService.cls 779 20 779 89 pmd 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]*'
453 /force-app/main/default/classes/MetadataService.cls 779 20 779 89 pmd 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]*'
454 /force-app/main/default/classes/MetadataService.cls 780 20 780 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
454 /force-app/main/default/classes/MetadataService.cls 780 20 780 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
455 /force-app/main/default/classes/MetadataService.cls 781 20 781 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]*'
455 /force-app/main/default/classes/MetadataService.cls 781 20 781 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]*'
456 /force-app/main/default/classes/MetadataService.cls 783 9 794 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
456 /force-app/main/default/classes/MetadataService.cls 783 9 794 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
457 /force-app/main/default/classes/MetadataService.cls 788 20 788 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 'defaultBrandingSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
457 /force-app/main/default/classes/MetadataService.cls 788 20 788 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 'defaultBrandingSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
458 /force-app/main/default/classes/MetadataService.cls 789 20 789 103 pmd 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]*'
458 /force-app/main/default/classes/MetadataService.cls 789 20 789 103 pmd 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]*'
459 /force-app/main/default/classes/MetadataService.cls 790 20 790 103 pmd 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]*'
459 /force-app/main/default/classes/MetadataService.cls 790 20 790 103 pmd 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]*'
460 /force-app/main/default/classes/MetadataService.cls 791 20 791 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 'shouldOverrideLoadingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
460 /force-app/main/default/classes/MetadataService.cls 791 20 791 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 'shouldOverrideLoadingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
461 /force-app/main/default/classes/MetadataService.cls 792 20 792 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
461 /force-app/main/default/classes/MetadataService.cls 792 20 792 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
462 /force-app/main/default/classes/MetadataService.cls 793 20 793 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]*'
462 /force-app/main/default/classes/MetadataService.cls 793 20 793 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]*'
463 /force-app/main/default/classes/MetadataService.cls 795 9 804 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
463 /force-app/main/default/classes/MetadataService.cls 795 9 804 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
464 /force-app/main/default/classes/MetadataService.cls 799 20 799 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 'dataCategories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
464 /force-app/main/default/classes/MetadataService.cls 799 20 799 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 'dataCategories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
465 /force-app/main/default/classes/MetadataService.cls 800 20 800 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
465 /force-app/main/default/classes/MetadataService.cls 800 20 800 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
466 /force-app/main/default/classes/MetadataService.cls 801 20 801 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
466 /force-app/main/default/classes/MetadataService.cls 801 20 801 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
467 /force-app/main/default/classes/MetadataService.cls 802 20 802 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
467 /force-app/main/default/classes/MetadataService.cls 802 20 802 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
468 /force-app/main/default/classes/MetadataService.cls 803 20 803 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]*'
468 /force-app/main/default/classes/MetadataService.cls 803 20 803 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]*'
469 /force-app/main/default/classes/MetadataService.cls 805 9 812 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
469 /force-app/main/default/classes/MetadataService.cls 805 9 812 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
470 /force-app/main/default/classes/MetadataService.cls 808 20 808 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
470 /force-app/main/default/classes/MetadataService.cls 808 20 808 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
471 /force-app/main/default/classes/MetadataService.cls 809 20 809 89 pmd 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]*'
471 /force-app/main/default/classes/MetadataService.cls 809 20 809 89 pmd 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]*'
472 /force-app/main/default/classes/MetadataService.cls 810 20 810 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
472 /force-app/main/default/classes/MetadataService.cls 810 20 810 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
473 /force-app/main/default/classes/MetadataService.cls 811 20 811 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]*'
473 /force-app/main/default/classes/MetadataService.cls 811 20 811 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]*'
474 /force-app/main/default/classes/MetadataService.cls 813 9 822 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
474 /force-app/main/default/classes/MetadataService.cls 813 9 822 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
475 /force-app/main/default/classes/MetadataService.cls 817 20 817 103 pmd 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]*'
475 /force-app/main/default/classes/MetadataService.cls 817 20 817 103 pmd 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]*'
476 /force-app/main/default/classes/MetadataService.cls 818 20 818 103 pmd 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]*'
476 /force-app/main/default/classes/MetadataService.cls 818 20 818 103 pmd 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]*'
477 /force-app/main/default/classes/MetadataService.cls 819 20 819 99 pmd 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]*'
477 /force-app/main/default/classes/MetadataService.cls 819 20 819 99 pmd 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]*'
478 /force-app/main/default/classes/MetadataService.cls 820 20 820 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
478 /force-app/main/default/classes/MetadataService.cls 820 20 820 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
479 /force-app/main/default/classes/MetadataService.cls 821 20 821 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 821 20 821 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 823 9 838 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
480 /force-app/main/default/classes/MetadataService.cls 823 9 838 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
481 /force-app/main/default/classes/MetadataService.cls 830 20 830 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 'childXmlNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
481 /force-app/main/default/classes/MetadataService.cls 830 20 830 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 'childXmlNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
482 /force-app/main/default/classes/MetadataService.cls 831 20 831 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 'directoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
482 /force-app/main/default/classes/MetadataService.cls 831 20 831 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 'directoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
483 /force-app/main/default/classes/MetadataService.cls 832 20 832 97 pmd 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]*'
483 /force-app/main/default/classes/MetadataService.cls 832 20 832 97 pmd 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]*'
484 /force-app/main/default/classes/MetadataService.cls 833 20 833 97 pmd 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]*'
484 /force-app/main/default/classes/MetadataService.cls 833 20 833 97 pmd 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]*'
485 /force-app/main/default/classes/MetadataService.cls 834 20 834 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 'suffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
485 /force-app/main/default/classes/MetadataService.cls 834 20 834 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 'suffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
486 /force-app/main/default/classes/MetadataService.cls 835 20 835 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 'xmlName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
486 /force-app/main/default/classes/MetadataService.cls 835 20 835 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 'xmlName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
487 /force-app/main/default/classes/MetadataService.cls 836 20 836 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
487 /force-app/main/default/classes/MetadataService.cls 836 20 836 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
488 /force-app/main/default/classes/MetadataService.cls 837 20 837 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]*'
488 /force-app/main/default/classes/MetadataService.cls 837 20 837 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]*'
489 /force-app/main/default/classes/MetadataService.cls 839 9 848 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
489 /force-app/main/default/classes/MetadataService.cls 839 9 848 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
490 /force-app/main/default/classes/MetadataService.cls 842 20 842 97 pmd 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]*'
490 /force-app/main/default/classes/MetadataService.cls 842 20 842 97 pmd 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]*'
491 /force-app/main/default/classes/MetadataService.cls 844 20 844 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 'enableLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
491 /force-app/main/default/classes/MetadataService.cls 844 20 844 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 'enableLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
492 /force-app/main/default/classes/MetadataService.cls 845 20 845 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
492 /force-app/main/default/classes/MetadataService.cls 845 20 845 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
493 /force-app/main/default/classes/MetadataService.cls 846 20 846 60 pmd FieldNamingConventions 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]*'
493 /force-app/main/default/classes/MetadataService.cls 846 20 846 60 pmd FieldNamingConventions 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]*'
494 /force-app/main/default/classes/MetadataService.cls 847 20 847 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]*'
494 /force-app/main/default/classes/MetadataService.cls 847 20 847 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]*'
495 /force-app/main/default/classes/MetadataService.cls 849 9 864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
495 /force-app/main/default/classes/MetadataService.cls 849 9 864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
496 /force-app/main/default/classes/MetadataService.cls 855 18 855 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
496 /force-app/main/default/classes/MetadataService.cls 855 18 855 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
497 /force-app/main/default/classes/MetadataService.cls 856 20 856 103 pmd 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]*'
497 /force-app/main/default/classes/MetadataService.cls 856 20 856 103 pmd 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]*'
498 /force-app/main/default/classes/MetadataService.cls 857 20 857 89 pmd 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]*'
498 /force-app/main/default/classes/MetadataService.cls 857 20 857 89 pmd 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]*'
499 /force-app/main/default/classes/MetadataService.cls 858 20 858 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 'flowInputs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
499 /force-app/main/default/classes/MetadataService.cls 858 20 858 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 'flowInputs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
500 /force-app/main/default/classes/MetadataService.cls 859 20 859 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
500 /force-app/main/default/classes/MetadataService.cls 859 20 859 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
501 /force-app/main/default/classes/MetadataService.cls 860 20 860 97 pmd 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]*'
501 /force-app/main/default/classes/MetadataService.cls 860 20 860 97 pmd 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]*'
502 /force-app/main/default/classes/MetadataService.cls 861 20 861 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
502 /force-app/main/default/classes/MetadataService.cls 861 20 861 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
503 /force-app/main/default/classes/MetadataService.cls 862 20 862 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
503 /force-app/main/default/classes/MetadataService.cls 862 20 862 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
504 /force-app/main/default/classes/MetadataService.cls 863 20 863 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]*'
504 /force-app/main/default/classes/MetadataService.cls 863 20 863 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]*'
505 /force-app/main/default/classes/MetadataService.cls 865 9 886 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
505 /force-app/main/default/classes/MetadataService.cls 865 9 886 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
506 /force-app/main/default/classes/MetadataService.cls 865 9 886 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
506 /force-app/main/default/classes/MetadataService.cls 865 9 886 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
507 /force-app/main/default/classes/MetadataService.cls 868 20 868 97 pmd 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]*'
507 /force-app/main/default/classes/MetadataService.cls 868 20 868 97 pmd 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]*'
508 /force-app/main/default/classes/MetadataService.cls 876 20 876 99 pmd 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]*'
508 /force-app/main/default/classes/MetadataService.cls 876 20 876 99 pmd 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]*'
509 /force-app/main/default/classes/MetadataService.cls 877 20 877 103 pmd 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]*'
509 /force-app/main/default/classes/MetadataService.cls 877 20 877 103 pmd 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]*'
510 /force-app/main/default/classes/MetadataService.cls 878 20 878 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
510 /force-app/main/default/classes/MetadataService.cls 878 20 878 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
511 /force-app/main/default/classes/MetadataService.cls 879 20 879 103 pmd 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]*'
511 /force-app/main/default/classes/MetadataService.cls 879 20 879 103 pmd 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]*'
512 /force-app/main/default/classes/MetadataService.cls 880 20 880 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 'shares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
512 /force-app/main/default/classes/MetadataService.cls 880 20 880 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 'shares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
513 /force-app/main/default/classes/MetadataService.cls 881 20 881 109 pmd 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]*'
513 /force-app/main/default/classes/MetadataService.cls 881 20 881 109 pmd 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]*'
514 /force-app/main/default/classes/MetadataService.cls 882 20 882 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 'templateVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
514 /force-app/main/default/classes/MetadataService.cls 882 20 882 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 'templateVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
515 /force-app/main/default/classes/MetadataService.cls 883 20 883 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
515 /force-app/main/default/classes/MetadataService.cls 883 20 883 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
516 /force-app/main/default/classes/MetadataService.cls 884 20 884 60 pmd FieldNamingConventions 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]*'
516 /force-app/main/default/classes/MetadataService.cls 884 20 884 60 pmd FieldNamingConventions 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]*'
517 /force-app/main/default/classes/MetadataService.cls 885 20 885 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]*'
517 /force-app/main/default/classes/MetadataService.cls 885 20 885 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]*'
518 /force-app/main/default/classes/MetadataService.cls 887 9 892 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
518 /force-app/main/default/classes/MetadataService.cls 887 9 892 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
519 /force-app/main/default/classes/MetadataService.cls 889 20 889 99 pmd 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]*'
519 /force-app/main/default/classes/MetadataService.cls 889 20 889 99 pmd 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]*'
520 /force-app/main/default/classes/MetadataService.cls 890 20 890 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
520 /force-app/main/default/classes/MetadataService.cls 890 20 890 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
521 /force-app/main/default/classes/MetadataService.cls 891 20 891 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
521 /force-app/main/default/classes/MetadataService.cls 891 20 891 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 893 9 902 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
522 /force-app/main/default/classes/MetadataService.cls 893 9 902 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
523 /force-app/main/default/classes/MetadataService.cls 897 20 897 103 pmd 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]*'
523 /force-app/main/default/classes/MetadataService.cls 897 20 897 103 pmd 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]*'
524 /force-app/main/default/classes/MetadataService.cls 898 20 898 89 pmd 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]*'
524 /force-app/main/default/classes/MetadataService.cls 898 20 898 89 pmd 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]*'
525 /force-app/main/default/classes/MetadataService.cls 899 20 899 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
525 /force-app/main/default/classes/MetadataService.cls 899 20 899 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
526 /force-app/main/default/classes/MetadataService.cls 900 20 900 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
526 /force-app/main/default/classes/MetadataService.cls 900 20 900 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
527 /force-app/main/default/classes/MetadataService.cls 901 20 901 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]*'
527 /force-app/main/default/classes/MetadataService.cls 901 20 901 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]*'
528 /force-app/main/default/classes/MetadataService.cls 903 9 928 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
528 /force-app/main/default/classes/MetadataService.cls 903 9 928 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
529 /force-app/main/default/classes/MetadataService.cls 903 9 928 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
529 /force-app/main/default/classes/MetadataService.cls 903 9 928 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
530 /force-app/main/default/classes/MetadataService.cls 906 20 906 97 pmd 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]*'
530 /force-app/main/default/classes/MetadataService.cls 906 20 906 97 pmd 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]*'
531 /force-app/main/default/classes/MetadataService.cls 916 20 916 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 'documentContentSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
531 /force-app/main/default/classes/MetadataService.cls 916 20 916 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 'documentContentSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
532 /force-app/main/default/classes/MetadataService.cls 917 20 917 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 'optimizeSearchForCJKEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
532 /force-app/main/default/classes/MetadataService.cls 917 20 917 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 'optimizeSearchForCJKEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
533 /force-app/main/default/classes/MetadataService.cls 918 20 918 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 'recentlyViewedUsersForBlankLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
533 /force-app/main/default/classes/MetadataService.cls 918 20 918 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 'recentlyViewedUsersForBlankLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
534 /force-app/main/default/classes/MetadataService.cls 919 20 919 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
534 /force-app/main/default/classes/MetadataService.cls 919 20 919 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
535 /force-app/main/default/classes/MetadataService.cls 920 20 920 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 'sidebarAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
535 /force-app/main/default/classes/MetadataService.cls 920 20 920 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 'sidebarAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
536 /force-app/main/default/classes/MetadataService.cls 921 20 921 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 'sidebarDropDownListEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
536 /force-app/main/default/classes/MetadataService.cls 921 20 921 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 'sidebarDropDownListEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
537 /force-app/main/default/classes/MetadataService.cls 922 20 922 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 'sidebarLimitToItemsIOwnCheckboxEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
537 /force-app/main/default/classes/MetadataService.cls 922 20 922 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 'sidebarLimitToItemsIOwnCheckboxEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
538 /force-app/main/default/classes/MetadataService.cls 923 20 923 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 'singleSearchResultShortcutEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
538 /force-app/main/default/classes/MetadataService.cls 923 20 923 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 'singleSearchResultShortcutEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
539 /force-app/main/default/classes/MetadataService.cls 924 20 924 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 'spellCorrectKnowledgeSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
539 /force-app/main/default/classes/MetadataService.cls 924 20 924 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 'spellCorrectKnowledgeSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
540 /force-app/main/default/classes/MetadataService.cls 925 20 925 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
540 /force-app/main/default/classes/MetadataService.cls 925 20 925 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
541 /force-app/main/default/classes/MetadataService.cls 926 20 926 60 pmd FieldNamingConventions 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]*'
541 /force-app/main/default/classes/MetadataService.cls 926 20 926 60 pmd FieldNamingConventions 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]*'
542 /force-app/main/default/classes/MetadataService.cls 927 20 927 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]*'
542 /force-app/main/default/classes/MetadataService.cls 927 20 927 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]*'
543 /force-app/main/default/classes/MetadataService.cls 929 9 936 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
543 /force-app/main/default/classes/MetadataService.cls 929 9 936 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
544 /force-app/main/default/classes/MetadataService.cls 929 9 936 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'listMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
544 /force-app/main/default/classes/MetadataService.cls 929 9 936 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'listMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
545 /force-app/main/default/classes/MetadataService.cls 932 20 932 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 'queries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
545 /force-app/main/default/classes/MetadataService.cls 932 20 932 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 'queries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
546 /force-app/main/default/classes/MetadataService.cls 933 20 933 103 pmd 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]*'
546 /force-app/main/default/classes/MetadataService.cls 933 20 933 103 pmd 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]*'
547 /force-app/main/default/classes/MetadataService.cls 934 20 934 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
547 /force-app/main/default/classes/MetadataService.cls 934 20 934 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
548 /force-app/main/default/classes/MetadataService.cls 935 20 935 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]*'
548 /force-app/main/default/classes/MetadataService.cls 935 20 935 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]*'
549 /force-app/main/default/classes/MetadataService.cls 937 9 972 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
549 /force-app/main/default/classes/MetadataService.cls 937 9 972 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
550 /force-app/main/default/classes/MetadataService.cls 937 9 972 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
550 /force-app/main/default/classes/MetadataService.cls 937 9 972 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
551 /force-app/main/default/classes/MetadataService.cls 940 20 940 97 pmd 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]*'
551 /force-app/main/default/classes/MetadataService.cls 940 20 940 97 pmd 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]*'
552 /force-app/main/default/classes/MetadataService.cls 941 17 941 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 'SVGContent' doesn't match '[a-z][a-zA-Z0-9]*'
552 /force-app/main/default/classes/MetadataService.cls 941 17 941 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 'SVGContent' doesn't match '[a-z][a-zA-Z0-9]*'
553 /force-app/main/default/classes/MetadataService.cls 954 17 954 23 pmd FieldNamingConventions 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]*'
553 /force-app/main/default/classes/MetadataService.cls 954 17 954 23 pmd FieldNamingConventions 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]*'
554 /force-app/main/default/classes/MetadataService.cls 955 20 955 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 'SVGContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
554 /force-app/main/default/classes/MetadataService.cls 955 20 955 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 'SVGContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
555 /force-app/main/default/classes/MetadataService.cls 956 20 956 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
555 /force-app/main/default/classes/MetadataService.cls 956 20 956 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
556 /force-app/main/default/classes/MetadataService.cls 957 20 957 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 'controllerContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
556 /force-app/main/default/classes/MetadataService.cls 957 20 957 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 'controllerContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
557 /force-app/main/default/classes/MetadataService.cls 958 20 958 103 pmd 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]*'
557 /force-app/main/default/classes/MetadataService.cls 958 20 958 103 pmd 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]*'
558 /force-app/main/default/classes/MetadataService.cls 959 20 959 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 'designContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
558 /force-app/main/default/classes/MetadataService.cls 959 20 959 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 'designContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
559 /force-app/main/default/classes/MetadataService.cls 960 20 960 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 'documentationContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
559 /force-app/main/default/classes/MetadataService.cls 960 20 960 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 'documentationContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
560 /force-app/main/default/classes/MetadataService.cls 961 20 961 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 'helperContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
560 /force-app/main/default/classes/MetadataService.cls 961 20 961 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 'helperContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
561 /force-app/main/default/classes/MetadataService.cls 962 20 962 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 'markup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
561 /force-app/main/default/classes/MetadataService.cls 962 20 962 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 'markup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
562 /force-app/main/default/classes/MetadataService.cls 963 20 963 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 'modelContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
562 /force-app/main/default/classes/MetadataService.cls 963 20 963 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 'modelContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
563 /force-app/main/default/classes/MetadataService.cls 964 20 964 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
563 /force-app/main/default/classes/MetadataService.cls 964 20 964 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
564 /force-app/main/default/classes/MetadataService.cls 965 20 965 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 'rendererContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
564 /force-app/main/default/classes/MetadataService.cls 965 20 965 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 'rendererContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
565 /force-app/main/default/classes/MetadataService.cls 966 20 966 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 'styleContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
565 /force-app/main/default/classes/MetadataService.cls 966 20 966 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 'styleContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
566 /force-app/main/default/classes/MetadataService.cls 967 20 967 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 'testsuiteContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
566 /force-app/main/default/classes/MetadataService.cls 967 20 967 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 'testsuiteContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
567 /force-app/main/default/classes/MetadataService.cls 968 20 968 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
567 /force-app/main/default/classes/MetadataService.cls 968 20 968 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
568 /force-app/main/default/classes/MetadataService.cls 969 20 969 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
568 /force-app/main/default/classes/MetadataService.cls 969 20 969 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
569 /force-app/main/default/classes/MetadataService.cls 970 20 970 60 pmd FieldNamingConventions 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]*'
569 /force-app/main/default/classes/MetadataService.cls 970 20 970 60 pmd FieldNamingConventions 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]*'
570 /force-app/main/default/classes/MetadataService.cls 971 20 971 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]*'
570 /force-app/main/default/classes/MetadataService.cls 971 20 971 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]*'
571 /force-app/main/default/classes/MetadataService.cls 973 9 992 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
571 /force-app/main/default/classes/MetadataService.cls 973 9 992 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
572 /force-app/main/default/classes/MetadataService.cls 973 9 992 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
572 /force-app/main/default/classes/MetadataService.cls 973 9 992 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
573 /force-app/main/default/classes/MetadataService.cls 976 20 976 97 pmd 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]*'
573 /force-app/main/default/classes/MetadataService.cls 976 20 976 97 pmd 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]*'
574 /force-app/main/default/classes/MetadataService.cls 983 20 983 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 'doesSendEmailToMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
574 /force-app/main/default/classes/MetadataService.cls 983 20 983 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 'doesSendEmailToMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
575 /force-app/main/default/classes/MetadataService.cls 984 20 984 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
575 /force-app/main/default/classes/MetadataService.cls 984 20 984 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
576 /force-app/main/default/classes/MetadataService.cls 985 20 985 89 pmd 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]*'
576 /force-app/main/default/classes/MetadataService.cls 985 20 985 89 pmd 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]*'
577 /force-app/main/default/classes/MetadataService.cls 986 20 986 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 'queueMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
577 /force-app/main/default/classes/MetadataService.cls 986 20 986 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 'queueMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
578 /force-app/main/default/classes/MetadataService.cls 987 20 987 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 'queueRoutingConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
578 /force-app/main/default/classes/MetadataService.cls 987 20 987 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 'queueRoutingConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
579 /force-app/main/default/classes/MetadataService.cls 988 20 988 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 'queueSobject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
579 /force-app/main/default/classes/MetadataService.cls 988 20 988 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 'queueSobject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
580 /force-app/main/default/classes/MetadataService.cls 989 20 989 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
580 /force-app/main/default/classes/MetadataService.cls 989 20 989 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
581 /force-app/main/default/classes/MetadataService.cls 990 20 990 60 pmd FieldNamingConventions 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]*'
581 /force-app/main/default/classes/MetadataService.cls 990 20 990 60 pmd FieldNamingConventions 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]*'
582 /force-app/main/default/classes/MetadataService.cls 991 20 991 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]*'
582 /force-app/main/default/classes/MetadataService.cls 991 20 991 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]*'
583 /force-app/main/default/classes/MetadataService.cls 993 9 1004 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
583 /force-app/main/default/classes/MetadataService.cls 993 9 1004 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
584 /force-app/main/default/classes/MetadataService.cls 998 20 998 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 'cleanRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
584 /force-app/main/default/classes/MetadataService.cls 998 20 998 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 'cleanRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
585 /force-app/main/default/classes/MetadataService.cls 999 20 999 103 pmd 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]*'
585 /force-app/main/default/classes/MetadataService.cls 999 20 999 103 pmd 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]*'
586 /force-app/main/default/classes/MetadataService.cls 1000 20 1000 103 pmd 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]*'
586 /force-app/main/default/classes/MetadataService.cls 1000 20 1000 103 pmd 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]*'
587 /force-app/main/default/classes/MetadataService.cls 1001 20 1001 103 pmd 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]*'
587 /force-app/main/default/classes/MetadataService.cls 1001 20 1001 103 pmd 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]*'
588 /force-app/main/default/classes/MetadataService.cls 1002 20 1002 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
588 /force-app/main/default/classes/MetadataService.cls 1002 20 1002 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
589 /force-app/main/default/classes/MetadataService.cls 1003 20 1003 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]*'
589 /force-app/main/default/classes/MetadataService.cls 1003 20 1003 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]*'
590 /force-app/main/default/classes/MetadataService.cls 1005 9 1016 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
590 /force-app/main/default/classes/MetadataService.cls 1005 9 1016 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
591 /force-app/main/default/classes/MetadataService.cls 1008 20 1008 97 pmd 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]*'
591 /force-app/main/default/classes/MetadataService.cls 1008 20 1008 97 pmd 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]*'
592 /force-app/main/default/classes/MetadataService.cls 1011 20 1011 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 'narrowComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
592 /force-app/main/default/classes/MetadataService.cls 1011 20 1011 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 'narrowComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
593 /force-app/main/default/classes/MetadataService.cls 1012 20 1012 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 'wideComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
593 /force-app/main/default/classes/MetadataService.cls 1012 20 1012 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 'wideComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
594 /force-app/main/default/classes/MetadataService.cls 1013 20 1013 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
594 /force-app/main/default/classes/MetadataService.cls 1013 20 1013 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
595 /force-app/main/default/classes/MetadataService.cls 1014 20 1014 60 pmd FieldNamingConventions 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]*'
595 /force-app/main/default/classes/MetadataService.cls 1014 20 1014 60 pmd FieldNamingConventions 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]*'
596 /force-app/main/default/classes/MetadataService.cls 1015 20 1015 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]*'
596 /force-app/main/default/classes/MetadataService.cls 1015 20 1015 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]*'
597 /force-app/main/default/classes/MetadataService.cls 1017 9 1038 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
597 /force-app/main/default/classes/MetadataService.cls 1017 9 1038 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
598 /force-app/main/default/classes/MetadataService.cls 1017 9 1038 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
598 /force-app/main/default/classes/MetadataService.cls 1017 9 1038 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
599 /force-app/main/default/classes/MetadataService.cls 1020 20 1020 97 pmd 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]*'
599 /force-app/main/default/classes/MetadataService.cls 1020 20 1020 97 pmd 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]*'
600 /force-app/main/default/classes/MetadataService.cls 1022 20 1022 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
600 /force-app/main/default/classes/MetadataService.cls 1022 20 1022 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
601 /force-app/main/default/classes/MetadataService.cls 1029 20 1029 103 pmd 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]*'
601 /force-app/main/default/classes/MetadataService.cls 1029 20 1029 103 pmd 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]*'
602 /force-app/main/default/classes/MetadataService.cls 1030 20 1030 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 'datasets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
602 /force-app/main/default/classes/MetadataService.cls 1030 20 1030 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 'datasets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
603 /force-app/main/default/classes/MetadataService.cls 1031 20 1031 103 pmd 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]*'
603 /force-app/main/default/classes/MetadataService.cls 1031 20 1031 103 pmd 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]*'
604 /force-app/main/default/classes/MetadataService.cls 1032 20 1032 103 pmd 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]*'
604 /force-app/main/default/classes/MetadataService.cls 1032 20 1032 103 pmd 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]*'
605 /force-app/main/default/classes/MetadataService.cls 1033 20 1033 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
605 /force-app/main/default/classes/MetadataService.cls 1033 20 1033 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
606 /force-app/main/default/classes/MetadataService.cls 1034 20 1034 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 'visualizationType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
606 /force-app/main/default/classes/MetadataService.cls 1034 20 1034 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 'visualizationType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
607 /force-app/main/default/classes/MetadataService.cls 1035 20 1035 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
607 /force-app/main/default/classes/MetadataService.cls 1035 20 1035 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
608 /force-app/main/default/classes/MetadataService.cls 1036 20 1036 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 1036 20 1036 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 1037 20 1037 178 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 1037 20 1037 178 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 1039 9 1046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
610 /force-app/main/default/classes/MetadataService.cls 1039 9 1046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
611 /force-app/main/default/classes/MetadataService.cls 1042 20 1042 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 'defaultEmailTemplateName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
611 /force-app/main/default/classes/MetadataService.cls 1042 20 1042 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 'defaultEmailTemplateName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
612 /force-app/main/default/classes/MetadataService.cls 1043 20 1043 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 'ignoreDefaultEmailTemplateSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
612 /force-app/main/default/classes/MetadataService.cls 1043 20 1043 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 'ignoreDefaultEmailTemplateSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
613 /force-app/main/default/classes/MetadataService.cls 1044 20 1044 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
613 /force-app/main/default/classes/MetadataService.cls 1044 20 1044 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
614 /force-app/main/default/classes/MetadataService.cls 1045 20 1045 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]*'
614 /force-app/main/default/classes/MetadataService.cls 1045 20 1045 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]*'
615 /force-app/main/default/classes/MetadataService.cls 1047 9 1052 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
615 /force-app/main/default/classes/MetadataService.cls 1047 9 1052 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
616 /force-app/main/default/classes/MetadataService.cls 1049 20 1049 89 pmd 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]*'
616 /force-app/main/default/classes/MetadataService.cls 1049 20 1049 89 pmd 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]*'
617 /force-app/main/default/classes/MetadataService.cls 1050 20 1050 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
617 /force-app/main/default/classes/MetadataService.cls 1050 20 1050 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
618 /force-app/main/default/classes/MetadataService.cls 1051 20 1051 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
618 /force-app/main/default/classes/MetadataService.cls 1051 20 1051 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
619 /force-app/main/default/classes/MetadataService.cls 1053 9 1074 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
619 /force-app/main/default/classes/MetadataService.cls 1053 9 1074 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
620 /force-app/main/default/classes/MetadataService.cls 1053 9 1074 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
620 /force-app/main/default/classes/MetadataService.cls 1053 9 1074 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
621 /force-app/main/default/classes/MetadataService.cls 1063 20 1063 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 'enableCustomizeMyTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
621 /force-app/main/default/classes/MetadataService.cls 1063 20 1063 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 'enableCustomizeMyTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
622 /force-app/main/default/classes/MetadataService.cls 1064 20 1064 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 'enableKeyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
622 /force-app/main/default/classes/MetadataService.cls 1064 20 1064 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 'enableKeyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
623 /force-app/main/default/classes/MetadataService.cls 1065 20 1065 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 'enableListViewHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
623 /force-app/main/default/classes/MetadataService.cls 1065 20 1065 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 'enableListViewHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
624 /force-app/main/default/classes/MetadataService.cls 1066 20 1066 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 'enableListViewReskin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
624 /force-app/main/default/classes/MetadataService.cls 1066 20 1066 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 'enableListViewReskin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
625 /force-app/main/default/classes/MetadataService.cls 1067 20 1067 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 'enableMultiMonitorComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
625 /force-app/main/default/classes/MetadataService.cls 1067 20 1067 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 'enableMultiMonitorComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
626 /force-app/main/default/classes/MetadataService.cls 1068 20 1068 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 'enablePinTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
626 /force-app/main/default/classes/MetadataService.cls 1068 20 1068 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 'enablePinTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
627 /force-app/main/default/classes/MetadataService.cls 1069 20 1069 109 pmd 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]*'
627 /force-app/main/default/classes/MetadataService.cls 1069 20 1069 109 pmd 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]*'
628 /force-app/main/default/classes/MetadataService.cls 1070 20 1070 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 'enableTabLimits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
628 /force-app/main/default/classes/MetadataService.cls 1070 20 1070 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 'enableTabLimits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
629 /force-app/main/default/classes/MetadataService.cls 1071 20 1071 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 'saveUserSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
629 /force-app/main/default/classes/MetadataService.cls 1071 20 1071 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 'saveUserSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
630 /force-app/main/default/classes/MetadataService.cls 1072 20 1072 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
630 /force-app/main/default/classes/MetadataService.cls 1072 20 1072 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
631 /force-app/main/default/classes/MetadataService.cls 1073 20 1073 253 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
631 /force-app/main/default/classes/MetadataService.cls 1073 20 1073 253 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
632 /force-app/main/default/classes/MetadataService.cls 1075 9 1084 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
632 /force-app/main/default/classes/MetadataService.cls 1075 9 1084 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
633 /force-app/main/default/classes/MetadataService.cls 1078 20 1078 97 pmd 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]*'
633 /force-app/main/default/classes/MetadataService.cls 1078 20 1078 97 pmd 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]*'
634 /force-app/main/default/classes/MetadataService.cls 1080 20 1080 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 'caseSubjectOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
634 /force-app/main/default/classes/MetadataService.cls 1080 20 1080 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 'caseSubjectOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
635 /force-app/main/default/classes/MetadataService.cls 1081 20 1081 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
635 /force-app/main/default/classes/MetadataService.cls 1081 20 1081 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
636 /force-app/main/default/classes/MetadataService.cls 1082 20 1082 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 1082 20 1082 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 1083 20 1083 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 1083 20 1083 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 1085 9 1096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
638 /force-app/main/default/classes/MetadataService.cls 1085 9 1096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
639 /force-app/main/default/classes/MetadataService.cls 1088 20 1088 97 pmd 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]*'
639 /force-app/main/default/classes/MetadataService.cls 1088 20 1088 97 pmd 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]*'
640 /force-app/main/default/classes/MetadataService.cls 1091 20 1091 103 pmd 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]*'
640 /force-app/main/default/classes/MetadataService.cls 1091 20 1091 103 pmd 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]*'
641 /force-app/main/default/classes/MetadataService.cls 1092 20 1092 109 pmd 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]*'
641 /force-app/main/default/classes/MetadataService.cls 1092 20 1092 109 pmd 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]*'
642 /force-app/main/default/classes/MetadataService.cls 1093 20 1093 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
642 /force-app/main/default/classes/MetadataService.cls 1093 20 1093 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
643 /force-app/main/default/classes/MetadataService.cls 1094 20 1094 60 pmd FieldNamingConventions 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]*'
643 /force-app/main/default/classes/MetadataService.cls 1094 20 1094 60 pmd FieldNamingConventions 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]*'
644 /force-app/main/default/classes/MetadataService.cls 1095 20 1095 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]*'
644 /force-app/main/default/classes/MetadataService.cls 1095 20 1095 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]*'
645 /force-app/main/default/classes/MetadataService.cls 1097 9 1104 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
645 /force-app/main/default/classes/MetadataService.cls 1097 9 1104 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
646 /force-app/main/default/classes/MetadataService.cls 1100 20 1100 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 'sourceCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
646 /force-app/main/default/classes/MetadataService.cls 1100 20 1100 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 'sourceCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
647 /force-app/main/default/classes/MetadataService.cls 1101 20 1101 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 'weight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
647 /force-app/main/default/classes/MetadataService.cls 1101 20 1101 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 'weight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
648 /force-app/main/default/classes/MetadataService.cls 1102 20 1102 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
648 /force-app/main/default/classes/MetadataService.cls 1102 20 1102 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
649 /force-app/main/default/classes/MetadataService.cls 1103 20 1103 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]*'
649 /force-app/main/default/classes/MetadataService.cls 1103 20 1103 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]*'
650 /force-app/main/default/classes/MetadataService.cls 1105 9 1152 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
650 /force-app/main/default/classes/MetadataService.cls 1105 9 1152 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
651 /force-app/main/default/classes/MetadataService.cls 1105 9 1152 3 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)
651 /force-app/main/default/classes/MetadataService.cls 1105 9 1152 3 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)
652 /force-app/main/default/classes/MetadataService.cls 1105 9 1152 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
652 /force-app/main/default/classes/MetadataService.cls 1105 9 1152 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
653 /force-app/main/default/classes/MetadataService.cls 1108 20 1108 97 pmd 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]*'
653 /force-app/main/default/classes/MetadataService.cls 1108 20 1108 97 pmd 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]*'
654 /force-app/main/default/classes/MetadataService.cls 1129 20 1129 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
654 /force-app/main/default/classes/MetadataService.cls 1129 20 1129 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
655 /force-app/main/default/classes/MetadataService.cls 1130 20 1130 103 pmd 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]*'
655 /force-app/main/default/classes/MetadataService.cls 1130 20 1130 103 pmd 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]*'
656 /force-app/main/default/classes/MetadataService.cls 1131 20 1131 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 'allowedSubmitters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
656 /force-app/main/default/classes/MetadataService.cls 1131 20 1131 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 'allowedSubmitters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
657 /force-app/main/default/classes/MetadataService.cls 1132 20 1132 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 'approvalPageFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
657 /force-app/main/default/classes/MetadataService.cls 1132 20 1132 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 'approvalPageFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
658 /force-app/main/default/classes/MetadataService.cls 1133 20 1133 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 'approvalStep_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
658 /force-app/main/default/classes/MetadataService.cls 1133 20 1133 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 'approvalStep_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
659 /force-app/main/default/classes/MetadataService.cls 1134 20 1134 103 pmd 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]*'
659 /force-app/main/default/classes/MetadataService.cls 1134 20 1134 103 pmd 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]*'
660 /force-app/main/default/classes/MetadataService.cls 1135 20 1135 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 'emailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
660 /force-app/main/default/classes/MetadataService.cls 1135 20 1135 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 'emailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
661 /force-app/main/default/classes/MetadataService.cls 1136 20 1136 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 'enableMobileDeviceAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
661 /force-app/main/default/classes/MetadataService.cls 1136 20 1136 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 'enableMobileDeviceAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
662 /force-app/main/default/classes/MetadataService.cls 1137 20 1137 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
662 /force-app/main/default/classes/MetadataService.cls 1137 20 1137 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
663 /force-app/main/default/classes/MetadataService.cls 1138 20 1138 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 'finalApprovalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
663 /force-app/main/default/classes/MetadataService.cls 1138 20 1138 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 'finalApprovalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
664 /force-app/main/default/classes/MetadataService.cls 1139 20 1139 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 'finalApprovalRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
664 /force-app/main/default/classes/MetadataService.cls 1139 20 1139 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 'finalApprovalRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
665 /force-app/main/default/classes/MetadataService.cls 1140 20 1140 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 'finalRejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
665 /force-app/main/default/classes/MetadataService.cls 1140 20 1140 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 'finalRejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
666 /force-app/main/default/classes/MetadataService.cls 1141 20 1141 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 'finalRejectionRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
666 /force-app/main/default/classes/MetadataService.cls 1141 20 1141 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 'finalRejectionRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
667 /force-app/main/default/classes/MetadataService.cls 1142 20 1142 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 'initialSubmissionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
667 /force-app/main/default/classes/MetadataService.cls 1142 20 1142 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 'initialSubmissionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
668 /force-app/main/default/classes/MetadataService.cls 1143 20 1143 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
668 /force-app/main/default/classes/MetadataService.cls 1143 20 1143 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
669 /force-app/main/default/classes/MetadataService.cls 1144 20 1144 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 'nextAutomatedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
669 /force-app/main/default/classes/MetadataService.cls 1144 20 1144 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 'nextAutomatedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
670 /force-app/main/default/classes/MetadataService.cls 1145 20 1145 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 'postTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
670 /force-app/main/default/classes/MetadataService.cls 1145 20 1145 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 'postTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
671 /force-app/main/default/classes/MetadataService.cls 1146 20 1146 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 'recallActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
671 /force-app/main/default/classes/MetadataService.cls 1146 20 1146 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 'recallActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
672 /force-app/main/default/classes/MetadataService.cls 1147 20 1147 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 'recordEditability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
672 /force-app/main/default/classes/MetadataService.cls 1147 20 1147 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 'recordEditability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
673 /force-app/main/default/classes/MetadataService.cls 1148 20 1148 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 'showApprovalHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
673 /force-app/main/default/classes/MetadataService.cls 1148 20 1148 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 'showApprovalHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
674 /force-app/main/default/classes/MetadataService.cls 1149 20 1149 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
674 /force-app/main/default/classes/MetadataService.cls 1149 20 1149 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
675 /force-app/main/default/classes/MetadataService.cls 1150 20 1150 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 1150 20 1150 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 1151 20 1151 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]*'
676 /force-app/main/default/classes/MetadataService.cls 1151 20 1151 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]*'
677 /force-app/main/default/classes/MetadataService.cls 1153 9 1162 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
677 /force-app/main/default/classes/MetadataService.cls 1153 9 1162 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
678 /force-app/main/default/classes/MetadataService.cls 1157 20 1157 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 'embeddedServiceLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
678 /force-app/main/default/classes/MetadataService.cls 1157 20 1157 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 'embeddedServiceLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
679 /force-app/main/default/classes/MetadataService.cls 1158 20 1158 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
679 /force-app/main/default/classes/MetadataService.cls 1158 20 1158 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
680 /force-app/main/default/classes/MetadataService.cls 1159 20 1159 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 'quickActionDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
680 /force-app/main/default/classes/MetadataService.cls 1159 20 1159 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 'quickActionDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
681 /force-app/main/default/classes/MetadataService.cls 1160 20 1160 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
681 /force-app/main/default/classes/MetadataService.cls 1160 20 1160 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
682 /force-app/main/default/classes/MetadataService.cls 1161 20 1161 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]*'
682 /force-app/main/default/classes/MetadataService.cls 1161 20 1161 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]*'
683 /force-app/main/default/classes/MetadataService.cls 1163 9 1202 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
683 /force-app/main/default/classes/MetadataService.cls 1163 9 1202 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
684 /force-app/main/default/classes/MetadataService.cls 1163 9 1202 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
684 /force-app/main/default/classes/MetadataService.cls 1163 9 1202 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
685 /force-app/main/default/classes/MetadataService.cls 1166 20 1166 97 pmd 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]*'
685 /force-app/main/default/classes/MetadataService.cls 1166 20 1166 97 pmd 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]*'
686 /force-app/main/default/classes/MetadataService.cls 1167 17 1167 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 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
686 /force-app/main/default/classes/MetadataService.cls 1167 17 1167 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 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
687 /force-app/main/default/classes/MetadataService.cls 1183 20 1183 103 pmd 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]*'
687 /force-app/main/default/classes/MetadataService.cls 1183 20 1183 103 pmd 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]*'
688 /force-app/main/default/classes/MetadataService.cls 1184 20 1184 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
688 /force-app/main/default/classes/MetadataService.cls 1184 20 1184 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
689 /force-app/main/default/classes/MetadataService.cls 1185 20 1185 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
689 /force-app/main/default/classes/MetadataService.cls 1185 20 1185 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
690 /force-app/main/default/classes/MetadataService.cls 1186 20 1186 103 pmd 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]*'
690 /force-app/main/default/classes/MetadataService.cls 1186 20 1186 103 pmd 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]*'
691 /force-app/main/default/classes/MetadataService.cls 1187 20 1187 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 'entryStartDateField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
691 /force-app/main/default/classes/MetadataService.cls 1187 20 1187 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 'entryStartDateField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
692 /force-app/main/default/classes/MetadataService.cls 1188 20 1188 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 'exitCriteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
692 /force-app/main/default/classes/MetadataService.cls 1188 20 1188 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 'exitCriteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
693 /force-app/main/default/classes/MetadataService.cls 1189 20 1189 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 'exitCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
693 /force-app/main/default/classes/MetadataService.cls 1189 20 1189 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 'exitCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
694 /force-app/main/default/classes/MetadataService.cls 1190 20 1190 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 'exitCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
694 /force-app/main/default/classes/MetadataService.cls 1190 20 1190 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 'exitCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
695 /force-app/main/default/classes/MetadataService.cls 1191 20 1191 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 'isRecordTypeApplied_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
695 /force-app/main/default/classes/MetadataService.cls 1191 20 1191 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 'isRecordTypeApplied_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
696 /force-app/main/default/classes/MetadataService.cls 1192 20 1192 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 'isVersionDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
696 /force-app/main/default/classes/MetadataService.cls 1192 20 1192 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 'isVersionDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
697 /force-app/main/default/classes/MetadataService.cls 1193 20 1193 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 'milestones_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
697 /force-app/main/default/classes/MetadataService.cls 1193 20 1193 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 'milestones_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
698 /force-app/main/default/classes/MetadataService.cls 1194 20 1194 89 pmd 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]*'
698 /force-app/main/default/classes/MetadataService.cls 1194 20 1194 89 pmd 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]*'
699 /force-app/main/default/classes/MetadataService.cls 1195 20 1195 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
699 /force-app/main/default/classes/MetadataService.cls 1195 20 1195 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
700 /force-app/main/default/classes/MetadataService.cls 1196 20 1196 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 'versionMaster_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
700 /force-app/main/default/classes/MetadataService.cls 1196 20 1196 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 'versionMaster_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
701 /force-app/main/default/classes/MetadataService.cls 1197 20 1197 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 'versionNotes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
701 /force-app/main/default/classes/MetadataService.cls 1197 20 1197 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 'versionNotes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
702 /force-app/main/default/classes/MetadataService.cls 1198 20 1198 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
702 /force-app/main/default/classes/MetadataService.cls 1198 20 1198 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
703 /force-app/main/default/classes/MetadataService.cls 1199 20 1199 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
703 /force-app/main/default/classes/MetadataService.cls 1199 20 1199 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
704 /force-app/main/default/classes/MetadataService.cls 1200 20 1200 60 pmd FieldNamingConventions 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]*'
704 /force-app/main/default/classes/MetadataService.cls 1200 20 1200 60 pmd FieldNamingConventions 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]*'
705 /force-app/main/default/classes/MetadataService.cls 1201 20 1201 341 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 1201 20 1201 341 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
706 /force-app/main/default/classes/MetadataService.cls 1203 9 1230 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
706 /force-app/main/default/classes/MetadataService.cls 1203 9 1230 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
707 /force-app/main/default/classes/MetadataService.cls 1203 9 1230 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
707 /force-app/main/default/classes/MetadataService.cls 1203 9 1230 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
708 /force-app/main/default/classes/MetadataService.cls 1206 20 1206 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
708 /force-app/main/default/classes/MetadataService.cls 1206 20 1206 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
709 /force-app/main/default/classes/MetadataService.cls 1209 20 1209 103 pmd 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]*'
709 /force-app/main/default/classes/MetadataService.cls 1209 20 1209 103 pmd 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]*'
710 /force-app/main/default/classes/MetadataService.cls 1210 20 1210 89 pmd 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]*'
710 /force-app/main/default/classes/MetadataService.cls 1210 20 1210 89 pmd 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]*'
711 /force-app/main/default/classes/MetadataService.cls 1214 20 1214 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
711 /force-app/main/default/classes/MetadataService.cls 1214 20 1214 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
712 /force-app/main/default/classes/MetadataService.cls 1215 20 1215 99 pmd 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]*'
712 /force-app/main/default/classes/MetadataService.cls 1215 20 1215 99 pmd 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]*'
713 /force-app/main/default/classes/MetadataService.cls 1216 20 1216 99 pmd 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]*'
713 /force-app/main/default/classes/MetadataService.cls 1216 20 1216 99 pmd 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]*'
714 /force-app/main/default/classes/MetadataService.cls 1221 17 1221 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
714 /force-app/main/default/classes/MetadataService.cls 1221 17 1221 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
715 /force-app/main/default/classes/MetadataService.cls 1222 20 1222 99 pmd 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]*'
715 /force-app/main/default/classes/MetadataService.cls 1222 20 1222 99 pmd 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]*'
716 /force-app/main/default/classes/MetadataService.cls 1223 20 1223 109 pmd 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]*'
716 /force-app/main/default/classes/MetadataService.cls 1223 20 1223 109 pmd 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]*'
717 /force-app/main/default/classes/MetadataService.cls 1224 20 1224 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
717 /force-app/main/default/classes/MetadataService.cls 1224 20 1224 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
718 /force-app/main/default/classes/MetadataService.cls 1225 20 1225 109 pmd 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]*'
718 /force-app/main/default/classes/MetadataService.cls 1225 20 1225 109 pmd 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]*'
719 /force-app/main/default/classes/MetadataService.cls 1226 20 1226 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
719 /force-app/main/default/classes/MetadataService.cls 1226 20 1226 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
720 /force-app/main/default/classes/MetadataService.cls 1227 20 1227 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
720 /force-app/main/default/classes/MetadataService.cls 1227 20 1227 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
721 /force-app/main/default/classes/MetadataService.cls 1228 20 1228 60 pmd FieldNamingConventions 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]*'
721 /force-app/main/default/classes/MetadataService.cls 1228 20 1228 60 pmd FieldNamingConventions 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]*'
722 /force-app/main/default/classes/MetadataService.cls 1229 20 1229 202 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
722 /force-app/main/default/classes/MetadataService.cls 1229 20 1229 202 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
723 /force-app/main/default/classes/MetadataService.cls 1231 9 1242 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
723 /force-app/main/default/classes/MetadataService.cls 1231 9 1242 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
724 /force-app/main/default/classes/MetadataService.cls 1236 20 1236 99 pmd 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]*'
724 /force-app/main/default/classes/MetadataService.cls 1236 20 1236 99 pmd 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]*'
725 /force-app/main/default/classes/MetadataService.cls 1237 20 1237 97 pmd 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]*'
725 /force-app/main/default/classes/MetadataService.cls 1237 20 1237 97 pmd 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]*'
726 /force-app/main/default/classes/MetadataService.cls 1238 20 1238 89 pmd 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]*'
726 /force-app/main/default/classes/MetadataService.cls 1238 20 1238 89 pmd 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]*'
727 /force-app/main/default/classes/MetadataService.cls 1239 20 1239 109 pmd 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]*'
727 /force-app/main/default/classes/MetadataService.cls 1239 20 1239 109 pmd 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]*'
728 /force-app/main/default/classes/MetadataService.cls 1240 20 1240 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
728 /force-app/main/default/classes/MetadataService.cls 1240 20 1240 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
729 /force-app/main/default/classes/MetadataService.cls 1241 20 1241 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]*'
729 /force-app/main/default/classes/MetadataService.cls 1241 20 1241 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]*'
730 /force-app/main/default/classes/MetadataService.cls 1243 9 1252 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
730 /force-app/main/default/classes/MetadataService.cls 1243 9 1252 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
731 /force-app/main/default/classes/MetadataService.cls 1246 20 1246 97 pmd 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]*'
731 /force-app/main/default/classes/MetadataService.cls 1246 20 1246 97 pmd 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]*'
732 /force-app/main/default/classes/MetadataService.cls 1248 20 1248 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 'testClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
732 /force-app/main/default/classes/MetadataService.cls 1248 20 1248 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 'testClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
733 /force-app/main/default/classes/MetadataService.cls 1249 20 1249 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
733 /force-app/main/default/classes/MetadataService.cls 1249 20 1249 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
734 /force-app/main/default/classes/MetadataService.cls 1250 20 1250 60 pmd FieldNamingConventions 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]*'
734 /force-app/main/default/classes/MetadataService.cls 1250 20 1250 60 pmd FieldNamingConventions 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]*'
735 /force-app/main/default/classes/MetadataService.cls 1251 20 1251 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]*'
735 /force-app/main/default/classes/MetadataService.cls 1251 20 1251 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]*'
736 /force-app/main/default/classes/MetadataService.cls 1253 9 1260 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
736 /force-app/main/default/classes/MetadataService.cls 1253 9 1260 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
737 /force-app/main/default/classes/MetadataService.cls 1256 20 1256 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
737 /force-app/main/default/classes/MetadataService.cls 1256 20 1256 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
738 /force-app/main/default/classes/MetadataService.cls 1257 20 1257 89 pmd 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]*'
738 /force-app/main/default/classes/MetadataService.cls 1257 20 1257 89 pmd 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]*'
739 /force-app/main/default/classes/MetadataService.cls 1258 20 1258 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
739 /force-app/main/default/classes/MetadataService.cls 1258 20 1258 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
740 /force-app/main/default/classes/MetadataService.cls 1259 20 1259 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]*'
740 /force-app/main/default/classes/MetadataService.cls 1259 20 1259 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]*'
741 /force-app/main/default/classes/MetadataService.cls 1261 9 1296 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
741 /force-app/main/default/classes/MetadataService.cls 1261 9 1296 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
742 /force-app/main/default/classes/MetadataService.cls 1261 9 1296 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
742 /force-app/main/default/classes/MetadataService.cls 1261 9 1296 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
743 /force-app/main/default/classes/MetadataService.cls 1278 20 1278 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 'activityDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
743 /force-app/main/default/classes/MetadataService.cls 1278 20 1278 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 'activityDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
744 /force-app/main/default/classes/MetadataService.cls 1279 20 1279 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
744 /force-app/main/default/classes/MetadataService.cls 1279 20 1279 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
745 /force-app/main/default/classes/MetadataService.cls 1280 20 1280 103 pmd 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]*'
745 /force-app/main/default/classes/MetadataService.cls 1280 20 1280 103 pmd 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]*'
746 /force-app/main/default/classes/MetadataService.cls 1281 20 1281 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 'endTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
746 /force-app/main/default/classes/MetadataService.cls 1281 20 1281 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 'endTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
747 /force-app/main/default/classes/MetadataService.cls 1282 20 1282 103 pmd 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]*'
747 /force-app/main/default/classes/MetadataService.cls 1282 20 1282 103 pmd 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]*'
748 /force-app/main/default/classes/MetadataService.cls 1283 20 1283 89 pmd 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]*'
748 /force-app/main/default/classes/MetadataService.cls 1283 20 1283 89 pmd 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]*'
749 /force-app/main/default/classes/MetadataService.cls 1284 20 1284 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 'recurrenceDayOfMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
749 /force-app/main/default/classes/MetadataService.cls 1284 20 1284 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 'recurrenceDayOfMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
750 /force-app/main/default/classes/MetadataService.cls 1285 20 1285 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 'recurrenceDayOfWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
750 /force-app/main/default/classes/MetadataService.cls 1285 20 1285 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 'recurrenceDayOfWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
751 /force-app/main/default/classes/MetadataService.cls 1286 20 1286 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 'recurrenceDayOfWeekMask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
751 /force-app/main/default/classes/MetadataService.cls 1286 20 1286 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 'recurrenceDayOfWeekMask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
752 /force-app/main/default/classes/MetadataService.cls 1287 20 1287 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 'recurrenceEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
752 /force-app/main/default/classes/MetadataService.cls 1287 20 1287 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 'recurrenceEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
753 /force-app/main/default/classes/MetadataService.cls 1288 20 1288 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 'recurrenceInstance_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
753 /force-app/main/default/classes/MetadataService.cls 1288 20 1288 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 'recurrenceInstance_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
754 /force-app/main/default/classes/MetadataService.cls 1289 20 1289 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 'recurrenceInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
754 /force-app/main/default/classes/MetadataService.cls 1289 20 1289 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 'recurrenceInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
755 /force-app/main/default/classes/MetadataService.cls 1290 20 1290 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 'recurrenceMonthOfYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
755 /force-app/main/default/classes/MetadataService.cls 1290 20 1290 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 'recurrenceMonthOfYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
756 /force-app/main/default/classes/MetadataService.cls 1291 20 1291 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 'recurrenceStartDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
756 /force-app/main/default/classes/MetadataService.cls 1291 20 1291 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 'recurrenceStartDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
757 /force-app/main/default/classes/MetadataService.cls 1292 20 1292 109 pmd 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]*'
757 /force-app/main/default/classes/MetadataService.cls 1292 20 1292 109 pmd 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]*'
758 /force-app/main/default/classes/MetadataService.cls 1293 20 1293 99 pmd 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]*'
758 /force-app/main/default/classes/MetadataService.cls 1293 20 1293 99 pmd 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]*'
759 /force-app/main/default/classes/MetadataService.cls 1294 20 1294 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
759 /force-app/main/default/classes/MetadataService.cls 1294 20 1294 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
760 /force-app/main/default/classes/MetadataService.cls 1295 20 1295 341 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
760 /force-app/main/default/classes/MetadataService.cls 1295 20 1295 341 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
761 /force-app/main/default/classes/MetadataService.cls 1297 9 1350 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
761 /force-app/main/default/classes/MetadataService.cls 1297 9 1350 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
762 /force-app/main/default/classes/MetadataService.cls 1297 9 1350 3 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)
762 /force-app/main/default/classes/MetadataService.cls 1297 9 1350 3 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)
763 /force-app/main/default/classes/MetadataService.cls 1297 9 1350 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
763 /force-app/main/default/classes/MetadataService.cls 1297 9 1350 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
764 /force-app/main/default/classes/MetadataService.cls 1300 20 1300 97 pmd 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]*'
764 /force-app/main/default/classes/MetadataService.cls 1300 20 1300 97 pmd 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]*'
765 /force-app/main/default/classes/MetadataService.cls 1324 20 1324 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
765 /force-app/main/default/classes/MetadataService.cls 1324 20 1324 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
766 /force-app/main/default/classes/MetadataService.cls 1325 20 1325 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 'customConsoleComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
766 /force-app/main/default/classes/MetadataService.cls 1325 20 1325 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 'customConsoleComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
767 /force-app/main/default/classes/MetadataService.cls 1326 20 1326 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 'emailDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
767 /force-app/main/default/classes/MetadataService.cls 1326 20 1326 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 'emailDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
768 /force-app/main/default/classes/MetadataService.cls 1327 20 1327 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
768 /force-app/main/default/classes/MetadataService.cls 1327 20 1327 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
769 /force-app/main/default/classes/MetadataService.cls 1328 20 1328 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 'feedLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
769 /force-app/main/default/classes/MetadataService.cls 1328 20 1328 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 'feedLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
770 /force-app/main/default/classes/MetadataService.cls 1329 20 1329 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
770 /force-app/main/default/classes/MetadataService.cls 1329 20 1329 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
771 /force-app/main/default/classes/MetadataService.cls 1330 20 1330 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 'layoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
771 /force-app/main/default/classes/MetadataService.cls 1330 20 1330 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 'layoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
772 /force-app/main/default/classes/MetadataService.cls 1331 20 1331 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 'miniLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
772 /force-app/main/default/classes/MetadataService.cls 1331 20 1331 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 'miniLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
773 /force-app/main/default/classes/MetadataService.cls 1332 20 1332 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 'multilineLayoutFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
773 /force-app/main/default/classes/MetadataService.cls 1332 20 1332 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 'multilineLayoutFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
774 /force-app/main/default/classes/MetadataService.cls 1333 20 1333 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 'platformActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
774 /force-app/main/default/classes/MetadataService.cls 1333 20 1333 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 'platformActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
775 /force-app/main/default/classes/MetadataService.cls 1334 20 1334 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
775 /force-app/main/default/classes/MetadataService.cls 1334 20 1334 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
776 /force-app/main/default/classes/MetadataService.cls 1335 20 1335 109 pmd 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]*'
776 /force-app/main/default/classes/MetadataService.cls 1335 20 1335 109 pmd 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]*'
777 /force-app/main/default/classes/MetadataService.cls 1336 20 1336 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
777 /force-app/main/default/classes/MetadataService.cls 1336 20 1336 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
778 /force-app/main/default/classes/MetadataService.cls 1337 20 1337 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 'relatedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
778 /force-app/main/default/classes/MetadataService.cls 1337 20 1337 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 'relatedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
779 /force-app/main/default/classes/MetadataService.cls 1338 20 1338 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 'runAssignmentRulesDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
779 /force-app/main/default/classes/MetadataService.cls 1338 20 1338 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 'runAssignmentRulesDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
780 /force-app/main/default/classes/MetadataService.cls 1339 20 1339 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 'showEmailCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
780 /force-app/main/default/classes/MetadataService.cls 1339 20 1339 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 'showEmailCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
781 /force-app/main/default/classes/MetadataService.cls 1340 20 1340 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 'showHighlightsPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
781 /force-app/main/default/classes/MetadataService.cls 1340 20 1340 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 'showHighlightsPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
782 /force-app/main/default/classes/MetadataService.cls 1341 20 1341 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 'showInteractionLogPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
782 /force-app/main/default/classes/MetadataService.cls 1341 20 1341 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 'showInteractionLogPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
783 /force-app/main/default/classes/MetadataService.cls 1342 20 1342 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 'showKnowledgeComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
783 /force-app/main/default/classes/MetadataService.cls 1342 20 1342 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 'showKnowledgeComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
784 /force-app/main/default/classes/MetadataService.cls 1343 20 1343 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 'showRunAssignmentRulesCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
784 /force-app/main/default/classes/MetadataService.cls 1343 20 1343 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 'showRunAssignmentRulesCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
785 /force-app/main/default/classes/MetadataService.cls 1344 20 1344 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 'showSolutionSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
785 /force-app/main/default/classes/MetadataService.cls 1344 20 1344 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 'showSolutionSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
786 /force-app/main/default/classes/MetadataService.cls 1345 20 1345 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 'showSubmitAndAttachButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
786 /force-app/main/default/classes/MetadataService.cls 1345 20 1345 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 'showSubmitAndAttachButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
787 /force-app/main/default/classes/MetadataService.cls 1346 20 1346 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 'summaryLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
787 /force-app/main/default/classes/MetadataService.cls 1346 20 1346 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 'summaryLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
788 /force-app/main/default/classes/MetadataService.cls 1347 20 1347 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
788 /force-app/main/default/classes/MetadataService.cls 1347 20 1347 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
789 /force-app/main/default/classes/MetadataService.cls 1348 20 1348 60 pmd FieldNamingConventions 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]*'
789 /force-app/main/default/classes/MetadataService.cls 1348 20 1348 60 pmd FieldNamingConventions 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]*'
790 /force-app/main/default/classes/MetadataService.cls 1349 20 1349 528 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 1349 20 1349 528 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
791 /force-app/main/default/classes/MetadataService.cls 1351 9 1430 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
791 /force-app/main/default/classes/MetadataService.cls 1351 9 1430 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
792 /force-app/main/default/classes/MetadataService.cls 1351 9 1430 3 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)
792 /force-app/main/default/classes/MetadataService.cls 1351 9 1430 3 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)
793 /force-app/main/default/classes/MetadataService.cls 1351 9 1430 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
793 /force-app/main/default/classes/MetadataService.cls 1351 9 1430 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
794 /force-app/main/default/classes/MetadataService.cls 1354 20 1354 97 pmd 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]*'
794 /force-app/main/default/classes/MetadataService.cls 1354 20 1354 97 pmd 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]*'
795 /force-app/main/default/classes/MetadataService.cls 1389 17 1389 23 pmd FieldNamingConventions 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]*'
795 /force-app/main/default/classes/MetadataService.cls 1389 17 1389 23 pmd FieldNamingConventions 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]*'
796 /force-app/main/default/classes/MetadataService.cls 1391 20 1391 99 pmd 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]*'
796 /force-app/main/default/classes/MetadataService.cls 1391 20 1391 99 pmd 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]*'
797 /force-app/main/default/classes/MetadataService.cls 1392 20 1392 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
797 /force-app/main/default/classes/MetadataService.cls 1392 20 1392 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
798 /force-app/main/default/classes/MetadataService.cls 1393 20 1393 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 'chasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
798 /force-app/main/default/classes/MetadataService.cls 1393 20 1393 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 'chasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
799 /force-app/main/default/classes/MetadataService.cls 1394 20 1394 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 'chasitorIdleTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
799 /force-app/main/default/classes/MetadataService.cls 1394 20 1394 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 'chasitorIdleTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
800 /force-app/main/default/classes/MetadataService.cls 1395 20 1395 97 pmd 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]*'
800 /force-app/main/default/classes/MetadataService.cls 1395 20 1395 97 pmd 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]*'
801 /force-app/main/default/classes/MetadataService.cls 1396 20 1396 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
801 /force-app/main/default/classes/MetadataService.cls 1396 20 1396 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
802 /force-app/main/default/classes/MetadataService.cls 1397 20 1397 103 pmd 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]*'
802 /force-app/main/default/classes/MetadataService.cls 1397 20 1397 103 pmd 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]*'
803 /force-app/main/default/classes/MetadataService.cls 1398 20 1398 103 pmd 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]*'
803 /force-app/main/default/classes/MetadataService.cls 1398 20 1398 103 pmd 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]*'
804 /force-app/main/default/classes/MetadataService.cls 1399 20 1399 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 'inviteEndPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
804 /force-app/main/default/classes/MetadataService.cls 1399 20 1399 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 'inviteEndPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
805 /force-app/main/default/classes/MetadataService.cls 1400 20 1400 103 pmd 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]*'
805 /force-app/main/default/classes/MetadataService.cls 1400 20 1400 103 pmd 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]*'
806 /force-app/main/default/classes/MetadataService.cls 1401 20 1401 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 'inviteStartPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
806 /force-app/main/default/classes/MetadataService.cls 1401 20 1401 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 'inviteStartPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
807 /force-app/main/default/classes/MetadataService.cls 1402 20 1402 97 pmd 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]*'
807 /force-app/main/default/classes/MetadataService.cls 1402 20 1402 97 pmd 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]*'
808 /force-app/main/default/classes/MetadataService.cls 1403 20 1403 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
808 /force-app/main/default/classes/MetadataService.cls 1403 20 1403 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
809 /force-app/main/default/classes/MetadataService.cls 1404 20 1404 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 'numberOfReroutingAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
809 /force-app/main/default/classes/MetadataService.cls 1404 20 1404 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 'numberOfReroutingAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
810 /force-app/main/default/classes/MetadataService.cls 1405 20 1405 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 'offlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
810 /force-app/main/default/classes/MetadataService.cls 1405 20 1405 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 'offlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
811 /force-app/main/default/classes/MetadataService.cls 1406 20 1406 103 pmd 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]*'
811 /force-app/main/default/classes/MetadataService.cls 1406 20 1406 103 pmd 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]*'
812 /force-app/main/default/classes/MetadataService.cls 1407 20 1407 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 'optionsCustomRoutingIsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
812 /force-app/main/default/classes/MetadataService.cls 1407 20 1407 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 'optionsCustomRoutingIsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
813 /force-app/main/default/classes/MetadataService.cls 1408 20 1408 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 'optionsHasChasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
813 /force-app/main/default/classes/MetadataService.cls 1408 20 1408 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 'optionsHasChasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
814 /force-app/main/default/classes/MetadataService.cls 1409 20 1409 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 'optionsHasInviteAfterAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
814 /force-app/main/default/classes/MetadataService.cls 1409 20 1409 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 'optionsHasInviteAfterAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
815 /force-app/main/default/classes/MetadataService.cls 1410 20 1410 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 'optionsHasInviteAfterReject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
815 /force-app/main/default/classes/MetadataService.cls 1410 20 1410 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 'optionsHasInviteAfterReject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
816 /force-app/main/default/classes/MetadataService.cls 1411 20 1411 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 'optionsHasRerouteDeclinedRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
816 /force-app/main/default/classes/MetadataService.cls 1411 20 1411 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 'optionsHasRerouteDeclinedRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
817 /force-app/main/default/classes/MetadataService.cls 1412 20 1412 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 'optionsIsAutoAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
817 /force-app/main/default/classes/MetadataService.cls 1412 20 1412 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 'optionsIsAutoAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
818 /force-app/main/default/classes/MetadataService.cls 1413 20 1413 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 'optionsIsInviteAutoRemove_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
818 /force-app/main/default/classes/MetadataService.cls 1413 20 1413 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 'optionsIsInviteAutoRemove_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
819 /force-app/main/default/classes/MetadataService.cls 1414 20 1414 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 'overallQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
819 /force-app/main/default/classes/MetadataService.cls 1414 20 1414 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 'overallQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
820 /force-app/main/default/classes/MetadataService.cls 1415 20 1415 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 'perAgentQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
820 /force-app/main/default/classes/MetadataService.cls 1415 20 1415 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 'perAgentQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
821 /force-app/main/default/classes/MetadataService.cls 1416 20 1416 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 'postChatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
821 /force-app/main/default/classes/MetadataService.cls 1416 20 1416 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 'postChatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
822 /force-app/main/default/classes/MetadataService.cls 1417 20 1417 103 pmd 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]*'
822 /force-app/main/default/classes/MetadataService.cls 1417 20 1417 103 pmd 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]*'
823 /force-app/main/default/classes/MetadataService.cls 1418 20 1418 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 'preChatFormPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
823 /force-app/main/default/classes/MetadataService.cls 1418 20 1418 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 'preChatFormPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
824 /force-app/main/default/classes/MetadataService.cls 1419 20 1419 109 pmd 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]*'
824 /force-app/main/default/classes/MetadataService.cls 1419 20 1419 109 pmd 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]*'
825 /force-app/main/default/classes/MetadataService.cls 1420 20 1420 103 pmd 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]*'
825 /force-app/main/default/classes/MetadataService.cls 1420 20 1420 103 pmd 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]*'
826 /force-app/main/default/classes/MetadataService.cls 1421 20 1421 103 pmd 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]*'
826 /force-app/main/default/classes/MetadataService.cls 1421 20 1421 103 pmd 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]*'
827 /force-app/main/default/classes/MetadataService.cls 1422 20 1422 89 pmd 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]*'
827 /force-app/main/default/classes/MetadataService.cls 1422 20 1422 89 pmd 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]*'
828 /force-app/main/default/classes/MetadataService.cls 1423 20 1423 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 'skills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
828 /force-app/main/default/classes/MetadataService.cls 1423 20 1423 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 'skills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
829 /force-app/main/default/classes/MetadataService.cls 1424 20 1424 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 'timeToRemoveInvite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
829 /force-app/main/default/classes/MetadataService.cls 1424 20 1424 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 'timeToRemoveInvite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
830 /force-app/main/default/classes/MetadataService.cls 1425 20 1425 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
830 /force-app/main/default/classes/MetadataService.cls 1425 20 1425 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
831 /force-app/main/default/classes/MetadataService.cls 1426 20 1426 109 pmd 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]*'
831 /force-app/main/default/classes/MetadataService.cls 1426 20 1426 109 pmd 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]*'
832 /force-app/main/default/classes/MetadataService.cls 1427 20 1427 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
832 /force-app/main/default/classes/MetadataService.cls 1427 20 1427 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
833 /force-app/main/default/classes/MetadataService.cls 1428 20 1428 60 pmd FieldNamingConventions 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]*'
833 /force-app/main/default/classes/MetadataService.cls 1428 20 1428 60 pmd FieldNamingConventions 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]*'
834 /force-app/main/default/classes/MetadataService.cls 1429 20 1429 743 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
834 /force-app/main/default/classes/MetadataService.cls 1429 20 1429 743 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
835 /force-app/main/default/classes/MetadataService.cls 1431 9 1440 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
835 /force-app/main/default/classes/MetadataService.cls 1431 9 1440 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
836 /force-app/main/default/classes/MetadataService.cls 1435 20 1435 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 'flows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
836 /force-app/main/default/classes/MetadataService.cls 1435 20 1435 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 'flows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
837 /force-app/main/default/classes/MetadataService.cls 1436 20 1436 97 pmd 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]*'
837 /force-app/main/default/classes/MetadataService.cls 1436 20 1436 97 pmd 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]*'
838 /force-app/main/default/classes/MetadataService.cls 1437 20 1437 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
838 /force-app/main/default/classes/MetadataService.cls 1437 20 1437 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
839 /force-app/main/default/classes/MetadataService.cls 1438 20 1438 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
839 /force-app/main/default/classes/MetadataService.cls 1438 20 1438 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
840 /force-app/main/default/classes/MetadataService.cls 1439 20 1439 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]*'
840 /force-app/main/default/classes/MetadataService.cls 1439 20 1439 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]*'
841 /force-app/main/default/classes/MetadataService.cls 1441 9 1450 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
841 /force-app/main/default/classes/MetadataService.cls 1441 9 1450 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
842 /force-app/main/default/classes/MetadataService.cls 1445 20 1445 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 'apexClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
842 /force-app/main/default/classes/MetadataService.cls 1445 20 1445 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 'apexClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
843 /force-app/main/default/classes/MetadataService.cls 1446 20 1446 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 'enableFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
843 /force-app/main/default/classes/MetadataService.cls 1446 20 1446 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 'enableFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
844 /force-app/main/default/classes/MetadataService.cls 1447 20 1447 103 pmd 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]*'
844 /force-app/main/default/classes/MetadataService.cls 1447 20 1447 103 pmd 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]*'
845 /force-app/main/default/classes/MetadataService.cls 1448 20 1448 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
845 /force-app/main/default/classes/MetadataService.cls 1448 20 1448 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
846 /force-app/main/default/classes/MetadataService.cls 1449 20 1449 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]*'
846 /force-app/main/default/classes/MetadataService.cls 1449 20 1449 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]*'
847 /force-app/main/default/classes/MetadataService.cls 1451 9 1498 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
847 /force-app/main/default/classes/MetadataService.cls 1451 9 1498 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
848 /force-app/main/default/classes/MetadataService.cls 1451 9 1498 3 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)
848 /force-app/main/default/classes/MetadataService.cls 1451 9 1498 3 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)
849 /force-app/main/default/classes/MetadataService.cls 1451 9 1498 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
849 /force-app/main/default/classes/MetadataService.cls 1451 9 1498 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
850 /force-app/main/default/classes/MetadataService.cls 1454 20 1454 97 pmd 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]*'
850 /force-app/main/default/classes/MetadataService.cls 1454 20 1454 97 pmd 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]*'
851 /force-app/main/default/classes/MetadataService.cls 1475 20 1475 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 'allowUsersToRelateMultipleContactsToTasksAndEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
851 /force-app/main/default/classes/MetadataService.cls 1475 20 1475 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 'allowUsersToRelateMultipleContactsToTasksAndEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
852 /force-app/main/default/classes/MetadataService.cls 1476 20 1476 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 'autoRelateEventAttendees_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
852 /force-app/main/default/classes/MetadataService.cls 1476 20 1476 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 'autoRelateEventAttendees_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
853 /force-app/main/default/classes/MetadataService.cls 1477 20 1477 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 'enableActivityReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
853 /force-app/main/default/classes/MetadataService.cls 1477 20 1477 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 'enableActivityReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
854 /force-app/main/default/classes/MetadataService.cls 1478 20 1478 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 'enableClickCreateEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
854 /force-app/main/default/classes/MetadataService.cls 1478 20 1478 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 'enableClickCreateEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
855 /force-app/main/default/classes/MetadataService.cls 1479 20 1479 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 'enableDragAndDropScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
855 /force-app/main/default/classes/MetadataService.cls 1479 20 1479 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 'enableDragAndDropScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
856 /force-app/main/default/classes/MetadataService.cls 1480 20 1480 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 'enableEmailTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
856 /force-app/main/default/classes/MetadataService.cls 1480 20 1480 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 'enableEmailTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
857 /force-app/main/default/classes/MetadataService.cls 1481 20 1481 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 'enableGroupTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
857 /force-app/main/default/classes/MetadataService.cls 1481 20 1481 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 'enableGroupTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
858 /force-app/main/default/classes/MetadataService.cls 1482 20 1482 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 'enableListViewScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
858 /force-app/main/default/classes/MetadataService.cls 1482 20 1482 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 'enableListViewScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
859 /force-app/main/default/classes/MetadataService.cls 1483 20 1483 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 'enableLogNote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
859 /force-app/main/default/classes/MetadataService.cls 1483 20 1483 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 'enableLogNote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
860 /force-app/main/default/classes/MetadataService.cls 1484 20 1484 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 'enableMultidayEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
860 /force-app/main/default/classes/MetadataService.cls 1484 20 1484 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 'enableMultidayEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
861 /force-app/main/default/classes/MetadataService.cls 1485 20 1485 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 'enableRecurringEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
861 /force-app/main/default/classes/MetadataService.cls 1485 20 1485 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 'enableRecurringEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
862 /force-app/main/default/classes/MetadataService.cls 1486 20 1486 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 'enableRecurringTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
862 /force-app/main/default/classes/MetadataService.cls 1486 20 1486 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 'enableRecurringTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
863 /force-app/main/default/classes/MetadataService.cls 1487 20 1487 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 'enableSidebarCalendarShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
863 /force-app/main/default/classes/MetadataService.cls 1487 20 1487 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 'enableSidebarCalendarShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
864 /force-app/main/default/classes/MetadataService.cls 1488 20 1488 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 'enableSimpleTaskCreateUI_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
864 /force-app/main/default/classes/MetadataService.cls 1488 20 1488 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 'enableSimpleTaskCreateUI_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
865 /force-app/main/default/classes/MetadataService.cls 1489 20 1489 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 'enableUNSTaskDelegatedToNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
865 /force-app/main/default/classes/MetadataService.cls 1489 20 1489 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 'enableUNSTaskDelegatedToNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
866 /force-app/main/default/classes/MetadataService.cls 1490 20 1490 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 'meetingRequestsLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
866 /force-app/main/default/classes/MetadataService.cls 1490 20 1490 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 'meetingRequestsLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
867 /force-app/main/default/classes/MetadataService.cls 1491 20 1491 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 'showCustomLogoMeetingRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
867 /force-app/main/default/classes/MetadataService.cls 1491 20 1491 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 'showCustomLogoMeetingRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
868 /force-app/main/default/classes/MetadataService.cls 1492 20 1492 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 'showEventDetailsMultiUserCalendar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
868 /force-app/main/default/classes/MetadataService.cls 1492 20 1492 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 'showEventDetailsMultiUserCalendar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
869 /force-app/main/default/classes/MetadataService.cls 1493 20 1493 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 'showHomePageHoverLinksForEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
869 /force-app/main/default/classes/MetadataService.cls 1493 20 1493 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 'showHomePageHoverLinksForEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
870 /force-app/main/default/classes/MetadataService.cls 1494 20 1494 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 'showMyTasksHoverLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
870 /force-app/main/default/classes/MetadataService.cls 1494 20 1494 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 'showMyTasksHoverLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
871 /force-app/main/default/classes/MetadataService.cls 1495 20 1495 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
871 /force-app/main/default/classes/MetadataService.cls 1495 20 1495 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
872 /force-app/main/default/classes/MetadataService.cls 1496 20 1496 60 pmd FieldNamingConventions 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]*'
872 /force-app/main/default/classes/MetadataService.cls 1496 20 1496 60 pmd FieldNamingConventions 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]*'
873 /force-app/main/default/classes/MetadataService.cls 1497 20 1497 632 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
873 /force-app/main/default/classes/MetadataService.cls 1497 20 1497 632 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
874 /force-app/main/default/classes/MetadataService.cls 1499 9 1524 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
874 /force-app/main/default/classes/MetadataService.cls 1499 9 1524 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
875 /force-app/main/default/classes/MetadataService.cls 1499 9 1524 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
875 /force-app/main/default/classes/MetadataService.cls 1499 9 1524 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
876 /force-app/main/default/classes/MetadataService.cls 1502 20 1502 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
876 /force-app/main/default/classes/MetadataService.cls 1502 20 1502 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
877 /force-app/main/default/classes/MetadataService.cls 1505 20 1505 103 pmd 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]*'
877 /force-app/main/default/classes/MetadataService.cls 1505 20 1505 103 pmd 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]*'
878 /force-app/main/default/classes/MetadataService.cls 1506 20 1506 89 pmd 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]*'
878 /force-app/main/default/classes/MetadataService.cls 1506 20 1506 89 pmd 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]*'
879 /force-app/main/default/classes/MetadataService.cls 1514 20 1514 109 pmd 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]*'
879 /force-app/main/default/classes/MetadataService.cls 1514 20 1514 109 pmd 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]*'
880 /force-app/main/default/classes/MetadataService.cls 1515 20 1515 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
880 /force-app/main/default/classes/MetadataService.cls 1515 20 1515 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
881 /force-app/main/default/classes/MetadataService.cls 1516 20 1516 99 pmd 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]*'
881 /force-app/main/default/classes/MetadataService.cls 1516 20 1516 99 pmd 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]*'
882 /force-app/main/default/classes/MetadataService.cls 1517 20 1517 99 pmd 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]*'
882 /force-app/main/default/classes/MetadataService.cls 1517 20 1517 99 pmd 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]*'
883 /force-app/main/default/classes/MetadataService.cls 1518 20 1518 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
883 /force-app/main/default/classes/MetadataService.cls 1518 20 1518 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
884 /force-app/main/default/classes/MetadataService.cls 1519 20 1519 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
884 /force-app/main/default/classes/MetadataService.cls 1519 20 1519 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
885 /force-app/main/default/classes/MetadataService.cls 1520 20 1520 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
885 /force-app/main/default/classes/MetadataService.cls 1520 20 1520 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
886 /force-app/main/default/classes/MetadataService.cls 1521 20 1521 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
886 /force-app/main/default/classes/MetadataService.cls 1521 20 1521 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
887 /force-app/main/default/classes/MetadataService.cls 1522 20 1522 60 pmd FieldNamingConventions 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]*'
887 /force-app/main/default/classes/MetadataService.cls 1522 20 1522 60 pmd FieldNamingConventions 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]*'
888 /force-app/main/default/classes/MetadataService.cls 1523 20 1523 202 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
888 /force-app/main/default/classes/MetadataService.cls 1523 20 1523 202 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
889 /force-app/main/default/classes/MetadataService.cls 1525 9 1542 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
889 /force-app/main/default/classes/MetadataService.cls 1525 9 1542 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
890 /force-app/main/default/classes/MetadataService.cls 1525 9 1542 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
890 /force-app/main/default/classes/MetadataService.cls 1525 9 1542 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
891 /force-app/main/default/classes/MetadataService.cls 1528 20 1528 97 pmd 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]*'
891 /force-app/main/default/classes/MetadataService.cls 1528 20 1528 97 pmd 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]*'
892 /force-app/main/default/classes/MetadataService.cls 1530 20 1530 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
892 /force-app/main/default/classes/MetadataService.cls 1530 20 1530 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
893 /force-app/main/default/classes/MetadataService.cls 1535 20 1535 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
893 /force-app/main/default/classes/MetadataService.cls 1535 20 1535 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
894 /force-app/main/default/classes/MetadataService.cls 1536 20 1536 103 pmd 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]*'
894 /force-app/main/default/classes/MetadataService.cls 1536 20 1536 103 pmd 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]*'
895 /force-app/main/default/classes/MetadataService.cls 1537 20 1537 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
895 /force-app/main/default/classes/MetadataService.cls 1537 20 1537 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
896 /force-app/main/default/classes/MetadataService.cls 1538 20 1538 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
896 /force-app/main/default/classes/MetadataService.cls 1538 20 1538 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
897 /force-app/main/default/classes/MetadataService.cls 1539 20 1539 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
897 /force-app/main/default/classes/MetadataService.cls 1539 20 1539 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
898 /force-app/main/default/classes/MetadataService.cls 1540 20 1540 60 pmd FieldNamingConventions 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]*'
898 /force-app/main/default/classes/MetadataService.cls 1540 20 1540 60 pmd FieldNamingConventions 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]*'
899 /force-app/main/default/classes/MetadataService.cls 1541 20 1541 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]*'
899 /force-app/main/default/classes/MetadataService.cls 1541 20 1541 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]*'
900 /force-app/main/default/classes/MetadataService.cls 1543 9 1556 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
900 /force-app/main/default/classes/MetadataService.cls 1543 9 1556 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
901 /force-app/main/default/classes/MetadataService.cls 1548 18 1548 24 pmd FieldNamingConventions 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]*'
901 /force-app/main/default/classes/MetadataService.cls 1548 18 1548 24 pmd FieldNamingConventions 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]*'
902 /force-app/main/default/classes/MetadataService.cls 1549 20 1549 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 'definition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
902 /force-app/main/default/classes/MetadataService.cls 1549 20 1549 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 'definition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
903 /force-app/main/default/classes/MetadataService.cls 1550 20 1550 103 pmd 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]*'
903 /force-app/main/default/classes/MetadataService.cls 1550 20 1550 103 pmd 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]*'
904 /force-app/main/default/classes/MetadataService.cls 1551 20 1551 89 pmd 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]*'
904 /force-app/main/default/classes/MetadataService.cls 1551 20 1551 89 pmd 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]*'
905 /force-app/main/default/classes/MetadataService.cls 1552 20 1552 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 'parentNode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
905 /force-app/main/default/classes/MetadataService.cls 1552 20 1552 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 'parentNode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
906 /force-app/main/default/classes/MetadataService.cls 1553 20 1553 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
906 /force-app/main/default/classes/MetadataService.cls 1553 20 1553 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
907 /force-app/main/default/classes/MetadataService.cls 1554 20 1554 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
907 /force-app/main/default/classes/MetadataService.cls 1554 20 1554 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
908 /force-app/main/default/classes/MetadataService.cls 1555 20 1555 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]*'
908 /force-app/main/default/classes/MetadataService.cls 1555 20 1555 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]*'
909 /force-app/main/default/classes/MetadataService.cls 1557 9 1568 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
909 /force-app/main/default/classes/MetadataService.cls 1557 9 1568 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
910 /force-app/main/default/classes/MetadataService.cls 1560 20 1560 97 pmd 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]*'
910 /force-app/main/default/classes/MetadataService.cls 1560 20 1560 97 pmd 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]*'
911 /force-app/main/default/classes/MetadataService.cls 1563 20 1563 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
911 /force-app/main/default/classes/MetadataService.cls 1563 20 1563 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
912 /force-app/main/default/classes/MetadataService.cls 1564 20 1564 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
912 /force-app/main/default/classes/MetadataService.cls 1564 20 1564 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
913 /force-app/main/default/classes/MetadataService.cls 1565 20 1565 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
913 /force-app/main/default/classes/MetadataService.cls 1565 20 1565 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
914 /force-app/main/default/classes/MetadataService.cls 1566 20 1566 60 pmd FieldNamingConventions 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]*'
914 /force-app/main/default/classes/MetadataService.cls 1566 20 1566 60 pmd FieldNamingConventions 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]*'
915 /force-app/main/default/classes/MetadataService.cls 1567 20 1567 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]*'
915 /force-app/main/default/classes/MetadataService.cls 1567 20 1567 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]*'
916 /force-app/main/default/classes/MetadataService.cls 1569 9 1604 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
916 /force-app/main/default/classes/MetadataService.cls 1569 9 1604 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
917 /force-app/main/default/classes/MetadataService.cls 1569 9 1604 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
917 /force-app/main/default/classes/MetadataService.cls 1569 9 1604 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
918 /force-app/main/default/classes/MetadataService.cls 1572 20 1572 97 pmd 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]*'
918 /force-app/main/default/classes/MetadataService.cls 1572 20 1572 97 pmd 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]*'
919 /force-app/main/default/classes/MetadataService.cls 1587 20 1587 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 'allowMergeFieldsInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
919 /force-app/main/default/classes/MetadataService.cls 1587 20 1587 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 'allowMergeFieldsInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
920 /force-app/main/default/classes/MetadataService.cls 1588 20 1588 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 'allowMergeFieldsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
920 /force-app/main/default/classes/MetadataService.cls 1588 20 1588 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 'allowMergeFieldsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
921 /force-app/main/default/classes/MetadataService.cls 1589 20 1589 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
921 /force-app/main/default/classes/MetadataService.cls 1589 20 1589 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
922 /force-app/main/default/classes/MetadataService.cls 1590 20 1590 103 pmd 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]*'
922 /force-app/main/default/classes/MetadataService.cls 1590 20 1590 103 pmd 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]*'
923 /force-app/main/default/classes/MetadataService.cls 1591 20 1591 97 pmd 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]*'
923 /force-app/main/default/classes/MetadataService.cls 1591 20 1591 97 pmd 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]*'
924 /force-app/main/default/classes/MetadataService.cls 1592 20 1592 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 'generateAuthorizationHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
924 /force-app/main/default/classes/MetadataService.cls 1592 20 1592 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 'generateAuthorizationHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
925 /force-app/main/default/classes/MetadataService.cls 1593 20 1593 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
925 /force-app/main/default/classes/MetadataService.cls 1593 20 1593 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
926 /force-app/main/default/classes/MetadataService.cls 1594 20 1594 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
926 /force-app/main/default/classes/MetadataService.cls 1594 20 1594 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
927 /force-app/main/default/classes/MetadataService.cls 1595 20 1595 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
927 /force-app/main/default/classes/MetadataService.cls 1595 20 1595 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
928 /force-app/main/default/classes/MetadataService.cls 1596 20 1596 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
928 /force-app/main/default/classes/MetadataService.cls 1596 20 1596 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
929 /force-app/main/default/classes/MetadataService.cls 1597 20 1597 97 pmd 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]*'
929 /force-app/main/default/classes/MetadataService.cls 1597 20 1597 97 pmd 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]*'
930 /force-app/main/default/classes/MetadataService.cls 1598 20 1598 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
930 /force-app/main/default/classes/MetadataService.cls 1598 20 1598 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
931 /force-app/main/default/classes/MetadataService.cls 1599 20 1599 97 pmd 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]*'
931 /force-app/main/default/classes/MetadataService.cls 1599 20 1599 97 pmd 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]*'
932 /force-app/main/default/classes/MetadataService.cls 1600 20 1600 97 pmd 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]*'
932 /force-app/main/default/classes/MetadataService.cls 1600 20 1600 97 pmd 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]*'
933 /force-app/main/default/classes/MetadataService.cls 1601 20 1601 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
933 /force-app/main/default/classes/MetadataService.cls 1601 20 1601 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
934 /force-app/main/default/classes/MetadataService.cls 1602 20 1602 60 pmd FieldNamingConventions 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]*'
934 /force-app/main/default/classes/MetadataService.cls 1602 20 1602 60 pmd FieldNamingConventions 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]*'
935 /force-app/main/default/classes/MetadataService.cls 1603 20 1603 294 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
935 /force-app/main/default/classes/MetadataService.cls 1603 20 1603 294 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
936 /force-app/main/default/classes/MetadataService.cls 1605 9 1652 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
936 /force-app/main/default/classes/MetadataService.cls 1605 9 1652 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
937 /force-app/main/default/classes/MetadataService.cls 1605 9 1652 3 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)
937 /force-app/main/default/classes/MetadataService.cls 1605 9 1652 3 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)
938 /force-app/main/default/classes/MetadataService.cls 1605 9 1652 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
938 /force-app/main/default/classes/MetadataService.cls 1605 9 1652 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
939 /force-app/main/default/classes/MetadataService.cls 1608 20 1608 97 pmd 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]*'
939 /force-app/main/default/classes/MetadataService.cls 1608 20 1608 97 pmd 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]*'
940 /force-app/main/default/classes/MetadataService.cls 1619 17 1619 23 pmd 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]*'
940 /force-app/main/default/classes/MetadataService.cls 1619 17 1619 23 pmd 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]*'
941 /force-app/main/default/classes/MetadataService.cls 1627 17 1627 23 pmd FieldNamingConventions 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]*'
941 /force-app/main/default/classes/MetadataService.cls 1627 17 1627 23 pmd FieldNamingConventions 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]*'
942 /force-app/main/default/classes/MetadataService.cls 1629 20 1629 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
942 /force-app/main/default/classes/MetadataService.cls 1629 20 1629 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
943 /force-app/main/default/classes/MetadataService.cls 1630 20 1630 103 pmd 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]*'
943 /force-app/main/default/classes/MetadataService.cls 1630 20 1630 103 pmd 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]*'
944 /force-app/main/default/classes/MetadataService.cls 1631 20 1631 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 'fieldOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
944 /force-app/main/default/classes/MetadataService.cls 1631 20 1631 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 'fieldOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
945 /force-app/main/default/classes/MetadataService.cls 1632 20 1632 109 pmd 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]*'
945 /force-app/main/default/classes/MetadataService.cls 1632 20 1632 109 pmd 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]*'
946 /force-app/main/default/classes/MetadataService.cls 1633 20 1633 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
946 /force-app/main/default/classes/MetadataService.cls 1633 20 1633 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
947 /force-app/main/default/classes/MetadataService.cls 1634 20 1634 89 pmd 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]*'
947 /force-app/main/default/classes/MetadataService.cls 1634 20 1634 89 pmd 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]*'
948 /force-app/main/default/classes/MetadataService.cls 1635 20 1635 103 pmd 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]*'
948 /force-app/main/default/classes/MetadataService.cls 1635 20 1635 103 pmd 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]*'
949 /force-app/main/default/classes/MetadataService.cls 1636 20 1636 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
949 /force-app/main/default/classes/MetadataService.cls 1636 20 1636 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
950 /force-app/main/default/classes/MetadataService.cls 1637 20 1637 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 'lightningComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
950 /force-app/main/default/classes/MetadataService.cls 1637 20 1637 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 'lightningComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
951 /force-app/main/default/classes/MetadataService.cls 1638 20 1638 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 'optionsCreateFeedItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
951 /force-app/main/default/classes/MetadataService.cls 1638 20 1638 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 'optionsCreateFeedItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
952 /force-app/main/default/classes/MetadataService.cls 1639 20 1639 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
952 /force-app/main/default/classes/MetadataService.cls 1639 20 1639 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
953 /force-app/main/default/classes/MetadataService.cls 1640 20 1640 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 'quickActionLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
953 /force-app/main/default/classes/MetadataService.cls 1640 20 1640 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 'quickActionLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
954 /force-app/main/default/classes/MetadataService.cls 1641 20 1641 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 'quickActionSendEmailOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
954 /force-app/main/default/classes/MetadataService.cls 1641 20 1641 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 'quickActionSendEmailOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
955 /force-app/main/default/classes/MetadataService.cls 1642 20 1642 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 'standardLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
955 /force-app/main/default/classes/MetadataService.cls 1642 20 1642 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 'standardLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
956 /force-app/main/default/classes/MetadataService.cls 1643 20 1643 109 pmd 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]*'
956 /force-app/main/default/classes/MetadataService.cls 1643 20 1643 109 pmd 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]*'
957 /force-app/main/default/classes/MetadataService.cls 1644 20 1644 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
957 /force-app/main/default/classes/MetadataService.cls 1644 20 1644 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
958 /force-app/main/default/classes/MetadataService.cls 1645 20 1645 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 'targetParentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
958 /force-app/main/default/classes/MetadataService.cls 1645 20 1645 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 'targetParentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
959 /force-app/main/default/classes/MetadataService.cls 1646 20 1646 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 'targetRecordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
959 /force-app/main/default/classes/MetadataService.cls 1646 20 1646 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 'targetRecordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
960 /force-app/main/default/classes/MetadataService.cls 1647 20 1647 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
960 /force-app/main/default/classes/MetadataService.cls 1647 20 1647 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
961 /force-app/main/default/classes/MetadataService.cls 1648 20 1648 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
961 /force-app/main/default/classes/MetadataService.cls 1648 20 1648 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
962 /force-app/main/default/classes/MetadataService.cls 1649 20 1649 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
962 /force-app/main/default/classes/MetadataService.cls 1649 20 1649 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
963 /force-app/main/default/classes/MetadataService.cls 1650 20 1650 60 pmd FieldNamingConventions 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]*'
963 /force-app/main/default/classes/MetadataService.cls 1650 20 1650 60 pmd FieldNamingConventions 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]*'
964 /force-app/main/default/classes/MetadataService.cls 1651 20 1651 372 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
964 /force-app/main/default/classes/MetadataService.cls 1651 20 1651 372 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
965 /force-app/main/default/classes/MetadataService.cls 1653 9 1674 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
965 /force-app/main/default/classes/MetadataService.cls 1653 9 1674 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
966 /force-app/main/default/classes/MetadataService.cls 1653 9 1674 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
966 /force-app/main/default/classes/MetadataService.cls 1653 9 1674 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
967 /force-app/main/default/classes/MetadataService.cls 1656 20 1656 97 pmd 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]*'
967 /force-app/main/default/classes/MetadataService.cls 1656 20 1656 97 pmd 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]*'
968 /force-app/main/default/classes/MetadataService.cls 1662 20 1662 103 pmd 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]*'
968 /force-app/main/default/classes/MetadataService.cls 1662 20 1662 103 pmd 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]*'
969 /force-app/main/default/classes/MetadataService.cls 1663 20 1663 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
969 /force-app/main/default/classes/MetadataService.cls 1663 20 1663 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
970 /force-app/main/default/classes/MetadataService.cls 1664 20 1664 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 1664 20 1664 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 1665 20 1665 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
971 /force-app/main/default/classes/MetadataService.cls 1665 20 1665 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
972 /force-app/main/default/classes/MetadataService.cls 1666 20 1666 97 pmd 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]*'
972 /force-app/main/default/classes/MetadataService.cls 1666 20 1666 97 pmd 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]*'
973 /force-app/main/default/classes/MetadataService.cls 1669 20 1669 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
973 /force-app/main/default/classes/MetadataService.cls 1669 20 1669 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
974 /force-app/main/default/classes/MetadataService.cls 1670 20 1670 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
974 /force-app/main/default/classes/MetadataService.cls 1670 20 1670 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
975 /force-app/main/default/classes/MetadataService.cls 1671 20 1671 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
975 /force-app/main/default/classes/MetadataService.cls 1671 20 1671 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
976 /force-app/main/default/classes/MetadataService.cls 1672 20 1672 60 pmd FieldNamingConventions 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]*'
976 /force-app/main/default/classes/MetadataService.cls 1672 20 1672 60 pmd FieldNamingConventions 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]*'
977 /force-app/main/default/classes/MetadataService.cls 1673 20 1673 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]*'
977 /force-app/main/default/classes/MetadataService.cls 1673 20 1673 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]*'
978 /force-app/main/default/classes/MetadataService.cls 1675 9 1696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
978 /force-app/main/default/classes/MetadataService.cls 1675 9 1696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
979 /force-app/main/default/classes/MetadataService.cls 1675 9 1696 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
979 /force-app/main/default/classes/MetadataService.cls 1675 9 1696 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
980 /force-app/main/default/classes/MetadataService.cls 1678 20 1678 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
980 /force-app/main/default/classes/MetadataService.cls 1678 20 1678 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
981 /force-app/main/default/classes/MetadataService.cls 1681 20 1681 103 pmd 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]*'
981 /force-app/main/default/classes/MetadataService.cls 1681 20 1681 103 pmd 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]*'
982 /force-app/main/default/classes/MetadataService.cls 1682 20 1682 89 pmd 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]*'
982 /force-app/main/default/classes/MetadataService.cls 1682 20 1682 89 pmd 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]*'
983 /force-app/main/default/classes/MetadataService.cls 1686 20 1686 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
983 /force-app/main/default/classes/MetadataService.cls 1686 20 1686 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
984 /force-app/main/default/classes/MetadataService.cls 1687 20 1687 99 pmd 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]*'
984 /force-app/main/default/classes/MetadataService.cls 1687 20 1687 99 pmd 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]*'
985 /force-app/main/default/classes/MetadataService.cls 1688 20 1688 99 pmd 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]*'
985 /force-app/main/default/classes/MetadataService.cls 1688 20 1688 99 pmd 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]*'
986 /force-app/main/default/classes/MetadataService.cls 1691 20 1691 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 'assignmentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
986 /force-app/main/default/classes/MetadataService.cls 1691 20 1691 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 'assignmentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
987 /force-app/main/default/classes/MetadataService.cls 1692 20 1692 99 pmd 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]*'
987 /force-app/main/default/classes/MetadataService.cls 1692 20 1692 99 pmd 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]*'
988 /force-app/main/default/classes/MetadataService.cls 1693 20 1693 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
988 /force-app/main/default/classes/MetadataService.cls 1693 20 1693 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
989 /force-app/main/default/classes/MetadataService.cls 1694 20 1694 60 pmd FieldNamingConventions 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]*'
989 /force-app/main/default/classes/MetadataService.cls 1694 20 1694 60 pmd FieldNamingConventions 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]*'
990 /force-app/main/default/classes/MetadataService.cls 1695 20 1695 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]*'
990 /force-app/main/default/classes/MetadataService.cls 1695 20 1695 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]*'
991 /force-app/main/default/classes/MetadataService.cls 1697 9 1706 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
991 /force-app/main/default/classes/MetadataService.cls 1697 9 1706 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
992 /force-app/main/default/classes/MetadataService.cls 1700 20 1700 97 pmd 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]*'
992 /force-app/main/default/classes/MetadataService.cls 1700 20 1700 97 pmd 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]*'
993 /force-app/main/default/classes/MetadataService.cls 1702 20 1702 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 'matchingRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
993 /force-app/main/default/classes/MetadataService.cls 1702 20 1702 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 'matchingRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
994 /force-app/main/default/classes/MetadataService.cls 1703 20 1703 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
994 /force-app/main/default/classes/MetadataService.cls 1703 20 1703 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
995 /force-app/main/default/classes/MetadataService.cls 1704 20 1704 60 pmd FieldNamingConventions 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]*'
995 /force-app/main/default/classes/MetadataService.cls 1704 20 1704 60 pmd FieldNamingConventions 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]*'
996 /force-app/main/default/classes/MetadataService.cls 1705 20 1705 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]*'
996 /force-app/main/default/classes/MetadataService.cls 1705 20 1705 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]*'
997 /force-app/main/default/classes/MetadataService.cls 1707 9 1714 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
997 /force-app/main/default/classes/MetadataService.cls 1707 9 1714 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
998 /force-app/main/default/classes/MetadataService.cls 1710 20 1710 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
998 /force-app/main/default/classes/MetadataService.cls 1710 20 1710 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
999 /force-app/main/default/classes/MetadataService.cls 1711 20 1711 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
999 /force-app/main/default/classes/MetadataService.cls 1711 20 1711 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1000 /force-app/main/default/classes/MetadataService.cls 1712 20 1712 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1000 /force-app/main/default/classes/MetadataService.cls 1712 20 1712 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1001 /force-app/main/default/classes/MetadataService.cls 1713 20 1713 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]*'
1001 /force-app/main/default/classes/MetadataService.cls 1713 20 1713 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]*'
1002 /force-app/main/default/classes/MetadataService.cls 1715 9 1722 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1002 /force-app/main/default/classes/MetadataService.cls 1715 9 1722 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1003 /force-app/main/default/classes/MetadataService.cls 1718 20 1718 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1003 /force-app/main/default/classes/MetadataService.cls 1718 20 1718 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1004 /force-app/main/default/classes/MetadataService.cls 1719 20 1719 89 pmd 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]*'
1004 /force-app/main/default/classes/MetadataService.cls 1719 20 1719 89 pmd 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]*'
1005 /force-app/main/default/classes/MetadataService.cls 1720 20 1720 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1005 /force-app/main/default/classes/MetadataService.cls 1720 20 1720 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1006 /force-app/main/default/classes/MetadataService.cls 1721 20 1721 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]*'
1006 /force-app/main/default/classes/MetadataService.cls 1721 20 1721 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]*'
1007 /force-app/main/default/classes/MetadataService.cls 1723 9 1732 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1007 /force-app/main/default/classes/MetadataService.cls 1723 9 1732 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1008 /force-app/main/default/classes/MetadataService.cls 1727 20 1727 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 'fieldNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1008 /force-app/main/default/classes/MetadataService.cls 1727 20 1727 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 'fieldNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1009 /force-app/main/default/classes/MetadataService.cls 1728 20 1728 89 pmd 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]*'
1009 /force-app/main/default/classes/MetadataService.cls 1728 20 1728 89 pmd 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]*'
1010 /force-app/main/default/classes/MetadataService.cls 1729 20 1729 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 'picklistValueName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1010 /force-app/main/default/classes/MetadataService.cls 1729 20 1729 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 'picklistValueName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1011 /force-app/main/default/classes/MetadataService.cls 1730 20 1730 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1011 /force-app/main/default/classes/MetadataService.cls 1730 20 1730 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1012 /force-app/main/default/classes/MetadataService.cls 1731 20 1731 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1012 /force-app/main/default/classes/MetadataService.cls 1731 20 1731 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1013 /force-app/main/default/classes/MetadataService.cls 1733 9 1738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1013 /force-app/main/default/classes/MetadataService.cls 1733 9 1738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1014 /force-app/main/default/classes/MetadataService.cls 1735 20 1735 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1014 /force-app/main/default/classes/MetadataService.cls 1735 20 1735 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1015 /force-app/main/default/classes/MetadataService.cls 1736 20 1736 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1015 /force-app/main/default/classes/MetadataService.cls 1736 20 1736 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1016 /force-app/main/default/classes/MetadataService.cls 1737 20 1737 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1016 /force-app/main/default/classes/MetadataService.cls 1737 20 1737 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1017 /force-app/main/default/classes/MetadataService.cls 1739 17 1745 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1017 /force-app/main/default/classes/MetadataService.cls 1739 17 1745 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1018 /force-app/main/default/classes/MetadataService.cls 1741 18 1741 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1018 /force-app/main/default/classes/MetadataService.cls 1741 18 1741 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1019 /force-app/main/default/classes/MetadataService.cls 1746 9 1771 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1019 /force-app/main/default/classes/MetadataService.cls 1746 9 1771 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1020 /force-app/main/default/classes/MetadataService.cls 1746 9 1771 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1020 /force-app/main/default/classes/MetadataService.cls 1746 9 1771 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1021 /force-app/main/default/classes/MetadataService.cls 1749 20 1749 97 pmd 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]*'
1021 /force-app/main/default/classes/MetadataService.cls 1749 20 1749 97 pmd 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]*'
1022 /force-app/main/default/classes/MetadataService.cls 1759 20 1759 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1022 /force-app/main/default/classes/MetadataService.cls 1759 20 1759 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1023 /force-app/main/default/classes/MetadataService.cls 1760 20 1760 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1023 /force-app/main/default/classes/MetadataService.cls 1760 20 1760 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1024 /force-app/main/default/classes/MetadataService.cls 1761 20 1761 97 pmd 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]*'
1024 /force-app/main/default/classes/MetadataService.cls 1761 20 1761 97 pmd 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]*'
1025 /force-app/main/default/classes/MetadataService.cls 1762 20 1762 103 pmd 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]*'
1025 /force-app/main/default/classes/MetadataService.cls 1762 20 1762 103 pmd 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]*'
1026 /force-app/main/default/classes/MetadataService.cls 1763 20 1763 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1026 /force-app/main/default/classes/MetadataService.cls 1763 20 1763 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1027 /force-app/main/default/classes/MetadataService.cls 1764 20 1764 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1027 /force-app/main/default/classes/MetadataService.cls 1764 20 1764 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1028 /force-app/main/default/classes/MetadataService.cls 1765 20 1765 97 pmd 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]*'
1028 /force-app/main/default/classes/MetadataService.cls 1765 20 1765 97 pmd 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]*'
1029 /force-app/main/default/classes/MetadataService.cls 1766 20 1766 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1029 /force-app/main/default/classes/MetadataService.cls 1766 20 1766 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1030 /force-app/main/default/classes/MetadataService.cls 1767 20 1767 97 pmd 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]*'
1030 /force-app/main/default/classes/MetadataService.cls 1767 20 1767 97 pmd 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]*'
1031 /force-app/main/default/classes/MetadataService.cls 1768 20 1768 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1031 /force-app/main/default/classes/MetadataService.cls 1768 20 1768 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1032 /force-app/main/default/classes/MetadataService.cls 1769 20 1769 60 pmd FieldNamingConventions 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]*'
1032 /force-app/main/default/classes/MetadataService.cls 1769 20 1769 60 pmd FieldNamingConventions 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]*'
1033 /force-app/main/default/classes/MetadataService.cls 1770 20 1770 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]*'
1033 /force-app/main/default/classes/MetadataService.cls 1770 20 1770 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]*'
1034 /force-app/main/default/classes/MetadataService.cls 1772 9 1779 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1034 /force-app/main/default/classes/MetadataService.cls 1772 9 1779 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1035 /force-app/main/default/classes/MetadataService.cls 1775 20 1775 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1035 /force-app/main/default/classes/MetadataService.cls 1775 20 1775 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1036 /force-app/main/default/classes/MetadataService.cls 1776 20 1776 89 pmd 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]*'
1036 /force-app/main/default/classes/MetadataService.cls 1776 20 1776 89 pmd 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]*'
1037 /force-app/main/default/classes/MetadataService.cls 1777 20 1777 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1037 /force-app/main/default/classes/MetadataService.cls 1777 20 1777 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1038 /force-app/main/default/classes/MetadataService.cls 1778 20 1778 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]*'
1038 /force-app/main/default/classes/MetadataService.cls 1778 20 1778 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]*'
1039 /force-app/main/default/classes/MetadataService.cls 1780 9 1807 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1039 /force-app/main/default/classes/MetadataService.cls 1780 9 1807 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1040 /force-app/main/default/classes/MetadataService.cls 1780 9 1807 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1040 /force-app/main/default/classes/MetadataService.cls 1780 9 1807 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1041 /force-app/main/default/classes/MetadataService.cls 1793 20 1793 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 'articlePDFCreationProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1041 /force-app/main/default/classes/MetadataService.cls 1793 20 1793 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 'articlePDFCreationProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1042 /force-app/main/default/classes/MetadataService.cls 1794 20 1794 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 'articlePublicSharingCommunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1042 /force-app/main/default/classes/MetadataService.cls 1794 20 1794 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 'articlePublicSharingCommunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1043 /force-app/main/default/classes/MetadataService.cls 1795 20 1795 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 'articlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1043 /force-app/main/default/classes/MetadataService.cls 1795 20 1795 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 'articlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1044 /force-app/main/default/classes/MetadataService.cls 1796 20 1796 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 'articlePublicSharingSitesChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1044 /force-app/main/default/classes/MetadataService.cls 1796 20 1796 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 'articlePublicSharingSitesChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1045 /force-app/main/default/classes/MetadataService.cls 1797 20 1797 97 pmd 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]*'
1045 /force-app/main/default/classes/MetadataService.cls 1797 20 1797 97 pmd 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]*'
1046 /force-app/main/default/classes/MetadataService.cls 1798 20 1798 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 'customizationClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1046 /force-app/main/default/classes/MetadataService.cls 1798 20 1798 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 'customizationClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1047 /force-app/main/default/classes/MetadataService.cls 1799 20 1799 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 'defaultContributionArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1047 /force-app/main/default/classes/MetadataService.cls 1799 20 1799 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 'defaultContributionArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1048 /force-app/main/default/classes/MetadataService.cls 1800 20 1800 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 'editor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1048 /force-app/main/default/classes/MetadataService.cls 1800 20 1800 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 'editor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1049 /force-app/main/default/classes/MetadataService.cls 1801 20 1801 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1049 /force-app/main/default/classes/MetadataService.cls 1801 20 1801 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1050 /force-app/main/default/classes/MetadataService.cls 1802 20 1802 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 'enableArticlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1050 /force-app/main/default/classes/MetadataService.cls 1802 20 1802 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 'enableArticlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1051 /force-app/main/default/classes/MetadataService.cls 1803 20 1803 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 'enableCaseDataCategoryMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1051 /force-app/main/default/classes/MetadataService.cls 1803 20 1803 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 'enableCaseDataCategoryMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1052 /force-app/main/default/classes/MetadataService.cls 1804 20 1804 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 'useProfileForPDFCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1052 /force-app/main/default/classes/MetadataService.cls 1804 20 1804 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 'useProfileForPDFCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1053 /force-app/main/default/classes/MetadataService.cls 1805 20 1805 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1053 /force-app/main/default/classes/MetadataService.cls 1805 20 1805 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1054 /force-app/main/default/classes/MetadataService.cls 1806 20 1806 380 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1054 /force-app/main/default/classes/MetadataService.cls 1806 20 1806 380 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1055 /force-app/main/default/classes/MetadataService.cls 1808 9 1815 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1055 /force-app/main/default/classes/MetadataService.cls 1808 9 1815 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1056 /force-app/main/default/classes/MetadataService.cls 1811 20 1811 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 'fiscalYearNameBasedOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1056 /force-app/main/default/classes/MetadataService.cls 1811 20 1811 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 'fiscalYearNameBasedOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1057 /force-app/main/default/classes/MetadataService.cls 1812 20 1812 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 'startMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1057 /force-app/main/default/classes/MetadataService.cls 1812 20 1812 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 'startMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1058 /force-app/main/default/classes/MetadataService.cls 1813 20 1813 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1058 /force-app/main/default/classes/MetadataService.cls 1813 20 1813 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1059 /force-app/main/default/classes/MetadataService.cls 1814 20 1814 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]*'
1059 /force-app/main/default/classes/MetadataService.cls 1814 20 1814 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]*'
1060 /force-app/main/default/classes/MetadataService.cls 1816 9 1823 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1060 /force-app/main/default/classes/MetadataService.cls 1816 9 1823 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1061 /force-app/main/default/classes/MetadataService.cls 1818 17 1818 23 pmd FieldNamingConventions 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]*'
1061 /force-app/main/default/classes/MetadataService.cls 1818 17 1818 23 pmd FieldNamingConventions 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]*'
1062 /force-app/main/default/classes/MetadataService.cls 1819 20 1819 89 pmd 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]*'
1062 /force-app/main/default/classes/MetadataService.cls 1819 20 1819 89 pmd 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]*'
1063 /force-app/main/default/classes/MetadataService.cls 1820 20 1820 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1063 /force-app/main/default/classes/MetadataService.cls 1820 20 1820 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1064 /force-app/main/default/classes/MetadataService.cls 1821 20 1821 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1064 /force-app/main/default/classes/MetadataService.cls 1821 20 1821 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1065 /force-app/main/default/classes/MetadataService.cls 1822 20 1822 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]*'
1065 /force-app/main/default/classes/MetadataService.cls 1822 20 1822 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]*'
1066 /force-app/main/default/classes/MetadataService.cls 1824 9 1837 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1066 /force-app/main/default/classes/MetadataService.cls 1824 9 1837 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1067 /force-app/main/default/classes/MetadataService.cls 1830 20 1830 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 'article_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1067 /force-app/main/default/classes/MetadataService.cls 1830 20 1830 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 'article_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1068 /force-app/main/default/classes/MetadataService.cls 1831 20 1831 97 pmd 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]*'
1068 /force-app/main/default/classes/MetadataService.cls 1831 20 1831 97 pmd 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]*'
1069 /force-app/main/default/classes/MetadataService.cls 1832 20 1832 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 'plural_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1069 /force-app/main/default/classes/MetadataService.cls 1832 20 1832 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 'plural_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1070 /force-app/main/default/classes/MetadataService.cls 1833 20 1833 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 'possessive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1070 /force-app/main/default/classes/MetadataService.cls 1833 20 1833 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 'possessive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1071 /force-app/main/default/classes/MetadataService.cls 1834 20 1834 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1071 /force-app/main/default/classes/MetadataService.cls 1834 20 1834 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1072 /force-app/main/default/classes/MetadataService.cls 1835 20 1835 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1072 /force-app/main/default/classes/MetadataService.cls 1835 20 1835 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1073 /force-app/main/default/classes/MetadataService.cls 1836 20 1836 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]*'
1073 /force-app/main/default/classes/MetadataService.cls 1836 20 1836 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]*'
1074 /force-app/main/default/classes/MetadataService.cls 1838 9 1847 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1074 /force-app/main/default/classes/MetadataService.cls 1838 9 1847 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1075 /force-app/main/default/classes/MetadataService.cls 1842 20 1842 103 pmd 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]*'
1075 /force-app/main/default/classes/MetadataService.cls 1842 20 1842 103 pmd 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]*'
1076 /force-app/main/default/classes/MetadataService.cls 1843 20 1843 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 'domainName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1076 /force-app/main/default/classes/MetadataService.cls 1843 20 1843 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 'domainName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1077 /force-app/main/default/classes/MetadataService.cls 1844 20 1844 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 'primary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1077 /force-app/main/default/classes/MetadataService.cls 1844 20 1844 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 'primary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1078 /force-app/main/default/classes/MetadataService.cls 1845 20 1845 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1078 /force-app/main/default/classes/MetadataService.cls 1845 20 1845 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1079 /force-app/main/default/classes/MetadataService.cls 1846 20 1846 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]*'
1079 /force-app/main/default/classes/MetadataService.cls 1846 20 1846 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]*'
1080 /force-app/main/default/classes/MetadataService.cls 1848 9 1855 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1080 /force-app/main/default/classes/MetadataService.cls 1848 9 1855 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1081 /force-app/main/default/classes/MetadataService.cls 1851 20 1851 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1081 /force-app/main/default/classes/MetadataService.cls 1851 20 1851 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1082 /force-app/main/default/classes/MetadataService.cls 1852 20 1852 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 'formulaExpression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1082 /force-app/main/default/classes/MetadataService.cls 1852 20 1852 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 'formulaExpression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1083 /force-app/main/default/classes/MetadataService.cls 1853 20 1853 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1083 /force-app/main/default/classes/MetadataService.cls 1853 20 1853 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1084 /force-app/main/default/classes/MetadataService.cls 1854 20 1854 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]*'
1084 /force-app/main/default/classes/MetadataService.cls 1854 20 1854 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]*'
1085 /force-app/main/default/classes/MetadataService.cls 1856 9 1865 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1085 /force-app/main/default/classes/MetadataService.cls 1856 9 1865 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1086 /force-app/main/default/classes/MetadataService.cls 1859 20 1859 97 pmd 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]*'
1086 /force-app/main/default/classes/MetadataService.cls 1859 20 1859 97 pmd 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]*'
1087 /force-app/main/default/classes/MetadataService.cls 1861 20 1861 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 'fiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1087 /force-app/main/default/classes/MetadataService.cls 1861 20 1861 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 'fiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1088 /force-app/main/default/classes/MetadataService.cls 1862 20 1862 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1088 /force-app/main/default/classes/MetadataService.cls 1862 20 1862 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1089 /force-app/main/default/classes/MetadataService.cls 1863 20 1863 60 pmd FieldNamingConventions 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]*'
1089 /force-app/main/default/classes/MetadataService.cls 1863 20 1863 60 pmd FieldNamingConventions 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]*'
1090 /force-app/main/default/classes/MetadataService.cls 1864 20 1864 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]*'
1090 /force-app/main/default/classes/MetadataService.cls 1864 20 1864 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]*'
1091 /force-app/main/default/classes/MetadataService.cls 1866 9 1905 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1091 /force-app/main/default/classes/MetadataService.cls 1866 9 1905 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1092 /force-app/main/default/classes/MetadataService.cls 1866 9 1905 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1092 /force-app/main/default/classes/MetadataService.cls 1866 9 1905 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1093 /force-app/main/default/classes/MetadataService.cls 1869 20 1869 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1093 /force-app/main/default/classes/MetadataService.cls 1869 20 1869 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1094 /force-app/main/default/classes/MetadataService.cls 1872 20 1872 103 pmd 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]*'
1094 /force-app/main/default/classes/MetadataService.cls 1872 20 1872 103 pmd 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]*'
1095 /force-app/main/default/classes/MetadataService.cls 1873 20 1873 89 pmd 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]*'
1095 /force-app/main/default/classes/MetadataService.cls 1873 20 1873 89 pmd 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]*'
1096 /force-app/main/default/classes/MetadataService.cls 1888 20 1888 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 'choiceReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1096 /force-app/main/default/classes/MetadataService.cls 1888 20 1888 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 'choiceReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1097 /force-app/main/default/classes/MetadataService.cls 1889 20 1889 97 pmd 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]*'
1097 /force-app/main/default/classes/MetadataService.cls 1889 20 1889 97 pmd 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]*'
1098 /force-app/main/default/classes/MetadataService.cls 1890 20 1890 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 'defaultSelectedChoiceReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1098 /force-app/main/default/classes/MetadataService.cls 1890 20 1890 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 'defaultSelectedChoiceReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1099 /force-app/main/default/classes/MetadataService.cls 1891 20 1891 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1099 /force-app/main/default/classes/MetadataService.cls 1891 20 1891 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1100 /force-app/main/default/classes/MetadataService.cls 1892 20 1892 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 'extensionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1100 /force-app/main/default/classes/MetadataService.cls 1892 20 1892 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 'extensionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1101 /force-app/main/default/classes/MetadataService.cls 1893 20 1893 99 pmd 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]*'
1101 /force-app/main/default/classes/MetadataService.cls 1893 20 1893 99 pmd 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]*'
1102 /force-app/main/default/classes/MetadataService.cls 1894 20 1894 99 pmd 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]*'
1102 /force-app/main/default/classes/MetadataService.cls 1894 20 1894 99 pmd 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]*'
1103 /force-app/main/default/classes/MetadataService.cls 1895 20 1895 97 pmd 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]*'
1103 /force-app/main/default/classes/MetadataService.cls 1895 20 1895 97 pmd 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]*'
1104 /force-app/main/default/classes/MetadataService.cls 1896 20 1896 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1104 /force-app/main/default/classes/MetadataService.cls 1896 20 1896 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1105 /force-app/main/default/classes/MetadataService.cls 1897 20 1897 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1105 /force-app/main/default/classes/MetadataService.cls 1897 20 1897 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1106 /force-app/main/default/classes/MetadataService.cls 1898 20 1898 99 pmd 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]*'
1106 /force-app/main/default/classes/MetadataService.cls 1898 20 1898 99 pmd 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]*'
1107 /force-app/main/default/classes/MetadataService.cls 1899 20 1899 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1107 /force-app/main/default/classes/MetadataService.cls 1899 20 1899 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1108 /force-app/main/default/classes/MetadataService.cls 1900 20 1900 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1108 /force-app/main/default/classes/MetadataService.cls 1900 20 1900 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1109 /force-app/main/default/classes/MetadataService.cls 1901 20 1901 109 pmd 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]*'
1109 /force-app/main/default/classes/MetadataService.cls 1901 20 1901 109 pmd 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]*'
1110 /force-app/main/default/classes/MetadataService.cls 1902 20 1902 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1110 /force-app/main/default/classes/MetadataService.cls 1902 20 1902 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1111 /force-app/main/default/classes/MetadataService.cls 1903 20 1903 60 pmd FieldNamingConventions 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]*'
1111 /force-app/main/default/classes/MetadataService.cls 1903 20 1903 60 pmd FieldNamingConventions 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]*'
1112 /force-app/main/default/classes/MetadataService.cls 1904 20 1904 319 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1112 /force-app/main/default/classes/MetadataService.cls 1904 20 1904 319 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1113 /force-app/main/default/classes/MetadataService.cls 1906 9 1913 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1113 /force-app/main/default/classes/MetadataService.cls 1906 9 1913 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1114 /force-app/main/default/classes/MetadataService.cls 1909 20 1909 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1114 /force-app/main/default/classes/MetadataService.cls 1909 20 1909 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1115 /force-app/main/default/classes/MetadataService.cls 1910 20 1910 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 'informationalMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1115 /force-app/main/default/classes/MetadataService.cls 1910 20 1910 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 'informationalMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1116 /force-app/main/default/classes/MetadataService.cls 1911 20 1911 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1116 /force-app/main/default/classes/MetadataService.cls 1911 20 1911 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1117 /force-app/main/default/classes/MetadataService.cls 1912 20 1912 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]*'
1117 /force-app/main/default/classes/MetadataService.cls 1912 20 1912 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]*'
1118 /force-app/main/default/classes/MetadataService.cls 1914 9 1921 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1118 /force-app/main/default/classes/MetadataService.cls 1914 9 1921 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1119 /force-app/main/default/classes/MetadataService.cls 1917 20 1917 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1119 /force-app/main/default/classes/MetadataService.cls 1917 20 1917 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1120 /force-app/main/default/classes/MetadataService.cls 1918 20 1918 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1120 /force-app/main/default/classes/MetadataService.cls 1918 20 1918 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1121 /force-app/main/default/classes/MetadataService.cls 1919 20 1919 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1121 /force-app/main/default/classes/MetadataService.cls 1919 20 1919 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1122 /force-app/main/default/classes/MetadataService.cls 1920 20 1920 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]*'
1122 /force-app/main/default/classes/MetadataService.cls 1920 20 1920 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]*'
1123 /force-app/main/default/classes/MetadataService.cls 1922 9 1939 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1123 /force-app/main/default/classes/MetadataService.cls 1922 9 1939 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1124 /force-app/main/default/classes/MetadataService.cls 1922 9 1939 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1124 /force-app/main/default/classes/MetadataService.cls 1922 9 1939 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1125 /force-app/main/default/classes/MetadataService.cls 1925 20 1925 97 pmd 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]*'
1125 /force-app/main/default/classes/MetadataService.cls 1925 20 1925 97 pmd 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]*'
1126 /force-app/main/default/classes/MetadataService.cls 1931 20 1931 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1126 /force-app/main/default/classes/MetadataService.cls 1931 20 1931 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1127 /force-app/main/default/classes/MetadataService.cls 1932 20 1932 103 pmd 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]*'
1127 /force-app/main/default/classes/MetadataService.cls 1932 20 1932 103 pmd 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]*'
1128 /force-app/main/default/classes/MetadataService.cls 1933 20 1933 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 'errorConditionFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1128 /force-app/main/default/classes/MetadataService.cls 1933 20 1933 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 'errorConditionFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1129 /force-app/main/default/classes/MetadataService.cls 1934 20 1934 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 'errorDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1129 /force-app/main/default/classes/MetadataService.cls 1934 20 1934 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 'errorDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1130 /force-app/main/default/classes/MetadataService.cls 1935 20 1935 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1130 /force-app/main/default/classes/MetadataService.cls 1935 20 1935 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1131 /force-app/main/default/classes/MetadataService.cls 1936 20 1936 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1131 /force-app/main/default/classes/MetadataService.cls 1936 20 1936 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1132 /force-app/main/default/classes/MetadataService.cls 1937 20 1937 60 pmd FieldNamingConventions 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]*'
1132 /force-app/main/default/classes/MetadataService.cls 1937 20 1937 60 pmd FieldNamingConventions 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]*'
1133 /force-app/main/default/classes/MetadataService.cls 1938 20 1938 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1133 /force-app/main/default/classes/MetadataService.cls 1938 20 1938 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1134 /force-app/main/default/classes/MetadataService.cls 1940 9 1947 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1134 /force-app/main/default/classes/MetadataService.cls 1940 9 1947 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1135 /force-app/main/default/classes/MetadataService.cls 1943 20 1943 89 pmd 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]*'
1135 /force-app/main/default/classes/MetadataService.cls 1943 20 1943 89 pmd 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]*'
1136 /force-app/main/default/classes/MetadataService.cls 1944 20 1944 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1136 /force-app/main/default/classes/MetadataService.cls 1944 20 1944 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1137 /force-app/main/default/classes/MetadataService.cls 1945 20 1945 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1137 /force-app/main/default/classes/MetadataService.cls 1945 20 1945 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1138 /force-app/main/default/classes/MetadataService.cls 1946 20 1946 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]*'
1138 /force-app/main/default/classes/MetadataService.cls 1946 20 1946 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]*'
1139 /force-app/main/default/classes/MetadataService.cls 1948 9 1953 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1139 /force-app/main/default/classes/MetadataService.cls 1948 9 1953 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1140 /force-app/main/default/classes/MetadataService.cls 1950 20 1950 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 'parentRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1140 /force-app/main/default/classes/MetadataService.cls 1950 20 1950 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 'parentRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1141 /force-app/main/default/classes/MetadataService.cls 1951 20 1951 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1141 /force-app/main/default/classes/MetadataService.cls 1951 20 1951 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1142 /force-app/main/default/classes/MetadataService.cls 1952 20 1952 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]*'
1142 /force-app/main/default/classes/MetadataService.cls 1952 20 1952 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]*'
1143 /force-app/main/default/classes/MetadataService.cls 1954 9 2005 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1143 /force-app/main/default/classes/MetadataService.cls 1954 9 2005 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1144 /force-app/main/default/classes/MetadataService.cls 1954 9 2005 3 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)
1144 /force-app/main/default/classes/MetadataService.cls 1954 9 2005 3 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)
1145 /force-app/main/default/classes/MetadataService.cls 1954 9 2005 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1145 /force-app/main/default/classes/MetadataService.cls 1954 9 2005 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1146 /force-app/main/default/classes/MetadataService.cls 1979 20 1979 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 'alias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1146 /force-app/main/default/classes/MetadataService.cls 1979 20 1979 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 'alias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1147 /force-app/main/default/classes/MetadataService.cls 1980 20 1980 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 'compact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1147 /force-app/main/default/classes/MetadataService.cls 1980 20 1980 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 'compact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1148 /force-app/main/default/classes/MetadataService.cls 1981 20 1981 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 'dateFieldDay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1148 /force-app/main/default/classes/MetadataService.cls 1981 20 1981 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 'dateFieldDay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1149 /force-app/main/default/classes/MetadataService.cls 1982 20 1982 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 'dateFieldEpochDay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1149 /force-app/main/default/classes/MetadataService.cls 1982 20 1982 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 'dateFieldEpochDay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1150 /force-app/main/default/classes/MetadataService.cls 1983 20 1983 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 'dateFieldEpochSecond_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1150 /force-app/main/default/classes/MetadataService.cls 1983 20 1983 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 'dateFieldEpochSecond_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1151 /force-app/main/default/classes/MetadataService.cls 1984 20 1984 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 'dateFieldFiscalMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1151 /force-app/main/default/classes/MetadataService.cls 1984 20 1984 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 'dateFieldFiscalMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1152 /force-app/main/default/classes/MetadataService.cls 1985 20 1985 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 'dateFieldFiscalQuarter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1152 /force-app/main/default/classes/MetadataService.cls 1985 20 1985 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 'dateFieldFiscalQuarter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1153 /force-app/main/default/classes/MetadataService.cls 1986 20 1986 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 'dateFieldFiscalWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1153 /force-app/main/default/classes/MetadataService.cls 1986 20 1986 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 'dateFieldFiscalWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1154 /force-app/main/default/classes/MetadataService.cls 1987 20 1987 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 'dateFieldFiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1154 /force-app/main/default/classes/MetadataService.cls 1987 20 1987 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 'dateFieldFiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1155 /force-app/main/default/classes/MetadataService.cls 1988 20 1988 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 'dateFieldFullYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1155 /force-app/main/default/classes/MetadataService.cls 1988 20 1988 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 'dateFieldFullYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1156 /force-app/main/default/classes/MetadataService.cls 1989 20 1989 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 'dateFieldHour_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1156 /force-app/main/default/classes/MetadataService.cls 1989 20 1989 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 'dateFieldHour_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1157 /force-app/main/default/classes/MetadataService.cls 1990 20 1990 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 'dateFieldMinute_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1157 /force-app/main/default/classes/MetadataService.cls 1990 20 1990 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 'dateFieldMinute_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1158 /force-app/main/default/classes/MetadataService.cls 1991 20 1991 109 pmd 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]*'
1158 /force-app/main/default/classes/MetadataService.cls 1991 20 1991 109 pmd 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]*'
1159 /force-app/main/default/classes/MetadataService.cls 1992 20 1992 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 'dateFieldQuarter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1159 /force-app/main/default/classes/MetadataService.cls 1992 20 1992 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 'dateFieldQuarter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1160 /force-app/main/default/classes/MetadataService.cls 1993 20 1993 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 'dateFieldSecond_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1160 /force-app/main/default/classes/MetadataService.cls 1993 20 1993 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 'dateFieldSecond_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1161 /force-app/main/default/classes/MetadataService.cls 1994 20 1994 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 'dateFieldWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1161 /force-app/main/default/classes/MetadataService.cls 1994 20 1994 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 'dateFieldWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1162 /force-app/main/default/classes/MetadataService.cls 1995 20 1995 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 'dateFieldYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1162 /force-app/main/default/classes/MetadataService.cls 1995 20 1995 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 'dateFieldYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1163 /force-app/main/default/classes/MetadataService.cls 1996 20 1996 103 pmd 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]*'
1163 /force-app/main/default/classes/MetadataService.cls 1996 20 1996 103 pmd 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]*'
1164 /force-app/main/default/classes/MetadataService.cls 1997 20 1997 109 pmd 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]*'
1164 /force-app/main/default/classes/MetadataService.cls 1997 20 1997 109 pmd 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]*'
1165 /force-app/main/default/classes/MetadataService.cls 1998 20 1998 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 'fiscalMonthOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1165 /force-app/main/default/classes/MetadataService.cls 1998 20 1998 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 'fiscalMonthOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1166 /force-app/main/default/classes/MetadataService.cls 1999 20 1999 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 'isYearEndFiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1166 /force-app/main/default/classes/MetadataService.cls 1999 20 1999 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 'isYearEndFiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1167 /force-app/main/default/classes/MetadataService.cls 2000 20 2000 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1167 /force-app/main/default/classes/MetadataService.cls 2000 20 2000 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1168 /force-app/main/default/classes/MetadataService.cls 2001 20 2001 109 pmd 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]*'
1168 /force-app/main/default/classes/MetadataService.cls 2001 20 2001 109 pmd 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]*'
1169 /force-app/main/default/classes/MetadataService.cls 2002 20 2002 99 pmd 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]*'
1169 /force-app/main/default/classes/MetadataService.cls 2002 20 2002 99 pmd 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]*'
1170 /force-app/main/default/classes/MetadataService.cls 2003 20 2003 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1170 /force-app/main/default/classes/MetadataService.cls 2003 20 2003 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1171 /force-app/main/default/classes/MetadataService.cls 2004 20 2004 475 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1171 /force-app/main/default/classes/MetadataService.cls 2004 20 2004 475 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1172 /force-app/main/default/classes/MetadataService.cls 2006 9 2011 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1172 /force-app/main/default/classes/MetadataService.cls 2006 9 2011 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1173 /force-app/main/default/classes/MetadataService.cls 2008 20 2008 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 'publicGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1173 /force-app/main/default/classes/MetadataService.cls 2008 20 2008 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 'publicGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1174 /force-app/main/default/classes/MetadataService.cls 2009 20 2009 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1174 /force-app/main/default/classes/MetadataService.cls 2009 20 2009 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1175 /force-app/main/default/classes/MetadataService.cls 2010 20 2010 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]*'
1175 /force-app/main/default/classes/MetadataService.cls 2010 20 2010 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]*'
1176 /force-app/main/default/classes/MetadataService.cls 2012 9 2021 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1176 /force-app/main/default/classes/MetadataService.cls 2012 9 2021 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1177 /force-app/main/default/classes/MetadataService.cls 2016 20 2016 109 pmd 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]*'
1177 /force-app/main/default/classes/MetadataService.cls 2016 20 2016 109 pmd 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]*'
1178 /force-app/main/default/classes/MetadataService.cls 2017 20 2017 109 pmd 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]*'
1178 /force-app/main/default/classes/MetadataService.cls 2017 20 2017 109 pmd 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]*'
1179 /force-app/main/default/classes/MetadataService.cls 2018 20 2018 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1179 /force-app/main/default/classes/MetadataService.cls 2018 20 2018 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1180 /force-app/main/default/classes/MetadataService.cls 2019 20 2019 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1180 /force-app/main/default/classes/MetadataService.cls 2019 20 2019 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1181 /force-app/main/default/classes/MetadataService.cls 2020 20 2020 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]*'
1181 /force-app/main/default/classes/MetadataService.cls 2020 20 2020 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]*'
1182 /force-app/main/default/classes/MetadataService.cls 2022 17 2023 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1182 /force-app/main/default/classes/MetadataService.cls 2022 17 2023 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1183 /force-app/main/default/classes/MetadataService.cls 2024 9 2039 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1183 /force-app/main/default/classes/MetadataService.cls 2024 9 2039 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1184 /force-app/main/default/classes/MetadataService.cls 2031 20 2031 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1184 /force-app/main/default/classes/MetadataService.cls 2031 20 2031 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1185 /force-app/main/default/classes/MetadataService.cls 2032 20 2032 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1185 /force-app/main/default/classes/MetadataService.cls 2032 20 2032 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1186 /force-app/main/default/classes/MetadataService.cls 2033 20 2033 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1186 /force-app/main/default/classes/MetadataService.cls 2033 20 2033 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1187 /force-app/main/default/classes/MetadataService.cls 2034 20 2034 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1187 /force-app/main/default/classes/MetadataService.cls 2034 20 2034 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1188 /force-app/main/default/classes/MetadataService.cls 2035 20 2035 97 pmd 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]*'
1188 /force-app/main/default/classes/MetadataService.cls 2035 20 2035 97 pmd 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]*'
1189 /force-app/main/default/classes/MetadataService.cls 2036 20 2036 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1189 /force-app/main/default/classes/MetadataService.cls 2036 20 2036 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1190 /force-app/main/default/classes/MetadataService.cls 2037 20 2037 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1190 /force-app/main/default/classes/MetadataService.cls 2037 20 2037 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1191 /force-app/main/default/classes/MetadataService.cls 2038 20 2038 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]*'
1191 /force-app/main/default/classes/MetadataService.cls 2038 20 2038 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]*'
1192 /force-app/main/default/classes/MetadataService.cls 2040 9 2045 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1192 /force-app/main/default/classes/MetadataService.cls 2040 9 2045 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1193 /force-app/main/default/classes/MetadataService.cls 2042 20 2042 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1193 /force-app/main/default/classes/MetadataService.cls 2042 20 2042 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1194 /force-app/main/default/classes/MetadataService.cls 2043 20 2043 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1194 /force-app/main/default/classes/MetadataService.cls 2043 20 2043 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1195 /force-app/main/default/classes/MetadataService.cls 2044 20 2044 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1195 /force-app/main/default/classes/MetadataService.cls 2044 20 2044 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1196 /force-app/main/default/classes/MetadataService.cls 2046 9 2051 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1196 /force-app/main/default/classes/MetadataService.cls 2046 9 2051 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1197 /force-app/main/default/classes/MetadataService.cls 2046 9 2051 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeValueTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1197 /force-app/main/default/classes/MetadataService.cls 2046 9 2051 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeValueTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1198 /force-app/main/default/classes/MetadataService.cls 2048 20 2048 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1198 /force-app/main/default/classes/MetadataService.cls 2048 20 2048 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1199 /force-app/main/default/classes/MetadataService.cls 2049 20 2049 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1199 /force-app/main/default/classes/MetadataService.cls 2049 20 2049 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1200 /force-app/main/default/classes/MetadataService.cls 2050 20 2050 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1200 /force-app/main/default/classes/MetadataService.cls 2050 20 2050 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1201 /force-app/main/default/classes/MetadataService.cls 2052 9 2067 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1201 /force-app/main/default/classes/MetadataService.cls 2052 9 2067 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1202 /force-app/main/default/classes/MetadataService.cls 2058 17 2058 23 pmd FieldNamingConventions 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]*'
1202 /force-app/main/default/classes/MetadataService.cls 2058 17 2058 23 pmd FieldNamingConventions 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]*'
1203 /force-app/main/default/classes/MetadataService.cls 2059 20 2059 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1203 /force-app/main/default/classes/MetadataService.cls 2059 20 2059 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1204 /force-app/main/default/classes/MetadataService.cls 2060 20 2060 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 'comment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1204 /force-app/main/default/classes/MetadataService.cls 2060 20 2060 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 'comment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1205 /force-app/main/default/classes/MetadataService.cls 2061 20 2061 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1205 /force-app/main/default/classes/MetadataService.cls 2061 20 2061 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1206 /force-app/main/default/classes/MetadataService.cls 2062 20 2062 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1206 /force-app/main/default/classes/MetadataService.cls 2062 20 2062 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1207 /force-app/main/default/classes/MetadataService.cls 2063 20 2063 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 'skipRecordTypeSelect_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1207 /force-app/main/default/classes/MetadataService.cls 2063 20 2063 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 'skipRecordTypeSelect_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1208 /force-app/main/default/classes/MetadataService.cls 2064 20 2064 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1208 /force-app/main/default/classes/MetadataService.cls 2064 20 2064 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1209 /force-app/main/default/classes/MetadataService.cls 2065 20 2065 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1209 /force-app/main/default/classes/MetadataService.cls 2065 20 2065 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1210 /force-app/main/default/classes/MetadataService.cls 2066 20 2066 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]*'
1210 /force-app/main/default/classes/MetadataService.cls 2066 20 2066 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]*'
1211 /force-app/main/default/classes/MetadataService.cls 2068 9 2093 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1211 /force-app/main/default/classes/MetadataService.cls 2068 9 2093 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1212 /force-app/main/default/classes/MetadataService.cls 2068 9 2093 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1212 /force-app/main/default/classes/MetadataService.cls 2068 9 2093 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1213 /force-app/main/default/classes/MetadataService.cls 2071 20 2071 97 pmd 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]*'
1213 /force-app/main/default/classes/MetadataService.cls 2071 20 2071 97 pmd 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]*'
1214 /force-app/main/default/classes/MetadataService.cls 2081 20 2081 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 'customApplications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1214 /force-app/main/default/classes/MetadataService.cls 2081 20 2081 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 'customApplications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1215 /force-app/main/default/classes/MetadataService.cls 2082 20 2082 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 'customDataTypeTranslations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1215 /force-app/main/default/classes/MetadataService.cls 2082 20 2082 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 'customDataTypeTranslations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1216 /force-app/main/default/classes/MetadataService.cls 2083 20 2083 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 'customLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1216 /force-app/main/default/classes/MetadataService.cls 2083 20 2083 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 'customLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1217 /force-app/main/default/classes/MetadataService.cls 2084 20 2084 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 'customPageWebLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1217 /force-app/main/default/classes/MetadataService.cls 2084 20 2084 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 'customPageWebLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1218 /force-app/main/default/classes/MetadataService.cls 2085 20 2085 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 'customTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1218 /force-app/main/default/classes/MetadataService.cls 2085 20 2085 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 'customTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1219 /force-app/main/default/classes/MetadataService.cls 2086 20 2086 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 'flowDefinitions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1219 /force-app/main/default/classes/MetadataService.cls 2086 20 2086 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 'flowDefinitions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1220 /force-app/main/default/classes/MetadataService.cls 2087 20 2087 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1220 /force-app/main/default/classes/MetadataService.cls 2087 20 2087 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1221 /force-app/main/default/classes/MetadataService.cls 2088 20 2088 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 'reportTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1221 /force-app/main/default/classes/MetadataService.cls 2088 20 2088 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 'reportTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1222 /force-app/main/default/classes/MetadataService.cls 2089 20 2089 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 'scontrols_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1222 /force-app/main/default/classes/MetadataService.cls 2089 20 2089 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 'scontrols_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1223 /force-app/main/default/classes/MetadataService.cls 2090 20 2090 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1223 /force-app/main/default/classes/MetadataService.cls 2090 20 2090 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1224 /force-app/main/default/classes/MetadataService.cls 2091 20 2091 60 pmd FieldNamingConventions 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]*'
1224 /force-app/main/default/classes/MetadataService.cls 2091 20 2091 60 pmd FieldNamingConventions 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]*'
1225 /force-app/main/default/classes/MetadataService.cls 2092 20 2092 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]*'
1225 /force-app/main/default/classes/MetadataService.cls 2092 20 2092 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]*'
1226 /force-app/main/default/classes/MetadataService.cls 2094 9 2103 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1226 /force-app/main/default/classes/MetadataService.cls 2094 9 2103 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1227 /force-app/main/default/classes/MetadataService.cls 2098 20 2098 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1227 /force-app/main/default/classes/MetadataService.cls 2098 20 2098 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1228 /force-app/main/default/classes/MetadataService.cls 2099 20 2099 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 'defaultResponseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1228 /force-app/main/default/classes/MetadataService.cls 2099 20 2099 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 'defaultResponseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1229 /force-app/main/default/classes/MetadataService.cls 2100 20 2100 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 'enableWebToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1229 /force-app/main/default/classes/MetadataService.cls 2100 20 2100 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 'enableWebToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1230 /force-app/main/default/classes/MetadataService.cls 2101 20 2101 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1230 /force-app/main/default/classes/MetadataService.cls 2101 20 2101 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1231 /force-app/main/default/classes/MetadataService.cls 2102 20 2102 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]*'
1231 /force-app/main/default/classes/MetadataService.cls 2102 20 2102 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]*'
1232 /force-app/main/default/classes/MetadataService.cls 2104 9 2119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1232 /force-app/main/default/classes/MetadataService.cls 2104 9 2119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1233 /force-app/main/default/classes/MetadataService.cls 2107 20 2107 97 pmd 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]*'
1233 /force-app/main/default/classes/MetadataService.cls 2107 20 2107 97 pmd 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]*'
1234 /force-app/main/default/classes/MetadataService.cls 2110 18 2110 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1234 /force-app/main/default/classes/MetadataService.cls 2110 18 2110 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1235 /force-app/main/default/classes/MetadataService.cls 2112 20 2112 103 pmd 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]*'
1235 /force-app/main/default/classes/MetadataService.cls 2112 20 2112 103 pmd 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]*'
1236 /force-app/main/default/classes/MetadataService.cls 2113 20 2113 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1236 /force-app/main/default/classes/MetadataService.cls 2113 20 2113 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1237 /force-app/main/default/classes/MetadataService.cls 2114 20 2114 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1237 /force-app/main/default/classes/MetadataService.cls 2114 20 2114 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1238 /force-app/main/default/classes/MetadataService.cls 2115 20 2115 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1238 /force-app/main/default/classes/MetadataService.cls 2115 20 2115 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1239 /force-app/main/default/classes/MetadataService.cls 2116 20 2116 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1239 /force-app/main/default/classes/MetadataService.cls 2116 20 2116 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1240 /force-app/main/default/classes/MetadataService.cls 2117 20 2117 60 pmd FieldNamingConventions 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]*'
1240 /force-app/main/default/classes/MetadataService.cls 2117 20 2117 60 pmd FieldNamingConventions 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]*'
1241 /force-app/main/default/classes/MetadataService.cls 2118 20 2118 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]*'
1241 /force-app/main/default/classes/MetadataService.cls 2118 20 2118 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]*'
1242 /force-app/main/default/classes/MetadataService.cls 2120 17 2124 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1242 /force-app/main/default/classes/MetadataService.cls 2120 17 2124 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1243 /force-app/main/default/classes/MetadataService.cls 2125 9 2152 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1243 /force-app/main/default/classes/MetadataService.cls 2125 9 2152 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1244 /force-app/main/default/classes/MetadataService.cls 2125 9 2152 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1244 /force-app/main/default/classes/MetadataService.cls 2125 9 2152 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1245 /force-app/main/default/classes/MetadataService.cls 2137 17 2137 23 pmd FieldNamingConventions 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]*'
1245 /force-app/main/default/classes/MetadataService.cls 2137 17 2137 23 pmd FieldNamingConventions 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]*'
1246 /force-app/main/default/classes/MetadataService.cls 2138 20 2138 103 pmd 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]*'
1246 /force-app/main/default/classes/MetadataService.cls 2138 20 2138 103 pmd 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]*'
1247 /force-app/main/default/classes/MetadataService.cls 2139 20 2139 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1247 /force-app/main/default/classes/MetadataService.cls 2139 20 2139 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1248 /force-app/main/default/classes/MetadataService.cls 2140 20 2140 103 pmd 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]*'
1248 /force-app/main/default/classes/MetadataService.cls 2140 20 2140 103 pmd 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]*'
1249 /force-app/main/default/classes/MetadataService.cls 2141 20 2141 97 pmd 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]*'
1249 /force-app/main/default/classes/MetadataService.cls 2141 20 2141 97 pmd 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]*'
1250 /force-app/main/default/classes/MetadataService.cls 2142 20 2142 97 pmd 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]*'
1250 /force-app/main/default/classes/MetadataService.cls 2142 20 2142 97 pmd 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]*'
1251 /force-app/main/default/classes/MetadataService.cls 2143 20 2143 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1251 /force-app/main/default/classes/MetadataService.cls 2143 20 2143 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1252 /force-app/main/default/classes/MetadataService.cls 2144 20 2144 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 'lastModifiedById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1252 /force-app/main/default/classes/MetadataService.cls 2144 20 2144 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 'lastModifiedById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1253 /force-app/main/default/classes/MetadataService.cls 2145 20 2145 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 'lastModifiedByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1253 /force-app/main/default/classes/MetadataService.cls 2145 20 2145 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 'lastModifiedByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1254 /force-app/main/default/classes/MetadataService.cls 2146 20 2146 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1254 /force-app/main/default/classes/MetadataService.cls 2146 20 2146 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1255 /force-app/main/default/classes/MetadataService.cls 2147 20 2147 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 'manageableState_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1255 /force-app/main/default/classes/MetadataService.cls 2147 20 2147 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 'manageableState_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1256 /force-app/main/default/classes/MetadataService.cls 2148 20 2148 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1256 /force-app/main/default/classes/MetadataService.cls 2148 20 2148 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1257 /force-app/main/default/classes/MetadataService.cls 2149 20 2149 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1257 /force-app/main/default/classes/MetadataService.cls 2149 20 2149 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1258 /force-app/main/default/classes/MetadataService.cls 2150 20 2150 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1258 /force-app/main/default/classes/MetadataService.cls 2150 20 2150 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1259 /force-app/main/default/classes/MetadataService.cls 2151 20 2151 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]*'
1259 /force-app/main/default/classes/MetadataService.cls 2151 20 2151 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]*'
1260 /force-app/main/default/classes/MetadataService.cls 2153 9 2168 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1260 /force-app/main/default/classes/MetadataService.cls 2153 9 2168 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1261 /force-app/main/default/classes/MetadataService.cls 2156 20 2156 97 pmd 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]*'
1261 /force-app/main/default/classes/MetadataService.cls 2156 20 2156 97 pmd 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]*'
1262 /force-app/main/default/classes/MetadataService.cls 2161 20 2161 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 'enableNegativeQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1262 /force-app/main/default/classes/MetadataService.cls 2161 20 2161 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 'enableNegativeQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1263 /force-app/main/default/classes/MetadataService.cls 2162 20 2162 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 'enableOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1263 /force-app/main/default/classes/MetadataService.cls 2162 20 2162 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 'enableOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1264 /force-app/main/default/classes/MetadataService.cls 2163 20 2163 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 'enableReductionOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1264 /force-app/main/default/classes/MetadataService.cls 2163 20 2163 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 'enableReductionOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1265 /force-app/main/default/classes/MetadataService.cls 2164 20 2164 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 'enableZeroQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1265 /force-app/main/default/classes/MetadataService.cls 2164 20 2164 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 'enableZeroQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1266 /force-app/main/default/classes/MetadataService.cls 2165 20 2165 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1266 /force-app/main/default/classes/MetadataService.cls 2165 20 2165 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1267 /force-app/main/default/classes/MetadataService.cls 2166 20 2166 60 pmd FieldNamingConventions 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]*'
1267 /force-app/main/default/classes/MetadataService.cls 2166 20 2166 60 pmd FieldNamingConventions 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]*'
1268 /force-app/main/default/classes/MetadataService.cls 2167 20 2167 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]*'
1268 /force-app/main/default/classes/MetadataService.cls 2167 20 2167 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]*'
1269 /force-app/main/default/classes/MetadataService.cls 2169 9 2180 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1269 /force-app/main/default/classes/MetadataService.cls 2169 9 2180 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1270 /force-app/main/default/classes/MetadataService.cls 2174 20 2174 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 'dateColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1270 /force-app/main/default/classes/MetadataService.cls 2174 20 2174 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 'dateColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1271 /force-app/main/default/classes/MetadataService.cls 2175 20 2175 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 'endDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1271 /force-app/main/default/classes/MetadataService.cls 2175 20 2175 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 'endDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1272 /force-app/main/default/classes/MetadataService.cls 2176 20 2176 97 pmd 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]*'
1272 /force-app/main/default/classes/MetadataService.cls 2176 20 2176 97 pmd 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]*'
1273 /force-app/main/default/classes/MetadataService.cls 2177 20 2177 99 pmd 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]*'
1273 /force-app/main/default/classes/MetadataService.cls 2177 20 2177 99 pmd 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]*'
1274 /force-app/main/default/classes/MetadataService.cls 2178 20 2178 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1274 /force-app/main/default/classes/MetadataService.cls 2178 20 2178 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1275 /force-app/main/default/classes/MetadataService.cls 2179 20 2179 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1275 /force-app/main/default/classes/MetadataService.cls 2179 20 2179 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1276 /force-app/main/default/classes/MetadataService.cls 2181 9 2190 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1276 /force-app/main/default/classes/MetadataService.cls 2181 9 2190 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1277 /force-app/main/default/classes/MetadataService.cls 2185 20 2185 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 'access_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1277 /force-app/main/default/classes/MetadataService.cls 2185 20 2185 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 'access_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1278 /force-app/main/default/classes/MetadataService.cls 2186 20 2186 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 'isManagingWorkspace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1278 /force-app/main/default/classes/MetadataService.cls 2186 20 2186 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 'isManagingWorkspace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1279 /force-app/main/default/classes/MetadataService.cls 2187 20 2187 89 pmd 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]*'
1279 /force-app/main/default/classes/MetadataService.cls 2187 20 2187 89 pmd 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]*'
1280 /force-app/main/default/classes/MetadataService.cls 2188 20 2188 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1280 /force-app/main/default/classes/MetadataService.cls 2188 20 2188 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1281 /force-app/main/default/classes/MetadataService.cls 2189 20 2189 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]*'
1281 /force-app/main/default/classes/MetadataService.cls 2189 20 2189 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]*'
1282 /force-app/main/default/classes/MetadataService.cls 2191 9 2230 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1282 /force-app/main/default/classes/MetadataService.cls 2191 9 2230 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1283 /force-app/main/default/classes/MetadataService.cls 2191 9 2230 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1283 /force-app/main/default/classes/MetadataService.cls 2191 9 2230 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1284 /force-app/main/default/classes/MetadataService.cls 2194 20 2194 97 pmd 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]*'
1284 /force-app/main/default/classes/MetadataService.cls 2194 20 2194 97 pmd 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]*'
1285 /force-app/main/default/classes/MetadataService.cls 2196 18 2196 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1285 /force-app/main/default/classes/MetadataService.cls 2196 18 2196 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1286 /force-app/main/default/classes/MetadataService.cls 2200 20 2200 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1286 /force-app/main/default/classes/MetadataService.cls 2200 20 2200 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1287 /force-app/main/default/classes/MetadataService.cls 2201 20 2201 97 pmd 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]*'
1287 /force-app/main/default/classes/MetadataService.cls 2201 20 2201 97 pmd 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]*'
1288 /force-app/main/default/classes/MetadataService.cls 2202 20 2202 103 pmd 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]*'
1288 /force-app/main/default/classes/MetadataService.cls 2202 20 2202 103 pmd 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]*'
1289 /force-app/main/default/classes/MetadataService.cls 2203 20 2203 97 pmd 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]*'
1289 /force-app/main/default/classes/MetadataService.cls 2203 20 2203 97 pmd 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]*'
1290 /force-app/main/default/classes/MetadataService.cls 2204 20 2204 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1290 /force-app/main/default/classes/MetadataService.cls 2204 20 2204 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1291 /force-app/main/default/classes/MetadataService.cls 2216 20 2216 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1291 /force-app/main/default/classes/MetadataService.cls 2216 20 2216 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1292 /force-app/main/default/classes/MetadataService.cls 2217 20 2217 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1292 /force-app/main/default/classes/MetadataService.cls 2217 20 2217 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1293 /force-app/main/default/classes/MetadataService.cls 2218 20 2218 99 pmd 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]*'
1293 /force-app/main/default/classes/MetadataService.cls 2218 20 2218 99 pmd 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]*'
1294 /force-app/main/default/classes/MetadataService.cls 2219 20 2219 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1294 /force-app/main/default/classes/MetadataService.cls 2219 20 2219 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1295 /force-app/main/default/classes/MetadataService.cls 2220 20 2220 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1295 /force-app/main/default/classes/MetadataService.cls 2220 20 2220 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1296 /force-app/main/default/classes/MetadataService.cls 2221 20 2221 109 pmd 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]*'
1296 /force-app/main/default/classes/MetadataService.cls 2221 20 2221 109 pmd 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]*'
1297 /force-app/main/default/classes/MetadataService.cls 2222 20 2222 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1297 /force-app/main/default/classes/MetadataService.cls 2222 20 2222 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1298 /force-app/main/default/classes/MetadataService.cls 2223 20 2223 103 pmd 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]*'
1298 /force-app/main/default/classes/MetadataService.cls 2223 20 2223 103 pmd 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]*'
1299 /force-app/main/default/classes/MetadataService.cls 2224 20 2224 103 pmd 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]*'
1299 /force-app/main/default/classes/MetadataService.cls 2224 20 2224 103 pmd 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]*'
1300 /force-app/main/default/classes/MetadataService.cls 2225 20 2225 97 pmd 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]*'
1300 /force-app/main/default/classes/MetadataService.cls 2225 20 2225 97 pmd 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]*'
1301 /force-app/main/default/classes/MetadataService.cls 2226 20 2226 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1301 /force-app/main/default/classes/MetadataService.cls 2226 20 2226 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1302 /force-app/main/default/classes/MetadataService.cls 2227 20 2227 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1302 /force-app/main/default/classes/MetadataService.cls 2227 20 2227 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1303 /force-app/main/default/classes/MetadataService.cls 2228 20 2228 60 pmd FieldNamingConventions 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]*'
1303 /force-app/main/default/classes/MetadataService.cls 2228 20 2228 60 pmd FieldNamingConventions 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]*'
1304 /force-app/main/default/classes/MetadataService.cls 2229 20 2229 265 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1304 /force-app/main/default/classes/MetadataService.cls 2229 20 2229 265 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1305 /force-app/main/default/classes/MetadataService.cls 2231 9 2236 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1305 /force-app/main/default/classes/MetadataService.cls 2231 9 2236 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1306 /force-app/main/default/classes/MetadataService.cls 2233 20 2233 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 'navigationMenuItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1306 /force-app/main/default/classes/MetadataService.cls 2233 20 2233 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 'navigationMenuItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1307 /force-app/main/default/classes/MetadataService.cls 2234 20 2234 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1307 /force-app/main/default/classes/MetadataService.cls 2234 20 2234 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1308 /force-app/main/default/classes/MetadataService.cls 2235 20 2235 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]*'
1308 /force-app/main/default/classes/MetadataService.cls 2235 20 2235 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]*'
1309 /force-app/main/default/classes/MetadataService.cls 2237 9 2250 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1309 /force-app/main/default/classes/MetadataService.cls 2237 9 2250 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1310 /force-app/main/default/classes/MetadataService.cls 2240 20 2240 97 pmd 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]*'
1310 /force-app/main/default/classes/MetadataService.cls 2240 20 2240 97 pmd 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]*'
1311 /force-app/main/default/classes/MetadataService.cls 2244 20 2244 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 'enableCascadeActivateToRelatedPrices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1311 /force-app/main/default/classes/MetadataService.cls 2244 20 2244 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 'enableCascadeActivateToRelatedPrices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1312 /force-app/main/default/classes/MetadataService.cls 2245 20 2245 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 'enableQuantitySchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1312 /force-app/main/default/classes/MetadataService.cls 2245 20 2245 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 'enableQuantitySchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1313 /force-app/main/default/classes/MetadataService.cls 2246 20 2246 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 'enableRevenueSchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1313 /force-app/main/default/classes/MetadataService.cls 2246 20 2246 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 'enableRevenueSchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1314 /force-app/main/default/classes/MetadataService.cls 2247 20 2247 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1314 /force-app/main/default/classes/MetadataService.cls 2247 20 2247 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1315 /force-app/main/default/classes/MetadataService.cls 2248 20 2248 60 pmd FieldNamingConventions 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]*'
1315 /force-app/main/default/classes/MetadataService.cls 2248 20 2248 60 pmd FieldNamingConventions 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]*'
1316 /force-app/main/default/classes/MetadataService.cls 2249 20 2249 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]*'
1316 /force-app/main/default/classes/MetadataService.cls 2249 20 2249 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]*'
1317 /force-app/main/default/classes/MetadataService.cls 2251 9 2278 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1317 /force-app/main/default/classes/MetadataService.cls 2251 9 2278 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1318 /force-app/main/default/classes/MetadataService.cls 2251 9 2278 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1318 /force-app/main/default/classes/MetadataService.cls 2251 9 2278 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1319 /force-app/main/default/classes/MetadataService.cls 2254 20 2254 97 pmd 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]*'
1319 /force-app/main/default/classes/MetadataService.cls 2254 20 2254 97 pmd 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]*'
1320 /force-app/main/default/classes/MetadataService.cls 2262 18 2262 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1320 /force-app/main/default/classes/MetadataService.cls 2262 18 2262 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1321 /force-app/main/default/classes/MetadataService.cls 2265 20 2265 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1321 /force-app/main/default/classes/MetadataService.cls 2265 20 2265 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1322 /force-app/main/default/classes/MetadataService.cls 2266 20 2266 109 pmd 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]*'
1322 /force-app/main/default/classes/MetadataService.cls 2266 20 2266 109 pmd 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]*'
1323 /force-app/main/default/classes/MetadataService.cls 2267 20 2267 103 pmd 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]*'
1323 /force-app/main/default/classes/MetadataService.cls 2267 20 2267 103 pmd 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]*'
1324 /force-app/main/default/classes/MetadataService.cls 2268 20 2268 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 'dueDateOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1324 /force-app/main/default/classes/MetadataService.cls 2268 20 2268 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 'dueDateOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1325 /force-app/main/default/classes/MetadataService.cls 2269 20 2269 109 pmd 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]*'
1325 /force-app/main/default/classes/MetadataService.cls 2269 20 2269 109 pmd 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]*'
1326 /force-app/main/default/classes/MetadataService.cls 2270 20 2270 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1326 /force-app/main/default/classes/MetadataService.cls 2270 20 2270 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1327 /force-app/main/default/classes/MetadataService.cls 2271 20 2271 97 pmd 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]*'
1327 /force-app/main/default/classes/MetadataService.cls 2271 20 2271 97 pmd 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]*'
1328 /force-app/main/default/classes/MetadataService.cls 2272 20 2272 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1328 /force-app/main/default/classes/MetadataService.cls 2272 20 2272 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1329 /force-app/main/default/classes/MetadataService.cls 2273 20 2273 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1329 /force-app/main/default/classes/MetadataService.cls 2273 20 2273 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1330 /force-app/main/default/classes/MetadataService.cls 2274 20 2274 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1330 /force-app/main/default/classes/MetadataService.cls 2274 20 2274 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1331 /force-app/main/default/classes/MetadataService.cls 2275 20 2275 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1331 /force-app/main/default/classes/MetadataService.cls 2275 20 2275 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1332 /force-app/main/default/classes/MetadataService.cls 2276 20 2276 60 pmd FieldNamingConventions 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]*'
1332 /force-app/main/default/classes/MetadataService.cls 2276 20 2276 60 pmd FieldNamingConventions 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]*'
1333 /force-app/main/default/classes/MetadataService.cls 2277 20 2277 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]*'
1333 /force-app/main/default/classes/MetadataService.cls 2277 20 2277 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]*'
1334 /force-app/main/default/classes/MetadataService.cls 2279 9 2284 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1334 /force-app/main/default/classes/MetadataService.cls 2279 9 2284 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1335 /force-app/main/default/classes/MetadataService.cls 2281 20 2281 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1335 /force-app/main/default/classes/MetadataService.cls 2281 20 2281 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1336 /force-app/main/default/classes/MetadataService.cls 2282 20 2282 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1336 /force-app/main/default/classes/MetadataService.cls 2282 20 2282 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1337 /force-app/main/default/classes/MetadataService.cls 2283 20 2283 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]*'
1337 /force-app/main/default/classes/MetadataService.cls 2283 20 2283 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]*'
1338 /force-app/main/default/classes/MetadataService.cls 2285 9 2290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1338 /force-app/main/default/classes/MetadataService.cls 2285 9 2290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1339 /force-app/main/default/classes/MetadataService.cls 2285 9 2290 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1339 /force-app/main/default/classes/MetadataService.cls 2285 9 2290 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1340 /force-app/main/default/classes/MetadataService.cls 2287 20 2287 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1340 /force-app/main/default/classes/MetadataService.cls 2287 20 2287 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1341 /force-app/main/default/classes/MetadataService.cls 2288 20 2288 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1341 /force-app/main/default/classes/MetadataService.cls 2288 20 2288 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1342 /force-app/main/default/classes/MetadataService.cls 2289 20 2289 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1342 /force-app/main/default/classes/MetadataService.cls 2289 20 2289 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1343 /force-app/main/default/classes/MetadataService.cls 2291 9 2302 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1343 /force-app/main/default/classes/MetadataService.cls 2291 9 2302 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1344 /force-app/main/default/classes/MetadataService.cls 2296 20 2296 109 pmd 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]*'
1344 /force-app/main/default/classes/MetadataService.cls 2296 20 2296 109 pmd 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]*'
1345 /force-app/main/default/classes/MetadataService.cls 2297 20 2297 109 pmd 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]*'
1345 /force-app/main/default/classes/MetadataService.cls 2297 20 2297 109 pmd 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]*'
1346 /force-app/main/default/classes/MetadataService.cls 2298 20 2298 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1346 /force-app/main/default/classes/MetadataService.cls 2298 20 2298 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1347 /force-app/main/default/classes/MetadataService.cls 2299 20 2299 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1347 /force-app/main/default/classes/MetadataService.cls 2299 20 2299 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1348 /force-app/main/default/classes/MetadataService.cls 2300 20 2300 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1348 /force-app/main/default/classes/MetadataService.cls 2300 20 2300 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1349 /force-app/main/default/classes/MetadataService.cls 2301 20 2301 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]*'
1349 /force-app/main/default/classes/MetadataService.cls 2301 20 2301 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]*'
1350 /force-app/main/default/classes/MetadataService.cls 2303 9 2328 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1350 /force-app/main/default/classes/MetadataService.cls 2303 9 2328 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1351 /force-app/main/default/classes/MetadataService.cls 2303 9 2328 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1351 /force-app/main/default/classes/MetadataService.cls 2303 9 2328 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1352 /force-app/main/default/classes/MetadataService.cls 2315 20 2315 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 'appointmentBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1352 /force-app/main/default/classes/MetadataService.cls 2315 20 2315 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 'appointmentBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1353 /force-app/main/default/classes/MetadataService.cls 2316 20 2316 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 'cancelApptBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1353 /force-app/main/default/classes/MetadataService.cls 2316 20 2316 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 'cancelApptBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1354 /force-app/main/default/classes/MetadataService.cls 2317 20 2317 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1354 /force-app/main/default/classes/MetadataService.cls 2317 20 2317 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1355 /force-app/main/default/classes/MetadataService.cls 2318 20 2318 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1355 /force-app/main/default/classes/MetadataService.cls 2318 20 2318 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1356 /force-app/main/default/classes/MetadataService.cls 2319 20 2319 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 'fieldServiceConfirmCardImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1356 /force-app/main/default/classes/MetadataService.cls 2319 20 2319 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 'fieldServiceConfirmCardImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1357 /force-app/main/default/classes/MetadataService.cls 2320 20 2320 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 'fieldServiceHomeImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1357 /force-app/main/default/classes/MetadataService.cls 2320 20 2320 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 'fieldServiceHomeImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1358 /force-app/main/default/classes/MetadataService.cls 2321 20 2321 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 'fieldServiceLogoImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1358 /force-app/main/default/classes/MetadataService.cls 2321 20 2321 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 'fieldServiceLogoImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1359 /force-app/main/default/classes/MetadataService.cls 2322 20 2322 103 pmd 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]*'
1359 /force-app/main/default/classes/MetadataService.cls 2322 20 2322 103 pmd 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]*'
1360 /force-app/main/default/classes/MetadataService.cls 2323 20 2323 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 'modifyApptBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1360 /force-app/main/default/classes/MetadataService.cls 2323 20 2323 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 'modifyApptBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1361 /force-app/main/default/classes/MetadataService.cls 2324 20 2324 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 'shouldShowExistingAppointment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1361 /force-app/main/default/classes/MetadataService.cls 2324 20 2324 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 'shouldShowExistingAppointment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1362 /force-app/main/default/classes/MetadataService.cls 2325 20 2325 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 'shouldShowNewAppointment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1362 /force-app/main/default/classes/MetadataService.cls 2325 20 2325 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 'shouldShowNewAppointment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1363 /force-app/main/default/classes/MetadataService.cls 2326 20 2326 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1363 /force-app/main/default/classes/MetadataService.cls 2326 20 2326 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1364 /force-app/main/default/classes/MetadataService.cls 2327 20 2327 322 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1364 /force-app/main/default/classes/MetadataService.cls 2327 20 2327 322 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1365 /force-app/main/default/classes/MetadataService.cls 2329 9 2336 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1365 /force-app/main/default/classes/MetadataService.cls 2329 9 2336 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1366 /force-app/main/default/classes/MetadataService.cls 2332 20 2332 97 pmd 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]*'
1366 /force-app/main/default/classes/MetadataService.cls 2332 20 2332 97 pmd 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]*'
1367 /force-app/main/default/classes/MetadataService.cls 2333 20 2333 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1367 /force-app/main/default/classes/MetadataService.cls 2333 20 2333 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1368 /force-app/main/default/classes/MetadataService.cls 2334 20 2334 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1368 /force-app/main/default/classes/MetadataService.cls 2334 20 2334 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1369 /force-app/main/default/classes/MetadataService.cls 2335 20 2335 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]*'
1369 /force-app/main/default/classes/MetadataService.cls 2335 20 2335 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]*'
1370 /force-app/main/default/classes/MetadataService.cls 2337 9 2344 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1370 /force-app/main/default/classes/MetadataService.cls 2337 9 2344 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1371 /force-app/main/default/classes/MetadataService.cls 2340 20 2340 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 'approver_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1371 /force-app/main/default/classes/MetadataService.cls 2340 20 2340 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 'approver_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1372 /force-app/main/default/classes/MetadataService.cls 2341 20 2341 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 'whenMultipleApprovers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1372 /force-app/main/default/classes/MetadataService.cls 2341 20 2341 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 'whenMultipleApprovers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1373 /force-app/main/default/classes/MetadataService.cls 2342 20 2342 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1373 /force-app/main/default/classes/MetadataService.cls 2342 20 2342 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1374 /force-app/main/default/classes/MetadataService.cls 2343 20 2343 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]*'
1374 /force-app/main/default/classes/MetadataService.cls 2343 20 2343 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]*'
1375 /force-app/main/default/classes/MetadataService.cls 2345 9 2360 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1375 /force-app/main/default/classes/MetadataService.cls 2345 9 2360 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1376 /force-app/main/default/classes/MetadataService.cls 2348 20 2348 97 pmd 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]*'
1376 /force-app/main/default/classes/MetadataService.cls 2348 20 2348 97 pmd 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]*'
1377 /force-app/main/default/classes/MetadataService.cls 2350 20 2350 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1377 /force-app/main/default/classes/MetadataService.cls 2350 20 2350 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1378 /force-app/main/default/classes/MetadataService.cls 2354 20 2354 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1378 /force-app/main/default/classes/MetadataService.cls 2354 20 2354 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1379 /force-app/main/default/classes/MetadataService.cls 2355 20 2355 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1379 /force-app/main/default/classes/MetadataService.cls 2355 20 2355 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1380 /force-app/main/default/classes/MetadataService.cls 2356 20 2356 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1380 /force-app/main/default/classes/MetadataService.cls 2356 20 2356 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1381 /force-app/main/default/classes/MetadataService.cls 2357 20 2357 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1381 /force-app/main/default/classes/MetadataService.cls 2357 20 2357 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1382 /force-app/main/default/classes/MetadataService.cls 2358 20 2358 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 2358 20 2358 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 2359 20 2359 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]*'
1383 /force-app/main/default/classes/MetadataService.cls 2359 20 2359 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]*'
1384 /force-app/main/default/classes/MetadataService.cls 2361 9 2368 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1384 /force-app/main/default/classes/MetadataService.cls 2361 9 2368 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1385 /force-app/main/default/classes/MetadataService.cls 2364 20 2364 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 'primaryTabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1385 /force-app/main/default/classes/MetadataService.cls 2364 20 2364 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 'primaryTabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1386 /force-app/main/default/classes/MetadataService.cls 2365 20 2365 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 'subtabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1386 /force-app/main/default/classes/MetadataService.cls 2365 20 2365 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 'subtabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1387 /force-app/main/default/classes/MetadataService.cls 2366 20 2366 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1387 /force-app/main/default/classes/MetadataService.cls 2366 20 2366 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1388 /force-app/main/default/classes/MetadataService.cls 2367 20 2367 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1388 /force-app/main/default/classes/MetadataService.cls 2367 20 2367 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1389 /force-app/main/default/classes/MetadataService.cls 2369 9 2382 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1389 /force-app/main/default/classes/MetadataService.cls 2369 9 2382 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1390 /force-app/main/default/classes/MetadataService.cls 2375 20 2375 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 'enableTouchAppIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1390 /force-app/main/default/classes/MetadataService.cls 2375 20 2375 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 'enableTouchAppIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1391 /force-app/main/default/classes/MetadataService.cls 2376 20 2376 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 'enableTouchAppIPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1391 /force-app/main/default/classes/MetadataService.cls 2376 20 2376 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 'enableTouchAppIPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1392 /force-app/main/default/classes/MetadataService.cls 2377 20 2377 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 'enableTouchBrowserIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1392 /force-app/main/default/classes/MetadataService.cls 2377 20 2377 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 'enableTouchBrowserIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1393 /force-app/main/default/classes/MetadataService.cls 2378 20 2378 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 'enableTouchIosPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1393 /force-app/main/default/classes/MetadataService.cls 2378 20 2378 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 'enableTouchIosPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1394 /force-app/main/default/classes/MetadataService.cls 2379 20 2379 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 'enableVisualforceInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1394 /force-app/main/default/classes/MetadataService.cls 2379 20 2379 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 'enableVisualforceInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1395 /force-app/main/default/classes/MetadataService.cls 2380 20 2380 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1395 /force-app/main/default/classes/MetadataService.cls 2380 20 2380 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1396 /force-app/main/default/classes/MetadataService.cls 2381 20 2381 175 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1396 /force-app/main/default/classes/MetadataService.cls 2381 20 2381 175 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1397 /force-app/main/default/classes/MetadataService.cls 2383 9 2392 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1397 /force-app/main/default/classes/MetadataService.cls 2383 9 2392 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1398 /force-app/main/default/classes/MetadataService.cls 2386 20 2386 97 pmd 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]*'
1398 /force-app/main/default/classes/MetadataService.cls 2386 20 2386 97 pmd 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]*'
1399 /force-app/main/default/classes/MetadataService.cls 2388 20 2388 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 'appMenuItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1399 /force-app/main/default/classes/MetadataService.cls 2388 20 2388 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 'appMenuItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1400 /force-app/main/default/classes/MetadataService.cls 2389 20 2389 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1400 /force-app/main/default/classes/MetadataService.cls 2389 20 2389 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1401 /force-app/main/default/classes/MetadataService.cls 2390 20 2390 60 pmd FieldNamingConventions 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]*'
1401 /force-app/main/default/classes/MetadataService.cls 2390 20 2390 60 pmd FieldNamingConventions 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]*'
1402 /force-app/main/default/classes/MetadataService.cls 2391 20 2391 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]*'
1402 /force-app/main/default/classes/MetadataService.cls 2391 20 2391 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]*'
1403 /force-app/main/default/classes/MetadataService.cls 2393 9 2398 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1403 /force-app/main/default/classes/MetadataService.cls 2393 9 2398 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1404 /force-app/main/default/classes/MetadataService.cls 2395 20 2395 97 pmd 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]*'
1404 /force-app/main/default/classes/MetadataService.cls 2395 20 2395 97 pmd 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]*'
1405 /force-app/main/default/classes/MetadataService.cls 2396 20 2396 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1405 /force-app/main/default/classes/MetadataService.cls 2396 20 2396 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1406 /force-app/main/default/classes/MetadataService.cls 2397 20 2397 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1406 /force-app/main/default/classes/MetadataService.cls 2397 20 2397 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1407 /force-app/main/default/classes/MetadataService.cls 2399 9 2470 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1407 /force-app/main/default/classes/MetadataService.cls 2399 9 2470 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1408 /force-app/main/default/classes/MetadataService.cls 2399 9 2470 3 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)
1408 /force-app/main/default/classes/MetadataService.cls 2399 9 2470 3 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)
1409 /force-app/main/default/classes/MetadataService.cls 2399 9 2470 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1409 /force-app/main/default/classes/MetadataService.cls 2399 9 2470 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1410 /force-app/main/default/classes/MetadataService.cls 2402 20 2402 97 pmd 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]*'
1410 /force-app/main/default/classes/MetadataService.cls 2402 20 2402 97 pmd 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]*'
1411 /force-app/main/default/classes/MetadataService.cls 2411 17 2411 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 'currency_x' doesn't match '[a-z][a-zA-Z0-9]*'
1411 /force-app/main/default/classes/MetadataService.cls 2411 17 2411 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 'currency_x' doesn't match '[a-z][a-zA-Z0-9]*'
1412 /force-app/main/default/classes/MetadataService.cls 2435 20 2435 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 'aggregates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1412 /force-app/main/default/classes/MetadataService.cls 2435 20 2435 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 'aggregates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1413 /force-app/main/default/classes/MetadataService.cls 2436 20 2436 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1413 /force-app/main/default/classes/MetadataService.cls 2436 20 2436 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1414 /force-app/main/default/classes/MetadataService.cls 2437 20 2437 99 pmd 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]*'
1414 /force-app/main/default/classes/MetadataService.cls 2437 20 2437 99 pmd 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]*'
1415 /force-app/main/default/classes/MetadataService.cls 2438 20 2438 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 'buckets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1415 /force-app/main/default/classes/MetadataService.cls 2438 20 2438 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 'buckets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1416 /force-app/main/default/classes/MetadataService.cls 2439 20 2439 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 'chart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1416 /force-app/main/default/classes/MetadataService.cls 2439 20 2439 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 'chart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1417 /force-app/main/default/classes/MetadataService.cls 2440 20 2440 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 'colorRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1417 /force-app/main/default/classes/MetadataService.cls 2440 20 2440 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 'colorRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1418 /force-app/main/default/classes/MetadataService.cls 2441 20 2441 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1418 /force-app/main/default/classes/MetadataService.cls 2441 20 2441 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1419 /force-app/main/default/classes/MetadataService.cls 2442 20 2442 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 'crossFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1419 /force-app/main/default/classes/MetadataService.cls 2442 20 2442 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 'crossFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1420 /force-app/main/default/classes/MetadataService.cls 2443 20 2443 99 pmd 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]*'
1420 /force-app/main/default/classes/MetadataService.cls 2443 20 2443 99 pmd 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]*'
1421 /force-app/main/default/classes/MetadataService.cls 2444 20 2444 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 'dataCategoryFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1421 /force-app/main/default/classes/MetadataService.cls 2444 20 2444 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 'dataCategoryFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1422 /force-app/main/default/classes/MetadataService.cls 2445 20 2445 103 pmd 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]*'
1422 /force-app/main/default/classes/MetadataService.cls 2445 20 2445 103 pmd 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]*'
1423 /force-app/main/default/classes/MetadataService.cls 2446 20 2446 97 pmd 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]*'
1423 /force-app/main/default/classes/MetadataService.cls 2446 20 2446 97 pmd 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]*'
1424 /force-app/main/default/classes/MetadataService.cls 2447 20 2447 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1424 /force-app/main/default/classes/MetadataService.cls 2447 20 2447 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1425 /force-app/main/default/classes/MetadataService.cls 2448 20 2448 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1425 /force-app/main/default/classes/MetadataService.cls 2448 20 2448 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1426 /force-app/main/default/classes/MetadataService.cls 2449 20 2449 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1426 /force-app/main/default/classes/MetadataService.cls 2449 20 2449 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1427 /force-app/main/default/classes/MetadataService.cls 2450 20 2450 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 'groupingsAcross_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1427 /force-app/main/default/classes/MetadataService.cls 2450 20 2450 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 'groupingsAcross_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1428 /force-app/main/default/classes/MetadataService.cls 2451 20 2451 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 'groupingsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1428 /force-app/main/default/classes/MetadataService.cls 2451 20 2451 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 'groupingsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1429 /force-app/main/default/classes/MetadataService.cls 2452 20 2452 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 'historicalSelector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1429 /force-app/main/default/classes/MetadataService.cls 2452 20 2452 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 'historicalSelector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1430 /force-app/main/default/classes/MetadataService.cls 2453 20 2453 89 pmd 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]*'
1430 /force-app/main/default/classes/MetadataService.cls 2453 20 2453 89 pmd 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]*'
1431 /force-app/main/default/classes/MetadataService.cls 2454 20 2454 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 'numSubscriptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1431 /force-app/main/default/classes/MetadataService.cls 2454 20 2454 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 'numSubscriptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1432 /force-app/main/default/classes/MetadataService.cls 2455 20 2455 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 'params_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1432 /force-app/main/default/classes/MetadataService.cls 2455 20 2455 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 'params_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1433 /force-app/main/default/classes/MetadataService.cls 2456 20 2456 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1433 /force-app/main/default/classes/MetadataService.cls 2456 20 2456 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1434 /force-app/main/default/classes/MetadataService.cls 2457 20 2457 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 'roleHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1434 /force-app/main/default/classes/MetadataService.cls 2457 20 2457 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 'roleHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1435 /force-app/main/default/classes/MetadataService.cls 2458 20 2458 97 pmd 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]*'
1435 /force-app/main/default/classes/MetadataService.cls 2458 20 2458 97 pmd 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]*'
1436 /force-app/main/default/classes/MetadataService.cls 2459 20 2459 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 'scope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1436 /force-app/main/default/classes/MetadataService.cls 2459 20 2459 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 'scope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1437 /force-app/main/default/classes/MetadataService.cls 2460 20 2460 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 'showCurrentDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1437 /force-app/main/default/classes/MetadataService.cls 2460 20 2460 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 'showCurrentDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1438 /force-app/main/default/classes/MetadataService.cls 2461 20 2461 103 pmd 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]*'
1438 /force-app/main/default/classes/MetadataService.cls 2461 20 2461 103 pmd 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]*'
1439 /force-app/main/default/classes/MetadataService.cls 2462 20 2462 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1439 /force-app/main/default/classes/MetadataService.cls 2462 20 2462 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1440 /force-app/main/default/classes/MetadataService.cls 2463 20 2463 99 pmd 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]*'
1440 /force-app/main/default/classes/MetadataService.cls 2463 20 2463 99 pmd 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]*'
1441 /force-app/main/default/classes/MetadataService.cls 2464 20 2464 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 'territoryHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1441 /force-app/main/default/classes/MetadataService.cls 2464 20 2464 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 'territoryHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1442 /force-app/main/default/classes/MetadataService.cls 2465 20 2465 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 'timeFrameFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1442 /force-app/main/default/classes/MetadataService.cls 2465 20 2465 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 'timeFrameFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1443 /force-app/main/default/classes/MetadataService.cls 2466 20 2466 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 'userFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1443 /force-app/main/default/classes/MetadataService.cls 2466 20 2466 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 'userFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1444 /force-app/main/default/classes/MetadataService.cls 2467 20 2467 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1444 /force-app/main/default/classes/MetadataService.cls 2467 20 2467 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1445 /force-app/main/default/classes/MetadataService.cls 2468 20 2468 60 pmd FieldNamingConventions 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]*'
1445 /force-app/main/default/classes/MetadataService.cls 2468 20 2468 60 pmd FieldNamingConventions 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]*'
1446 /force-app/main/default/classes/MetadataService.cls 2469 20 2469 509 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1446 /force-app/main/default/classes/MetadataService.cls 2469 20 2469 509 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1447 /force-app/main/default/classes/MetadataService.cls 2471 9 2506 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1447 /force-app/main/default/classes/MetadataService.cls 2471 9 2506 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1448 /force-app/main/default/classes/MetadataService.cls 2471 9 2506 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1448 /force-app/main/default/classes/MetadataService.cls 2471 9 2506 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1449 /force-app/main/default/classes/MetadataService.cls 2474 20 2474 97 pmd 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]*'
1449 /force-app/main/default/classes/MetadataService.cls 2474 20 2474 97 pmd 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]*'
1450 /force-app/main/default/classes/MetadataService.cls 2489 20 2489 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 'answers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1450 /force-app/main/default/classes/MetadataService.cls 2489 20 2489 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 'answers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1451 /force-app/main/default/classes/MetadataService.cls 2490 20 2490 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 'cases_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1451 /force-app/main/default/classes/MetadataService.cls 2490 20 2490 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 'cases_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1452 /force-app/main/default/classes/MetadataService.cls 2491 20 2491 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1452 /force-app/main/default/classes/MetadataService.cls 2491 20 2491 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1453 /force-app/main/default/classes/MetadataService.cls 2492 20 2492 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 'enableChatterQuestionKBDeflection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1453 /force-app/main/default/classes/MetadataService.cls 2492 20 2492 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 'enableChatterQuestionKBDeflection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1454 /force-app/main/default/classes/MetadataService.cls 2493 20 2493 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 'enableCreateEditOnArticlesTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1454 /force-app/main/default/classes/MetadataService.cls 2493 20 2493 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 'enableCreateEditOnArticlesTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1455 /force-app/main/default/classes/MetadataService.cls 2494 20 2494 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 'enableExternalMediaContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1455 /force-app/main/default/classes/MetadataService.cls 2494 20 2494 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 'enableExternalMediaContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1456 /force-app/main/default/classes/MetadataService.cls 2495 20 2495 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 'enableKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1456 /force-app/main/default/classes/MetadataService.cls 2495 20 2495 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 'enableKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1457 /force-app/main/default/classes/MetadataService.cls 2496 20 2496 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 'enableLightningKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1457 /force-app/main/default/classes/MetadataService.cls 2496 20 2496 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 'enableLightningKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1458 /force-app/main/default/classes/MetadataService.cls 2497 20 2497 99 pmd 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]*'
1458 /force-app/main/default/classes/MetadataService.cls 2497 20 2497 99 pmd 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]*'
1459 /force-app/main/default/classes/MetadataService.cls 2498 20 2498 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 'showArticleSummariesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1459 /force-app/main/default/classes/MetadataService.cls 2498 20 2498 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 'showArticleSummariesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1460 /force-app/main/default/classes/MetadataService.cls 2499 20 2499 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 'showArticleSummariesInternalApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1460 /force-app/main/default/classes/MetadataService.cls 2499 20 2499 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 'showArticleSummariesInternalApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1461 /force-app/main/default/classes/MetadataService.cls 2500 20 2500 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 'showArticleSummariesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1461 /force-app/main/default/classes/MetadataService.cls 2500 20 2500 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 'showArticleSummariesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1462 /force-app/main/default/classes/MetadataService.cls 2501 20 2501 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 'showValidationStatusField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1462 /force-app/main/default/classes/MetadataService.cls 2501 20 2501 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 'showValidationStatusField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1463 /force-app/main/default/classes/MetadataService.cls 2502 20 2502 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 'suggestedArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1463 /force-app/main/default/classes/MetadataService.cls 2502 20 2502 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 'suggestedArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1464 /force-app/main/default/classes/MetadataService.cls 2503 20 2503 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1464 /force-app/main/default/classes/MetadataService.cls 2503 20 2503 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1465 /force-app/main/default/classes/MetadataService.cls 2504 20 2504 60 pmd FieldNamingConventions 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]*'
1465 /force-app/main/default/classes/MetadataService.cls 2504 20 2504 60 pmd FieldNamingConventions 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]*'
1466 /force-app/main/default/classes/MetadataService.cls 2505 20 2505 414 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1466 /force-app/main/default/classes/MetadataService.cls 2505 20 2505 414 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1467 /force-app/main/default/classes/MetadataService.cls 2507 9 2522 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1467 /force-app/main/default/classes/MetadataService.cls 2507 9 2522 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1468 /force-app/main/default/classes/MetadataService.cls 2510 20 2510 97 pmd 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]*'
1468 /force-app/main/default/classes/MetadataService.cls 2510 20 2510 97 pmd 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]*'
1469 /force-app/main/default/classes/MetadataService.cls 2512 20 2512 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1469 /force-app/main/default/classes/MetadataService.cls 2512 20 2512 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1470 /force-app/main/default/classes/MetadataService.cls 2516 20 2516 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 'cacheControl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1470 /force-app/main/default/classes/MetadataService.cls 2516 20 2516 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 'cacheControl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1471 /force-app/main/default/classes/MetadataService.cls 2517 20 2517 103 pmd 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]*'
1471 /force-app/main/default/classes/MetadataService.cls 2517 20 2517 103 pmd 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]*'
1472 /force-app/main/default/classes/MetadataService.cls 2518 20 2518 103 pmd 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]*'
1472 /force-app/main/default/classes/MetadataService.cls 2518 20 2518 103 pmd 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]*'
1473 /force-app/main/default/classes/MetadataService.cls 2519 20 2519 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1473 /force-app/main/default/classes/MetadataService.cls 2519 20 2519 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1474 /force-app/main/default/classes/MetadataService.cls 2520 20 2520 60 pmd FieldNamingConventions 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]*'
1474 /force-app/main/default/classes/MetadataService.cls 2520 20 2520 60 pmd FieldNamingConventions 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]*'
1475 /force-app/main/default/classes/MetadataService.cls 2521 20 2521 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]*'
1475 /force-app/main/default/classes/MetadataService.cls 2521 20 2521 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]*'
1476 /force-app/main/default/classes/MetadataService.cls 2523 9 2534 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1476 /force-app/main/default/classes/MetadataService.cls 2523 9 2534 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1477 /force-app/main/default/classes/MetadataService.cls 2528 20 2528 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 'checkedByDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1477 /force-app/main/default/classes/MetadataService.cls 2528 20 2528 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 'checkedByDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1478 /force-app/main/default/classes/MetadataService.cls 2529 20 2529 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 'displayNameOverride_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1478 /force-app/main/default/classes/MetadataService.cls 2529 20 2529 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 'displayNameOverride_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1479 /force-app/main/default/classes/MetadataService.cls 2530 20 2530 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1479 /force-app/main/default/classes/MetadataService.cls 2530 20 2530 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1480 /force-app/main/default/classes/MetadataService.cls 2531 20 2531 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1480 /force-app/main/default/classes/MetadataService.cls 2531 20 2531 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1481 /force-app/main/default/classes/MetadataService.cls 2532 20 2532 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1481 /force-app/main/default/classes/MetadataService.cls 2532 20 2532 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1482 /force-app/main/default/classes/MetadataService.cls 2533 20 2533 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]*'
1482 /force-app/main/default/classes/MetadataService.cls 2533 20 2533 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]*'
1483 /force-app/main/default/classes/MetadataService.cls 2535 9 2558 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1483 /force-app/main/default/classes/MetadataService.cls 2535 9 2558 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1484 /force-app/main/default/classes/MetadataService.cls 2535 9 2558 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1484 /force-app/main/default/classes/MetadataService.cls 2535 9 2558 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1485 /force-app/main/default/classes/MetadataService.cls 2546 20 2546 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 'allowDelegate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1485 /force-app/main/default/classes/MetadataService.cls 2546 20 2546 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 'allowDelegate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1486 /force-app/main/default/classes/MetadataService.cls 2547 20 2547 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 'approvalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1486 /force-app/main/default/classes/MetadataService.cls 2547 20 2547 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 'approvalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1487 /force-app/main/default/classes/MetadataService.cls 2548 20 2548 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 'assignedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1487 /force-app/main/default/classes/MetadataService.cls 2548 20 2548 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 'assignedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1488 /force-app/main/default/classes/MetadataService.cls 2549 20 2549 103 pmd 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]*'
1488 /force-app/main/default/classes/MetadataService.cls 2549 20 2549 103 pmd 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]*'
1489 /force-app/main/default/classes/MetadataService.cls 2550 20 2550 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1489 /force-app/main/default/classes/MetadataService.cls 2550 20 2550 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1490 /force-app/main/default/classes/MetadataService.cls 2551 20 2551 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 'ifCriteriaNotMet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1490 /force-app/main/default/classes/MetadataService.cls 2551 20 2551 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 'ifCriteriaNotMet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1491 /force-app/main/default/classes/MetadataService.cls 2552 20 2552 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1491 /force-app/main/default/classes/MetadataService.cls 2552 20 2552 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1492 /force-app/main/default/classes/MetadataService.cls 2553 20 2553 89 pmd 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]*'
1492 /force-app/main/default/classes/MetadataService.cls 2553 20 2553 89 pmd 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]*'
1493 /force-app/main/default/classes/MetadataService.cls 2554 20 2554 109 pmd 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]*'
1493 /force-app/main/default/classes/MetadataService.cls 2554 20 2554 109 pmd 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]*'
1494 /force-app/main/default/classes/MetadataService.cls 2555 20 2555 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 'rejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1494 /force-app/main/default/classes/MetadataService.cls 2555 20 2555 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 'rejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1495 /force-app/main/default/classes/MetadataService.cls 2556 20 2556 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1495 /force-app/main/default/classes/MetadataService.cls 2556 20 2556 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1496 /force-app/main/default/classes/MetadataService.cls 2557 20 2557 210 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1496 /force-app/main/default/classes/MetadataService.cls 2557 20 2557 210 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1497 /force-app/main/default/classes/MetadataService.cls 2559 9 2568 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1497 /force-app/main/default/classes/MetadataService.cls 2559 9 2568 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1498 /force-app/main/default/classes/MetadataService.cls 2563 20 2563 103 pmd 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]*'
1498 /force-app/main/default/classes/MetadataService.cls 2563 20 2563 103 pmd 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]*'
1499 /force-app/main/default/classes/MetadataService.cls 2564 20 2564 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1499 /force-app/main/default/classes/MetadataService.cls 2564 20 2564 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1500 /force-app/main/default/classes/MetadataService.cls 2565 20 2565 89 pmd 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]*'
1500 /force-app/main/default/classes/MetadataService.cls 2565 20 2565 89 pmd 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]*'
1501 /force-app/main/default/classes/MetadataService.cls 2566 20 2566 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1501 /force-app/main/default/classes/MetadataService.cls 2566 20 2566 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1502 /force-app/main/default/classes/MetadataService.cls 2567 20 2567 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]*'
1502 /force-app/main/default/classes/MetadataService.cls 2567 20 2567 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]*'
1503 /force-app/main/default/classes/MetadataService.cls 2569 9 2580 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1503 /force-app/main/default/classes/MetadataService.cls 2569 9 2580 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1504 /force-app/main/default/classes/MetadataService.cls 2572 20 2572 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1504 /force-app/main/default/classes/MetadataService.cls 2572 20 2572 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1505 /force-app/main/default/classes/MetadataService.cls 2575 20 2575 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1505 /force-app/main/default/classes/MetadataService.cls 2575 20 2575 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1506 /force-app/main/default/classes/MetadataService.cls 2576 20 2576 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1506 /force-app/main/default/classes/MetadataService.cls 2576 20 2576 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1507 /force-app/main/default/classes/MetadataService.cls 2577 20 2577 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1507 /force-app/main/default/classes/MetadataService.cls 2577 20 2577 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1508 /force-app/main/default/classes/MetadataService.cls 2578 20 2578 60 pmd FieldNamingConventions 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]*'
1508 /force-app/main/default/classes/MetadataService.cls 2578 20 2578 60 pmd FieldNamingConventions 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]*'
1509 /force-app/main/default/classes/MetadataService.cls 2579 20 2579 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]*'
1509 /force-app/main/default/classes/MetadataService.cls 2579 20 2579 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]*'
1510 /force-app/main/default/classes/MetadataService.cls 2581 9 2588 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1510 /force-app/main/default/classes/MetadataService.cls 2581 9 2588 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1511 /force-app/main/default/classes/MetadataService.cls 2583 17 2583 23 pmd FieldNamingConventions 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]*'
1511 /force-app/main/default/classes/MetadataService.cls 2583 17 2583 23 pmd FieldNamingConventions 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]*'
1512 /force-app/main/default/classes/MetadataService.cls 2584 20 2584 89 pmd 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]*'
1512 /force-app/main/default/classes/MetadataService.cls 2584 20 2584 89 pmd 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]*'
1513 /force-app/main/default/classes/MetadataService.cls 2585 20 2585 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1513 /force-app/main/default/classes/MetadataService.cls 2585 20 2585 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1514 /force-app/main/default/classes/MetadataService.cls 2586 20 2586 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1514 /force-app/main/default/classes/MetadataService.cls 2586 20 2586 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1515 /force-app/main/default/classes/MetadataService.cls 2587 20 2587 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]*'
1515 /force-app/main/default/classes/MetadataService.cls 2587 20 2587 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]*'
1516 /force-app/main/default/classes/MetadataService.cls 2589 9 2600 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1516 /force-app/main/default/classes/MetadataService.cls 2589 9 2600 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1517 /force-app/main/default/classes/MetadataService.cls 2594 20 2594 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1517 /force-app/main/default/classes/MetadataService.cls 2594 20 2594 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1518 /force-app/main/default/classes/MetadataService.cls 2595 20 2595 99 pmd 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]*'
1518 /force-app/main/default/classes/MetadataService.cls 2595 20 2595 99 pmd 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]*'
1519 /force-app/main/default/classes/MetadataService.cls 2596 20 2596 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1519 /force-app/main/default/classes/MetadataService.cls 2596 20 2596 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1520 /force-app/main/default/classes/MetadataService.cls 2597 20 2597 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1520 /force-app/main/default/classes/MetadataService.cls 2597 20 2597 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1521 /force-app/main/default/classes/MetadataService.cls 2598 20 2598 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1521 /force-app/main/default/classes/MetadataService.cls 2598 20 2598 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1522 /force-app/main/default/classes/MetadataService.cls 2599 20 2599 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]*'
1522 /force-app/main/default/classes/MetadataService.cls 2599 20 2599 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]*'
1523 /force-app/main/default/classes/MetadataService.cls 2601 9 2606 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1523 /force-app/main/default/classes/MetadataService.cls 2601 9 2606 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1524 /force-app/main/default/classes/MetadataService.cls 2603 20 2603 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1524 /force-app/main/default/classes/MetadataService.cls 2603 20 2603 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1525 /force-app/main/default/classes/MetadataService.cls 2604 20 2604 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1525 /force-app/main/default/classes/MetadataService.cls 2604 20 2604 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1526 /force-app/main/default/classes/MetadataService.cls 2605 20 2605 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1526 /force-app/main/default/classes/MetadataService.cls 2605 20 2605 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1527 /force-app/main/default/classes/MetadataService.cls 2607 9 2626 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1527 /force-app/main/default/classes/MetadataService.cls 2607 9 2626 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1528 /force-app/main/default/classes/MetadataService.cls 2607 9 2626 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1528 /force-app/main/default/classes/MetadataService.cls 2607 9 2626 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1529 /force-app/main/default/classes/MetadataService.cls 2616 20 2616 99 pmd 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]*'
1529 /force-app/main/default/classes/MetadataService.cls 2616 20 2616 99 pmd 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]*'
1530 /force-app/main/default/classes/MetadataService.cls 2617 20 2617 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 'contextFilterableField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1530 /force-app/main/default/classes/MetadataService.cls 2617 20 2617 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 'contextFilterableField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1531 /force-app/main/default/classes/MetadataService.cls 2618 20 2618 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1531 /force-app/main/default/classes/MetadataService.cls 2618 20 2618 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1532 /force-app/main/default/classes/MetadataService.cls 2619 20 2619 103 pmd 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]*'
1532 /force-app/main/default/classes/MetadataService.cls 2619 20 2619 103 pmd 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]*'
1533 /force-app/main/default/classes/MetadataService.cls 2620 20 2620 109 pmd 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]*'
1533 /force-app/main/default/classes/MetadataService.cls 2620 20 2620 109 pmd 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]*'
1534 /force-app/main/default/classes/MetadataService.cls 2621 20 2621 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 'reportName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1534 /force-app/main/default/classes/MetadataService.cls 2621 20 2621 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 'reportName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1535 /force-app/main/default/classes/MetadataService.cls 2622 20 2622 99 pmd 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]*'
1535 /force-app/main/default/classes/MetadataService.cls 2622 20 2622 99 pmd 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]*'
1536 /force-app/main/default/classes/MetadataService.cls 2623 20 2623 89 pmd 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]*'
1536 /force-app/main/default/classes/MetadataService.cls 2623 20 2623 89 pmd 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]*'
1537 /force-app/main/default/classes/MetadataService.cls 2624 20 2624 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1537 /force-app/main/default/classes/MetadataService.cls 2624 20 2624 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1538 /force-app/main/default/classes/MetadataService.cls 2625 20 2625 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]*'
1538 /force-app/main/default/classes/MetadataService.cls 2625 20 2625 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]*'
1539 /force-app/main/default/classes/MetadataService.cls 2627 9 2632 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1539 /force-app/main/default/classes/MetadataService.cls 2627 9 2632 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1540 /force-app/main/default/classes/MetadataService.cls 2629 20 2629 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1540 /force-app/main/default/classes/MetadataService.cls 2629 20 2629 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1541 /force-app/main/default/classes/MetadataService.cls 2630 20 2630 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1541 /force-app/main/default/classes/MetadataService.cls 2630 20 2630 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1542 /force-app/main/default/classes/MetadataService.cls 2631 20 2631 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]*'
1542 /force-app/main/default/classes/MetadataService.cls 2631 20 2631 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]*'
1543 /force-app/main/default/classes/MetadataService.cls 2633 9 2648 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1543 /force-app/main/default/classes/MetadataService.cls 2633 9 2648 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1544 /force-app/main/default/classes/MetadataService.cls 2636 20 2636 97 pmd 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]*'
1544 /force-app/main/default/classes/MetadataService.cls 2636 20 2636 97 pmd 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]*'
1545 /force-app/main/default/classes/MetadataService.cls 2640 17 2640 23 pmd FieldNamingConventions 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]*'
1545 /force-app/main/default/classes/MetadataService.cls 2640 17 2640 23 pmd FieldNamingConventions 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]*'
1546 /force-app/main/default/classes/MetadataService.cls 2641 20 2641 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 'brandingSetProperty_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1546 /force-app/main/default/classes/MetadataService.cls 2641 20 2641 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 'brandingSetProperty_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1547 /force-app/main/default/classes/MetadataService.cls 2642 20 2642 103 pmd 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]*'
1547 /force-app/main/default/classes/MetadataService.cls 2642 20 2642 103 pmd 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]*'
1548 /force-app/main/default/classes/MetadataService.cls 2643 20 2643 103 pmd 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]*'
1548 /force-app/main/default/classes/MetadataService.cls 2643 20 2643 103 pmd 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]*'
1549 /force-app/main/default/classes/MetadataService.cls 2644 20 2644 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1549 /force-app/main/default/classes/MetadataService.cls 2644 20 2644 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1550 /force-app/main/default/classes/MetadataService.cls 2645 20 2645 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1550 /force-app/main/default/classes/MetadataService.cls 2645 20 2645 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1551 /force-app/main/default/classes/MetadataService.cls 2646 20 2646 60 pmd FieldNamingConventions 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]*'
1551 /force-app/main/default/classes/MetadataService.cls 2646 20 2646 60 pmd FieldNamingConventions 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]*'
1552 /force-app/main/default/classes/MetadataService.cls 2647 20 2647 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]*'
1552 /force-app/main/default/classes/MetadataService.cls 2647 20 2647 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]*'
1553 /force-app/main/default/classes/MetadataService.cls 2649 9 2680 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1553 /force-app/main/default/classes/MetadataService.cls 2649 9 2680 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1554 /force-app/main/default/classes/MetadataService.cls 2649 9 2680 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1554 /force-app/main/default/classes/MetadataService.cls 2649 9 2680 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1555 /force-app/main/default/classes/MetadataService.cls 2652 20 2652 97 pmd 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]*'
1555 /force-app/main/default/classes/MetadataService.cls 2652 20 2652 97 pmd 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]*'
1556 /force-app/main/default/classes/MetadataService.cls 2665 20 2665 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 'emailFollowersOnBestAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1556 /force-app/main/default/classes/MetadataService.cls 2665 20 2665 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 'emailFollowersOnBestAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1557 /force-app/main/default/classes/MetadataService.cls 2666 20 2666 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 'emailFollowersOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1557 /force-app/main/default/classes/MetadataService.cls 2666 20 2666 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 'emailFollowersOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1558 /force-app/main/default/classes/MetadataService.cls 2667 20 2667 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 'emailOwnerOnPrivateReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1558 /force-app/main/default/classes/MetadataService.cls 2667 20 2667 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 'emailOwnerOnPrivateReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1559 /force-app/main/default/classes/MetadataService.cls 2668 20 2668 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 'emailOwnerOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1559 /force-app/main/default/classes/MetadataService.cls 2668 20 2668 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 'emailOwnerOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1560 /force-app/main/default/classes/MetadataService.cls 2669 20 2669 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 'enableAnswerViaEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1560 /force-app/main/default/classes/MetadataService.cls 2669 20 2669 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 'enableAnswerViaEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1561 /force-app/main/default/classes/MetadataService.cls 2670 20 2670 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1561 /force-app/main/default/classes/MetadataService.cls 2670 20 2670 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1562 /force-app/main/default/classes/MetadataService.cls 2671 20 2671 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 'enableFacebookSSO_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1562 /force-app/main/default/classes/MetadataService.cls 2671 20 2671 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 'enableFacebookSSO_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1563 /force-app/main/default/classes/MetadataService.cls 2672 20 2672 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 'enableInlinePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1563 /force-app/main/default/classes/MetadataService.cls 2672 20 2672 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 'enableInlinePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1564 /force-app/main/default/classes/MetadataService.cls 2673 20 2673 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1564 /force-app/main/default/classes/MetadataService.cls 2673 20 2673 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1565 /force-app/main/default/classes/MetadataService.cls 2674 20 2674 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 'enableRichTextEditor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1565 /force-app/main/default/classes/MetadataService.cls 2674 20 2674 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 'enableRichTextEditor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1566 /force-app/main/default/classes/MetadataService.cls 2675 20 2675 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 'facebookAuthProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1566 /force-app/main/default/classes/MetadataService.cls 2675 20 2675 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 'facebookAuthProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1567 /force-app/main/default/classes/MetadataService.cls 2676 20 2676 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 'showInPortals_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1567 /force-app/main/default/classes/MetadataService.cls 2676 20 2676 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 'showInPortals_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1568 /force-app/main/default/classes/MetadataService.cls 2677 20 2677 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1568 /force-app/main/default/classes/MetadataService.cls 2677 20 2677 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1569 /force-app/main/default/classes/MetadataService.cls 2678 20 2678 60 pmd FieldNamingConventions 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]*'
1569 /force-app/main/default/classes/MetadataService.cls 2678 20 2678 60 pmd FieldNamingConventions 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]*'
1570 /force-app/main/default/classes/MetadataService.cls 2679 20 2679 340 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 2679 20 2679 340 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1571 /force-app/main/default/classes/MetadataService.cls 2681 9 2696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1571 /force-app/main/default/classes/MetadataService.cls 2681 9 2696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1572 /force-app/main/default/classes/MetadataService.cls 2688 20 2688 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 'accessMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1572 /force-app/main/default/classes/MetadataService.cls 2688 20 2688 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 'accessMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1573 /force-app/main/default/classes/MetadataService.cls 2689 20 2689 99 pmd 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]*'
1573 /force-app/main/default/classes/MetadataService.cls 2689 20 2689 99 pmd 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]*'
1574 /force-app/main/default/classes/MetadataService.cls 2690 20 2690 109 pmd 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]*'
1574 /force-app/main/default/classes/MetadataService.cls 2690 20 2690 109 pmd 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]*'
1575 /force-app/main/default/classes/MetadataService.cls 2691 20 2691 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 'locations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1575 /force-app/main/default/classes/MetadataService.cls 2691 20 2691 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 'locations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1576 /force-app/main/default/classes/MetadataService.cls 2692 20 2692 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 'options_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1576 /force-app/main/default/classes/MetadataService.cls 2692 20 2692 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 'options_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1577 /force-app/main/default/classes/MetadataService.cls 2693 20 2693 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 'samlInitiationMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1577 /force-app/main/default/classes/MetadataService.cls 2693 20 2693 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 'samlInitiationMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1578 /force-app/main/default/classes/MetadataService.cls 2694 20 2694 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1578 /force-app/main/default/classes/MetadataService.cls 2694 20 2694 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1579 /force-app/main/default/classes/MetadataService.cls 2695 20 2695 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]*'
1579 /force-app/main/default/classes/MetadataService.cls 2695 20 2695 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]*'
1580 /force-app/main/default/classes/MetadataService.cls 2697 9 2702 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1580 /force-app/main/default/classes/MetadataService.cls 2697 9 2702 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1581 /force-app/main/default/classes/MetadataService.cls 2699 20 2699 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 'showQuotas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1581 /force-app/main/default/classes/MetadataService.cls 2699 20 2699 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 'showQuotas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1582 /force-app/main/default/classes/MetadataService.cls 2700 20 2700 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1582 /force-app/main/default/classes/MetadataService.cls 2700 20 2700 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1583 /force-app/main/default/classes/MetadataService.cls 2701 20 2701 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]*'
1583 /force-app/main/default/classes/MetadataService.cls 2701 20 2701 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]*'
1584 /force-app/main/default/classes/MetadataService.cls 2703 9 2712 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1584 /force-app/main/default/classes/MetadataService.cls 2703 9 2712 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1585 /force-app/main/default/classes/MetadataService.cls 2706 20 2706 97 pmd 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]*'
1585 /force-app/main/default/classes/MetadataService.cls 2706 20 2706 97 pmd 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]*'
1586 /force-app/main/default/classes/MetadataService.cls 2708 20 2708 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 'preferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1586 /force-app/main/default/classes/MetadataService.cls 2708 20 2708 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 'preferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1587 /force-app/main/default/classes/MetadataService.cls 2709 20 2709 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1587 /force-app/main/default/classes/MetadataService.cls 2709 20 2709 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1588 /force-app/main/default/classes/MetadataService.cls 2710 20 2710 60 pmd FieldNamingConventions 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]*'
1588 /force-app/main/default/classes/MetadataService.cls 2710 20 2710 60 pmd FieldNamingConventions 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]*'
1589 /force-app/main/default/classes/MetadataService.cls 2711 20 2711 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]*'
1589 /force-app/main/default/classes/MetadataService.cls 2711 20 2711 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]*'
1590 /force-app/main/default/classes/MetadataService.cls 2713 9 2750 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1590 /force-app/main/default/classes/MetadataService.cls 2713 9 2750 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1591 /force-app/main/default/classes/MetadataService.cls 2713 9 2750 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1591 /force-app/main/default/classes/MetadataService.cls 2713 9 2750 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1592 /force-app/main/default/classes/MetadataService.cls 2716 20 2716 97 pmd 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]*'
1592 /force-app/main/default/classes/MetadataService.cls 2716 20 2716 97 pmd 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]*'
1593 /force-app/main/default/classes/MetadataService.cls 2732 20 2732 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1593 /force-app/main/default/classes/MetadataService.cls 2732 20 2732 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1594 /force-app/main/default/classes/MetadataService.cls 2733 20 2733 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 'chatterAnswersFacebookSsoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1594 /force-app/main/default/classes/MetadataService.cls 2733 20 2733 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 'chatterAnswersFacebookSsoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1595 /force-app/main/default/classes/MetadataService.cls 2734 20 2734 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 'communityFeedPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1595 /force-app/main/default/classes/MetadataService.cls 2734 20 2734 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 'communityFeedPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1596 /force-app/main/default/classes/MetadataService.cls 2735 20 2735 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 'dataCategoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1596 /force-app/main/default/classes/MetadataService.cls 2735 20 2735 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 'dataCategoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1597 /force-app/main/default/classes/MetadataService.cls 2736 20 2736 103 pmd 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]*'
1597 /force-app/main/default/classes/MetadataService.cls 2736 20 2736 103 pmd 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]*'
1598 /force-app/main/default/classes/MetadataService.cls 2737 20 2737 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 'emailFooterDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1598 /force-app/main/default/classes/MetadataService.cls 2737 20 2737 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 'emailFooterDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1599 /force-app/main/default/classes/MetadataService.cls 2738 20 2738 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 'emailHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1599 /force-app/main/default/classes/MetadataService.cls 2738 20 2738 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 'emailHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1600 /force-app/main/default/classes/MetadataService.cls 2739 20 2739 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 'emailNotificationUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1600 /force-app/main/default/classes/MetadataService.cls 2739 20 2739 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 'emailNotificationUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1601 /force-app/main/default/classes/MetadataService.cls 2740 20 2740 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1601 /force-app/main/default/classes/MetadataService.cls 2740 20 2740 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1602 /force-app/main/default/classes/MetadataService.cls 2741 20 2741 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 'enablePrivateQuestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1602 /force-app/main/default/classes/MetadataService.cls 2741 20 2741 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 'enablePrivateQuestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1603 /force-app/main/default/classes/MetadataService.cls 2742 20 2742 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 'expertsGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1603 /force-app/main/default/classes/MetadataService.cls 2742 20 2742 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 'expertsGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1604 /force-app/main/default/classes/MetadataService.cls 2743 20 2743 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1604 /force-app/main/default/classes/MetadataService.cls 2743 20 2743 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1605 /force-app/main/default/classes/MetadataService.cls 2744 20 2744 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1605 /force-app/main/default/classes/MetadataService.cls 2744 20 2744 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1606 /force-app/main/default/classes/MetadataService.cls 2745 20 2745 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 'showInPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1606 /force-app/main/default/classes/MetadataService.cls 2745 20 2745 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 'showInPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1607 /force-app/main/default/classes/MetadataService.cls 2746 20 2746 89 pmd 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]*'
1607 /force-app/main/default/classes/MetadataService.cls 2746 20 2746 89 pmd 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]*'
1608 /force-app/main/default/classes/MetadataService.cls 2747 20 2747 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1608 /force-app/main/default/classes/MetadataService.cls 2747 20 2747 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1609 /force-app/main/default/classes/MetadataService.cls 2748 20 2748 60 pmd FieldNamingConventions 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]*'
1609 /force-app/main/default/classes/MetadataService.cls 2748 20 2748 60 pmd FieldNamingConventions 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]*'
1610 /force-app/main/default/classes/MetadataService.cls 2749 20 2749 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]*'
1610 /force-app/main/default/classes/MetadataService.cls 2749 20 2749 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]*'
1611 /force-app/main/default/classes/MetadataService.cls 2751 9 2764 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1611 /force-app/main/default/classes/MetadataService.cls 2751 9 2764 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1612 /force-app/main/default/classes/MetadataService.cls 2754 20 2754 97 pmd 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]*'
1612 /force-app/main/default/classes/MetadataService.cls 2754 20 2754 97 pmd 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]*'
1613 /force-app/main/default/classes/MetadataService.cls 2758 20 2758 103 pmd 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]*'
1613 /force-app/main/default/classes/MetadataService.cls 2758 20 2758 103 pmd 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]*'
1614 /force-app/main/default/classes/MetadataService.cls 2759 20 2759 97 pmd 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]*'
1614 /force-app/main/default/classes/MetadataService.cls 2759 20 2759 97 pmd 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]*'
1615 /force-app/main/default/classes/MetadataService.cls 2760 20 2760 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1615 /force-app/main/default/classes/MetadataService.cls 2760 20 2760 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1616 /force-app/main/default/classes/MetadataService.cls 2761 20 2761 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1616 /force-app/main/default/classes/MetadataService.cls 2761 20 2761 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1617 /force-app/main/default/classes/MetadataService.cls 2762 20 2762 60 pmd FieldNamingConventions 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]*'
1617 /force-app/main/default/classes/MetadataService.cls 2762 20 2762 60 pmd FieldNamingConventions 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]*'
1618 /force-app/main/default/classes/MetadataService.cls 2763 20 2763 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1618 /force-app/main/default/classes/MetadataService.cls 2763 20 2763 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 2765 9 2794 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1619 /force-app/main/default/classes/MetadataService.cls 2765 9 2794 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1620 /force-app/main/default/classes/MetadataService.cls 2765 9 2794 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1620 /force-app/main/default/classes/MetadataService.cls 2765 9 2794 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1621 /force-app/main/default/classes/MetadataService.cls 2779 20 2779 103 pmd 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]*'
1621 /force-app/main/default/classes/MetadataService.cls 2779 20 2779 103 pmd 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]*'
1622 /force-app/main/default/classes/MetadataService.cls 2780 20 2780 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1622 /force-app/main/default/classes/MetadataService.cls 2780 20 2780 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1623 /force-app/main/default/classes/MetadataService.cls 2781 20 2781 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1623 /force-app/main/default/classes/MetadataService.cls 2781 20 2781 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1624 /force-app/main/default/classes/MetadataService.cls 2782 20 2782 99 pmd 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]*'
1624 /force-app/main/default/classes/MetadataService.cls 2782 20 2782 99 pmd 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]*'
1625 /force-app/main/default/classes/MetadataService.cls 2783 20 2783 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 'caseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1625 /force-app/main/default/classes/MetadataService.cls 2783 20 2783 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 'caseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1626 /force-app/main/default/classes/MetadataService.cls 2784 20 2784 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 'casePriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1626 /force-app/main/default/classes/MetadataService.cls 2784 20 2784 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 'casePriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1627 /force-app/main/default/classes/MetadataService.cls 2785 20 2785 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 'createTask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1627 /force-app/main/default/classes/MetadataService.cls 2785 20 2785 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 'createTask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1628 /force-app/main/default/classes/MetadataService.cls 2786 20 2786 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 'emailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1628 /force-app/main/default/classes/MetadataService.cls 2786 20 2786 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 'emailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1629 /force-app/main/default/classes/MetadataService.cls 2787 20 2787 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 'emailServicesAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1629 /force-app/main/default/classes/MetadataService.cls 2787 20 2787 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 'emailServicesAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1630 /force-app/main/default/classes/MetadataService.cls 2788 20 2788 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 'isVerified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1630 /force-app/main/default/classes/MetadataService.cls 2788 20 2788 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 'isVerified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1631 /force-app/main/default/classes/MetadataService.cls 2789 20 2789 103 pmd 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]*'
1631 /force-app/main/default/classes/MetadataService.cls 2789 20 2789 103 pmd 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]*'
1632 /force-app/main/default/classes/MetadataService.cls 2790 20 2790 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 'saveEmailHeaders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1632 /force-app/main/default/classes/MetadataService.cls 2790 20 2790 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 'saveEmailHeaders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1633 /force-app/main/default/classes/MetadataService.cls 2791 20 2791 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 'taskStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1633 /force-app/main/default/classes/MetadataService.cls 2791 20 2791 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 'taskStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1634 /force-app/main/default/classes/MetadataService.cls 2792 20 2792 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1634 /force-app/main/default/classes/MetadataService.cls 2792 20 2792 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1635 /force-app/main/default/classes/MetadataService.cls 2793 20 2793 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]*'
1635 /force-app/main/default/classes/MetadataService.cls 2793 20 2793 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]*'
1636 /force-app/main/default/classes/MetadataService.cls 2795 9 2804 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1636 /force-app/main/default/classes/MetadataService.cls 2795 9 2804 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1637 /force-app/main/default/classes/MetadataService.cls 2799 20 2799 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1637 /force-app/main/default/classes/MetadataService.cls 2799 20 2799 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1638 /force-app/main/default/classes/MetadataService.cls 2800 20 2800 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1638 /force-app/main/default/classes/MetadataService.cls 2800 20 2800 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1639 /force-app/main/default/classes/MetadataService.cls 2801 20 2801 89 pmd 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]*'
1639 /force-app/main/default/classes/MetadataService.cls 2801 20 2801 89 pmd 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]*'
1640 /force-app/main/default/classes/MetadataService.cls 2802 20 2802 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1640 /force-app/main/default/classes/MetadataService.cls 2802 20 2802 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1641 /force-app/main/default/classes/MetadataService.cls 2803 20 2803 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]*'
1641 /force-app/main/default/classes/MetadataService.cls 2803 20 2803 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]*'
1642 /force-app/main/default/classes/MetadataService.cls 2805 9 2812 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1642 /force-app/main/default/classes/MetadataService.cls 2805 9 2812 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1643 /force-app/main/default/classes/MetadataService.cls 2808 20 2808 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1643 /force-app/main/default/classes/MetadataService.cls 2808 20 2808 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1644 /force-app/main/default/classes/MetadataService.cls 2809 20 2809 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1644 /force-app/main/default/classes/MetadataService.cls 2809 20 2809 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1645 /force-app/main/default/classes/MetadataService.cls 2810 20 2810 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1645 /force-app/main/default/classes/MetadataService.cls 2810 20 2810 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1646 /force-app/main/default/classes/MetadataService.cls 2811 20 2811 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]*'
1646 /force-app/main/default/classes/MetadataService.cls 2811 20 2811 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]*'
1647 /force-app/main/default/classes/MetadataService.cls 2813 9 2818 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1647 /force-app/main/default/classes/MetadataService.cls 2813 9 2818 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1648 /force-app/main/default/classes/MetadataService.cls 2815 20 2815 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1648 /force-app/main/default/classes/MetadataService.cls 2815 20 2815 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1649 /force-app/main/default/classes/MetadataService.cls 2816 20 2816 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1649 /force-app/main/default/classes/MetadataService.cls 2816 20 2816 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1650 /force-app/main/default/classes/MetadataService.cls 2817 20 2817 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 2817 20 2817 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 2819 9 2824 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1651 /force-app/main/default/classes/MetadataService.cls 2819 9 2824 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1652 /force-app/main/default/classes/MetadataService.cls 2820 19 2820 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
1652 /force-app/main/default/classes/MetadataService.cls 2820 19 2820 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
1653 /force-app/main/default/classes/MetadataService.cls 2821 20 2821 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1653 /force-app/main/default/classes/MetadataService.cls 2821 20 2821 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1654 /force-app/main/default/classes/MetadataService.cls 2822 20 2822 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1654 /force-app/main/default/classes/MetadataService.cls 2822 20 2822 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1655 /force-app/main/default/classes/MetadataService.cls 2823 20 2823 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1655 /force-app/main/default/classes/MetadataService.cls 2823 20 2823 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1656 /force-app/main/default/classes/MetadataService.cls 2825 9 2832 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1656 /force-app/main/default/classes/MetadataService.cls 2825 9 2832 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1657 /force-app/main/default/classes/MetadataService.cls 2828 20 2828 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1657 /force-app/main/default/classes/MetadataService.cls 2828 20 2828 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1658 /force-app/main/default/classes/MetadataService.cls 2829 20 2829 89 pmd 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]*'
1658 /force-app/main/default/classes/MetadataService.cls 2829 20 2829 89 pmd 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]*'
1659 /force-app/main/default/classes/MetadataService.cls 2830 20 2830 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1659 /force-app/main/default/classes/MetadataService.cls 2830 20 2830 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1660 /force-app/main/default/classes/MetadataService.cls 2831 20 2831 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]*'
1660 /force-app/main/default/classes/MetadataService.cls 2831 20 2831 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]*'
1661 /force-app/main/default/classes/MetadataService.cls 2833 9 2846 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1661 /force-app/main/default/classes/MetadataService.cls 2833 9 2846 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1662 /force-app/main/default/classes/MetadataService.cls 2836 20 2836 97 pmd 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]*'
1662 /force-app/main/default/classes/MetadataService.cls 2836 20 2836 97 pmd 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]*'
1663 /force-app/main/default/classes/MetadataService.cls 2840 20 2840 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 'sharingCriteriaRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1663 /force-app/main/default/classes/MetadataService.cls 2840 20 2840 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 'sharingCriteriaRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1664 /force-app/main/default/classes/MetadataService.cls 2841 20 2841 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 'sharingOwnerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1664 /force-app/main/default/classes/MetadataService.cls 2841 20 2841 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 'sharingOwnerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1665 /force-app/main/default/classes/MetadataService.cls 2842 20 2842 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 'sharingTerritoryRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1665 /force-app/main/default/classes/MetadataService.cls 2842 20 2842 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 'sharingTerritoryRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1666 /force-app/main/default/classes/MetadataService.cls 2843 20 2843 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1666 /force-app/main/default/classes/MetadataService.cls 2843 20 2843 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1667 /force-app/main/default/classes/MetadataService.cls 2844 20 2844 60 pmd FieldNamingConventions 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]*'
1667 /force-app/main/default/classes/MetadataService.cls 2844 20 2844 60 pmd FieldNamingConventions 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]*'
1668 /force-app/main/default/classes/MetadataService.cls 2845 20 2845 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]*'
1668 /force-app/main/default/classes/MetadataService.cls 2845 20 2845 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]*'
1669 /force-app/main/default/classes/MetadataService.cls 2847 9 2852 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1669 /force-app/main/default/classes/MetadataService.cls 2847 9 2852 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1670 /force-app/main/default/classes/MetadataService.cls 2849 20 2849 99 pmd 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]*'
1670 /force-app/main/default/classes/MetadataService.cls 2849 20 2849 99 pmd 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]*'
1671 /force-app/main/default/classes/MetadataService.cls 2850 20 2850 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1671 /force-app/main/default/classes/MetadataService.cls 2850 20 2850 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1672 /force-app/main/default/classes/MetadataService.cls 2851 20 2851 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1672 /force-app/main/default/classes/MetadataService.cls 2851 20 2851 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1673 /force-app/main/default/classes/MetadataService.cls 2853 9 2862 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1673 /force-app/main/default/classes/MetadataService.cls 2853 9 2862 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1674 /force-app/main/default/classes/MetadataService.cls 2856 20 2856 97 pmd 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]*'
1674 /force-app/main/default/classes/MetadataService.cls 2856 20 2856 97 pmd 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]*'
1675 /force-app/main/default/classes/MetadataService.cls 2858 20 2858 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 'labels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1675 /force-app/main/default/classes/MetadataService.cls 2858 20 2858 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 'labels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1676 /force-app/main/default/classes/MetadataService.cls 2859 20 2859 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1676 /force-app/main/default/classes/MetadataService.cls 2859 20 2859 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1677 /force-app/main/default/classes/MetadataService.cls 2860 20 2860 60 pmd FieldNamingConventions 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]*'
1677 /force-app/main/default/classes/MetadataService.cls 2860 20 2860 60 pmd FieldNamingConventions 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]*'
1678 /force-app/main/default/classes/MetadataService.cls 2861 20 2861 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]*'
1678 /force-app/main/default/classes/MetadataService.cls 2861 20 2861 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]*'
1679 /force-app/main/default/classes/MetadataService.cls 2863 9 2870 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1679 /force-app/main/default/classes/MetadataService.cls 2863 9 2870 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1680 /force-app/main/default/classes/MetadataService.cls 2866 20 2866 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1680 /force-app/main/default/classes/MetadataService.cls 2866 20 2866 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1681 /force-app/main/default/classes/MetadataService.cls 2867 20 2867 89 pmd 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]*'
1681 /force-app/main/default/classes/MetadataService.cls 2867 20 2867 89 pmd 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]*'
1682 /force-app/main/default/classes/MetadataService.cls 2868 20 2868 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1682 /force-app/main/default/classes/MetadataService.cls 2868 20 2868 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1683 /force-app/main/default/classes/MetadataService.cls 2869 20 2869 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]*'
1683 /force-app/main/default/classes/MetadataService.cls 2869 20 2869 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]*'
1684 /force-app/main/default/classes/MetadataService.cls 2871 9 2876 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1684 /force-app/main/default/classes/MetadataService.cls 2871 9 2876 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1685 /force-app/main/default/classes/MetadataService.cls 2873 20 2873 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 'layoutItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1685 /force-app/main/default/classes/MetadataService.cls 2873 20 2873 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 'layoutItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1686 /force-app/main/default/classes/MetadataService.cls 2874 20 2874 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1686 /force-app/main/default/classes/MetadataService.cls 2874 20 2874 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1687 /force-app/main/default/classes/MetadataService.cls 2875 20 2875 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]*'
1687 /force-app/main/default/classes/MetadataService.cls 2875 20 2875 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]*'
1688 /force-app/main/default/classes/MetadataService.cls 2877 9 2896 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1688 /force-app/main/default/classes/MetadataService.cls 2877 9 2896 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1689 /force-app/main/default/classes/MetadataService.cls 2877 9 2896 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1689 /force-app/main/default/classes/MetadataService.cls 2877 9 2896 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1690 /force-app/main/default/classes/MetadataService.cls 2886 20 2886 109 pmd 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]*'
1690 /force-app/main/default/classes/MetadataService.cls 2886 20 2886 109 pmd 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]*'
1691 /force-app/main/default/classes/MetadataService.cls 2887 20 2887 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 'openNewAccountSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1691 /force-app/main/default/classes/MetadataService.cls 2887 20 2887 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 'openNewAccountSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1692 /force-app/main/default/classes/MetadataService.cls 2888 20 2888 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 'openNewCaseSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1692 /force-app/main/default/classes/MetadataService.cls 2888 20 2888 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 'openNewCaseSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1693 /force-app/main/default/classes/MetadataService.cls 2889 20 2889 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 'openNewContactSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1693 /force-app/main/default/classes/MetadataService.cls 2889 20 2889 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 'openNewContactSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1694 /force-app/main/default/classes/MetadataService.cls 2890 20 2890 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 'openNewLeadSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1694 /force-app/main/default/classes/MetadataService.cls 2890 20 2890 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 'openNewLeadSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1695 /force-app/main/default/classes/MetadataService.cls 2891 20 2891 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 'openNewVFPageSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1695 /force-app/main/default/classes/MetadataService.cls 2891 20 2891 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 'openNewVFPageSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1696 /force-app/main/default/classes/MetadataService.cls 2892 20 2892 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 'pageNamesToOpen_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1696 /force-app/main/default/classes/MetadataService.cls 2892 20 2892 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 'pageNamesToOpen_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1697 /force-app/main/default/classes/MetadataService.cls 2893 20 2893 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 'showKnowledgeArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1697 /force-app/main/default/classes/MetadataService.cls 2893 20 2893 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 'showKnowledgeArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1698 /force-app/main/default/classes/MetadataService.cls 2894 20 2894 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1698 /force-app/main/default/classes/MetadataService.cls 2894 20 2894 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1699 /force-app/main/default/classes/MetadataService.cls 2895 20 2895 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]*'
1699 /force-app/main/default/classes/MetadataService.cls 2895 20 2895 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]*'
1700 /force-app/main/default/classes/MetadataService.cls 2897 9 2916 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1700 /force-app/main/default/classes/MetadataService.cls 2897 9 2916 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1701 /force-app/main/default/classes/MetadataService.cls 2897 9 2916 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1701 /force-app/main/default/classes/MetadataService.cls 2897 9 2916 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1702 /force-app/main/default/classes/MetadataService.cls 2906 20 2906 99 pmd 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]*'
1702 /force-app/main/default/classes/MetadataService.cls 2906 20 2906 99 pmd 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]*'
1703 /force-app/main/default/classes/MetadataService.cls 2907 20 2907 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 'codeCoverage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1703 /force-app/main/default/classes/MetadataService.cls 2907 20 2907 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 'codeCoverage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1704 /force-app/main/default/classes/MetadataService.cls 2908 20 2908 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 'codeCoverageWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1704 /force-app/main/default/classes/MetadataService.cls 2908 20 2908 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 'codeCoverageWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1705 /force-app/main/default/classes/MetadataService.cls 2909 20 2909 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 'failures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1705 /force-app/main/default/classes/MetadataService.cls 2909 20 2909 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 'failures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1706 /force-app/main/default/classes/MetadataService.cls 2910 20 2910 103 pmd 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]*'
1706 /force-app/main/default/classes/MetadataService.cls 2910 20 2910 103 pmd 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]*'
1707 /force-app/main/default/classes/MetadataService.cls 2911 20 2911 103 pmd 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]*'
1707 /force-app/main/default/classes/MetadataService.cls 2911 20 2911 103 pmd 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]*'
1708 /force-app/main/default/classes/MetadataService.cls 2912 20 2912 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 'successes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1708 /force-app/main/default/classes/MetadataService.cls 2912 20 2912 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 'successes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1709 /force-app/main/default/classes/MetadataService.cls 2913 20 2913 99 pmd 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]*'
1709 /force-app/main/default/classes/MetadataService.cls 2913 20 2913 99 pmd 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]*'
1710 /force-app/main/default/classes/MetadataService.cls 2914 20 2914 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1710 /force-app/main/default/classes/MetadataService.cls 2914 20 2914 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1711 /force-app/main/default/classes/MetadataService.cls 2915 20 2915 170 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1711 /force-app/main/default/classes/MetadataService.cls 2915 20 2915 170 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1712 /force-app/main/default/classes/MetadataService.cls 2917 9 2930 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1712 /force-app/main/default/classes/MetadataService.cls 2917 9 2930 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1713 /force-app/main/default/classes/MetadataService.cls 2923 20 2923 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 'customThemeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1713 /force-app/main/default/classes/MetadataService.cls 2923 20 2923 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 'customThemeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1714 /force-app/main/default/classes/MetadataService.cls 2924 20 2924 103 pmd 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]*'
1714 /force-app/main/default/classes/MetadataService.cls 2924 20 2924 103 pmd 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]*'
1715 /force-app/main/default/classes/MetadataService.cls 2925 20 2925 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 'enableExtendedCleanUpOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1715 /force-app/main/default/classes/MetadataService.cls 2925 20 2925 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 'enableExtendedCleanUpOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1716 /force-app/main/default/classes/MetadataService.cls 2926 20 2926 103 pmd 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]*'
1716 /force-app/main/default/classes/MetadataService.cls 2926 20 2926 103 pmd 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]*'
1717 /force-app/main/default/classes/MetadataService.cls 2927 20 2927 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 'themeSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1717 /force-app/main/default/classes/MetadataService.cls 2927 20 2927 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 'themeSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1718 /force-app/main/default/classes/MetadataService.cls 2928 20 2928 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1718 /force-app/main/default/classes/MetadataService.cls 2928 20 2928 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1719 /force-app/main/default/classes/MetadataService.cls 2929 20 2929 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1719 /force-app/main/default/classes/MetadataService.cls 2929 20 2929 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1720 /force-app/main/default/classes/MetadataService.cls 2931 9 2962 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1720 /force-app/main/default/classes/MetadataService.cls 2931 9 2962 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1721 /force-app/main/default/classes/MetadataService.cls 2931 9 2962 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1721 /force-app/main/default/classes/MetadataService.cls 2931 9 2962 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1722 /force-app/main/default/classes/MetadataService.cls 2934 20 2934 97 pmd 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]*'
1722 /force-app/main/default/classes/MetadataService.cls 2934 20 2934 97 pmd 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]*'
1723 /force-app/main/default/classes/MetadataService.cls 2947 20 2947 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 'aggregationGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1723 /force-app/main/default/classes/MetadataService.cls 2947 20 2947 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 'aggregationGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1724 /force-app/main/default/classes/MetadataService.cls 2948 20 2948 103 pmd 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]*'
1724 /force-app/main/default/classes/MetadataService.cls 2948 20 2948 103 pmd 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]*'
1725 /force-app/main/default/classes/MetadataService.cls 2949 20 2949 103 pmd 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]*'
1725 /force-app/main/default/classes/MetadataService.cls 2949 20 2949 103 pmd 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]*'
1726 /force-app/main/default/classes/MetadataService.cls 2950 20 2950 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1726 /force-app/main/default/classes/MetadataService.cls 2950 20 2950 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1727 /force-app/main/default/classes/MetadataService.cls 2951 20 2951 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 'licensedCustomPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1727 /force-app/main/default/classes/MetadataService.cls 2951 20 2951 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 'licensedCustomPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1728 /force-app/main/default/classes/MetadataService.cls 2952 20 2952 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 'licensingAuthority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1728 /force-app/main/default/classes/MetadataService.cls 2952 20 2952 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 'licensingAuthority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1729 /force-app/main/default/classes/MetadataService.cls 2953 20 2953 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 'licensingAuthorityProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1729 /force-app/main/default/classes/MetadataService.cls 2953 20 2953 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 'licensingAuthorityProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1730 /force-app/main/default/classes/MetadataService.cls 2954 20 2954 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 'minPlatformVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1730 /force-app/main/default/classes/MetadataService.cls 2954 20 2954 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 'minPlatformVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1731 /force-app/main/default/classes/MetadataService.cls 2955 20 2955 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1731 /force-app/main/default/classes/MetadataService.cls 2955 20 2955 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1732 /force-app/main/default/classes/MetadataService.cls 2956 20 2956 97 pmd 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]*'
1732 /force-app/main/default/classes/MetadataService.cls 2956 20 2956 97 pmd 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]*'
1733 /force-app/main/default/classes/MetadataService.cls 2957 20 2957 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 'trialLicenseDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1733 /force-app/main/default/classes/MetadataService.cls 2957 20 2957 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 'trialLicenseDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1734 /force-app/main/default/classes/MetadataService.cls 2958 20 2958 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 'trialLicenseQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1734 /force-app/main/default/classes/MetadataService.cls 2958 20 2958 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 'trialLicenseQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1735 /force-app/main/default/classes/MetadataService.cls 2959 20 2959 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1735 /force-app/main/default/classes/MetadataService.cls 2959 20 2959 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1736 /force-app/main/default/classes/MetadataService.cls 2960 20 2960 60 pmd FieldNamingConventions 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]*'
1736 /force-app/main/default/classes/MetadataService.cls 2960 20 2960 60 pmd FieldNamingConventions 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]*'
1737 /force-app/main/default/classes/MetadataService.cls 2961 20 2961 289 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1737 /force-app/main/default/classes/MetadataService.cls 2961 20 2961 289 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1738 /force-app/main/default/classes/MetadataService.cls 2963 9 2974 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1738 /force-app/main/default/classes/MetadataService.cls 2963 9 2974 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1739 /force-app/main/default/classes/MetadataService.cls 2966 20 2966 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1739 /force-app/main/default/classes/MetadataService.cls 2966 20 2966 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1740 /force-app/main/default/classes/MetadataService.cls 2969 20 2969 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1740 /force-app/main/default/classes/MetadataService.cls 2969 20 2969 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1741 /force-app/main/default/classes/MetadataService.cls 2970 20 2970 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1741 /force-app/main/default/classes/MetadataService.cls 2970 20 2970 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1742 /force-app/main/default/classes/MetadataService.cls 2971 20 2971 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1742 /force-app/main/default/classes/MetadataService.cls 2971 20 2971 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1743 /force-app/main/default/classes/MetadataService.cls 2972 20 2972 60 pmd FieldNamingConventions 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]*'
1743 /force-app/main/default/classes/MetadataService.cls 2972 20 2972 60 pmd FieldNamingConventions 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]*'
1744 /force-app/main/default/classes/MetadataService.cls 2973 20 2973 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]*'
1744 /force-app/main/default/classes/MetadataService.cls 2973 20 2973 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]*'
1745 /force-app/main/default/classes/MetadataService.cls 2975 9 2986 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1745 /force-app/main/default/classes/MetadataService.cls 2975 9 2986 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1746 /force-app/main/default/classes/MetadataService.cls 2978 20 2978 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1746 /force-app/main/default/classes/MetadataService.cls 2978 20 2978 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1747 /force-app/main/default/classes/MetadataService.cls 2981 20 2981 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1747 /force-app/main/default/classes/MetadataService.cls 2981 20 2981 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1748 /force-app/main/default/classes/MetadataService.cls 2982 20 2982 89 pmd 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 /force-app/main/default/classes/MetadataService.cls 2982 20 2982 89 pmd 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 /force-app/main/default/classes/MetadataService.cls 2983 20 2983 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1749 /force-app/main/default/classes/MetadataService.cls 2983 20 2983 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1750 /force-app/main/default/classes/MetadataService.cls 2984 20 2984 60 pmd FieldNamingConventions 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]*'
1750 /force-app/main/default/classes/MetadataService.cls 2984 20 2984 60 pmd FieldNamingConventions 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]*'
1751 /force-app/main/default/classes/MetadataService.cls 2985 20 2985 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 2985 20 2985 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1752 /force-app/main/default/classes/MetadataService.cls 2987 9 2996 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1752 /force-app/main/default/classes/MetadataService.cls 2987 9 2996 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1753 /force-app/main/default/classes/MetadataService.cls 2991 20 2991 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 'dashboardGridComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1753 /force-app/main/default/classes/MetadataService.cls 2991 20 2991 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 'dashboardGridComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1754 /force-app/main/default/classes/MetadataService.cls 2992 20 2992 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 'numberOfColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1754 /force-app/main/default/classes/MetadataService.cls 2992 20 2992 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 'numberOfColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1755 /force-app/main/default/classes/MetadataService.cls 2993 20 2993 99 pmd 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]*'
1755 /force-app/main/default/classes/MetadataService.cls 2993 20 2993 99 pmd 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]*'
1756 /force-app/main/default/classes/MetadataService.cls 2994 20 2994 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1756 /force-app/main/default/classes/MetadataService.cls 2994 20 2994 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1757 /force-app/main/default/classes/MetadataService.cls 2995 20 2995 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]*'
1757 /force-app/main/default/classes/MetadataService.cls 2995 20 2995 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]*'
1758 /force-app/main/default/classes/MetadataService.cls 2997 9 3004 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1758 /force-app/main/default/classes/MetadataService.cls 2997 9 3004 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1759 /force-app/main/default/classes/MetadataService.cls 3000 20 3000 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 'enableAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1759 /force-app/main/default/classes/MetadataService.cls 3000 20 3000 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 'enableAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1760 /force-app/main/default/classes/MetadataService.cls 3001 20 3001 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 'enableOwnerAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1760 /force-app/main/default/classes/MetadataService.cls 3001 20 3001 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 'enableOwnerAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1761 /force-app/main/default/classes/MetadataService.cls 3002 20 3002 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1761 /force-app/main/default/classes/MetadataService.cls 3002 20 3002 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1762 /force-app/main/default/classes/MetadataService.cls 3003 20 3003 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]*'
1762 /force-app/main/default/classes/MetadataService.cls 3003 20 3003 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]*'
1763 /force-app/main/default/classes/MetadataService.cls 3005 9 3018 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1763 /force-app/main/default/classes/MetadataService.cls 3005 9 3018 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1764 /force-app/main/default/classes/MetadataService.cls 3011 20 3011 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1764 /force-app/main/default/classes/MetadataService.cls 3011 20 3011 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1765 /force-app/main/default/classes/MetadataService.cls 3012 20 3012 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1765 /force-app/main/default/classes/MetadataService.cls 3012 20 3012 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1766 /force-app/main/default/classes/MetadataService.cls 3013 20 3013 89 pmd 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]*'
1766 /force-app/main/default/classes/MetadataService.cls 3013 20 3013 89 pmd 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]*'
1767 /force-app/main/default/classes/MetadataService.cls 3014 20 3014 89 pmd 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]*'
1767 /force-app/main/default/classes/MetadataService.cls 3014 20 3014 89 pmd 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]*'
1768 /force-app/main/default/classes/MetadataService.cls 3015 20 3015 89 pmd 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]*'
1768 /force-app/main/default/classes/MetadataService.cls 3015 20 3015 89 pmd 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]*'
1769 /force-app/main/default/classes/MetadataService.cls 3016 20 3016 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1769 /force-app/main/default/classes/MetadataService.cls 3016 20 3016 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1770 /force-app/main/default/classes/MetadataService.cls 3017 20 3017 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1770 /force-app/main/default/classes/MetadataService.cls 3017 20 3017 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1771 /force-app/main/default/classes/MetadataService.cls 3019 9 3028 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1771 /force-app/main/default/classes/MetadataService.cls 3019 9 3028 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1772 /force-app/main/default/classes/MetadataService.cls 3023 20 3023 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1772 /force-app/main/default/classes/MetadataService.cls 3023 20 3023 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1773 /force-app/main/default/classes/MetadataService.cls 3024 20 3024 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1773 /force-app/main/default/classes/MetadataService.cls 3024 20 3024 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1774 /force-app/main/default/classes/MetadataService.cls 3025 20 3025 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 'uiBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1774 /force-app/main/default/classes/MetadataService.cls 3025 20 3025 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 'uiBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1775 /force-app/main/default/classes/MetadataService.cls 3026 20 3026 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1775 /force-app/main/default/classes/MetadataService.cls 3026 20 3026 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1776 /force-app/main/default/classes/MetadataService.cls 3027 20 3027 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]*'
1776 /force-app/main/default/classes/MetadataService.cls 3027 20 3027 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]*'
1777 /force-app/main/default/classes/MetadataService.cls 3029 9 3040 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1777 /force-app/main/default/classes/MetadataService.cls 3029 9 3040 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1778 /force-app/main/default/classes/MetadataService.cls 3034 20 3034 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 'componentFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1778 /force-app/main/default/classes/MetadataService.cls 3034 20 3034 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 'componentFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1779 /force-app/main/default/classes/MetadataService.cls 3035 20 3035 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 'componentSuccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1779 /force-app/main/default/classes/MetadataService.cls 3035 20 3035 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 'componentSuccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1780 /force-app/main/default/classes/MetadataService.cls 3036 20 3036 109 pmd 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]*'
1780 /force-app/main/default/classes/MetadataService.cls 3036 20 3036 109 pmd 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]*'
1781 /force-app/main/default/classes/MetadataService.cls 3037 20 3037 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 'runTestResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1781 /force-app/main/default/classes/MetadataService.cls 3037 20 3037 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 'runTestResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1782 /force-app/main/default/classes/MetadataService.cls 3038 20 3038 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1782 /force-app/main/default/classes/MetadataService.cls 3038 20 3038 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1783 /force-app/main/default/classes/MetadataService.cls 3039 20 3039 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]*'
1783 /force-app/main/default/classes/MetadataService.cls 3039 20 3039 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]*'
1784 /force-app/main/default/classes/MetadataService.cls 3041 9 3066 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1784 /force-app/main/default/classes/MetadataService.cls 3041 9 3066 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1785 /force-app/main/default/classes/MetadataService.cls 3041 9 3066 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1785 /force-app/main/default/classes/MetadataService.cls 3041 9 3066 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1786 /force-app/main/default/classes/MetadataService.cls 3044 20 3044 97 pmd 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]*'
1786 /force-app/main/default/classes/MetadataService.cls 3044 20 3044 97 pmd 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]*'
1787 /force-app/main/default/classes/MetadataService.cls 3053 17 3053 23 pmd FieldNamingConventions 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]*'
1787 /force-app/main/default/classes/MetadataService.cls 3053 17 3053 23 pmd FieldNamingConventions 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]*'
1788 /force-app/main/default/classes/MetadataService.cls 3054 20 3054 103 pmd 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]*'
1788 /force-app/main/default/classes/MetadataService.cls 3054 20 3054 103 pmd 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]*'
1789 /force-app/main/default/classes/MetadataService.cls 3055 20 3055 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 'flexiPageRegions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1789 /force-app/main/default/classes/MetadataService.cls 3055 20 3055 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 'flexiPageRegions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1790 /force-app/main/default/classes/MetadataService.cls 3056 20 3056 103 pmd 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]*'
1790 /force-app/main/default/classes/MetadataService.cls 3056 20 3056 103 pmd 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]*'
1791 /force-app/main/default/classes/MetadataService.cls 3057 20 3057 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 'parentFlexiPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1791 /force-app/main/default/classes/MetadataService.cls 3057 20 3057 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 'parentFlexiPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1792 /force-app/main/default/classes/MetadataService.cls 3058 20 3058 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 'platformActionlist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1792 /force-app/main/default/classes/MetadataService.cls 3058 20 3058 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 'platformActionlist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1793 /force-app/main/default/classes/MetadataService.cls 3059 20 3059 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1793 /force-app/main/default/classes/MetadataService.cls 3059 20 3059 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1794 /force-app/main/default/classes/MetadataService.cls 3060 20 3060 103 pmd 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]*'
1794 /force-app/main/default/classes/MetadataService.cls 3060 20 3060 103 pmd 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]*'
1795 /force-app/main/default/classes/MetadataService.cls 3061 20 3061 97 pmd 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]*'
1795 /force-app/main/default/classes/MetadataService.cls 3061 20 3061 97 pmd 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]*'
1796 /force-app/main/default/classes/MetadataService.cls 3062 20 3062 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1796 /force-app/main/default/classes/MetadataService.cls 3062 20 3062 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1797 /force-app/main/default/classes/MetadataService.cls 3063 20 3063 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1797 /force-app/main/default/classes/MetadataService.cls 3063 20 3063 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1798 /force-app/main/default/classes/MetadataService.cls 3064 20 3064 60 pmd FieldNamingConventions 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]*'
1798 /force-app/main/default/classes/MetadataService.cls 3064 20 3064 60 pmd FieldNamingConventions 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]*'
1799 /force-app/main/default/classes/MetadataService.cls 3065 20 3065 207 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1799 /force-app/main/default/classes/MetadataService.cls 3065 20 3065 207 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1800 /force-app/main/default/classes/MetadataService.cls 3067 9 3076 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1800 /force-app/main/default/classes/MetadataService.cls 3067 9 3076 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1801 /force-app/main/default/classes/MetadataService.cls 3071 20 3071 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1801 /force-app/main/default/classes/MetadataService.cls 3071 20 3071 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1802 /force-app/main/default/classes/MetadataService.cls 3072 20 3072 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1802 /force-app/main/default/classes/MetadataService.cls 3072 20 3072 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1803 /force-app/main/default/classes/MetadataService.cls 3073 20 3073 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1803 /force-app/main/default/classes/MetadataService.cls 3073 20 3073 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1804 /force-app/main/default/classes/MetadataService.cls 3074 20 3074 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1804 /force-app/main/default/classes/MetadataService.cls 3074 20 3074 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1805 /force-app/main/default/classes/MetadataService.cls 3075 20 3075 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]*'
1805 /force-app/main/default/classes/MetadataService.cls 3075 20 3075 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]*'
1806 /force-app/main/default/classes/MetadataService.cls 3077 9 3082 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1806 /force-app/main/default/classes/MetadataService.cls 3077 9 3082 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1807 /force-app/main/default/classes/MetadataService.cls 3079 20 3079 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 'navigationMenuItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1807 /force-app/main/default/classes/MetadataService.cls 3079 20 3079 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 'navigationMenuItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1808 /force-app/main/default/classes/MetadataService.cls 3080 20 3080 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1808 /force-app/main/default/classes/MetadataService.cls 3080 20 3080 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1809 /force-app/main/default/classes/MetadataService.cls 3081 20 3081 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]*'
1809 /force-app/main/default/classes/MetadataService.cls 3081 20 3081 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]*'
1810 /force-app/main/default/classes/MetadataService.cls 3083 9 3096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1810 /force-app/main/default/classes/MetadataService.cls 3083 9 3096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1811 /force-app/main/default/classes/MetadataService.cls 3088 17 3088 23 pmd FieldNamingConventions 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]*'
1811 /force-app/main/default/classes/MetadataService.cls 3088 17 3088 23 pmd FieldNamingConventions 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]*'
1812 /force-app/main/default/classes/MetadataService.cls 3089 20 3089 103 pmd 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]*'
1812 /force-app/main/default/classes/MetadataService.cls 3089 20 3089 103 pmd 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]*'
1813 /force-app/main/default/classes/MetadataService.cls 3090 20 3090 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 'image_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1813 /force-app/main/default/classes/MetadataService.cls 3090 20 3090 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 'image_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1814 /force-app/main/default/classes/MetadataService.cls 3091 20 3091 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1814 /force-app/main/default/classes/MetadataService.cls 3091 20 3091 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1815 /force-app/main/default/classes/MetadataService.cls 3092 20 3092 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1815 /force-app/main/default/classes/MetadataService.cls 3092 20 3092 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1816 /force-app/main/default/classes/MetadataService.cls 3093 20 3093 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1816 /force-app/main/default/classes/MetadataService.cls 3093 20 3093 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1817 /force-app/main/default/classes/MetadataService.cls 3094 20 3094 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1817 /force-app/main/default/classes/MetadataService.cls 3094 20 3094 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1818 /force-app/main/default/classes/MetadataService.cls 3095 20 3095 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]*'
1818 /force-app/main/default/classes/MetadataService.cls 3095 20 3095 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]*'
1819 /force-app/main/default/classes/MetadataService.cls 3097 9 3106 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1819 /force-app/main/default/classes/MetadataService.cls 3097 9 3106 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1820 /force-app/main/default/classes/MetadataService.cls 3101 20 3101 99 pmd 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]*'
1820 /force-app/main/default/classes/MetadataService.cls 3101 20 3101 99 pmd 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]*'
1821 /force-app/main/default/classes/MetadataService.cls 3102 20 3102 97 pmd 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]*'
1821 /force-app/main/default/classes/MetadataService.cls 3102 20 3102 97 pmd 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]*'
1822 /force-app/main/default/classes/MetadataService.cls 3103 20 3103 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1822 /force-app/main/default/classes/MetadataService.cls 3103 20 3103 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1823 /force-app/main/default/classes/MetadataService.cls 3104 20 3104 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1823 /force-app/main/default/classes/MetadataService.cls 3104 20 3104 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1824 /force-app/main/default/classes/MetadataService.cls 3105 20 3105 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]*'
1824 /force-app/main/default/classes/MetadataService.cls 3105 20 3105 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]*'
1825 /force-app/main/default/classes/MetadataService.cls 3107 9 3116 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1825 /force-app/main/default/classes/MetadataService.cls 3107 9 3116 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1826 /force-app/main/default/classes/MetadataService.cls 3111 20 3111 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 'actionListContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1826 /force-app/main/default/classes/MetadataService.cls 3111 20 3111 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 'actionListContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1827 /force-app/main/default/classes/MetadataService.cls 3112 20 3112 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 'platformActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1827 /force-app/main/default/classes/MetadataService.cls 3112 20 3112 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 'platformActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1828 /force-app/main/default/classes/MetadataService.cls 3113 20 3113 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 'relatedSourceEntity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1828 /force-app/main/default/classes/MetadataService.cls 3113 20 3113 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 'relatedSourceEntity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1829 /force-app/main/default/classes/MetadataService.cls 3114 20 3114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1829 /force-app/main/default/classes/MetadataService.cls 3114 20 3114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1830 /force-app/main/default/classes/MetadataService.cls 3115 20 3115 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]*'
1830 /force-app/main/default/classes/MetadataService.cls 3115 20 3115 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]*'
1831 /force-app/main/default/classes/MetadataService.cls 3117 9 3138 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1831 /force-app/main/default/classes/MetadataService.cls 3117 9 3138 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1832 /force-app/main/default/classes/MetadataService.cls 3117 9 3138 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1832 /force-app/main/default/classes/MetadataService.cls 3117 9 3138 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1833 /force-app/main/default/classes/MetadataService.cls 3120 20 3120 97 pmd 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]*'
1833 /force-app/main/default/classes/MetadataService.cls 3120 20 3120 97 pmd 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]*'
1834 /force-app/main/default/classes/MetadataService.cls 3128 20 3128 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 'adapterUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1834 /force-app/main/default/classes/MetadataService.cls 3128 20 3128 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 'adapterUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1835 /force-app/main/default/classes/MetadataService.cls 3129 20 3129 109 pmd 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]*'
1835 /force-app/main/default/classes/MetadataService.cls 3129 20 3129 109 pmd 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]*'
1836 /force-app/main/default/classes/MetadataService.cls 3130 20 3130 103 pmd 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]*'
1836 /force-app/main/default/classes/MetadataService.cls 3130 20 3130 103 pmd 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]*'
1837 /force-app/main/default/classes/MetadataService.cls 3131 20 3131 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 'displayNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1837 /force-app/main/default/classes/MetadataService.cls 3131 20 3131 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 'displayNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1838 /force-app/main/default/classes/MetadataService.cls 3132 20 3132 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 'internalNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1838 /force-app/main/default/classes/MetadataService.cls 3132 20 3132 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 'internalNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1839 /force-app/main/default/classes/MetadataService.cls 3133 20 3133 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1839 /force-app/main/default/classes/MetadataService.cls 3133 20 3133 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1840 /force-app/main/default/classes/MetadataService.cls 3134 20 3134 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1840 /force-app/main/default/classes/MetadataService.cls 3134 20 3134 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1841 /force-app/main/default/classes/MetadataService.cls 3135 20 3135 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1841 /force-app/main/default/classes/MetadataService.cls 3135 20 3135 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1842 /force-app/main/default/classes/MetadataService.cls 3136 20 3136 60 pmd FieldNamingConventions 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]*'
1842 /force-app/main/default/classes/MetadataService.cls 3136 20 3136 60 pmd FieldNamingConventions 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]*'
1843 /force-app/main/default/classes/MetadataService.cls 3137 20 3137 173 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 3137 20 3137 173 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 3139 9 3146 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1844 /force-app/main/default/classes/MetadataService.cls 3139 9 3146 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1845 /force-app/main/default/classes/MetadataService.cls 3142 20 3142 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1845 /force-app/main/default/classes/MetadataService.cls 3142 20 3142 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1846 /force-app/main/default/classes/MetadataService.cls 3143 20 3143 99 pmd 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]*'
1846 /force-app/main/default/classes/MetadataService.cls 3143 20 3143 99 pmd 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]*'
1847 /force-app/main/default/classes/MetadataService.cls 3144 20 3144 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1847 /force-app/main/default/classes/MetadataService.cls 3144 20 3144 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1848 /force-app/main/default/classes/MetadataService.cls 3145 20 3145 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]*'
1848 /force-app/main/default/classes/MetadataService.cls 3145 20 3145 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]*'
1849 /force-app/main/default/classes/MetadataService.cls 3147 9 3156 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1849 /force-app/main/default/classes/MetadataService.cls 3147 9 3156 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1850 /force-app/main/default/classes/MetadataService.cls 3150 20 3150 97 pmd 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]*'
1850 /force-app/main/default/classes/MetadataService.cls 3150 20 3150 97 pmd 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]*'
1851 /force-app/main/default/classes/MetadataService.cls 3152 20 3152 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 'enableMarketingAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1851 /force-app/main/default/classes/MetadataService.cls 3152 20 3152 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 'enableMarketingAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1852 /force-app/main/default/classes/MetadataService.cls 3153 20 3153 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1852 /force-app/main/default/classes/MetadataService.cls 3153 20 3153 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1853 /force-app/main/default/classes/MetadataService.cls 3154 20 3154 60 pmd FieldNamingConventions 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]*'
1853 /force-app/main/default/classes/MetadataService.cls 3154 20 3154 60 pmd FieldNamingConventions 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]*'
1854 /force-app/main/default/classes/MetadataService.cls 3155 20 3155 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]*'
1854 /force-app/main/default/classes/MetadataService.cls 3155 20 3155 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]*'
1855 /force-app/main/default/classes/MetadataService.cls 3157 9 3166 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1855 /force-app/main/default/classes/MetadataService.cls 3157 9 3166 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1856 /force-app/main/default/classes/MetadataService.cls 3161 20 3161 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1856 /force-app/main/default/classes/MetadataService.cls 3161 20 3161 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1857 /force-app/main/default/classes/MetadataService.cls 3162 20 3162 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1857 /force-app/main/default/classes/MetadataService.cls 3162 20 3162 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1858 /force-app/main/default/classes/MetadataService.cls 3163 20 3163 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1858 /force-app/main/default/classes/MetadataService.cls 3163 20 3163 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1859 /force-app/main/default/classes/MetadataService.cls 3164 20 3164 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1859 /force-app/main/default/classes/MetadataService.cls 3164 20 3164 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1860 /force-app/main/default/classes/MetadataService.cls 3165 20 3165 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]*'
1860 /force-app/main/default/classes/MetadataService.cls 3165 20 3165 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]*'
1861 /force-app/main/default/classes/MetadataService.cls 3167 9 3172 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1861 /force-app/main/default/classes/MetadataService.cls 3167 9 3172 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1862 /force-app/main/default/classes/MetadataService.cls 3169 20 3169 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 'button_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1862 /force-app/main/default/classes/MetadataService.cls 3169 20 3169 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 'button_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1863 /force-app/main/default/classes/MetadataService.cls 3170 20 3170 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1863 /force-app/main/default/classes/MetadataService.cls 3170 20 3170 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1864 /force-app/main/default/classes/MetadataService.cls 3171 20 3171 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1864 /force-app/main/default/classes/MetadataService.cls 3171 20 3171 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1865 /force-app/main/default/classes/MetadataService.cls 3173 9 3180 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1865 /force-app/main/default/classes/MetadataService.cls 3173 9 3180 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1866 /force-app/main/default/classes/MetadataService.cls 3176 20 3176 103 pmd 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]*'
1866 /force-app/main/default/classes/MetadataService.cls 3176 20 3176 103 pmd 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]*'
1867 /force-app/main/default/classes/MetadataService.cls 3177 20 3177 99 pmd 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]*'
1867 /force-app/main/default/classes/MetadataService.cls 3177 20 3177 99 pmd 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]*'
1868 /force-app/main/default/classes/MetadataService.cls 3178 20 3178 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1868 /force-app/main/default/classes/MetadataService.cls 3178 20 3178 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1869 /force-app/main/default/classes/MetadataService.cls 3179 20 3179 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]*'
1869 /force-app/main/default/classes/MetadataService.cls 3179 20 3179 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]*'
1870 /force-app/main/default/classes/MetadataService.cls 3181 9 3186 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1870 /force-app/main/default/classes/MetadataService.cls 3181 9 3186 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1871 /force-app/main/default/classes/MetadataService.cls 3183 20 3183 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 'articleTypeTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1871 /force-app/main/default/classes/MetadataService.cls 3183 20 3183 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 'articleTypeTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1872 /force-app/main/default/classes/MetadataService.cls 3184 20 3184 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1872 /force-app/main/default/classes/MetadataService.cls 3184 20 3184 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1873 /force-app/main/default/classes/MetadataService.cls 3185 20 3185 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]*'
1873 /force-app/main/default/classes/MetadataService.cls 3185 20 3185 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]*'
1874 /force-app/main/default/classes/MetadataService.cls 3187 9 3198 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1874 /force-app/main/default/classes/MetadataService.cls 3187 9 3198 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1875 /force-app/main/default/classes/MetadataService.cls 3190 20 3190 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1875 /force-app/main/default/classes/MetadataService.cls 3190 20 3190 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1876 /force-app/main/default/classes/MetadataService.cls 3193 20 3193 89 pmd 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]*'
1876 /force-app/main/default/classes/MetadataService.cls 3193 20 3193 89 pmd 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]*'
1877 /force-app/main/default/classes/MetadataService.cls 3194 20 3194 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1877 /force-app/main/default/classes/MetadataService.cls 3194 20 3194 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1878 /force-app/main/default/classes/MetadataService.cls 3195 20 3195 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1878 /force-app/main/default/classes/MetadataService.cls 3195 20 3195 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1879 /force-app/main/default/classes/MetadataService.cls 3196 20 3196 60 pmd FieldNamingConventions 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]*'
1879 /force-app/main/default/classes/MetadataService.cls 3196 20 3196 60 pmd FieldNamingConventions 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]*'
1880 /force-app/main/default/classes/MetadataService.cls 3197 20 3197 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1880 /force-app/main/default/classes/MetadataService.cls 3197 20 3197 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1881 /force-app/main/default/classes/MetadataService.cls 3199 9 3224 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1881 /force-app/main/default/classes/MetadataService.cls 3199 9 3224 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1882 /force-app/main/default/classes/MetadataService.cls 3199 9 3224 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1882 /force-app/main/default/classes/MetadataService.cls 3199 9 3224 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1883 /force-app/main/default/classes/MetadataService.cls 3202 20 3202 97 pmd 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]*'
1883 /force-app/main/default/classes/MetadataService.cls 3202 20 3202 97 pmd 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]*'
1884 /force-app/main/default/classes/MetadataService.cls 3210 18 3210 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1884 /force-app/main/default/classes/MetadataService.cls 3210 18 3210 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1885 /force-app/main/default/classes/MetadataService.cls 3212 20 3212 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1885 /force-app/main/default/classes/MetadataService.cls 3212 20 3212 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1886 /force-app/main/default/classes/MetadataService.cls 3213 20 3213 103 pmd 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]*'
1886 /force-app/main/default/classes/MetadataService.cls 3213 20 3213 103 pmd 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]*'
1887 /force-app/main/default/classes/MetadataService.cls 3214 20 3214 103 pmd 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]*'
1887 /force-app/main/default/classes/MetadataService.cls 3214 20 3214 103 pmd 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]*'
1888 /force-app/main/default/classes/MetadataService.cls 3215 20 3215 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1888 /force-app/main/default/classes/MetadataService.cls 3215 20 3215 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1889 /force-app/main/default/classes/MetadataService.cls 3216 20 3216 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 'includeSessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1889 /force-app/main/default/classes/MetadataService.cls 3216 20 3216 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 'includeSessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1890 /force-app/main/default/classes/MetadataService.cls 3217 20 3217 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 'integrationUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1890 /force-app/main/default/classes/MetadataService.cls 3217 20 3217 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 'integrationUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1891 /force-app/main/default/classes/MetadataService.cls 3218 20 3218 89 pmd 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]*'
1891 /force-app/main/default/classes/MetadataService.cls 3218 20 3218 89 pmd 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]*'
1892 /force-app/main/default/classes/MetadataService.cls 3219 20 3219 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1892 /force-app/main/default/classes/MetadataService.cls 3219 20 3219 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1893 /force-app/main/default/classes/MetadataService.cls 3220 20 3220 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 'useDeadLetterQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1893 /force-app/main/default/classes/MetadataService.cls 3220 20 3220 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 'useDeadLetterQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1894 /force-app/main/default/classes/MetadataService.cls 3221 20 3221 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1894 /force-app/main/default/classes/MetadataService.cls 3221 20 3221 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1895 /force-app/main/default/classes/MetadataService.cls 3222 20 3222 60 pmd FieldNamingConventions 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]*'
1895 /force-app/main/default/classes/MetadataService.cls 3222 20 3222 60 pmd FieldNamingConventions 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]*'
1896 /force-app/main/default/classes/MetadataService.cls 3223 20 3223 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]*'
1896 /force-app/main/default/classes/MetadataService.cls 3223 20 3223 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]*'
1897 /force-app/main/default/classes/MetadataService.cls 3225 9 3240 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1897 /force-app/main/default/classes/MetadataService.cls 3225 9 3240 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1898 /force-app/main/default/classes/MetadataService.cls 3228 20 3228 97 pmd 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]*'
1898 /force-app/main/default/classes/MetadataService.cls 3228 20 3228 97 pmd 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]*'
1899 /force-app/main/default/classes/MetadataService.cls 3233 20 3233 103 pmd 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]*'
1899 /force-app/main/default/classes/MetadataService.cls 3233 20 3233 103 pmd 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]*'
1900 /force-app/main/default/classes/MetadataService.cls 3234 20 3234 103 pmd 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]*'
1900 /force-app/main/default/classes/MetadataService.cls 3234 20 3234 103 pmd 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]*'
1901 /force-app/main/default/classes/MetadataService.cls 3235 20 3235 103 pmd 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]*'
1901 /force-app/main/default/classes/MetadataService.cls 3235 20 3235 103 pmd 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]*'
1902 /force-app/main/default/classes/MetadataService.cls 3236 20 3236 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1902 /force-app/main/default/classes/MetadataService.cls 3236 20 3236 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1903 /force-app/main/default/classes/MetadataService.cls 3237 20 3237 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1903 /force-app/main/default/classes/MetadataService.cls 3237 20 3237 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1904 /force-app/main/default/classes/MetadataService.cls 3238 20 3238 60 pmd FieldNamingConventions 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]*'
1904 /force-app/main/default/classes/MetadataService.cls 3238 20 3238 60 pmd FieldNamingConventions 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]*'
1905 /force-app/main/default/classes/MetadataService.cls 3239 20 3239 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]*'
1905 /force-app/main/default/classes/MetadataService.cls 3239 20 3239 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]*'
1906 /force-app/main/default/classes/MetadataService.cls 3241 9 3250 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1906 /force-app/main/default/classes/MetadataService.cls 3241 9 3250 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1907 /force-app/main/default/classes/MetadataService.cls 3244 20 3244 97 pmd 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]*'
1907 /force-app/main/default/classes/MetadataService.cls 3244 20 3244 97 pmd 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]*'
1908 /force-app/main/default/classes/MetadataService.cls 3246 20 3246 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 'urlPattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1908 /force-app/main/default/classes/MetadataService.cls 3246 20 3246 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 'urlPattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1909 /force-app/main/default/classes/MetadataService.cls 3247 20 3247 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1909 /force-app/main/default/classes/MetadataService.cls 3247 20 3247 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1910 /force-app/main/default/classes/MetadataService.cls 3248 20 3248 60 pmd FieldNamingConventions 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]*'
1910 /force-app/main/default/classes/MetadataService.cls 3248 20 3248 60 pmd FieldNamingConventions 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]*'
1911 /force-app/main/default/classes/MetadataService.cls 3249 20 3249 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]*'
1911 /force-app/main/default/classes/MetadataService.cls 3249 20 3249 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]*'
1912 /force-app/main/default/classes/MetadataService.cls 3251 9 3256 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1912 /force-app/main/default/classes/MetadataService.cls 3251 9 3256 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1913 /force-app/main/default/classes/MetadataService.cls 3253 20 3253 99 pmd 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]*'
1913 /force-app/main/default/classes/MetadataService.cls 3253 20 3253 99 pmd 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]*'
1914 /force-app/main/default/classes/MetadataService.cls 3254 20 3254 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1914 /force-app/main/default/classes/MetadataService.cls 3254 20 3254 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1915 /force-app/main/default/classes/MetadataService.cls 3255 20 3255 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 3255 20 3255 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 3257 9 3278 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1916 /force-app/main/default/classes/MetadataService.cls 3257 9 3278 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1917 /force-app/main/default/classes/MetadataService.cls 3257 9 3278 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1917 /force-app/main/default/classes/MetadataService.cls 3257 9 3278 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1918 /force-app/main/default/classes/MetadataService.cls 3260 20 3260 97 pmd 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]*'
1918 /force-app/main/default/classes/MetadataService.cls 3260 20 3260 97 pmd 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]*'
1919 /force-app/main/default/classes/MetadataService.cls 3268 20 3268 103 pmd 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]*'
1919 /force-app/main/default/classes/MetadataService.cls 3268 20 3268 103 pmd 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]*'
1920 /force-app/main/default/classes/MetadataService.cls 3269 20 3269 103 pmd 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]*'
1920 /force-app/main/default/classes/MetadataService.cls 3269 20 3269 103 pmd 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]*'
1921 /force-app/main/default/classes/MetadataService.cls 3270 20 3270 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1921 /force-app/main/default/classes/MetadataService.cls 3270 20 3270 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1922 /force-app/main/default/classes/MetadataService.cls 3271 20 3271 89 pmd 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]*'
1922 /force-app/main/default/classes/MetadataService.cls 3271 20 3271 89 pmd 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]*'
1923 /force-app/main/default/classes/MetadataService.cls 3272 20 3272 103 pmd 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]*'
1923 /force-app/main/default/classes/MetadataService.cls 3272 20 3272 103 pmd 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]*'
1924 /force-app/main/default/classes/MetadataService.cls 3273 20 3273 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 'sourceReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1924 /force-app/main/default/classes/MetadataService.cls 3273 20 3273 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 'sourceReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1925 /force-app/main/default/classes/MetadataService.cls 3274 20 3274 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1925 /force-app/main/default/classes/MetadataService.cls 3274 20 3274 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1926 /force-app/main/default/classes/MetadataService.cls 3275 20 3275 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1926 /force-app/main/default/classes/MetadataService.cls 3275 20 3275 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1927 /force-app/main/default/classes/MetadataService.cls 3276 20 3276 60 pmd FieldNamingConventions 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]*'
1927 /force-app/main/default/classes/MetadataService.cls 3276 20 3276 60 pmd FieldNamingConventions 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]*'
1928 /force-app/main/default/classes/MetadataService.cls 3277 20 3277 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]*'
1928 /force-app/main/default/classes/MetadataService.cls 3277 20 3277 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]*'
1929 /force-app/main/default/classes/MetadataService.cls 3279 17 3282 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1929 /force-app/main/default/classes/MetadataService.cls 3279 17 3282 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1930 /force-app/main/default/classes/MetadataService.cls 3283 9 3288 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1930 /force-app/main/default/classes/MetadataService.cls 3283 9 3288 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1931 /force-app/main/default/classes/MetadataService.cls 3285 20 3285 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 'pointsRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1931 /force-app/main/default/classes/MetadataService.cls 3285 20 3285 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 'pointsRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1932 /force-app/main/default/classes/MetadataService.cls 3286 20 3286 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1932 /force-app/main/default/classes/MetadataService.cls 3286 20 3286 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1933 /force-app/main/default/classes/MetadataService.cls 3287 20 3287 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]*'
1933 /force-app/main/default/classes/MetadataService.cls 3287 20 3287 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]*'
1934 /force-app/main/default/classes/MetadataService.cls 3289 9 3296 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1934 /force-app/main/default/classes/MetadataService.cls 3289 9 3296 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1935 /force-app/main/default/classes/MetadataService.cls 3292 20 3292 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1935 /force-app/main/default/classes/MetadataService.cls 3292 20 3292 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1936 /force-app/main/default/classes/MetadataService.cls 3293 20 3293 89 pmd 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]*'
1936 /force-app/main/default/classes/MetadataService.cls 3293 20 3293 89 pmd 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]*'
1937 /force-app/main/default/classes/MetadataService.cls 3294 20 3294 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1937 /force-app/main/default/classes/MetadataService.cls 3294 20 3294 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1938 /force-app/main/default/classes/MetadataService.cls 3295 20 3295 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]*'
1938 /force-app/main/default/classes/MetadataService.cls 3295 20 3295 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]*'
1939 /force-app/main/default/classes/MetadataService.cls 3297 9 3304 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1939 /force-app/main/default/classes/MetadataService.cls 3297 9 3304 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1940 /force-app/main/default/classes/MetadataService.cls 3300 20 3300 89 pmd 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]*'
1940 /force-app/main/default/classes/MetadataService.cls 3300 20 3300 89 pmd 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]*'
1941 /force-app/main/default/classes/MetadataService.cls 3301 20 3301 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1941 /force-app/main/default/classes/MetadataService.cls 3301 20 3301 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1942 /force-app/main/default/classes/MetadataService.cls 3302 20 3302 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1942 /force-app/main/default/classes/MetadataService.cls 3302 20 3302 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1943 /force-app/main/default/classes/MetadataService.cls 3303 20 3303 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]*'
1943 /force-app/main/default/classes/MetadataService.cls 3303 20 3303 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]*'
1944 /force-app/main/default/classes/MetadataService.cls 3305 9 3310 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1944 /force-app/main/default/classes/MetadataService.cls 3305 9 3310 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1945 /force-app/main/default/classes/MetadataService.cls 3305 9 3310 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployRecentValidationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1945 /force-app/main/default/classes/MetadataService.cls 3305 9 3310 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployRecentValidationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1946 /force-app/main/default/classes/MetadataService.cls 3307 20 3307 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1946 /force-app/main/default/classes/MetadataService.cls 3307 20 3307 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1947 /force-app/main/default/classes/MetadataService.cls 3308 20 3308 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1947 /force-app/main/default/classes/MetadataService.cls 3308 20 3308 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1948 /force-app/main/default/classes/MetadataService.cls 3309 20 3309 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1948 /force-app/main/default/classes/MetadataService.cls 3309 20 3309 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1949 /force-app/main/default/classes/MetadataService.cls 3311 9 3318 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1949 /force-app/main/default/classes/MetadataService.cls 3311 9 3318 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1950 /force-app/main/default/classes/MetadataService.cls 3314 20 3314 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 'context_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1950 /force-app/main/default/classes/MetadataService.cls 3314 20 3314 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 'context_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1951 /force-app/main/default/classes/MetadataService.cls 3315 20 3315 103 pmd 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]*'
1951 /force-app/main/default/classes/MetadataService.cls 3315 20 3315 103 pmd 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]*'
1952 /force-app/main/default/classes/MetadataService.cls 3316 20 3316 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1952 /force-app/main/default/classes/MetadataService.cls 3316 20 3316 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1953 /force-app/main/default/classes/MetadataService.cls 3317 20 3317 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]*'
1953 /force-app/main/default/classes/MetadataService.cls 3317 20 3317 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]*'
1954 /force-app/main/default/classes/MetadataService.cls 3319 9 3324 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1954 /force-app/main/default/classes/MetadataService.cls 3319 9 3324 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1955 /force-app/main/default/classes/MetadataService.cls 3321 20 3321 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 'scheduledRecommendationDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1955 /force-app/main/default/classes/MetadataService.cls 3321 20 3321 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 'scheduledRecommendationDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1956 /force-app/main/default/classes/MetadataService.cls 3322 20 3322 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1956 /force-app/main/default/classes/MetadataService.cls 3322 20 3322 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1957 /force-app/main/default/classes/MetadataService.cls 3323 20 3323 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]*'
1957 /force-app/main/default/classes/MetadataService.cls 3323 20 3323 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]*'
1958 /force-app/main/default/classes/MetadataService.cls 3325 9 3334 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1958 /force-app/main/default/classes/MetadataService.cls 3325 9 3334 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1959 /force-app/main/default/classes/MetadataService.cls 3327 17 3327 22 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
1959 /force-app/main/default/classes/MetadataService.cls 3327 17 3327 22 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
1960 /force-app/main/default/classes/MetadataService.cls 3329 20 3329 103 pmd 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]*'
1960 /force-app/main/default/classes/MetadataService.cls 3329 20 3329 103 pmd 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]*'
1961 /force-app/main/default/classes/MetadataService.cls 3330 20 3330 89 pmd 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]*'
1961 /force-app/main/default/classes/MetadataService.cls 3330 20 3330 89 pmd 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]*'
1962 /force-app/main/default/classes/MetadataService.cls 3331 20 3331 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1962 /force-app/main/default/classes/MetadataService.cls 3331 20 3331 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1963 /force-app/main/default/classes/MetadataService.cls 3332 20 3332 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1963 /force-app/main/default/classes/MetadataService.cls 3332 20 3332 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1964 /force-app/main/default/classes/MetadataService.cls 3333 20 3333 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]*'
1964 /force-app/main/default/classes/MetadataService.cls 3333 20 3333 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]*'
1965 /force-app/main/default/classes/MetadataService.cls 3335 9 3340 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1965 /force-app/main/default/classes/MetadataService.cls 3335 9 3340 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1966 /force-app/main/default/classes/MetadataService.cls 3335 9 3340 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployRecentValidation_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1966 /force-app/main/default/classes/MetadataService.cls 3335 9 3340 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deployRecentValidation_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1967 /force-app/main/default/classes/MetadataService.cls 3337 20 3337 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 'validationId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1967 /force-app/main/default/classes/MetadataService.cls 3337 20 3337 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 'validationId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1968 /force-app/main/default/classes/MetadataService.cls 3338 20 3338 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1968 /force-app/main/default/classes/MetadataService.cls 3338 20 3338 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1969 /force-app/main/default/classes/MetadataService.cls 3339 20 3339 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]*'
1969 /force-app/main/default/classes/MetadataService.cls 3339 20 3339 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]*'
1970 /force-app/main/default/classes/MetadataService.cls 3341 9 3352 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1970 /force-app/main/default/classes/MetadataService.cls 3341 9 3352 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1971 /force-app/main/default/classes/MetadataService.cls 3346 20 3346 109 pmd 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]*'
1971 /force-app/main/default/classes/MetadataService.cls 3346 20 3346 109 pmd 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]*'
1972 /force-app/main/default/classes/MetadataService.cls 3347 20 3347 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1972 /force-app/main/default/classes/MetadataService.cls 3347 20 3347 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1973 /force-app/main/default/classes/MetadataService.cls 3348 20 3348 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1973 /force-app/main/default/classes/MetadataService.cls 3348 20 3348 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1974 /force-app/main/default/classes/MetadataService.cls 3349 20 3349 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 'ruleActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1974 /force-app/main/default/classes/MetadataService.cls 3349 20 3349 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 'ruleActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1975 /force-app/main/default/classes/MetadataService.cls 3350 20 3350 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1975 /force-app/main/default/classes/MetadataService.cls 3350 20 3350 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1976 /force-app/main/default/classes/MetadataService.cls 3351 20 3351 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1976 /force-app/main/default/classes/MetadataService.cls 3351 20 3351 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1977 /force-app/main/default/classes/MetadataService.cls 3353 9 3362 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1977 /force-app/main/default/classes/MetadataService.cls 3353 9 3362 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1978 /force-app/main/default/classes/MetadataService.cls 3356 20 3356 97 pmd 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]*'
1978 /force-app/main/default/classes/MetadataService.cls 3356 20 3356 97 pmd 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]*'
1979 /force-app/main/default/classes/MetadataService.cls 3358 20 3358 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 'managedTopic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1979 /force-app/main/default/classes/MetadataService.cls 3358 20 3358 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 'managedTopic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1980 /force-app/main/default/classes/MetadataService.cls 3359 20 3359 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1980 /force-app/main/default/classes/MetadataService.cls 3359 20 3359 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1981 /force-app/main/default/classes/MetadataService.cls 3360 20 3360 60 pmd FieldNamingConventions 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]*'
1981 /force-app/main/default/classes/MetadataService.cls 3360 20 3360 60 pmd FieldNamingConventions 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]*'
1982 /force-app/main/default/classes/MetadataService.cls 3361 20 3361 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]*'
1982 /force-app/main/default/classes/MetadataService.cls 3361 20 3361 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]*'
1983 /force-app/main/default/classes/MetadataService.cls 3363 9 3372 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1983 /force-app/main/default/classes/MetadataService.cls 3363 9 3372 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1984 /force-app/main/default/classes/MetadataService.cls 3367 20 3367 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1984 /force-app/main/default/classes/MetadataService.cls 3367 20 3367 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1985 /force-app/main/default/classes/MetadataService.cls 3368 20 3368 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 'feedItemVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1985 /force-app/main/default/classes/MetadataService.cls 3368 20 3368 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 'feedItemVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1986 /force-app/main/default/classes/MetadataService.cls 3369 20 3369 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 'relatedSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1986 /force-app/main/default/classes/MetadataService.cls 3369 20 3369 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 'relatedSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1987 /force-app/main/default/classes/MetadataService.cls 3370 20 3370 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1987 /force-app/main/default/classes/MetadataService.cls 3370 20 3370 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1988 /force-app/main/default/classes/MetadataService.cls 3371 20 3371 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]*'
1988 /force-app/main/default/classes/MetadataService.cls 3371 20 3371 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]*'
1989 /force-app/main/default/classes/MetadataService.cls 3373 9 3382 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1989 /force-app/main/default/classes/MetadataService.cls 3373 9 3382 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1990 /force-app/main/default/classes/MetadataService.cls 3377 20 3377 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 'aggregateReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1990 /force-app/main/default/classes/MetadataService.cls 3377 20 3377 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 'aggregateReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1991 /force-app/main/default/classes/MetadataService.cls 3378 20 3378 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 'blockId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1991 /force-app/main/default/classes/MetadataService.cls 3378 20 3378 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 'blockId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1992 /force-app/main/default/classes/MetadataService.cls 3379 20 3379 99 pmd 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]*'
1992 /force-app/main/default/classes/MetadataService.cls 3379 20 3379 99 pmd 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]*'
1993 /force-app/main/default/classes/MetadataService.cls 3380 20 3380 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1993 /force-app/main/default/classes/MetadataService.cls 3380 20 3380 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1994 /force-app/main/default/classes/MetadataService.cls 3381 20 3381 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]*'
1994 /force-app/main/default/classes/MetadataService.cls 3381 20 3381 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]*'
1995 /force-app/main/default/classes/MetadataService.cls 3383 17 3389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1995 /force-app/main/default/classes/MetadataService.cls 3383 17 3389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1996 /force-app/main/default/classes/MetadataService.cls 3390 9 3433 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1996 /force-app/main/default/classes/MetadataService.cls 3390 9 3433 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1997 /force-app/main/default/classes/MetadataService.cls 3390 9 3433 3 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)
1997 /force-app/main/default/classes/MetadataService.cls 3390 9 3433 3 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)
1998 /force-app/main/default/classes/MetadataService.cls 3390 9 3433 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1998 /force-app/main/default/classes/MetadataService.cls 3390 9 3433 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1999 /force-app/main/default/classes/MetadataService.cls 3393 20 3393 97 pmd 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]*'
1999 /force-app/main/default/classes/MetadataService.cls 3393 20 3393 97 pmd 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]*'
2000 /force-app/main/default/classes/MetadataService.cls 3412 20 3412 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2000 /force-app/main/default/classes/MetadataService.cls 3412 20 3412 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2001 /force-app/main/default/classes/MetadataService.cls 3413 20 3413 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 'categoryGroupVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2001 /force-app/main/default/classes/MetadataService.cls 3413 20 3413 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 'categoryGroupVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2002 /force-app/main/default/classes/MetadataService.cls 3414 20 3414 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2002 /force-app/main/default/classes/MetadataService.cls 3414 20 3414 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2003 /force-app/main/default/classes/MetadataService.cls 3415 20 3415 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2003 /force-app/main/default/classes/MetadataService.cls 3415 20 3415 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2004 /force-app/main/default/classes/MetadataService.cls 3416 20 3416 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2004 /force-app/main/default/classes/MetadataService.cls 3416 20 3416 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2005 /force-app/main/default/classes/MetadataService.cls 3417 20 3417 103 pmd 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]*'
2005 /force-app/main/default/classes/MetadataService.cls 3417 20 3417 103 pmd 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]*'
2006 /force-app/main/default/classes/MetadataService.cls 3418 20 3418 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2006 /force-app/main/default/classes/MetadataService.cls 3418 20 3418 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2007 /force-app/main/default/classes/MetadataService.cls 3419 20 3419 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2007 /force-app/main/default/classes/MetadataService.cls 3419 20 3419 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2008 /force-app/main/default/classes/MetadataService.cls 3420 20 3420 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 'layoutAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2008 /force-app/main/default/classes/MetadataService.cls 3420 20 3420 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 'layoutAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2009 /force-app/main/default/classes/MetadataService.cls 3421 20 3421 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 'loginHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2009 /force-app/main/default/classes/MetadataService.cls 3421 20 3421 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 'loginHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2010 /force-app/main/default/classes/MetadataService.cls 3422 20 3422 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 'loginIpRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2010 /force-app/main/default/classes/MetadataService.cls 3422 20 3422 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 'loginIpRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2011 /force-app/main/default/classes/MetadataService.cls 3423 20 3423 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2011 /force-app/main/default/classes/MetadataService.cls 3423 20 3423 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2012 /force-app/main/default/classes/MetadataService.cls 3424 20 3424 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2012 /force-app/main/default/classes/MetadataService.cls 3424 20 3424 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2013 /force-app/main/default/classes/MetadataService.cls 3425 20 3425 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 'profileActionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2013 /force-app/main/default/classes/MetadataService.cls 3425 20 3425 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 'profileActionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2014 /force-app/main/default/classes/MetadataService.cls 3426 20 3426 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2014 /force-app/main/default/classes/MetadataService.cls 3426 20 3426 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2015 /force-app/main/default/classes/MetadataService.cls 3427 20 3427 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 'tabVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2015 /force-app/main/default/classes/MetadataService.cls 3427 20 3427 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 'tabVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2016 /force-app/main/default/classes/MetadataService.cls 3428 20 3428 103 pmd 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]*'
2016 /force-app/main/default/classes/MetadataService.cls 3428 20 3428 103 pmd 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]*'
2017 /force-app/main/default/classes/MetadataService.cls 3429 20 3429 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2017 /force-app/main/default/classes/MetadataService.cls 3429 20 3429 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2018 /force-app/main/default/classes/MetadataService.cls 3430 20 3430 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2018 /force-app/main/default/classes/MetadataService.cls 3430 20 3430 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2019 /force-app/main/default/classes/MetadataService.cls 3431 20 3431 60 pmd FieldNamingConventions 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]*'
2019 /force-app/main/default/classes/MetadataService.cls 3431 20 3431 60 pmd FieldNamingConventions 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]*'
2020 /force-app/main/default/classes/MetadataService.cls 3432 20 3432 414 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 3432 20 3432 414 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 3434 9 3449 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2021 /force-app/main/default/classes/MetadataService.cls 3434 9 3449 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2022 /force-app/main/default/classes/MetadataService.cls 3441 20 3441 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2022 /force-app/main/default/classes/MetadataService.cls 3441 20 3441 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2023 /force-app/main/default/classes/MetadataService.cls 3442 20 3442 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 'defaultAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2023 /force-app/main/default/classes/MetadataService.cls 3442 20 3442 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 'defaultAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2024 /force-app/main/default/classes/MetadataService.cls 3443 20 3443 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 'defaultAssigneeType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2024 /force-app/main/default/classes/MetadataService.cls 3443 20 3443 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 'defaultAssigneeType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2025 /force-app/main/default/classes/MetadataService.cls 3444 20 3444 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 'defaultReviewer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2025 /force-app/main/default/classes/MetadataService.cls 3444 20 3444 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 'defaultReviewer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2026 /force-app/main/default/classes/MetadataService.cls 3445 20 3445 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 'defaultReviewerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2026 /force-app/main/default/classes/MetadataService.cls 3445 20 3445 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 'defaultReviewerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2027 /force-app/main/default/classes/MetadataService.cls 3446 20 3446 89 pmd 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]*'
2027 /force-app/main/default/classes/MetadataService.cls 3446 20 3446 89 pmd 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]*'
2028 /force-app/main/default/classes/MetadataService.cls 3447 20 3447 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2028 /force-app/main/default/classes/MetadataService.cls 3447 20 3447 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2029 /force-app/main/default/classes/MetadataService.cls 3448 20 3448 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]*'
2029 /force-app/main/default/classes/MetadataService.cls 3448 20 3448 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]*'
2030 /force-app/main/default/classes/MetadataService.cls 3450 9 3473 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2030 /force-app/main/default/classes/MetadataService.cls 3450 9 3473 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2031 /force-app/main/default/classes/MetadataService.cls 3450 9 3473 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2031 /force-app/main/default/classes/MetadataService.cls 3450 9 3473 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2032 /force-app/main/default/classes/MetadataService.cls 3461 20 3461 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 'allowMissingFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2032 /force-app/main/default/classes/MetadataService.cls 3461 20 3461 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 'allowMissingFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2033 /force-app/main/default/classes/MetadataService.cls 3462 20 3462 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 'autoUpdatePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2033 /force-app/main/default/classes/MetadataService.cls 3462 20 3462 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 'autoUpdatePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2034 /force-app/main/default/classes/MetadataService.cls 3463 20 3463 99 pmd 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]*'
2034 /force-app/main/default/classes/MetadataService.cls 3463 20 3463 99 pmd 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]*'
2035 /force-app/main/default/classes/MetadataService.cls 3464 20 3464 109 pmd 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]*'
2035 /force-app/main/default/classes/MetadataService.cls 3464 20 3464 109 pmd 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]*'
2036 /force-app/main/default/classes/MetadataService.cls 3465 20 3465 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 'performRetrieve_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2036 /force-app/main/default/classes/MetadataService.cls 3465 20 3465 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 'performRetrieve_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2037 /force-app/main/default/classes/MetadataService.cls 3466 20 3466 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 'purgeOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2037 /force-app/main/default/classes/MetadataService.cls 3466 20 3466 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 'purgeOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2038 /force-app/main/default/classes/MetadataService.cls 3467 20 3467 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2038 /force-app/main/default/classes/MetadataService.cls 3467 20 3467 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2039 /force-app/main/default/classes/MetadataService.cls 3468 20 3468 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 'runTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2039 /force-app/main/default/classes/MetadataService.cls 3468 20 3468 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 'runTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2040 /force-app/main/default/classes/MetadataService.cls 3469 20 3469 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2040 /force-app/main/default/classes/MetadataService.cls 3469 20 3469 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2041 /force-app/main/default/classes/MetadataService.cls 3470 20 3470 99 pmd 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]*'
2041 /force-app/main/default/classes/MetadataService.cls 3470 20 3470 99 pmd 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]*'
2042 /force-app/main/default/classes/MetadataService.cls 3471 20 3471 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2042 /force-app/main/default/classes/MetadataService.cls 3471 20 3471 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2043 /force-app/main/default/classes/MetadataService.cls 3472 20 3472 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]*'
2043 /force-app/main/default/classes/MetadataService.cls 3472 20 3472 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]*'
2044 /force-app/main/default/classes/MetadataService.cls 3474 9 3489 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2044 /force-app/main/default/classes/MetadataService.cls 3474 9 3489 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2045 /force-app/main/default/classes/MetadataService.cls 3481 20 3481 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 'defaultTrendType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2045 /force-app/main/default/classes/MetadataService.cls 3481 20 3481 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 'defaultTrendType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2046 /force-app/main/default/classes/MetadataService.cls 3482 20 3482 103 pmd 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]*'
2046 /force-app/main/default/classes/MetadataService.cls 3482 20 3482 103 pmd 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]*'
2047 /force-app/main/default/classes/MetadataService.cls 3483 20 3483 103 pmd 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]*'
2047 /force-app/main/default/classes/MetadataService.cls 3483 20 3483 103 pmd 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]*'
2048 /force-app/main/default/classes/MetadataService.cls 3484 20 3484 103 pmd 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]*'
2048 /force-app/main/default/classes/MetadataService.cls 3484 20 3484 103 pmd 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]*'
2049 /force-app/main/default/classes/MetadataService.cls 3485 20 3485 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 'parentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2049 /force-app/main/default/classes/MetadataService.cls 3485 20 3485 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 'parentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2050 /force-app/main/default/classes/MetadataService.cls 3486 20 3486 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2050 /force-app/main/default/classes/MetadataService.cls 3486 20 3486 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2051 /force-app/main/default/classes/MetadataService.cls 3487 20 3487 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2051 /force-app/main/default/classes/MetadataService.cls 3487 20 3487 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2052 /force-app/main/default/classes/MetadataService.cls 3488 20 3488 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]*'
2052 /force-app/main/default/classes/MetadataService.cls 3488 20 3488 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]*'
2053 /force-app/main/default/classes/MetadataService.cls 3490 9 3505 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2053 /force-app/main/default/classes/MetadataService.cls 3490 9 3505 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2054 /force-app/main/default/classes/MetadataService.cls 3493 20 3493 97 pmd 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]*'
2054 /force-app/main/default/classes/MetadataService.cls 3493 20 3493 97 pmd 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]*'
2055 /force-app/main/default/classes/MetadataService.cls 3498 20 3498 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 'availableFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2055 /force-app/main/default/classes/MetadataService.cls 3498 20 3498 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 'availableFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2056 /force-app/main/default/classes/MetadataService.cls 3499 20 3499 103 pmd 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]*'
2056 /force-app/main/default/classes/MetadataService.cls 3499 20 3499 103 pmd 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]*'
2057 /force-app/main/default/classes/MetadataService.cls 3500 20 3500 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 'displayedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2057 /force-app/main/default/classes/MetadataService.cls 3500 20 3500 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 'displayedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2058 /force-app/main/default/classes/MetadataService.cls 3501 20 3501 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2058 /force-app/main/default/classes/MetadataService.cls 3501 20 3501 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2059 /force-app/main/default/classes/MetadataService.cls 3502 20 3502 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2059 /force-app/main/default/classes/MetadataService.cls 3502 20 3502 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2060 /force-app/main/default/classes/MetadataService.cls 3503 20 3503 60 pmd FieldNamingConventions 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]*'
2060 /force-app/main/default/classes/MetadataService.cls 3503 20 3503 60 pmd FieldNamingConventions 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]*'
2061 /force-app/main/default/classes/MetadataService.cls 3504 20 3504 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]*'
2061 /force-app/main/default/classes/MetadataService.cls 3504 20 3504 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]*'
2062 /force-app/main/default/classes/MetadataService.cls 3506 9 3537 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2062 /force-app/main/default/classes/MetadataService.cls 3506 9 3537 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2063 /force-app/main/default/classes/MetadataService.cls 3506 9 3537 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2063 /force-app/main/default/classes/MetadataService.cls 3506 9 3537 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2064 /force-app/main/default/classes/MetadataService.cls 3521 20 3521 99 pmd 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]*'
2064 /force-app/main/default/classes/MetadataService.cls 3521 20 3521 99 pmd 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]*'
2065 /force-app/main/default/classes/MetadataService.cls 3522 20 3522 103 pmd 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]*'
2065 /force-app/main/default/classes/MetadataService.cls 3522 20 3522 103 pmd 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]*'
2066 /force-app/main/default/classes/MetadataService.cls 3523 20 3523 99 pmd 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]*'
2066 /force-app/main/default/classes/MetadataService.cls 3523 20 3523 99 pmd 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]*'
2067 /force-app/main/default/classes/MetadataService.cls 3524 20 3524 103 pmd 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]*'
2067 /force-app/main/default/classes/MetadataService.cls 3524 20 3524 103 pmd 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]*'
2068 /force-app/main/default/classes/MetadataService.cls 3525 20 3525 103 pmd 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]*'
2068 /force-app/main/default/classes/MetadataService.cls 3525 20 3525 103 pmd 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]*'
2069 /force-app/main/default/classes/MetadataService.cls 3526 20 3526 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 'saturdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2069 /force-app/main/default/classes/MetadataService.cls 3526 20 3526 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 'saturdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2070 /force-app/main/default/classes/MetadataService.cls 3527 20 3527 99 pmd 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]*'
2070 /force-app/main/default/classes/MetadataService.cls 3527 20 3527 99 pmd 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]*'
2071 /force-app/main/default/classes/MetadataService.cls 3528 20 3528 103 pmd 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]*'
2071 /force-app/main/default/classes/MetadataService.cls 3528 20 3528 103 pmd 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]*'
2072 /force-app/main/default/classes/MetadataService.cls 3529 20 3529 103 pmd 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]*'
2072 /force-app/main/default/classes/MetadataService.cls 3529 20 3529 103 pmd 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]*'
2073 /force-app/main/default/classes/MetadataService.cls 3530 20 3530 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 'thursdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2073 /force-app/main/default/classes/MetadataService.cls 3530 20 3530 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 'thursdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2074 /force-app/main/default/classes/MetadataService.cls 3531 20 3531 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 'tuesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2074 /force-app/main/default/classes/MetadataService.cls 3531 20 3531 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 'tuesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2075 /force-app/main/default/classes/MetadataService.cls 3532 20 3532 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 'tuesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2075 /force-app/main/default/classes/MetadataService.cls 3532 20 3532 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 'tuesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2076 /force-app/main/default/classes/MetadataService.cls 3533 20 3533 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 'wednesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2076 /force-app/main/default/classes/MetadataService.cls 3533 20 3533 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 'wednesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2077 /force-app/main/default/classes/MetadataService.cls 3534 20 3534 109 pmd 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]*'
2077 /force-app/main/default/classes/MetadataService.cls 3534 20 3534 109 pmd 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]*'
2078 /force-app/main/default/classes/MetadataService.cls 3535 20 3535 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2078 /force-app/main/default/classes/MetadataService.cls 3535 20 3535 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2079 /force-app/main/default/classes/MetadataService.cls 3536 20 3536 255 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2079 /force-app/main/default/classes/MetadataService.cls 3536 20 3536 255 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2080 /force-app/main/default/classes/MetadataService.cls 3538 9 3551 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2080 /force-app/main/default/classes/MetadataService.cls 3538 9 3551 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2081 /force-app/main/default/classes/MetadataService.cls 3541 20 3541 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2081 /force-app/main/default/classes/MetadataService.cls 3541 20 3541 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2082 /force-app/main/default/classes/MetadataService.cls 3545 20 3545 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2082 /force-app/main/default/classes/MetadataService.cls 3545 20 3545 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2083 /force-app/main/default/classes/MetadataService.cls 3546 20 3546 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2083 /force-app/main/default/classes/MetadataService.cls 3546 20 3546 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2084 /force-app/main/default/classes/MetadataService.cls 3547 20 3547 109 pmd 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]*'
2084 /force-app/main/default/classes/MetadataService.cls 3547 20 3547 109 pmd 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]*'
2085 /force-app/main/default/classes/MetadataService.cls 3548 20 3548 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2085 /force-app/main/default/classes/MetadataService.cls 3548 20 3548 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2086 /force-app/main/default/classes/MetadataService.cls 3549 20 3549 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 3549 20 3549 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 3550 20 3550 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]*'
2087 /force-app/main/default/classes/MetadataService.cls 3550 20 3550 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]*'
2088 /force-app/main/default/classes/MetadataService.cls 3552 9 3575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2088 /force-app/main/default/classes/MetadataService.cls 3552 9 3575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2089 /force-app/main/default/classes/MetadataService.cls 3552 9 3575 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2089 /force-app/main/default/classes/MetadataService.cls 3552 9 3575 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2090 /force-app/main/default/classes/MetadataService.cls 3555 20 3555 97 pmd 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]*'
2090 /force-app/main/default/classes/MetadataService.cls 3555 20 3555 97 pmd 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]*'
2091 /force-app/main/default/classes/MetadataService.cls 3559 17 3559 23 pmd 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]*'
2091 /force-app/main/default/classes/MetadataService.cls 3559 17 3559 23 pmd 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]*'
2092 /force-app/main/default/classes/MetadataService.cls 3564 20 3564 89 pmd 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]*'
2092 /force-app/main/default/classes/MetadataService.cls 3564 20 3564 89 pmd 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]*'
2093 /force-app/main/default/classes/MetadataService.cls 3565 20 3565 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2093 /force-app/main/default/classes/MetadataService.cls 3565 20 3565 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2094 /force-app/main/default/classes/MetadataService.cls 3566 20 3566 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 'links_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2094 /force-app/main/default/classes/MetadataService.cls 3566 20 3566 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 'links_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2095 /force-app/main/default/classes/MetadataService.cls 3567 20 3567 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2095 /force-app/main/default/classes/MetadataService.cls 3567 20 3567 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2096 /force-app/main/default/classes/MetadataService.cls 3568 20 3568 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 'pageComponentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2096 /force-app/main/default/classes/MetadataService.cls 3568 20 3568 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 'pageComponentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2097 /force-app/main/default/classes/MetadataService.cls 3569 20 3569 99 pmd 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]*'
2097 /force-app/main/default/classes/MetadataService.cls 3569 20 3569 99 pmd 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]*'
2098 /force-app/main/default/classes/MetadataService.cls 3570 20 3570 109 pmd 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]*'
2098 /force-app/main/default/classes/MetadataService.cls 3570 20 3570 109 pmd 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]*'
2099 /force-app/main/default/classes/MetadataService.cls 3571 20 3571 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2099 /force-app/main/default/classes/MetadataService.cls 3571 20 3571 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2100 /force-app/main/default/classes/MetadataService.cls 3572 20 3572 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2100 /force-app/main/default/classes/MetadataService.cls 3572 20 3572 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2101 /force-app/main/default/classes/MetadataService.cls 3573 20 3573 60 pmd FieldNamingConventions 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]*'
2101 /force-app/main/default/classes/MetadataService.cls 3573 20 3573 60 pmd FieldNamingConventions 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]*'
2102 /force-app/main/default/classes/MetadataService.cls 3574 20 3574 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]*'
2102 /force-app/main/default/classes/MetadataService.cls 3574 20 3574 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]*'
2103 /force-app/main/default/classes/MetadataService.cls 3576 9 3585 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2103 /force-app/main/default/classes/MetadataService.cls 3576 9 3585 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2104 /force-app/main/default/classes/MetadataService.cls 3580 20 3580 97 pmd 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]*'
2104 /force-app/main/default/classes/MetadataService.cls 3580 20 3580 97 pmd 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]*'
2105 /force-app/main/default/classes/MetadataService.cls 3581 20 3581 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2105 /force-app/main/default/classes/MetadataService.cls 3581 20 3581 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2106 /force-app/main/default/classes/MetadataService.cls 3582 20 3582 97 pmd 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]*'
2106 /force-app/main/default/classes/MetadataService.cls 3582 20 3582 97 pmd 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]*'
2107 /force-app/main/default/classes/MetadataService.cls 3583 20 3583 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2107 /force-app/main/default/classes/MetadataService.cls 3583 20 3583 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2108 /force-app/main/default/classes/MetadataService.cls 3584 20 3584 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]*'
2108 /force-app/main/default/classes/MetadataService.cls 3584 20 3584 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]*'
2109 /force-app/main/default/classes/MetadataService.cls 3586 9 3599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2109 /force-app/main/default/classes/MetadataService.cls 3586 9 3599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2110 /force-app/main/default/classes/MetadataService.cls 3592 20 3592 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2110 /force-app/main/default/classes/MetadataService.cls 3592 20 3592 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2111 /force-app/main/default/classes/MetadataService.cls 3593 20 3593 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 'packageNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2111 /force-app/main/default/classes/MetadataService.cls 3593 20 3593 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 'packageNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2112 /force-app/main/default/classes/MetadataService.cls 3594 20 3594 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2112 /force-app/main/default/classes/MetadataService.cls 3594 20 3594 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2113 /force-app/main/default/classes/MetadataService.cls 3595 20 3595 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 'specificFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2113 /force-app/main/default/classes/MetadataService.cls 3595 20 3595 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 'specificFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2114 /force-app/main/default/classes/MetadataService.cls 3596 20 3596 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 'unpackaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2114 /force-app/main/default/classes/MetadataService.cls 3596 20 3596 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 'unpackaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2115 /force-app/main/default/classes/MetadataService.cls 3597 20 3597 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2115 /force-app/main/default/classes/MetadataService.cls 3597 20 3597 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2116 /force-app/main/default/classes/MetadataService.cls 3598 20 3598 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]*'
2116 /force-app/main/default/classes/MetadataService.cls 3598 20 3598 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]*'
2117 /force-app/main/default/classes/MetadataService.cls 3600 9 3609 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2117 /force-app/main/default/classes/MetadataService.cls 3600 9 3609 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2118 /force-app/main/default/classes/MetadataService.cls 3601 45 3601 51 pmd 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]*'
2118 /force-app/main/default/classes/MetadataService.cls 3601 45 3601 51 pmd 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]*'
2119 /force-app/main/default/classes/MetadataService.cls 3604 20 3604 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2119 /force-app/main/default/classes/MetadataService.cls 3604 20 3604 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2120 /force-app/main/default/classes/MetadataService.cls 3605 20 3605 99 pmd 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]*'
2120 /force-app/main/default/classes/MetadataService.cls 3605 20 3605 99 pmd 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]*'
2121 /force-app/main/default/classes/MetadataService.cls 3606 20 3606 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 'relationship_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2121 /force-app/main/default/classes/MetadataService.cls 3606 20 3606 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 'relationship_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2122 /force-app/main/default/classes/MetadataService.cls 3607 20 3607 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2122 /force-app/main/default/classes/MetadataService.cls 3607 20 3607 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2123 /force-app/main/default/classes/MetadataService.cls 3608 20 3608 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]*'
2123 /force-app/main/default/classes/MetadataService.cls 3608 20 3608 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]*'
2124 /force-app/main/default/classes/MetadataService.cls 3610 9 3617 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2124 /force-app/main/default/classes/MetadataService.cls 3610 9 3617 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2125 /force-app/main/default/classes/MetadataService.cls 3613 20 3613 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2125 /force-app/main/default/classes/MetadataService.cls 3613 20 3613 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2126 /force-app/main/default/classes/MetadataService.cls 3614 20 3614 103 pmd 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]*'
2126 /force-app/main/default/classes/MetadataService.cls 3614 20 3614 103 pmd 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]*'
2127 /force-app/main/default/classes/MetadataService.cls 3615 20 3615 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2127 /force-app/main/default/classes/MetadataService.cls 3615 20 3615 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2128 /force-app/main/default/classes/MetadataService.cls 3616 20 3616 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]*'
2128 /force-app/main/default/classes/MetadataService.cls 3616 20 3616 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]*'
2129 /force-app/main/default/classes/MetadataService.cls 3618 9 3629 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2129 /force-app/main/default/classes/MetadataService.cls 3618 9 3629 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2130 /force-app/main/default/classes/MetadataService.cls 3621 20 3621 97 pmd 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]*'
2130 /force-app/main/default/classes/MetadataService.cls 3621 20 3621 97 pmd 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]*'
2131 /force-app/main/default/classes/MetadataService.cls 3624 20 3624 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2131 /force-app/main/default/classes/MetadataService.cls 3624 20 3624 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2132 /force-app/main/default/classes/MetadataService.cls 3625 20 3625 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2132 /force-app/main/default/classes/MetadataService.cls 3625 20 3625 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2133 /force-app/main/default/classes/MetadataService.cls 3626 20 3626 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2133 /force-app/main/default/classes/MetadataService.cls 3626 20 3626 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2134 /force-app/main/default/classes/MetadataService.cls 3627 20 3627 60 pmd FieldNamingConventions 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]*'
2134 /force-app/main/default/classes/MetadataService.cls 3627 20 3627 60 pmd FieldNamingConventions 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]*'
2135 /force-app/main/default/classes/MetadataService.cls 3628 20 3628 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]*'
2135 /force-app/main/default/classes/MetadataService.cls 3628 20 3628 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]*'
2136 /force-app/main/default/classes/MetadataService.cls 3630 9 3643 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2136 /force-app/main/default/classes/MetadataService.cls 3630 9 3643 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2137 /force-app/main/default/classes/MetadataService.cls 3636 20 3636 103 pmd 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]*'
2137 /force-app/main/default/classes/MetadataService.cls 3636 20 3636 103 pmd 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]*'
2138 /force-app/main/default/classes/MetadataService.cls 3637 20 3637 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2138 /force-app/main/default/classes/MetadataService.cls 3637 20 3637 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2139 /force-app/main/default/classes/MetadataService.cls 3638 20 3638 89 pmd 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]*'
2139 /force-app/main/default/classes/MetadataService.cls 3638 20 3638 89 pmd 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]*'
2140 /force-app/main/default/classes/MetadataService.cls 3639 20 3639 103 pmd 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]*'
2140 /force-app/main/default/classes/MetadataService.cls 3639 20 3639 103 pmd 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]*'
2141 /force-app/main/default/classes/MetadataService.cls 3640 20 3640 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 'scriptBootstrapMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2141 /force-app/main/default/classes/MetadataService.cls 3640 20 3640 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 'scriptBootstrapMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2142 /force-app/main/default/classes/MetadataService.cls 3641 20 3641 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2142 /force-app/main/default/classes/MetadataService.cls 3641 20 3641 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2143 /force-app/main/default/classes/MetadataService.cls 3642 20 3642 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]*'
2143 /force-app/main/default/classes/MetadataService.cls 3642 20 3642 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]*'
2144 /force-app/main/default/classes/MetadataService.cls 3644 17 3650 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2144 /force-app/main/default/classes/MetadataService.cls 3644 17 3650 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2145 /force-app/main/default/classes/MetadataService.cls 3651 9 3698 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2145 /force-app/main/default/classes/MetadataService.cls 3651 9 3698 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2146 /force-app/main/default/classes/MetadataService.cls 3651 9 3698 3 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)
2146 /force-app/main/default/classes/MetadataService.cls 3651 9 3698 3 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)
2147 /force-app/main/default/classes/MetadataService.cls 3651 9 3698 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2147 /force-app/main/default/classes/MetadataService.cls 3651 9 3698 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2148 /force-app/main/default/classes/MetadataService.cls 3654 20 3654 97 pmd 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]*'
2148 /force-app/main/default/classes/MetadataService.cls 3654 20 3654 97 pmd 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]*'
2149 /force-app/main/default/classes/MetadataService.cls 3675 20 3675 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 'authorizeUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2149 /force-app/main/default/classes/MetadataService.cls 3675 20 3675 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 'authorizeUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2150 /force-app/main/default/classes/MetadataService.cls 3676 20 3676 103 pmd 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]*'
2150 /force-app/main/default/classes/MetadataService.cls 3676 20 3676 103 pmd 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]*'
2151 /force-app/main/default/classes/MetadataService.cls 3677 20 3677 109 pmd 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]*'
2151 /force-app/main/default/classes/MetadataService.cls 3677 20 3677 109 pmd 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]*'
2152 /force-app/main/default/classes/MetadataService.cls 3678 20 3678 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 'customMetadataTypeRecord_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2152 /force-app/main/default/classes/MetadataService.cls 3678 20 3678 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 'customMetadataTypeRecord_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2153 /force-app/main/default/classes/MetadataService.cls 3679 20 3679 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 'defaultScopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2153 /force-app/main/default/classes/MetadataService.cls 3679 20 3679 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 'defaultScopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2154 /force-app/main/default/classes/MetadataService.cls 3680 20 3680 97 pmd 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]*'
2154 /force-app/main/default/classes/MetadataService.cls 3680 20 3680 97 pmd 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]*'
2155 /force-app/main/default/classes/MetadataService.cls 3681 20 3681 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2155 /force-app/main/default/classes/MetadataService.cls 3681 20 3681 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2156 /force-app/main/default/classes/MetadataService.cls 3682 20 3682 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 'friendlyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2156 /force-app/main/default/classes/MetadataService.cls 3682 20 3682 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 'friendlyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2157 /force-app/main/default/classes/MetadataService.cls 3683 20 3683 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2157 /force-app/main/default/classes/MetadataService.cls 3683 20 3683 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2158 /force-app/main/default/classes/MetadataService.cls 3684 20 3684 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 'idTokenIssuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2158 /force-app/main/default/classes/MetadataService.cls 3684 20 3684 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 'idTokenIssuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2159 /force-app/main/default/classes/MetadataService.cls 3685 20 3685 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 'includeOrgIdInIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2159 /force-app/main/default/classes/MetadataService.cls 3685 20 3685 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 'includeOrgIdInIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2160 /force-app/main/default/classes/MetadataService.cls 3686 20 3686 99 pmd 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]*'
2160 /force-app/main/default/classes/MetadataService.cls 3686 20 3686 99 pmd 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]*'
2161 /force-app/main/default/classes/MetadataService.cls 3687 20 3687 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2161 /force-app/main/default/classes/MetadataService.cls 3687 20 3687 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2162 /force-app/main/default/classes/MetadataService.cls 3688 20 3688 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2162 /force-app/main/default/classes/MetadataService.cls 3688 20 3688 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2163 /force-app/main/default/classes/MetadataService.cls 3689 20 3689 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 'providerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2163 /force-app/main/default/classes/MetadataService.cls 3689 20 3689 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 'providerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2164 /force-app/main/default/classes/MetadataService.cls 3690 20 3690 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 'registrationHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2164 /force-app/main/default/classes/MetadataService.cls 3690 20 3690 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 'registrationHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2165 /force-app/main/default/classes/MetadataService.cls 3691 20 3691 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 'sendAccessTokenInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2165 /force-app/main/default/classes/MetadataService.cls 3691 20 3691 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 'sendAccessTokenInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2166 /force-app/main/default/classes/MetadataService.cls 3692 20 3692 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 'sendClientCredentialsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2166 /force-app/main/default/classes/MetadataService.cls 3692 20 3692 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 'sendClientCredentialsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2167 /force-app/main/default/classes/MetadataService.cls 3693 20 3693 97 pmd 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]*'
2167 /force-app/main/default/classes/MetadataService.cls 3693 20 3693 97 pmd 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]*'
2168 /force-app/main/default/classes/MetadataService.cls 3694 20 3694 103 pmd 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]*'
2168 /force-app/main/default/classes/MetadataService.cls 3694 20 3694 103 pmd 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]*'
2169 /force-app/main/default/classes/MetadataService.cls 3695 20 3695 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2169 /force-app/main/default/classes/MetadataService.cls 3695 20 3695 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2170 /force-app/main/default/classes/MetadataService.cls 3696 20 3696 60 pmd FieldNamingConventions 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]*'
2170 /force-app/main/default/classes/MetadataService.cls 3696 20 3696 60 pmd FieldNamingConventions 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]*'
2171 /force-app/main/default/classes/MetadataService.cls 3697 20 3697 403 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2171 /force-app/main/default/classes/MetadataService.cls 3697 20 3697 403 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2172 /force-app/main/default/classes/MetadataService.cls 3699 9 3732 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2172 /force-app/main/default/classes/MetadataService.cls 3699 9 3732 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2173 /force-app/main/default/classes/MetadataService.cls 3699 9 3732 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2173 /force-app/main/default/classes/MetadataService.cls 3699 9 3732 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2174 /force-app/main/default/classes/MetadataService.cls 3702 20 3702 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2174 /force-app/main/default/classes/MetadataService.cls 3702 20 3702 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2175 /force-app/main/default/classes/MetadataService.cls 3705 20 3705 103 pmd 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]*'
2175 /force-app/main/default/classes/MetadataService.cls 3705 20 3705 103 pmd 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]*'
2176 /force-app/main/default/classes/MetadataService.cls 3706 20 3706 89 pmd 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]*'
2176 /force-app/main/default/classes/MetadataService.cls 3706 20 3706 89 pmd 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]*'
2177 /force-app/main/default/classes/MetadataService.cls 3710 18 3710 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'limit_x' doesn't match '[a-z][a-zA-Z0-9]*'
2177 /force-app/main/default/classes/MetadataService.cls 3710 18 3710 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'limit_x' doesn't match '[a-z][a-zA-Z0-9]*'
2178 /force-app/main/default/classes/MetadataService.cls 3711 17 3711 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2178 /force-app/main/default/classes/MetadataService.cls 3711 17 3711 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2179 /force-app/main/default/classes/MetadataService.cls 3718 20 3718 97 pmd 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]*'
2179 /force-app/main/default/classes/MetadataService.cls 3718 20 3718 97 pmd 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]*'
2180 /force-app/main/default/classes/MetadataService.cls 3719 20 3719 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 'displayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2180 /force-app/main/default/classes/MetadataService.cls 3719 20 3719 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 'displayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2181 /force-app/main/default/classes/MetadataService.cls 3720 20 3720 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2181 /force-app/main/default/classes/MetadataService.cls 3720 20 3720 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2182 /force-app/main/default/classes/MetadataService.cls 3721 20 3721 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 'limit_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2182 /force-app/main/default/classes/MetadataService.cls 3721 20 3721 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 'limit_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2183 /force-app/main/default/classes/MetadataService.cls 3722 20 3722 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2183 /force-app/main/default/classes/MetadataService.cls 3722 20 3722 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2184 /force-app/main/default/classes/MetadataService.cls 3723 20 3723 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2184 /force-app/main/default/classes/MetadataService.cls 3723 20 3723 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2185 /force-app/main/default/classes/MetadataService.cls 3724 20 3724 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 'picklistField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2185 /force-app/main/default/classes/MetadataService.cls 3724 20 3724 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 'picklistField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2186 /force-app/main/default/classes/MetadataService.cls 3725 20 3725 109 pmd 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]*'
2186 /force-app/main/default/classes/MetadataService.cls 3725 20 3725 109 pmd 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]*'
2187 /force-app/main/default/classes/MetadataService.cls 3726 20 3726 99 pmd 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]*'
2187 /force-app/main/default/classes/MetadataService.cls 3726 20 3726 99 pmd 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]*'
2188 /force-app/main/default/classes/MetadataService.cls 3727 20 3727 99 pmd 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]*'
2188 /force-app/main/default/classes/MetadataService.cls 3727 20 3727 99 pmd 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]*'
2189 /force-app/main/default/classes/MetadataService.cls 3728 20 3728 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2189 /force-app/main/default/classes/MetadataService.cls 3728 20 3728 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2190 /force-app/main/default/classes/MetadataService.cls 3729 20 3729 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2190 /force-app/main/default/classes/MetadataService.cls 3729 20 3729 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2191 /force-app/main/default/classes/MetadataService.cls 3730 20 3730 60 pmd FieldNamingConventions 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]*'
2191 /force-app/main/default/classes/MetadataService.cls 3730 20 3730 60 pmd FieldNamingConventions 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]*'
2192 /force-app/main/default/classes/MetadataService.cls 3731 20 3731 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]*'
2192 /force-app/main/default/classes/MetadataService.cls 3731 20 3731 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]*'
2193 /force-app/main/default/classes/MetadataService.cls 3733 9 3738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2193 /force-app/main/default/classes/MetadataService.cls 3733 9 3738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2194 /force-app/main/default/classes/MetadataService.cls 3735 20 3735 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 'relatedContentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2194 /force-app/main/default/classes/MetadataService.cls 3735 20 3735 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 'relatedContentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2195 /force-app/main/default/classes/MetadataService.cls 3736 20 3736 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2195 /force-app/main/default/classes/MetadataService.cls 3736 20 3736 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2196 /force-app/main/default/classes/MetadataService.cls 3737 20 3737 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]*'
2196 /force-app/main/default/classes/MetadataService.cls 3737 20 3737 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]*'
2197 /force-app/main/default/classes/MetadataService.cls 3739 9 3788 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2197 /force-app/main/default/classes/MetadataService.cls 3739 9 3788 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2198 /force-app/main/default/classes/MetadataService.cls 3739 9 3788 3 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)
2198 /force-app/main/default/classes/MetadataService.cls 3739 9 3788 3 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)
2199 /force-app/main/default/classes/MetadataService.cls 3739 9 3788 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2199 /force-app/main/default/classes/MetadataService.cls 3739 9 3788 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2200 /force-app/main/default/classes/MetadataService.cls 3742 20 3742 97 pmd 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]*'
2200 /force-app/main/default/classes/MetadataService.cls 3742 20 3742 97 pmd 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]*'
2201 /force-app/main/default/classes/MetadataService.cls 3755 17 3755 23 pmd 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]*'
2201 /force-app/main/default/classes/MetadataService.cls 3755 17 3755 23 pmd 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]*'
2202 /force-app/main/default/classes/MetadataService.cls 3757 18 3757 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2202 /force-app/main/default/classes/MetadataService.cls 3757 18 3757 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2203 /force-app/main/default/classes/MetadataService.cls 3764 20 3764 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2203 /force-app/main/default/classes/MetadataService.cls 3764 20 3764 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2204 /force-app/main/default/classes/MetadataService.cls 3765 20 3765 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 3765 20 3765 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 3766 20 3766 103 pmd 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]*'
2205 /force-app/main/default/classes/MetadataService.cls 3766 20 3766 103 pmd 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]*'
2206 /force-app/main/default/classes/MetadataService.cls 3767 20 3767 103 pmd 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]*'
2206 /force-app/main/default/classes/MetadataService.cls 3767 20 3767 103 pmd 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]*'
2207 /force-app/main/default/classes/MetadataService.cls 3768 20 3768 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2207 /force-app/main/default/classes/MetadataService.cls 3768 20 3768 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2208 /force-app/main/default/classes/MetadataService.cls 3769 20 3769 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2208 /force-app/main/default/classes/MetadataService.cls 3769 20 3769 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2209 /force-app/main/default/classes/MetadataService.cls 3770 20 3770 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2209 /force-app/main/default/classes/MetadataService.cls 3770 20 3770 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2210 /force-app/main/default/classes/MetadataService.cls 3771 20 3771 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2210 /force-app/main/default/classes/MetadataService.cls 3771 20 3771 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2211 /force-app/main/default/classes/MetadataService.cls 3772 20 3772 103 pmd 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]*'
2211 /force-app/main/default/classes/MetadataService.cls 3772 20 3772 103 pmd 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]*'
2212 /force-app/main/default/classes/MetadataService.cls 3773 20 3773 97 pmd 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]*'
2212 /force-app/main/default/classes/MetadataService.cls 3773 20 3773 97 pmd 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]*'
2213 /force-app/main/default/classes/MetadataService.cls 3774 20 3774 103 pmd 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]*'
2213 /force-app/main/default/classes/MetadataService.cls 3774 20 3774 103 pmd 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]*'
2214 /force-app/main/default/classes/MetadataService.cls 3775 20 3775 97 pmd 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]*'
2214 /force-app/main/default/classes/MetadataService.cls 3775 20 3775 97 pmd 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]*'
2215 /force-app/main/default/classes/MetadataService.cls 3776 20 3776 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2215 /force-app/main/default/classes/MetadataService.cls 3776 20 3776 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2216 /force-app/main/default/classes/MetadataService.cls 3777 20 3777 97 pmd 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]*'
2216 /force-app/main/default/classes/MetadataService.cls 3777 20 3777 97 pmd 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]*'
2217 /force-app/main/default/classes/MetadataService.cls 3778 20 3778 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2217 /force-app/main/default/classes/MetadataService.cls 3778 20 3778 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2218 /force-app/main/default/classes/MetadataService.cls 3779 20 3779 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2218 /force-app/main/default/classes/MetadataService.cls 3779 20 3779 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2219 /force-app/main/default/classes/MetadataService.cls 3780 20 3780 97 pmd 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]*'
2219 /force-app/main/default/classes/MetadataService.cls 3780 20 3780 97 pmd 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]*'
2220 /force-app/main/default/classes/MetadataService.cls 3781 20 3781 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2220 /force-app/main/default/classes/MetadataService.cls 3781 20 3781 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2221 /force-app/main/default/classes/MetadataService.cls 3782 20 3782 103 pmd 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]*'
2221 /force-app/main/default/classes/MetadataService.cls 3782 20 3782 103 pmd 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]*'
2222 /force-app/main/default/classes/MetadataService.cls 3783 20 3783 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2222 /force-app/main/default/classes/MetadataService.cls 3783 20 3783 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2223 /force-app/main/default/classes/MetadataService.cls 3784 20 3784 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2223 /force-app/main/default/classes/MetadataService.cls 3784 20 3784 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2224 /force-app/main/default/classes/MetadataService.cls 3785 20 3785 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2224 /force-app/main/default/classes/MetadataService.cls 3785 20 3785 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2225 /force-app/main/default/classes/MetadataService.cls 3786 20 3786 60 pmd FieldNamingConventions 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]*'
2225 /force-app/main/default/classes/MetadataService.cls 3786 20 3786 60 pmd FieldNamingConventions 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]*'
2226 /force-app/main/default/classes/MetadataService.cls 3787 20 3787 338 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2226 /force-app/main/default/classes/MetadataService.cls 3787 20 3787 338 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2227 /force-app/main/default/classes/MetadataService.cls 3789 9 3848 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2227 /force-app/main/default/classes/MetadataService.cls 3789 9 3848 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2228 /force-app/main/default/classes/MetadataService.cls 3789 9 3848 3 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)
2228 /force-app/main/default/classes/MetadataService.cls 3789 9 3848 3 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)
2229 /force-app/main/default/classes/MetadataService.cls 3789 9 3848 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2229 /force-app/main/default/classes/MetadataService.cls 3789 9 3848 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2230 /force-app/main/default/classes/MetadataService.cls 3792 20 3792 97 pmd 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]*'
2230 /force-app/main/default/classes/MetadataService.cls 3792 20 3792 97 pmd 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]*'
2231 /force-app/main/default/classes/MetadataService.cls 3819 20 3819 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 'actionCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2231 /force-app/main/default/classes/MetadataService.cls 3819 20 3819 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 'actionCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2232 /force-app/main/default/classes/MetadataService.cls 3820 20 3820 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 'apexPluginCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2232 /force-app/main/default/classes/MetadataService.cls 3820 20 3820 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 'apexPluginCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2233 /force-app/main/default/classes/MetadataService.cls 3821 20 3821 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2233 /force-app/main/default/classes/MetadataService.cls 3821 20 3821 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2234 /force-app/main/default/classes/MetadataService.cls 3822 20 3822 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2234 /force-app/main/default/classes/MetadataService.cls 3822 20 3822 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2235 /force-app/main/default/classes/MetadataService.cls 3823 20 3823 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 'constants_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2235 /force-app/main/default/classes/MetadataService.cls 3823 20 3823 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 'constants_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2236 /force-app/main/default/classes/MetadataService.cls 3824 20 3824 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 'decisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2236 /force-app/main/default/classes/MetadataService.cls 3824 20 3824 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 'decisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2237 /force-app/main/default/classes/MetadataService.cls 3825 20 3825 103 pmd 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]*'
2237 /force-app/main/default/classes/MetadataService.cls 3825 20 3825 103 pmd 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]*'
2238 /force-app/main/default/classes/MetadataService.cls 3826 20 3826 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 'dynamicChoiceSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2238 /force-app/main/default/classes/MetadataService.cls 3826 20 3826 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 'dynamicChoiceSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2239 /force-app/main/default/classes/MetadataService.cls 3827 20 3827 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 'formulas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2239 /force-app/main/default/classes/MetadataService.cls 3827 20 3827 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 'formulas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2240 /force-app/main/default/classes/MetadataService.cls 3828 20 3828 109 pmd 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]*'
2240 /force-app/main/default/classes/MetadataService.cls 3828 20 3828 109 pmd 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]*'
2241 /force-app/main/default/classes/MetadataService.cls 3829 20 3829 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2241 /force-app/main/default/classes/MetadataService.cls 3829 20 3829 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2242 /force-app/main/default/classes/MetadataService.cls 3830 20 3830 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 'loops_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2242 /force-app/main/default/classes/MetadataService.cls 3830 20 3830 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 'loops_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2243 /force-app/main/default/classes/MetadataService.cls 3831 20 3831 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2243 /force-app/main/default/classes/MetadataService.cls 3831 20 3831 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2244 /force-app/main/default/classes/MetadataService.cls 3832 20 3832 103 pmd 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]*'
2244 /force-app/main/default/classes/MetadataService.cls 3832 20 3832 103 pmd 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]*'
2245 /force-app/main/default/classes/MetadataService.cls 3833 20 3833 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 'recordCreates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2245 /force-app/main/default/classes/MetadataService.cls 3833 20 3833 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 'recordCreates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2246 /force-app/main/default/classes/MetadataService.cls 3834 20 3834 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 'recordDeletes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2246 /force-app/main/default/classes/MetadataService.cls 3834 20 3834 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 'recordDeletes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2247 /force-app/main/default/classes/MetadataService.cls 3835 20 3835 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 'recordLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2247 /force-app/main/default/classes/MetadataService.cls 3835 20 3835 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 'recordLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2248 /force-app/main/default/classes/MetadataService.cls 3836 20 3836 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 'recordUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2248 /force-app/main/default/classes/MetadataService.cls 3836 20 3836 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 'recordUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2249 /force-app/main/default/classes/MetadataService.cls 3837 20 3837 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2249 /force-app/main/default/classes/MetadataService.cls 3837 20 3837 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2250 /force-app/main/default/classes/MetadataService.cls 3838 20 3838 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 'stages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2250 /force-app/main/default/classes/MetadataService.cls 3838 20 3838 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 'stages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2251 /force-app/main/default/classes/MetadataService.cls 3839 20 3839 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 'startElementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2251 /force-app/main/default/classes/MetadataService.cls 3839 20 3839 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 'startElementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2252 /force-app/main/default/classes/MetadataService.cls 3840 20 3840 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 'steps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2252 /force-app/main/default/classes/MetadataService.cls 3840 20 3840 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 'steps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2253 /force-app/main/default/classes/MetadataService.cls 3841 20 3841 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 'subflows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2253 /force-app/main/default/classes/MetadataService.cls 3841 20 3841 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 'subflows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2254 /force-app/main/default/classes/MetadataService.cls 3842 20 3842 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 'textTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2254 /force-app/main/default/classes/MetadataService.cls 3842 20 3842 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 'textTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2255 /force-app/main/default/classes/MetadataService.cls 3843 20 3843 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 'variables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2255 /force-app/main/default/classes/MetadataService.cls 3843 20 3843 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 'variables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2256 /force-app/main/default/classes/MetadataService.cls 3844 20 3844 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 'waits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2256 /force-app/main/default/classes/MetadataService.cls 3844 20 3844 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 'waits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2257 /force-app/main/default/classes/MetadataService.cls 3845 20 3845 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2257 /force-app/main/default/classes/MetadataService.cls 3845 20 3845 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2258 /force-app/main/default/classes/MetadataService.cls 3846 20 3846 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 3846 20 3846 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 3847 20 3847 427 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 3847 20 3847 427 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 3849 9 3856 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2260 /force-app/main/default/classes/MetadataService.cls 3849 9 3856 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2261 /force-app/main/default/classes/MetadataService.cls 3852 20 3852 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2261 /force-app/main/default/classes/MetadataService.cls 3852 20 3852 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2262 /force-app/main/default/classes/MetadataService.cls 3853 20 3853 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2262 /force-app/main/default/classes/MetadataService.cls 3853 20 3853 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2263 /force-app/main/default/classes/MetadataService.cls 3854 20 3854 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2263 /force-app/main/default/classes/MetadataService.cls 3854 20 3854 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2264 /force-app/main/default/classes/MetadataService.cls 3855 20 3855 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]*'
2264 /force-app/main/default/classes/MetadataService.cls 3855 20 3855 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]*'
2265 /force-app/main/default/classes/MetadataService.cls 3857 9 3870 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2265 /force-app/main/default/classes/MetadataService.cls 3857 9 3870 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2266 /force-app/main/default/classes/MetadataService.cls 3863 20 3863 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 'publicGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2266 /force-app/main/default/classes/MetadataService.cls 3863 20 3863 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 'publicGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2267 /force-app/main/default/classes/MetadataService.cls 3864 20 3864 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2267 /force-app/main/default/classes/MetadataService.cls 3864 20 3864 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2268 /force-app/main/default/classes/MetadataService.cls 3865 20 3865 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2268 /force-app/main/default/classes/MetadataService.cls 3865 20 3865 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2269 /force-app/main/default/classes/MetadataService.cls 3866 20 3866 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2269 /force-app/main/default/classes/MetadataService.cls 3866 20 3866 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2270 /force-app/main/default/classes/MetadataService.cls 3867 20 3867 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2270 /force-app/main/default/classes/MetadataService.cls 3867 20 3867 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2271 /force-app/main/default/classes/MetadataService.cls 3868 20 3868 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2271 /force-app/main/default/classes/MetadataService.cls 3868 20 3868 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2272 /force-app/main/default/classes/MetadataService.cls 3869 20 3869 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]*'
2272 /force-app/main/default/classes/MetadataService.cls 3869 20 3869 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]*'
2273 /force-app/main/default/classes/MetadataService.cls 3871 9 3880 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2273 /force-app/main/default/classes/MetadataService.cls 3871 9 3880 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2274 /force-app/main/default/classes/MetadataService.cls 3873 17 3873 23 pmd 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]*'
2274 /force-app/main/default/classes/MetadataService.cls 3873 17 3873 23 pmd 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]*'
2275 /force-app/main/default/classes/MetadataService.cls 3875 20 3875 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2275 /force-app/main/default/classes/MetadataService.cls 3875 20 3875 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2276 /force-app/main/default/classes/MetadataService.cls 3876 20 3876 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2276 /force-app/main/default/classes/MetadataService.cls 3876 20 3876 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2277 /force-app/main/default/classes/MetadataService.cls 3877 20 3877 97 pmd 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]*'
2277 /force-app/main/default/classes/MetadataService.cls 3877 20 3877 97 pmd 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]*'
2278 /force-app/main/default/classes/MetadataService.cls 3878 20 3878 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2278 /force-app/main/default/classes/MetadataService.cls 3878 20 3878 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2279 /force-app/main/default/classes/MetadataService.cls 3879 20 3879 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]*'
2279 /force-app/main/default/classes/MetadataService.cls 3879 20 3879 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]*'
2280 /force-app/main/default/classes/MetadataService.cls 3881 9 3896 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2280 /force-app/main/default/classes/MetadataService.cls 3881 9 3896 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2281 /force-app/main/default/classes/MetadataService.cls 3884 20 3884 97 pmd 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]*'
2281 /force-app/main/default/classes/MetadataService.cls 3884 20 3884 97 pmd 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]*'
2282 /force-app/main/default/classes/MetadataService.cls 3886 20 3886 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2282 /force-app/main/default/classes/MetadataService.cls 3886 20 3886 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2283 /force-app/main/default/classes/MetadataService.cls 3890 20 3890 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 'dataflowType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2283 /force-app/main/default/classes/MetadataService.cls 3890 20 3890 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 'dataflowType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2284 /force-app/main/default/classes/MetadataService.cls 3891 20 3891 103 pmd 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]*'
2284 /force-app/main/default/classes/MetadataService.cls 3891 20 3891 103 pmd 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]*'
2285 /force-app/main/default/classes/MetadataService.cls 3892 20 3892 103 pmd 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]*'
2285 /force-app/main/default/classes/MetadataService.cls 3892 20 3892 103 pmd 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]*'
2286 /force-app/main/default/classes/MetadataService.cls 3893 20 3893 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2286 /force-app/main/default/classes/MetadataService.cls 3893 20 3893 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2287 /force-app/main/default/classes/MetadataService.cls 3894 20 3894 60 pmd FieldNamingConventions 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]*'
2287 /force-app/main/default/classes/MetadataService.cls 3894 20 3894 60 pmd FieldNamingConventions 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]*'
2288 /force-app/main/default/classes/MetadataService.cls 3895 20 3895 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]*'
2288 /force-app/main/default/classes/MetadataService.cls 3895 20 3895 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]*'
2289 /force-app/main/default/classes/MetadataService.cls 3897 9 3910 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2289 /force-app/main/default/classes/MetadataService.cls 3897 9 3910 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2290 /force-app/main/default/classes/MetadataService.cls 3900 20 3900 97 pmd 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]*'
2290 /force-app/main/default/classes/MetadataService.cls 3900 20 3900 97 pmd 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]*'
2291 /force-app/main/default/classes/MetadataService.cls 3904 20 3904 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 'groupingStringEnum_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2291 /force-app/main/default/classes/MetadataService.cls 3904 20 3904 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 'groupingStringEnum_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2292 /force-app/main/default/classes/MetadataService.cls 3905 20 3905 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2292 /force-app/main/default/classes/MetadataService.cls 3905 20 3905 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2293 /force-app/main/default/classes/MetadataService.cls 3906 20 3906 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 'standardValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2293 /force-app/main/default/classes/MetadataService.cls 3906 20 3906 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 'standardValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2294 /force-app/main/default/classes/MetadataService.cls 3907 20 3907 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2294 /force-app/main/default/classes/MetadataService.cls 3907 20 3907 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2295 /force-app/main/default/classes/MetadataService.cls 3908 20 3908 60 pmd FieldNamingConventions 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]*'
2295 /force-app/main/default/classes/MetadataService.cls 3908 20 3908 60 pmd FieldNamingConventions 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]*'
2296 /force-app/main/default/classes/MetadataService.cls 3909 20 3909 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]*'
2296 /force-app/main/default/classes/MetadataService.cls 3909 20 3909 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]*'
2297 /force-app/main/default/classes/MetadataService.cls 3911 9 3922 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2297 /force-app/main/default/classes/MetadataService.cls 3911 9 3922 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2298 /force-app/main/default/classes/MetadataService.cls 3914 20 3914 97 pmd 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]*'
2298 /force-app/main/default/classes/MetadataService.cls 3914 20 3914 97 pmd 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]*'
2299 /force-app/main/default/classes/MetadataService.cls 3917 20 3917 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 'dispositions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2299 /force-app/main/default/classes/MetadataService.cls 3917 20 3917 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 'dispositions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2300 /force-app/main/default/classes/MetadataService.cls 3918 20 3918 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 'noHtmlUploadAsAttachment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2300 /force-app/main/default/classes/MetadataService.cls 3918 20 3918 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 'noHtmlUploadAsAttachment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2301 /force-app/main/default/classes/MetadataService.cls 3919 20 3919 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2301 /force-app/main/default/classes/MetadataService.cls 3919 20 3919 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2302 /force-app/main/default/classes/MetadataService.cls 3920 20 3920 60 pmd FieldNamingConventions 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]*'
2302 /force-app/main/default/classes/MetadataService.cls 3920 20 3920 60 pmd FieldNamingConventions 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]*'
2303 /force-app/main/default/classes/MetadataService.cls 3921 20 3921 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]*'
2303 /force-app/main/default/classes/MetadataService.cls 3921 20 3921 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]*'
2304 /force-app/main/default/classes/MetadataService.cls 3923 9 3936 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2304 /force-app/main/default/classes/MetadataService.cls 3923 9 3936 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2305 /force-app/main/default/classes/MetadataService.cls 3929 20 3929 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2305 /force-app/main/default/classes/MetadataService.cls 3929 20 3929 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2306 /force-app/main/default/classes/MetadataService.cls 3930 20 3930 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2306 /force-app/main/default/classes/MetadataService.cls 3930 20 3930 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2307 /force-app/main/default/classes/MetadataService.cls 3931 20 3931 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 'horizontalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2307 /force-app/main/default/classes/MetadataService.cls 3931 20 3931 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 'horizontalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2308 /force-app/main/default/classes/MetadataService.cls 3932 20 3932 89 pmd 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]*'
2308 /force-app/main/default/classes/MetadataService.cls 3932 20 3932 89 pmd 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]*'
2309 /force-app/main/default/classes/MetadataService.cls 3933 20 3933 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 'verticalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2309 /force-app/main/default/classes/MetadataService.cls 3933 20 3933 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 'verticalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2310 /force-app/main/default/classes/MetadataService.cls 3934 20 3934 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2310 /force-app/main/default/classes/MetadataService.cls 3934 20 3934 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2311 /force-app/main/default/classes/MetadataService.cls 3935 20 3935 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]*'
2311 /force-app/main/default/classes/MetadataService.cls 3935 20 3935 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]*'
2312 /force-app/main/default/classes/MetadataService.cls 3937 9 3944 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2312 /force-app/main/default/classes/MetadataService.cls 3937 9 3944 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2313 /force-app/main/default/classes/MetadataService.cls 3940 20 3940 103 pmd 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]*'
2313 /force-app/main/default/classes/MetadataService.cls 3940 20 3940 103 pmd 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]*'
2314 /force-app/main/default/classes/MetadataService.cls 3941 20 3941 103 pmd 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]*'
2314 /force-app/main/default/classes/MetadataService.cls 3941 20 3941 103 pmd 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]*'
2315 /force-app/main/default/classes/MetadataService.cls 3942 20 3942 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2315 /force-app/main/default/classes/MetadataService.cls 3942 20 3942 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2316 /force-app/main/default/classes/MetadataService.cls 3943 20 3943 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]*'
2316 /force-app/main/default/classes/MetadataService.cls 3943 20 3943 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]*'
2317 /force-app/main/default/classes/MetadataService.cls 3945 9 3950 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2317 /force-app/main/default/classes/MetadataService.cls 3945 9 3950 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2318 /force-app/main/default/classes/MetadataService.cls 3947 20 3947 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 'countries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2318 /force-app/main/default/classes/MetadataService.cls 3947 20 3947 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 'countries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2319 /force-app/main/default/classes/MetadataService.cls 3948 20 3948 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2319 /force-app/main/default/classes/MetadataService.cls 3948 20 3948 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2320 /force-app/main/default/classes/MetadataService.cls 3949 20 3949 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2320 /force-app/main/default/classes/MetadataService.cls 3949 20 3949 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2321 /force-app/main/default/classes/MetadataService.cls 3951 9 3966 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2321 /force-app/main/default/classes/MetadataService.cls 3951 9 3966 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2322 /force-app/main/default/classes/MetadataService.cls 3958 20 3958 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2322 /force-app/main/default/classes/MetadataService.cls 3958 20 3958 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2323 /force-app/main/default/classes/MetadataService.cls 3959 20 3959 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2323 /force-app/main/default/classes/MetadataService.cls 3959 20 3959 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2324 /force-app/main/default/classes/MetadataService.cls 3960 20 3960 99 pmd 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]*'
2324 /force-app/main/default/classes/MetadataService.cls 3960 20 3960 99 pmd 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]*'
2325 /force-app/main/default/classes/MetadataService.cls 3961 20 3961 103 pmd 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]*'
2325 /force-app/main/default/classes/MetadataService.cls 3961 20 3961 103 pmd 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]*'
2326 /force-app/main/default/classes/MetadataService.cls 3962 20 3962 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 'pathAssistantSteps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2326 /force-app/main/default/classes/MetadataService.cls 3962 20 3962 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 'pathAssistantSteps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2327 /force-app/main/default/classes/MetadataService.cls 3963 20 3963 109 pmd 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]*'
2327 /force-app/main/default/classes/MetadataService.cls 3963 20 3963 109 pmd 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]*'
2328 /force-app/main/default/classes/MetadataService.cls 3964 20 3964 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2328 /force-app/main/default/classes/MetadataService.cls 3964 20 3964 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2329 /force-app/main/default/classes/MetadataService.cls 3965 20 3965 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]*'
2329 /force-app/main/default/classes/MetadataService.cls 3965 20 3965 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]*'
2330 /force-app/main/default/classes/MetadataService.cls 3967 9 3980 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2330 /force-app/main/default/classes/MetadataService.cls 3967 9 3980 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2331 /force-app/main/default/classes/MetadataService.cls 3973 20 3973 89 pmd 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]*'
2331 /force-app/main/default/classes/MetadataService.cls 3973 20 3973 89 pmd 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]*'
2332 /force-app/main/default/classes/MetadataService.cls 3974 20 3974 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2332 /force-app/main/default/classes/MetadataService.cls 3974 20 3974 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2333 /force-app/main/default/classes/MetadataService.cls 3975 20 3975 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2333 /force-app/main/default/classes/MetadataService.cls 3975 20 3975 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2334 /force-app/main/default/classes/MetadataService.cls 3976 20 3976 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 'state_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2334 /force-app/main/default/classes/MetadataService.cls 3976 20 3976 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 'state_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2335 /force-app/main/default/classes/MetadataService.cls 3977 20 3977 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2335 /force-app/main/default/classes/MetadataService.cls 3977 20 3977 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2336 /force-app/main/default/classes/MetadataService.cls 3978 20 3978 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2336 /force-app/main/default/classes/MetadataService.cls 3978 20 3978 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2337 /force-app/main/default/classes/MetadataService.cls 3979 20 3979 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]*'
2337 /force-app/main/default/classes/MetadataService.cls 3979 20 3979 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]*'
2338 /force-app/main/default/classes/MetadataService.cls 3981 9 3996 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2338 /force-app/main/default/classes/MetadataService.cls 3981 9 3996 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2339 /force-app/main/default/classes/MetadataService.cls 3984 20 3984 97 pmd 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]*'
2339 /force-app/main/default/classes/MetadataService.cls 3984 20 3984 97 pmd 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]*'
2340 /force-app/main/default/classes/MetadataService.cls 3989 20 3989 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2340 /force-app/main/default/classes/MetadataService.cls 3989 20 3989 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2341 /force-app/main/default/classes/MetadataService.cls 3990 20 3990 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 'lockSharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2341 /force-app/main/default/classes/MetadataService.cls 3990 20 3990 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 'lockSharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2342 /force-app/main/default/classes/MetadataService.cls 3991 20 3991 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2342 /force-app/main/default/classes/MetadataService.cls 3991 20 3991 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2343 /force-app/main/default/classes/MetadataService.cls 3992 20 3992 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 'sharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2343 /force-app/main/default/classes/MetadataService.cls 3992 20 3992 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 'sharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2344 /force-app/main/default/classes/MetadataService.cls 3993 20 3993 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2344 /force-app/main/default/classes/MetadataService.cls 3993 20 3993 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2345 /force-app/main/default/classes/MetadataService.cls 3994 20 3994 60 pmd FieldNamingConventions 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]*'
2345 /force-app/main/default/classes/MetadataService.cls 3994 20 3994 60 pmd FieldNamingConventions 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]*'
2346 /force-app/main/default/classes/MetadataService.cls 3995 20 3995 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]*'
2346 /force-app/main/default/classes/MetadataService.cls 3995 20 3995 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]*'
2347 /force-app/main/default/classes/MetadataService.cls 3997 9 4004 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2347 /force-app/main/default/classes/MetadataService.cls 3997 9 4004 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2348 /force-app/main/default/classes/MetadataService.cls 3999 17 3999 23 pmd FieldNamingConventions 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]*'
2348 /force-app/main/default/classes/MetadataService.cls 3999 17 3999 23 pmd FieldNamingConventions 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]*'
2349 /force-app/main/default/classes/MetadataService.cls 4000 20 4000 89 pmd 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]*'
2349 /force-app/main/default/classes/MetadataService.cls 4000 20 4000 89 pmd 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]*'
2350 /force-app/main/default/classes/MetadataService.cls 4001 20 4001 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2350 /force-app/main/default/classes/MetadataService.cls 4001 20 4001 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2351 /force-app/main/default/classes/MetadataService.cls 4002 20 4002 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2351 /force-app/main/default/classes/MetadataService.cls 4002 20 4002 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2352 /force-app/main/default/classes/MetadataService.cls 4003 20 4003 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]*'
2352 /force-app/main/default/classes/MetadataService.cls 4003 20 4003 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]*'
2353 /force-app/main/default/classes/MetadataService.cls 4005 9 4022 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2353 /force-app/main/default/classes/MetadataService.cls 4005 9 4022 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2354 /force-app/main/default/classes/MetadataService.cls 4005 9 4022 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2354 /force-app/main/default/classes/MetadataService.cls 4005 9 4022 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2355 /force-app/main/default/classes/MetadataService.cls 4008 20 4008 97 pmd 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]*'
2355 /force-app/main/default/classes/MetadataService.cls 4008 20 4008 97 pmd 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]*'
2356 /force-app/main/default/classes/MetadataService.cls 4011 18 4011 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2356 /force-app/main/default/classes/MetadataService.cls 4011 18 4011 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2357 /force-app/main/default/classes/MetadataService.cls 4014 20 4014 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2357 /force-app/main/default/classes/MetadataService.cls 4014 20 4014 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2358 /force-app/main/default/classes/MetadataService.cls 4015 20 4015 97 pmd 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]*'
2358 /force-app/main/default/classes/MetadataService.cls 4015 20 4015 97 pmd 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]*'
2359 /force-app/main/default/classes/MetadataService.cls 4016 20 4016 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2359 /force-app/main/default/classes/MetadataService.cls 4016 20 4016 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2360 /force-app/main/default/classes/MetadataService.cls 4017 20 4017 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 'shortDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2360 /force-app/main/default/classes/MetadataService.cls 4017 20 4017 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 'shortDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2361 /force-app/main/default/classes/MetadataService.cls 4018 20 4018 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2361 /force-app/main/default/classes/MetadataService.cls 4018 20 4018 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2362 /force-app/main/default/classes/MetadataService.cls 4019 20 4019 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2362 /force-app/main/default/classes/MetadataService.cls 4019 20 4019 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2363 /force-app/main/default/classes/MetadataService.cls 4020 20 4020 60 pmd FieldNamingConventions 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]*'
2363 /force-app/main/default/classes/MetadataService.cls 4020 20 4020 60 pmd FieldNamingConventions 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]*'
2364 /force-app/main/default/classes/MetadataService.cls 4021 20 4021 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]*'
2364 /force-app/main/default/classes/MetadataService.cls 4021 20 4021 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]*'
2365 /force-app/main/default/classes/MetadataService.cls 4023 9 4046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2365 /force-app/main/default/classes/MetadataService.cls 4023 9 4046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2366 /force-app/main/default/classes/MetadataService.cls 4023 9 4046 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2366 /force-app/main/default/classes/MetadataService.cls 4023 9 4046 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2367 /force-app/main/default/classes/MetadataService.cls 4033 17 4033 23 pmd FieldNamingConventions 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]*'
2367 /force-app/main/default/classes/MetadataService.cls 4033 17 4033 23 pmd FieldNamingConventions 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]*'
2368 /force-app/main/default/classes/MetadataService.cls 4034 20 4034 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 'compositionComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2368 /force-app/main/default/classes/MetadataService.cls 4034 20 4034 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 'compositionComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2369 /force-app/main/default/classes/MetadataService.cls 4035 20 4035 103 pmd 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]*'
2369 /force-app/main/default/classes/MetadataService.cls 4035 20 4035 103 pmd 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]*'
2370 /force-app/main/default/classes/MetadataService.cls 4036 20 4036 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 'extensionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2370 /force-app/main/default/classes/MetadataService.cls 4036 20 4036 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 'extensionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2371 /force-app/main/default/classes/MetadataService.cls 4037 20 4037 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 'headerText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2371 /force-app/main/default/classes/MetadataService.cls 4037 20 4037 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 'headerText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2372 /force-app/main/default/classes/MetadataService.cls 4038 20 4038 99 pmd 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]*'
2372 /force-app/main/default/classes/MetadataService.cls 4038 20 4038 99 pmd 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]*'
2373 /force-app/main/default/classes/MetadataService.cls 4039 20 4039 89 pmd 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]*'
2373 /force-app/main/default/classes/MetadataService.cls 4039 20 4039 89 pmd 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]*'
2374 /force-app/main/default/classes/MetadataService.cls 4040 20 4040 103 pmd 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]*'
2374 /force-app/main/default/classes/MetadataService.cls 4040 20 4040 103 pmd 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]*'
2375 /force-app/main/default/classes/MetadataService.cls 4041 20 4041 103 pmd 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]*'
2375 /force-app/main/default/classes/MetadataService.cls 4041 20 4041 103 pmd 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]*'
2376 /force-app/main/default/classes/MetadataService.cls 4042 20 4042 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 'renderComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2376 /force-app/main/default/classes/MetadataService.cls 4042 20 4042 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 'renderComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2377 /force-app/main/default/classes/MetadataService.cls 4043 20 4043 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2377 /force-app/main/default/classes/MetadataService.cls 4043 20 4043 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2378 /force-app/main/default/classes/MetadataService.cls 4044 20 4044 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2378 /force-app/main/default/classes/MetadataService.cls 4044 20 4044 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2379 /force-app/main/default/classes/MetadataService.cls 4045 20 4045 197 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 4045 20 4045 197 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2380 /force-app/main/default/classes/MetadataService.cls 4047 9 4058 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2380 /force-app/main/default/classes/MetadataService.cls 4047 9 4058 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2381 /force-app/main/default/classes/MetadataService.cls 4050 20 4050 97 pmd 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]*'
2381 /force-app/main/default/classes/MetadataService.cls 4050 20 4050 97 pmd 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]*'
2382 /force-app/main/default/classes/MetadataService.cls 4053 20 4053 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 'enableMiddleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2382 /force-app/main/default/classes/MetadataService.cls 4053 20 4053 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 'enableMiddleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2383 /force-app/main/default/classes/MetadataService.cls 4054 20 4054 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 'enableNameSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2383 /force-app/main/default/classes/MetadataService.cls 4054 20 4054 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 'enableNameSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2384 /force-app/main/default/classes/MetadataService.cls 4055 20 4055 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2384 /force-app/main/default/classes/MetadataService.cls 4055 20 4055 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2385 /force-app/main/default/classes/MetadataService.cls 4056 20 4056 60 pmd FieldNamingConventions 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]*'
2385 /force-app/main/default/classes/MetadataService.cls 4056 20 4056 60 pmd FieldNamingConventions 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]*'
2386 /force-app/main/default/classes/MetadataService.cls 4057 20 4057 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]*'
2386 /force-app/main/default/classes/MetadataService.cls 4057 20 4057 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]*'
2387 /force-app/main/default/classes/MetadataService.cls 4059 9 4072 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2387 /force-app/main/default/classes/MetadataService.cls 4059 9 4072 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2388 /force-app/main/default/classes/MetadataService.cls 4062 20 4062 97 pmd 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]*'
2388 /force-app/main/default/classes/MetadataService.cls 4062 20 4062 97 pmd 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]*'
2389 /force-app/main/default/classes/MetadataService.cls 4066 20 4066 103 pmd 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]*'
2389 /force-app/main/default/classes/MetadataService.cls 4066 20 4066 103 pmd 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]*'
2390 /force-app/main/default/classes/MetadataService.cls 4067 20 4067 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2390 /force-app/main/default/classes/MetadataService.cls 4067 20 4067 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2391 /force-app/main/default/classes/MetadataService.cls 4068 20 4068 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2391 /force-app/main/default/classes/MetadataService.cls 4068 20 4068 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2392 /force-app/main/default/classes/MetadataService.cls 4069 20 4069 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2392 /force-app/main/default/classes/MetadataService.cls 4069 20 4069 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2393 /force-app/main/default/classes/MetadataService.cls 4070 20 4070 60 pmd FieldNamingConventions 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]*'
2393 /force-app/main/default/classes/MetadataService.cls 4070 20 4070 60 pmd FieldNamingConventions 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]*'
2394 /force-app/main/default/classes/MetadataService.cls 4071 20 4071 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]*'
2394 /force-app/main/default/classes/MetadataService.cls 4071 20 4071 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]*'
2395 /force-app/main/default/classes/MetadataService.cls 4073 9 4078 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2395 /force-app/main/default/classes/MetadataService.cls 4073 9 4078 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2396 /force-app/main/default/classes/MetadataService.cls 4073 9 4078 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkRetrieveStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2396 /force-app/main/default/classes/MetadataService.cls 4073 9 4078 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkRetrieveStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2397 /force-app/main/default/classes/MetadataService.cls 4075 20 4075 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2397 /force-app/main/default/classes/MetadataService.cls 4075 20 4075 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2398 /force-app/main/default/classes/MetadataService.cls 4076 20 4076 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2398 /force-app/main/default/classes/MetadataService.cls 4076 20 4076 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2399 /force-app/main/default/classes/MetadataService.cls 4077 20 4077 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2399 /force-app/main/default/classes/MetadataService.cls 4077 20 4077 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2400 /force-app/main/default/classes/MetadataService.cls 4079 9 4096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2400 /force-app/main/default/classes/MetadataService.cls 4079 9 4096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2401 /force-app/main/default/classes/MetadataService.cls 4079 9 4096 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2401 /force-app/main/default/classes/MetadataService.cls 4079 9 4096 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2402 /force-app/main/default/classes/MetadataService.cls 4082 20 4082 97 pmd 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]*'
2402 /force-app/main/default/classes/MetadataService.cls 4082 20 4082 97 pmd 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]*'
2403 /force-app/main/default/classes/MetadataService.cls 4088 20 4088 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 'defaultAccountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2403 /force-app/main/default/classes/MetadataService.cls 4088 20 4088 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 'defaultAccountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2404 /force-app/main/default/classes/MetadataService.cls 4089 20 4089 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 'defaultCaseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2404 /force-app/main/default/classes/MetadataService.cls 4089 20 4089 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 'defaultCaseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2405 /force-app/main/default/classes/MetadataService.cls 4090 20 4090 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 'defaultContactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2405 /force-app/main/default/classes/MetadataService.cls 4090 20 4090 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 'defaultContactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2406 /force-app/main/default/classes/MetadataService.cls 4091 20 4091 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 'defaultOpportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2406 /force-app/main/default/classes/MetadataService.cls 4091 20 4091 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 'defaultOpportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2407 /force-app/main/default/classes/MetadataService.cls 4092 20 4092 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 'opportunityFilterSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2407 /force-app/main/default/classes/MetadataService.cls 4092 20 4092 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 'opportunityFilterSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2408 /force-app/main/default/classes/MetadataService.cls 4093 20 4093 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2408 /force-app/main/default/classes/MetadataService.cls 4093 20 4093 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2409 /force-app/main/default/classes/MetadataService.cls 4094 20 4094 60 pmd FieldNamingConventions 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]*'
2409 /force-app/main/default/classes/MetadataService.cls 4094 20 4094 60 pmd FieldNamingConventions 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]*'
2410 /force-app/main/default/classes/MetadataService.cls 4095 20 4095 210 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2410 /force-app/main/default/classes/MetadataService.cls 4095 20 4095 210 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2411 /force-app/main/default/classes/MetadataService.cls 4097 9 4108 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2411 /force-app/main/default/classes/MetadataService.cls 4097 9 4108 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2412 /force-app/main/default/classes/MetadataService.cls 4102 20 4102 103 pmd 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]*'
2412 /force-app/main/default/classes/MetadataService.cls 4102 20 4102 103 pmd 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]*'
2413 /force-app/main/default/classes/MetadataService.cls 4103 20 4103 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 'isDefaultPartition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2413 /force-app/main/default/classes/MetadataService.cls 4103 20 4103 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 'isDefaultPartition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2414 /force-app/main/default/classes/MetadataService.cls 4104 20 4104 103 pmd 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]*'
2414 /force-app/main/default/classes/MetadataService.cls 4104 20 4104 103 pmd 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]*'
2415 /force-app/main/default/classes/MetadataService.cls 4105 20 4105 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 'platformCachePartitionTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2415 /force-app/main/default/classes/MetadataService.cls 4105 20 4105 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 'platformCachePartitionTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2416 /force-app/main/default/classes/MetadataService.cls 4106 20 4106 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2416 /force-app/main/default/classes/MetadataService.cls 4106 20 4106 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2417 /force-app/main/default/classes/MetadataService.cls 4107 20 4107 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]*'
2417 /force-app/main/default/classes/MetadataService.cls 4107 20 4107 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]*'
2418 /force-app/main/default/classes/MetadataService.cls 4109 9 4118 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2418 /force-app/main/default/classes/MetadataService.cls 4109 9 4118 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2419 /force-app/main/default/classes/MetadataService.cls 4111 17 4111 22 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
2419 /force-app/main/default/classes/MetadataService.cls 4111 17 4111 22 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
2420 /force-app/main/default/classes/MetadataService.cls 4113 20 4113 103 pmd 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]*'
2420 /force-app/main/default/classes/MetadataService.cls 4113 20 4113 103 pmd 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]*'
2421 /force-app/main/default/classes/MetadataService.cls 4114 20 4114 89 pmd 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]*'
2421 /force-app/main/default/classes/MetadataService.cls 4114 20 4114 89 pmd 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]*'
2422 /force-app/main/default/classes/MetadataService.cls 4115 20 4115 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2422 /force-app/main/default/classes/MetadataService.cls 4115 20 4115 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2423 /force-app/main/default/classes/MetadataService.cls 4116 20 4116 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2423 /force-app/main/default/classes/MetadataService.cls 4116 20 4116 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2424 /force-app/main/default/classes/MetadataService.cls 4117 20 4117 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]*'
2424 /force-app/main/default/classes/MetadataService.cls 4117 20 4117 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]*'
2425 /force-app/main/default/classes/MetadataService.cls 4119 9 4158 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2425 /force-app/main/default/classes/MetadataService.cls 4119 9 4158 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2426 /force-app/main/default/classes/MetadataService.cls 4119 9 4158 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2426 /force-app/main/default/classes/MetadataService.cls 4119 9 4158 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2427 /force-app/main/default/classes/MetadataService.cls 4122 20 4122 97 pmd 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]*'
2427 /force-app/main/default/classes/MetadataService.cls 4122 20 4122 97 pmd 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]*'
2428 /force-app/main/default/classes/MetadataService.cls 4136 17 4136 23 pmd FieldNamingConventions 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]*'
2428 /force-app/main/default/classes/MetadataService.cls 4136 17 4136 23 pmd FieldNamingConventions 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]*'
2429 /force-app/main/default/classes/MetadataService.cls 4139 20 4139 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2429 /force-app/main/default/classes/MetadataService.cls 4139 20 4139 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2430 /force-app/main/default/classes/MetadataService.cls 4140 20 4140 103 pmd 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]*'
2430 /force-app/main/default/classes/MetadataService.cls 4140 20 4140 103 pmd 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]*'
2431 /force-app/main/default/classes/MetadataService.cls 4141 20 4141 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 'customConfiguration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2431 /force-app/main/default/classes/MetadataService.cls 4141 20 4141 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 'customConfiguration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2432 /force-app/main/default/classes/MetadataService.cls 4142 20 4142 97 pmd 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]*'
2432 /force-app/main/default/classes/MetadataService.cls 4142 20 4142 97 pmd 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]*'
2433 /force-app/main/default/classes/MetadataService.cls 4143 20 4143 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 'isWritable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2433 /force-app/main/default/classes/MetadataService.cls 4143 20 4143 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 'isWritable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2434 /force-app/main/default/classes/MetadataService.cls 4144 20 4144 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2434 /force-app/main/default/classes/MetadataService.cls 4144 20 4144 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2435 /force-app/main/default/classes/MetadataService.cls 4145 20 4145 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2435 /force-app/main/default/classes/MetadataService.cls 4145 20 4145 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2436 /force-app/main/default/classes/MetadataService.cls 4146 20 4146 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2436 /force-app/main/default/classes/MetadataService.cls 4146 20 4146 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2437 /force-app/main/default/classes/MetadataService.cls 4147 20 4147 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2437 /force-app/main/default/classes/MetadataService.cls 4147 20 4147 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2438 /force-app/main/default/classes/MetadataService.cls 4148 20 4148 97 pmd 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]*'
2438 /force-app/main/default/classes/MetadataService.cls 4148 20 4148 97 pmd 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]*'
2439 /force-app/main/default/classes/MetadataService.cls 4149 20 4149 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2439 /force-app/main/default/classes/MetadataService.cls 4149 20 4149 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2440 /force-app/main/default/classes/MetadataService.cls 4150 20 4150 97 pmd 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]*'
2440 /force-app/main/default/classes/MetadataService.cls 4150 20 4150 97 pmd 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]*'
2441 /force-app/main/default/classes/MetadataService.cls 4151 20 4151 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 'repository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2441 /force-app/main/default/classes/MetadataService.cls 4151 20 4151 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 'repository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2442 /force-app/main/default/classes/MetadataService.cls 4152 20 4152 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2442 /force-app/main/default/classes/MetadataService.cls 4152 20 4152 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2443 /force-app/main/default/classes/MetadataService.cls 4153 20 4153 97 pmd 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]*'
2443 /force-app/main/default/classes/MetadataService.cls 4153 20 4153 97 pmd 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]*'
2444 /force-app/main/default/classes/MetadataService.cls 4154 20 4154 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2444 /force-app/main/default/classes/MetadataService.cls 4154 20 4154 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2445 /force-app/main/default/classes/MetadataService.cls 4155 20 4155 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2445 /force-app/main/default/classes/MetadataService.cls 4155 20 4155 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2446 /force-app/main/default/classes/MetadataService.cls 4156 20 4156 60 pmd FieldNamingConventions 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]*'
2446 /force-app/main/default/classes/MetadataService.cls 4156 20 4156 60 pmd FieldNamingConventions 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]*'
2447 /force-app/main/default/classes/MetadataService.cls 4157 20 4157 279 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 4157 20 4157 279 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2448 /force-app/main/default/classes/MetadataService.cls 4159 9 4164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2448 /force-app/main/default/classes/MetadataService.cls 4159 9 4164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2449 /force-app/main/default/classes/MetadataService.cls 4159 9 4164 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'retrieveResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2449 /force-app/main/default/classes/MetadataService.cls 4159 9 4164 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'retrieveResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2450 /force-app/main/default/classes/MetadataService.cls 4161 20 4161 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2450 /force-app/main/default/classes/MetadataService.cls 4161 20 4161 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2451 /force-app/main/default/classes/MetadataService.cls 4162 20 4162 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2451 /force-app/main/default/classes/MetadataService.cls 4162 20 4162 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2452 /force-app/main/default/classes/MetadataService.cls 4163 20 4163 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2452 /force-app/main/default/classes/MetadataService.cls 4163 20 4163 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2453 /force-app/main/default/classes/MetadataService.cls 4165 9 4174 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2453 /force-app/main/default/classes/MetadataService.cls 4165 9 4174 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2454 /force-app/main/default/classes/MetadataService.cls 4169 20 4169 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 'componentInstanceProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2454 /force-app/main/default/classes/MetadataService.cls 4169 20 4169 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 'componentInstanceProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2455 /force-app/main/default/classes/MetadataService.cls 4170 20 4170 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 'componentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2455 /force-app/main/default/classes/MetadataService.cls 4170 20 4170 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 'componentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2456 /force-app/main/default/classes/MetadataService.cls 4171 20 4171 109 pmd 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]*'
2456 /force-app/main/default/classes/MetadataService.cls 4171 20 4171 109 pmd 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]*'
2457 /force-app/main/default/classes/MetadataService.cls 4172 20 4172 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2457 /force-app/main/default/classes/MetadataService.cls 4172 20 4172 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2458 /force-app/main/default/classes/MetadataService.cls 4173 20 4173 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]*'
2458 /force-app/main/default/classes/MetadataService.cls 4173 20 4173 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]*'
2459 /force-app/main/default/classes/MetadataService.cls 4175 9 4182 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2459 /force-app/main/default/classes/MetadataService.cls 4175 9 4182 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2460 /force-app/main/default/classes/MetadataService.cls 4178 20 4178 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2460 /force-app/main/default/classes/MetadataService.cls 4178 20 4178 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2461 /force-app/main/default/classes/MetadataService.cls 4179 20 4179 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 'section_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2461 /force-app/main/default/classes/MetadataService.cls 4179 20 4179 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 'section_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2462 /force-app/main/default/classes/MetadataService.cls 4180 20 4180 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2462 /force-app/main/default/classes/MetadataService.cls 4180 20 4180 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2463 /force-app/main/default/classes/MetadataService.cls 4181 20 4181 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]*'
2463 /force-app/main/default/classes/MetadataService.cls 4181 20 4181 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]*'
2464 /force-app/main/default/classes/MetadataService.cls 4183 9 4194 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2464 /force-app/main/default/classes/MetadataService.cls 4183 9 4194 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2465 /force-app/main/default/classes/MetadataService.cls 4186 20 4186 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2465 /force-app/main/default/classes/MetadataService.cls 4186 20 4186 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2466 /force-app/main/default/classes/MetadataService.cls 4189 20 4189 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2466 /force-app/main/default/classes/MetadataService.cls 4189 20 4189 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2467 /force-app/main/default/classes/MetadataService.cls 4190 20 4190 89 pmd 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]*'
2467 /force-app/main/default/classes/MetadataService.cls 4190 20 4190 89 pmd 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]*'
2468 /force-app/main/default/classes/MetadataService.cls 4191 20 4191 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2468 /force-app/main/default/classes/MetadataService.cls 4191 20 4191 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2469 /force-app/main/default/classes/MetadataService.cls 4192 20 4192 60 pmd FieldNamingConventions 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]*'
2469 /force-app/main/default/classes/MetadataService.cls 4192 20 4192 60 pmd FieldNamingConventions 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]*'
2470 /force-app/main/default/classes/MetadataService.cls 4193 20 4193 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2470 /force-app/main/default/classes/MetadataService.cls 4193 20 4193 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2471 /force-app/main/default/classes/MetadataService.cls 4195 9 4210 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2471 /force-app/main/default/classes/MetadataService.cls 4195 9 4210 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2472 /force-app/main/default/classes/MetadataService.cls 4198 20 4198 97 pmd 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]*'
2472 /force-app/main/default/classes/MetadataService.cls 4198 20 4198 97 pmd 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]*'
2473 /force-app/main/default/classes/MetadataService.cls 4201 17 4201 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2473 /force-app/main/default/classes/MetadataService.cls 4201 17 4201 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2474 /force-app/main/default/classes/MetadataService.cls 4203 20 4203 103 pmd 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]*'
2474 /force-app/main/default/classes/MetadataService.cls 4203 20 4203 103 pmd 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]*'
2475 /force-app/main/default/classes/MetadataService.cls 4204 20 4204 103 pmd 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]*'
2475 /force-app/main/default/classes/MetadataService.cls 4204 20 4204 103 pmd 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]*'
2476 /force-app/main/default/classes/MetadataService.cls 4205 20 4205 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2476 /force-app/main/default/classes/MetadataService.cls 4205 20 4205 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2477 /force-app/main/default/classes/MetadataService.cls 4206 20 4206 97 pmd 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]*'
2477 /force-app/main/default/classes/MetadataService.cls 4206 20 4206 97 pmd 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]*'
2478 /force-app/main/default/classes/MetadataService.cls 4207 20 4207 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2478 /force-app/main/default/classes/MetadataService.cls 4207 20 4207 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2479 /force-app/main/default/classes/MetadataService.cls 4208 20 4208 60 pmd FieldNamingConventions 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]*'
2479 /force-app/main/default/classes/MetadataService.cls 4208 20 4208 60 pmd FieldNamingConventions 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]*'
2480 /force-app/main/default/classes/MetadataService.cls 4209 20 4209 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]*'
2480 /force-app/main/default/classes/MetadataService.cls 4209 20 4209 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]*'
2481 /force-app/main/default/classes/MetadataService.cls 4211 9 4218 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2481 /force-app/main/default/classes/MetadataService.cls 4211 9 4218 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2482 /force-app/main/default/classes/MetadataService.cls 4213 17 4213 23 pmd FieldNamingConventions 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]*'
2482 /force-app/main/default/classes/MetadataService.cls 4213 17 4213 23 pmd FieldNamingConventions 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]*'
2483 /force-app/main/default/classes/MetadataService.cls 4214 20 4214 99 pmd 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]*'
2483 /force-app/main/default/classes/MetadataService.cls 4214 20 4214 99 pmd 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]*'
2484 /force-app/main/default/classes/MetadataService.cls 4215 20 4215 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2484 /force-app/main/default/classes/MetadataService.cls 4215 20 4215 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2485 /force-app/main/default/classes/MetadataService.cls 4216 20 4216 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2485 /force-app/main/default/classes/MetadataService.cls 4216 20 4216 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2486 /force-app/main/default/classes/MetadataService.cls 4217 20 4217 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]*'
2486 /force-app/main/default/classes/MetadataService.cls 4217 20 4217 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]*'
2487 /force-app/main/default/classes/MetadataService.cls 4219 9 4248 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2487 /force-app/main/default/classes/MetadataService.cls 4219 9 4248 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2488 /force-app/main/default/classes/MetadataService.cls 4219 9 4248 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2488 /force-app/main/default/classes/MetadataService.cls 4219 9 4248 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2489 /force-app/main/default/classes/MetadataService.cls 4222 20 4222 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2489 /force-app/main/default/classes/MetadataService.cls 4222 20 4222 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2490 /force-app/main/default/classes/MetadataService.cls 4225 20 4225 103 pmd 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]*'
2490 /force-app/main/default/classes/MetadataService.cls 4225 20 4225 103 pmd 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]*'
2491 /force-app/main/default/classes/MetadataService.cls 4226 20 4226 89 pmd 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]*'
2491 /force-app/main/default/classes/MetadataService.cls 4226 20 4226 89 pmd 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]*'
2492 /force-app/main/default/classes/MetadataService.cls 4230 20 4230 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2492 /force-app/main/default/classes/MetadataService.cls 4230 20 4230 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2493 /force-app/main/default/classes/MetadataService.cls 4231 20 4231 99 pmd 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]*'
2493 /force-app/main/default/classes/MetadataService.cls 4231 20 4231 99 pmd 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]*'
2494 /force-app/main/default/classes/MetadataService.cls 4232 20 4232 99 pmd 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]*'
2494 /force-app/main/default/classes/MetadataService.cls 4232 20 4232 99 pmd 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]*'
2495 /force-app/main/default/classes/MetadataService.cls 4238 17 4238 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2495 /force-app/main/default/classes/MetadataService.cls 4238 17 4238 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2496 /force-app/main/default/classes/MetadataService.cls 4239 20 4239 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 'assignRecordIdToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2496 /force-app/main/default/classes/MetadataService.cls 4239 20 4239 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 'assignRecordIdToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2497 /force-app/main/default/classes/MetadataService.cls 4240 20 4240 99 pmd 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]*'
2497 /force-app/main/default/classes/MetadataService.cls 4240 20 4240 99 pmd 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]*'
2498 /force-app/main/default/classes/MetadataService.cls 4241 20 4241 109 pmd 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]*'
2498 /force-app/main/default/classes/MetadataService.cls 4241 20 4241 109 pmd 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]*'
2499 /force-app/main/default/classes/MetadataService.cls 4242 20 4242 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2499 /force-app/main/default/classes/MetadataService.cls 4242 20 4242 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2500 /force-app/main/default/classes/MetadataService.cls 4243 20 4243 109 pmd 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]*'
2500 /force-app/main/default/classes/MetadataService.cls 4243 20 4243 109 pmd 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]*'
2501 /force-app/main/default/classes/MetadataService.cls 4244 20 4244 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2501 /force-app/main/default/classes/MetadataService.cls 4244 20 4244 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2502 /force-app/main/default/classes/MetadataService.cls 4245 20 4245 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2502 /force-app/main/default/classes/MetadataService.cls 4245 20 4245 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2503 /force-app/main/default/classes/MetadataService.cls 4246 20 4246 60 pmd FieldNamingConventions 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]*'
2503 /force-app/main/default/classes/MetadataService.cls 4246 20 4246 60 pmd FieldNamingConventions 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]*'
2504 /force-app/main/default/classes/MetadataService.cls 4247 20 4247 239 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2504 /force-app/main/default/classes/MetadataService.cls 4247 20 4247 239 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2505 /force-app/main/default/classes/MetadataService.cls 4249 9 4254 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2505 /force-app/main/default/classes/MetadataService.cls 4249 9 4254 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2506 /force-app/main/default/classes/MetadataService.cls 4249 9 4254 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2506 /force-app/main/default/classes/MetadataService.cls 4249 9 4254 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2507 /force-app/main/default/classes/MetadataService.cls 4251 20 4251 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2507 /force-app/main/default/classes/MetadataService.cls 4251 20 4251 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2508 /force-app/main/default/classes/MetadataService.cls 4252 20 4252 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2508 /force-app/main/default/classes/MetadataService.cls 4252 20 4252 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2509 /force-app/main/default/classes/MetadataService.cls 4253 20 4253 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2509 /force-app/main/default/classes/MetadataService.cls 4253 20 4253 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2510 /force-app/main/default/classes/MetadataService.cls 4255 9 4270 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2510 /force-app/main/default/classes/MetadataService.cls 4255 9 4270 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2511 /force-app/main/default/classes/MetadataService.cls 4258 20 4258 97 pmd 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]*'
2511 /force-app/main/default/classes/MetadataService.cls 4258 20 4258 97 pmd 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]*'
2512 /force-app/main/default/classes/MetadataService.cls 4263 20 4263 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 'enabledChannels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2512 /force-app/main/default/classes/MetadataService.cls 4263 20 4263 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 'enabledChannels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2513 /force-app/main/default/classes/MetadataService.cls 4264 20 4264 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2513 /force-app/main/default/classes/MetadataService.cls 4264 20 4264 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2514 /force-app/main/default/classes/MetadataService.cls 4265 20 4265 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2514 /force-app/main/default/classes/MetadataService.cls 4265 20 4265 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2515 /force-app/main/default/classes/MetadataService.cls 4266 20 4266 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2515 /force-app/main/default/classes/MetadataService.cls 4266 20 4266 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2516 /force-app/main/default/classes/MetadataService.cls 4267 20 4267 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2516 /force-app/main/default/classes/MetadataService.cls 4267 20 4267 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2517 /force-app/main/default/classes/MetadataService.cls 4268 20 4268 60 pmd FieldNamingConventions 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]*'
2517 /force-app/main/default/classes/MetadataService.cls 4268 20 4268 60 pmd FieldNamingConventions 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]*'
2518 /force-app/main/default/classes/MetadataService.cls 4269 20 4269 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]*'
2518 /force-app/main/default/classes/MetadataService.cls 4269 20 4269 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]*'
2519 /force-app/main/default/classes/MetadataService.cls 4271 9 4276 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2519 /force-app/main/default/classes/MetadataService.cls 4271 9 4276 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2520 /force-app/main/default/classes/MetadataService.cls 4273 20 4273 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2520 /force-app/main/default/classes/MetadataService.cls 4273 20 4273 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2521 /force-app/main/default/classes/MetadataService.cls 4274 20 4274 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2521 /force-app/main/default/classes/MetadataService.cls 4274 20 4274 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2522 /force-app/main/default/classes/MetadataService.cls 4275 20 4275 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2522 /force-app/main/default/classes/MetadataService.cls 4275 20 4275 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2523 /force-app/main/default/classes/MetadataService.cls 4277 9 4284 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2523 /force-app/main/default/classes/MetadataService.cls 4277 9 4284 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2524 /force-app/main/default/classes/MetadataService.cls 4280 20 4280 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2524 /force-app/main/default/classes/MetadataService.cls 4280 20 4280 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2525 /force-app/main/default/classes/MetadataService.cls 4281 20 4281 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2525 /force-app/main/default/classes/MetadataService.cls 4281 20 4281 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2526 /force-app/main/default/classes/MetadataService.cls 4282 20 4282 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2526 /force-app/main/default/classes/MetadataService.cls 4282 20 4282 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2527 /force-app/main/default/classes/MetadataService.cls 4283 20 4283 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]*'
2527 /force-app/main/default/classes/MetadataService.cls 4283 20 4283 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]*'
2528 /force-app/main/default/classes/MetadataService.cls 4285 9 4296 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2528 /force-app/main/default/classes/MetadataService.cls 4285 9 4296 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2529 /force-app/main/default/classes/MetadataService.cls 4290 20 4290 103 pmd 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]*'
2529 /force-app/main/default/classes/MetadataService.cls 4290 20 4290 103 pmd 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]*'
2530 /force-app/main/default/classes/MetadataService.cls 4291 20 4291 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2530 /force-app/main/default/classes/MetadataService.cls 4291 20 4291 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2531 /force-app/main/default/classes/MetadataService.cls 4292 20 4292 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 'organizationIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2531 /force-app/main/default/classes/MetadataService.cls 4292 20 4292 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 'organizationIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2532 /force-app/main/default/classes/MetadataService.cls 4293 20 4293 99 pmd 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]*'
2532 /force-app/main/default/classes/MetadataService.cls 4293 20 4293 99 pmd 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]*'
2533 /force-app/main/default/classes/MetadataService.cls 4294 20 4294 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2533 /force-app/main/default/classes/MetadataService.cls 4294 20 4294 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2534 /force-app/main/default/classes/MetadataService.cls 4295 20 4295 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]*'
2534 /force-app/main/default/classes/MetadataService.cls 4295 20 4295 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]*'
2535 /force-app/main/default/classes/MetadataService.cls 4297 9 4302 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2535 /force-app/main/default/classes/MetadataService.cls 4297 9 4302 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2536 /force-app/main/default/classes/MetadataService.cls 4297 9 4302 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2536 /force-app/main/default/classes/MetadataService.cls 4297 9 4302 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2537 /force-app/main/default/classes/MetadataService.cls 4298 17 4298 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
2537 /force-app/main/default/classes/MetadataService.cls 4298 17 4298 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
2538 /force-app/main/default/classes/MetadataService.cls 4299 20 4299 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 'String_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2538 /force-app/main/default/classes/MetadataService.cls 4299 20 4299 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 'String_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2539 /force-app/main/default/classes/MetadataService.cls 4300 20 4300 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2539 /force-app/main/default/classes/MetadataService.cls 4300 20 4300 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2540 /force-app/main/default/classes/MetadataService.cls 4301 20 4301 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2540 /force-app/main/default/classes/MetadataService.cls 4301 20 4301 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2541 /force-app/main/default/classes/MetadataService.cls 4303 9 4320 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2541 /force-app/main/default/classes/MetadataService.cls 4303 9 4320 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2542 /force-app/main/default/classes/MetadataService.cls 4303 9 4320 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2542 /force-app/main/default/classes/MetadataService.cls 4303 9 4320 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2543 /force-app/main/default/classes/MetadataService.cls 4306 20 4306 97 pmd 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]*'
2543 /force-app/main/default/classes/MetadataService.cls 4306 20 4306 97 pmd 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]*'
2544 /force-app/main/default/classes/MetadataService.cls 4312 20 4312 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2544 /force-app/main/default/classes/MetadataService.cls 4312 20 4312 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2545 /force-app/main/default/classes/MetadataService.cls 4313 20 4313 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2545 /force-app/main/default/classes/MetadataService.cls 4313 20 4313 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2546 /force-app/main/default/classes/MetadataService.cls 4314 20 4314 89 pmd 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]*'
2546 /force-app/main/default/classes/MetadataService.cls 4314 20 4314 89 pmd 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]*'
2547 /force-app/main/default/classes/MetadataService.cls 4315 20 4315 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2547 /force-app/main/default/classes/MetadataService.cls 4315 20 4315 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2548 /force-app/main/default/classes/MetadataService.cls 4316 20 4316 97 pmd 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]*'
2548 /force-app/main/default/classes/MetadataService.cls 4316 20 4316 97 pmd 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]*'
2549 /force-app/main/default/classes/MetadataService.cls 4317 20 4317 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2549 /force-app/main/default/classes/MetadataService.cls 4317 20 4317 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2550 /force-app/main/default/classes/MetadataService.cls 4318 20 4318 60 pmd FieldNamingConventions 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]*'
2550 /force-app/main/default/classes/MetadataService.cls 4318 20 4318 60 pmd FieldNamingConventions 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]*'
2551 /force-app/main/default/classes/MetadataService.cls 4319 20 4319 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]*'
2551 /force-app/main/default/classes/MetadataService.cls 4319 20 4319 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]*'
2552 /force-app/main/default/classes/MetadataService.cls 4321 9 4328 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2552 /force-app/main/default/classes/MetadataService.cls 4321 9 4328 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2553 /force-app/main/default/classes/MetadataService.cls 4324 20 4324 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 'columnSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2553 /force-app/main/default/classes/MetadataService.cls 4324 20 4324 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 'columnSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2554 /force-app/main/default/classes/MetadataService.cls 4325 20 4325 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2554 /force-app/main/default/classes/MetadataService.cls 4325 20 4325 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2555 /force-app/main/default/classes/MetadataService.cls 4326 20 4326 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2555 /force-app/main/default/classes/MetadataService.cls 4326 20 4326 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2556 /force-app/main/default/classes/MetadataService.cls 4327 20 4327 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]*'
2556 /force-app/main/default/classes/MetadataService.cls 4327 20 4327 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]*'
2557 /force-app/main/default/classes/MetadataService.cls 4329 9 4340 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2557 /force-app/main/default/classes/MetadataService.cls 4329 9 4340 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2558 /force-app/main/default/classes/MetadataService.cls 4332 20 4332 97 pmd 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]*'
2558 /force-app/main/default/classes/MetadataService.cls 4332 20 4332 97 pmd 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]*'
2559 /force-app/main/default/classes/MetadataService.cls 4335 20 4335 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2559 /force-app/main/default/classes/MetadataService.cls 4335 20 4335 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2560 /force-app/main/default/classes/MetadataService.cls 4336 20 4336 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2560 /force-app/main/default/classes/MetadataService.cls 4336 20 4336 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2561 /force-app/main/default/classes/MetadataService.cls 4337 20 4337 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2561 /force-app/main/default/classes/MetadataService.cls 4337 20 4337 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2562 /force-app/main/default/classes/MetadataService.cls 4338 20 4338 60 pmd FieldNamingConventions 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]*'
2562 /force-app/main/default/classes/MetadataService.cls 4338 20 4338 60 pmd FieldNamingConventions 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]*'
2563 /force-app/main/default/classes/MetadataService.cls 4339 20 4339 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]*'
2563 /force-app/main/default/classes/MetadataService.cls 4339 20 4339 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]*'
2564 /force-app/main/default/classes/MetadataService.cls 4341 9 4364 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2564 /force-app/main/default/classes/MetadataService.cls 4341 9 4364 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2565 /force-app/main/default/classes/MetadataService.cls 4341 9 4364 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2565 /force-app/main/default/classes/MetadataService.cls 4341 9 4364 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2566 /force-app/main/default/classes/MetadataService.cls 4350 17 4350 23 pmd 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]*'
2566 /force-app/main/default/classes/MetadataService.cls 4350 17 4350 23 pmd 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]*'
2567 /force-app/main/default/classes/MetadataService.cls 4351 17 4351 23 pmd FieldNamingConventions 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]*'
2567 /force-app/main/default/classes/MetadataService.cls 4351 17 4351 23 pmd FieldNamingConventions 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]*'
2568 /force-app/main/default/classes/MetadataService.cls 4352 20 4352 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2568 /force-app/main/default/classes/MetadataService.cls 4352 20 4352 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2569 /force-app/main/default/classes/MetadataService.cls 4353 20 4353 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2569 /force-app/main/default/classes/MetadataService.cls 4353 20 4353 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2570 /force-app/main/default/classes/MetadataService.cls 4354 20 4354 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2570 /force-app/main/default/classes/MetadataService.cls 4354 20 4354 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2571 /force-app/main/default/classes/MetadataService.cls 4355 20 4355 89 pmd 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]*'
2571 /force-app/main/default/classes/MetadataService.cls 4355 20 4355 89 pmd 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]*'
2572 /force-app/main/default/classes/MetadataService.cls 4356 20 4356 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2572 /force-app/main/default/classes/MetadataService.cls 4356 20 4356 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2573 /force-app/main/default/classes/MetadataService.cls 4357 20 4357 103 pmd 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]*'
2573 /force-app/main/default/classes/MetadataService.cls 4357 20 4357 103 pmd 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]*'
2574 /force-app/main/default/classes/MetadataService.cls 4358 20 4358 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2574 /force-app/main/default/classes/MetadataService.cls 4358 20 4358 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2575 /force-app/main/default/classes/MetadataService.cls 4359 20 4359 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 'stackTrace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2575 /force-app/main/default/classes/MetadataService.cls 4359 20 4359 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 'stackTrace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2576 /force-app/main/default/classes/MetadataService.cls 4360 20 4360 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2576 /force-app/main/default/classes/MetadataService.cls 4360 20 4360 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2577 /force-app/main/default/classes/MetadataService.cls 4361 20 4361 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2577 /force-app/main/default/classes/MetadataService.cls 4361 20 4361 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2578 /force-app/main/default/classes/MetadataService.cls 4362 20 4362 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2578 /force-app/main/default/classes/MetadataService.cls 4362 20 4362 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2579 /force-app/main/default/classes/MetadataService.cls 4363 20 4363 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]*'
2579 /force-app/main/default/classes/MetadataService.cls 4363 20 4363 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]*'
2580 /force-app/main/default/classes/MetadataService.cls 4365 9 4370 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2580 /force-app/main/default/classes/MetadataService.cls 4365 9 4370 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2581 /force-app/main/default/classes/MetadataService.cls 4367 20 4367 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2581 /force-app/main/default/classes/MetadataService.cls 4367 20 4367 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2582 /force-app/main/default/classes/MetadataService.cls 4368 20 4368 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2582 /force-app/main/default/classes/MetadataService.cls 4368 20 4368 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2583 /force-app/main/default/classes/MetadataService.cls 4369 20 4369 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]*'
2583 /force-app/main/default/classes/MetadataService.cls 4369 20 4369 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]*'
2584 /force-app/main/default/classes/MetadataService.cls 4371 9 4398 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2584 /force-app/main/default/classes/MetadataService.cls 4371 9 4398 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2585 /force-app/main/default/classes/MetadataService.cls 4371 9 4398 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2585 /force-app/main/default/classes/MetadataService.cls 4371 9 4398 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2586 /force-app/main/default/classes/MetadataService.cls 4384 20 4384 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 'applicationBinaryFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2586 /force-app/main/default/classes/MetadataService.cls 4384 20 4384 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 'applicationBinaryFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2587 /force-app/main/default/classes/MetadataService.cls 4385 20 4385 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 'applicationBinaryFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2587 /force-app/main/default/classes/MetadataService.cls 4385 20 4385 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 'applicationBinaryFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2588 /force-app/main/default/classes/MetadataService.cls 4386 20 4386 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 'applicationBundleIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2588 /force-app/main/default/classes/MetadataService.cls 4386 20 4386 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 'applicationBundleIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2589 /force-app/main/default/classes/MetadataService.cls 4387 20 4387 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 'applicationFileLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2589 /force-app/main/default/classes/MetadataService.cls 4387 20 4387 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 'applicationFileLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2590 /force-app/main/default/classes/MetadataService.cls 4388 20 4388 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 'applicationIconFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2590 /force-app/main/default/classes/MetadataService.cls 4388 20 4388 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 'applicationIconFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2591 /force-app/main/default/classes/MetadataService.cls 4389 20 4389 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 'applicationIconFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2591 /force-app/main/default/classes/MetadataService.cls 4389 20 4389 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 'applicationIconFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2592 /force-app/main/default/classes/MetadataService.cls 4390 20 4390 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 'applicationInstallUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2592 /force-app/main/default/classes/MetadataService.cls 4390 20 4390 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 'applicationInstallUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2593 /force-app/main/default/classes/MetadataService.cls 4391 20 4391 109 pmd 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]*'
2593 /force-app/main/default/classes/MetadataService.cls 4391 20 4391 109 pmd 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]*'
2594 /force-app/main/default/classes/MetadataService.cls 4392 20 4392 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 'deviceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2594 /force-app/main/default/classes/MetadataService.cls 4392 20 4392 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 'deviceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2595 /force-app/main/default/classes/MetadataService.cls 4393 20 4393 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 'minimumOsVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2595 /force-app/main/default/classes/MetadataService.cls 4393 20 4393 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 'minimumOsVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2596 /force-app/main/default/classes/MetadataService.cls 4394 20 4394 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 'privateApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2596 /force-app/main/default/classes/MetadataService.cls 4394 20 4394 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 'privateApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2597 /force-app/main/default/classes/MetadataService.cls 4395 20 4395 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2597 /force-app/main/default/classes/MetadataService.cls 4395 20 4395 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2598 /force-app/main/default/classes/MetadataService.cls 4396 20 4396 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2598 /force-app/main/default/classes/MetadataService.cls 4396 20 4396 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2599 /force-app/main/default/classes/MetadataService.cls 4397 20 4397 307 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2599 /force-app/main/default/classes/MetadataService.cls 4397 20 4397 307 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2600 /force-app/main/default/classes/MetadataService.cls 4399 9 4434 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2600 /force-app/main/default/classes/MetadataService.cls 4399 9 4434 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2601 /force-app/main/default/classes/MetadataService.cls 4399 9 4434 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2601 /force-app/main/default/classes/MetadataService.cls 4399 9 4434 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2602 /force-app/main/default/classes/MetadataService.cls 4402 20 4402 97 pmd 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]*'
2602 /force-app/main/default/classes/MetadataService.cls 4402 20 4402 97 pmd 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]*'
2603 /force-app/main/default/classes/MetadataService.cls 4417 20 4417 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2603 /force-app/main/default/classes/MetadataService.cls 4417 20 4417 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2604 /force-app/main/default/classes/MetadataService.cls 4418 20 4418 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2604 /force-app/main/default/classes/MetadataService.cls 4418 20 4418 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2605 /force-app/main/default/classes/MetadataService.cls 4419 20 4419 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2605 /force-app/main/default/classes/MetadataService.cls 4419 20 4419 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2606 /force-app/main/default/classes/MetadataService.cls 4420 20 4420 103 pmd 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]*'
2606 /force-app/main/default/classes/MetadataService.cls 4420 20 4420 103 pmd 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]*'
2607 /force-app/main/default/classes/MetadataService.cls 4421 20 4421 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2607 /force-app/main/default/classes/MetadataService.cls 4421 20 4421 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2608 /force-app/main/default/classes/MetadataService.cls 4422 20 4422 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2608 /force-app/main/default/classes/MetadataService.cls 4422 20 4422 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2609 /force-app/main/default/classes/MetadataService.cls 4423 20 4423 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 'hasActivationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2609 /force-app/main/default/classes/MetadataService.cls 4423 20 4423 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 'hasActivationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2610 /force-app/main/default/classes/MetadataService.cls 4424 20 4424 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2610 /force-app/main/default/classes/MetadataService.cls 4424 20 4424 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2611 /force-app/main/default/classes/MetadataService.cls 4425 20 4425 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 'license_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2611 /force-app/main/default/classes/MetadataService.cls 4425 20 4425 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 'license_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2612 /force-app/main/default/classes/MetadataService.cls 4426 20 4426 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2612 /force-app/main/default/classes/MetadataService.cls 4426 20 4426 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2613 /force-app/main/default/classes/MetadataService.cls 4427 20 4427 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2613 /force-app/main/default/classes/MetadataService.cls 4427 20 4427 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2614 /force-app/main/default/classes/MetadataService.cls 4428 20 4428 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2614 /force-app/main/default/classes/MetadataService.cls 4428 20 4428 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2615 /force-app/main/default/classes/MetadataService.cls 4429 20 4429 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 'tabSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2615 /force-app/main/default/classes/MetadataService.cls 4429 20 4429 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 'tabSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2616 /force-app/main/default/classes/MetadataService.cls 4430 20 4430 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2616 /force-app/main/default/classes/MetadataService.cls 4430 20 4430 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2617 /force-app/main/default/classes/MetadataService.cls 4431 20 4431 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2617 /force-app/main/default/classes/MetadataService.cls 4431 20 4431 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2618 /force-app/main/default/classes/MetadataService.cls 4432 20 4432 60 pmd FieldNamingConventions 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]*'
2618 /force-app/main/default/classes/MetadataService.cls 4432 20 4432 60 pmd FieldNamingConventions 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]*'
2619 /force-app/main/default/classes/MetadataService.cls 4433 20 4433 327 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 4433 20 4433 327 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2620 /force-app/main/default/classes/MetadataService.cls 4435 9 4458 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2620 /force-app/main/default/classes/MetadataService.cls 4435 9 4458 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2621 /force-app/main/default/classes/MetadataService.cls 4435 9 4458 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2621 /force-app/main/default/classes/MetadataService.cls 4435 9 4458 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2622 /force-app/main/default/classes/MetadataService.cls 4438 20 4438 97 pmd 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]*'
2622 /force-app/main/default/classes/MetadataService.cls 4438 20 4438 97 pmd 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]*'
2623 /force-app/main/default/classes/MetadataService.cls 4447 20 4447 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2623 /force-app/main/default/classes/MetadataService.cls 4447 20 4447 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2624 /force-app/main/default/classes/MetadataService.cls 4448 20 4448 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2624 /force-app/main/default/classes/MetadataService.cls 4448 20 4448 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2625 /force-app/main/default/classes/MetadataService.cls 4449 20 4449 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2625 /force-app/main/default/classes/MetadataService.cls 4449 20 4449 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2626 /force-app/main/default/classes/MetadataService.cls 4450 20 4450 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2626 /force-app/main/default/classes/MetadataService.cls 4450 20 4450 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2627 /force-app/main/default/classes/MetadataService.cls 4451 20 4451 103 pmd 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]*'
2627 /force-app/main/default/classes/MetadataService.cls 4451 20 4451 103 pmd 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]*'
2628 /force-app/main/default/classes/MetadataService.cls 4452 20 4452 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2628 /force-app/main/default/classes/MetadataService.cls 4452 20 4452 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2629 /force-app/main/default/classes/MetadataService.cls 4453 20 4453 103 pmd 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]*'
2629 /force-app/main/default/classes/MetadataService.cls 4453 20 4453 103 pmd 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]*'
2630 /force-app/main/default/classes/MetadataService.cls 4454 20 4454 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 'workflowTimeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2630 /force-app/main/default/classes/MetadataService.cls 4454 20 4454 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 'workflowTimeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2631 /force-app/main/default/classes/MetadataService.cls 4455 20 4455 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2631 /force-app/main/default/classes/MetadataService.cls 4455 20 4455 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2632 /force-app/main/default/classes/MetadataService.cls 4456 20 4456 60 pmd FieldNamingConventions 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]*'
2632 /force-app/main/default/classes/MetadataService.cls 4456 20 4456 60 pmd FieldNamingConventions 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]*'
2633 /force-app/main/default/classes/MetadataService.cls 4457 20 4457 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]*'
2633 /force-app/main/default/classes/MetadataService.cls 4457 20 4457 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]*'
2634 /force-app/main/default/classes/MetadataService.cls 4459 9 4478 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2634 /force-app/main/default/classes/MetadataService.cls 4459 9 4478 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2635 /force-app/main/default/classes/MetadataService.cls 4459 9 4478 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2635 /force-app/main/default/classes/MetadataService.cls 4459 9 4478 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2636 /force-app/main/default/classes/MetadataService.cls 4462 20 4462 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2636 /force-app/main/default/classes/MetadataService.cls 4462 20 4462 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2637 /force-app/main/default/classes/MetadataService.cls 4465 20 4465 103 pmd 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]*'
2637 /force-app/main/default/classes/MetadataService.cls 4465 20 4465 103 pmd 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]*'
2638 /force-app/main/default/classes/MetadataService.cls 4466 20 4466 89 pmd 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 /force-app/main/default/classes/MetadataService.cls 4466 20 4466 89 pmd 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 /force-app/main/default/classes/MetadataService.cls 4471 20 4471 109 pmd 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]*'
2639 /force-app/main/default/classes/MetadataService.cls 4471 20 4471 109 pmd 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]*'
2640 /force-app/main/default/classes/MetadataService.cls 4472 20 4472 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2640 /force-app/main/default/classes/MetadataService.cls 4472 20 4472 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2641 /force-app/main/default/classes/MetadataService.cls 4473 20 4473 99 pmd 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]*'
2641 /force-app/main/default/classes/MetadataService.cls 4473 20 4473 99 pmd 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]*'
2642 /force-app/main/default/classes/MetadataService.cls 4474 20 4474 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2642 /force-app/main/default/classes/MetadataService.cls 4474 20 4474 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2643 /force-app/main/default/classes/MetadataService.cls 4475 20 4475 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2643 /force-app/main/default/classes/MetadataService.cls 4475 20 4475 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2644 /force-app/main/default/classes/MetadataService.cls 4476 20 4476 60 pmd FieldNamingConventions 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]*'
2644 /force-app/main/default/classes/MetadataService.cls 4476 20 4476 60 pmd FieldNamingConventions 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]*'
2645 /force-app/main/default/classes/MetadataService.cls 4477 20 4477 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]*'
2645 /force-app/main/default/classes/MetadataService.cls 4477 20 4477 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]*'
2646 /force-app/main/default/classes/MetadataService.cls 4479 9 4492 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2646 /force-app/main/default/classes/MetadataService.cls 4479 9 4492 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2647 /force-app/main/default/classes/MetadataService.cls 4485 20 4485 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 'changePasswordPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2647 /force-app/main/default/classes/MetadataService.cls 4485 20 4485 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 'changePasswordPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2648 /force-app/main/default/classes/MetadataService.cls 4486 20 4486 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 'forgotPasswordPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2648 /force-app/main/default/classes/MetadataService.cls 4486 20 4486 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 'forgotPasswordPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2649 /force-app/main/default/classes/MetadataService.cls 4487 20 4487 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 'homePageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2649 /force-app/main/default/classes/MetadataService.cls 4487 20 4487 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 'homePageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2650 /force-app/main/default/classes/MetadataService.cls 4488 20 4488 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 'loginPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2650 /force-app/main/default/classes/MetadataService.cls 4488 20 4488 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 'loginPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2651 /force-app/main/default/classes/MetadataService.cls 4489 20 4489 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 'selfRegProfilePageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2651 /force-app/main/default/classes/MetadataService.cls 4489 20 4489 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 'selfRegProfilePageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2652 /force-app/main/default/classes/MetadataService.cls 4490 20 4490 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2652 /force-app/main/default/classes/MetadataService.cls 4490 20 4490 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2653 /force-app/main/default/classes/MetadataService.cls 4491 20 4491 218 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2653 /force-app/main/default/classes/MetadataService.cls 4491 20 4491 218 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2654 /force-app/main/default/classes/MetadataService.cls 4493 9 4522 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2654 /force-app/main/default/classes/MetadataService.cls 4493 9 4522 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2655 /force-app/main/default/classes/MetadataService.cls 4493 9 4522 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2655 /force-app/main/default/classes/MetadataService.cls 4493 9 4522 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2656 /force-app/main/default/classes/MetadataService.cls 4496 20 4496 97 pmd 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]*'
2656 /force-app/main/default/classes/MetadataService.cls 4496 20 4496 97 pmd 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]*'
2657 /force-app/main/default/classes/MetadataService.cls 4505 17 4505 23 pmd FieldNamingConventions 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]*'
2657 /force-app/main/default/classes/MetadataService.cls 4505 17 4505 23 pmd FieldNamingConventions 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]*'
2658 /force-app/main/default/classes/MetadataService.cls 4508 20 4508 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2658 /force-app/main/default/classes/MetadataService.cls 4508 20 4508 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2659 /force-app/main/default/classes/MetadataService.cls 4509 20 4509 103 pmd 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]*'
2659 /force-app/main/default/classes/MetadataService.cls 4509 20 4509 103 pmd 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]*'
2660 /force-app/main/default/classes/MetadataService.cls 4510 20 4510 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2660 /force-app/main/default/classes/MetadataService.cls 4510 20 4510 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2661 /force-app/main/default/classes/MetadataService.cls 4511 20 4511 103 pmd 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]*'
2661 /force-app/main/default/classes/MetadataService.cls 4511 20 4511 103 pmd 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]*'
2662 /force-app/main/default/classes/MetadataService.cls 4512 20 4512 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 'entitiesAndFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2662 /force-app/main/default/classes/MetadataService.cls 4512 20 4512 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 'entitiesAndFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2663 /force-app/main/default/classes/MetadataService.cls 4513 20 4513 103 pmd 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]*'
2663 /force-app/main/default/classes/MetadataService.cls 4513 20 4513 103 pmd 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]*'
2664 /force-app/main/default/classes/MetadataService.cls 4514 20 4514 103 pmd 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]*'
2664 /force-app/main/default/classes/MetadataService.cls 4514 20 4514 103 pmd 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]*'
2665 /force-app/main/default/classes/MetadataService.cls 4515 20 4515 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 'timePeriod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2665 /force-app/main/default/classes/MetadataService.cls 4515 20 4515 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 'timePeriod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2666 /force-app/main/default/classes/MetadataService.cls 4516 20 4516 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2666 /force-app/main/default/classes/MetadataService.cls 4516 20 4516 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2667 /force-app/main/default/classes/MetadataService.cls 4517 20 4517 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 'userCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2667 /force-app/main/default/classes/MetadataService.cls 4517 20 4517 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 'userCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2668 /force-app/main/default/classes/MetadataService.cls 4518 20 4518 103 pmd 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]*'
2668 /force-app/main/default/classes/MetadataService.cls 4518 20 4518 103 pmd 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]*'
2669 /force-app/main/default/classes/MetadataService.cls 4519 20 4519 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2669 /force-app/main/default/classes/MetadataService.cls 4519 20 4519 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2670 /force-app/main/default/classes/MetadataService.cls 4520 20 4520 60 pmd FieldNamingConventions 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]*'
2670 /force-app/main/default/classes/MetadataService.cls 4520 20 4520 60 pmd FieldNamingConventions 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]*'
2671 /force-app/main/default/classes/MetadataService.cls 4521 20 4521 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]*'
2671 /force-app/main/default/classes/MetadataService.cls 4521 20 4521 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]*'
2672 /force-app/main/default/classes/MetadataService.cls 4523 9 4530 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2672 /force-app/main/default/classes/MetadataService.cls 4523 9 4530 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2673 /force-app/main/default/classes/MetadataService.cls 4526 20 4526 103 pmd 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]*'
2673 /force-app/main/default/classes/MetadataService.cls 4526 20 4526 103 pmd 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]*'
2674 /force-app/main/default/classes/MetadataService.cls 4527 20 4527 103 pmd 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]*'
2674 /force-app/main/default/classes/MetadataService.cls 4527 20 4527 103 pmd 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]*'
2675 /force-app/main/default/classes/MetadataService.cls 4528 20 4528 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2675 /force-app/main/default/classes/MetadataService.cls 4528 20 4528 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2676 /force-app/main/default/classes/MetadataService.cls 4529 20 4529 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]*'
2676 /force-app/main/default/classes/MetadataService.cls 4529 20 4529 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]*'
2677 /force-app/main/default/classes/MetadataService.cls 4531 9 4536 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2677 /force-app/main/default/classes/MetadataService.cls 4531 9 4536 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2678 /force-app/main/default/classes/MetadataService.cls 4533 20 4533 89 pmd 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]*'
2678 /force-app/main/default/classes/MetadataService.cls 4533 20 4533 89 pmd 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]*'
2679 /force-app/main/default/classes/MetadataService.cls 4534 20 4534 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2679 /force-app/main/default/classes/MetadataService.cls 4534 20 4534 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2680 /force-app/main/default/classes/MetadataService.cls 4535 20 4535 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2680 /force-app/main/default/classes/MetadataService.cls 4535 20 4535 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2681 /force-app/main/default/classes/MetadataService.cls 4537 9 4544 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2681 /force-app/main/default/classes/MetadataService.cls 4537 9 4544 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2682 /force-app/main/default/classes/MetadataService.cls 4540 20 4540 99 pmd 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]*'
2682 /force-app/main/default/classes/MetadataService.cls 4540 20 4540 99 pmd 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]*'
2683 /force-app/main/default/classes/MetadataService.cls 4541 20 4541 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2683 /force-app/main/default/classes/MetadataService.cls 4541 20 4541 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2684 /force-app/main/default/classes/MetadataService.cls 4542 20 4542 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2684 /force-app/main/default/classes/MetadataService.cls 4542 20 4542 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2685 /force-app/main/default/classes/MetadataService.cls 4543 20 4543 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]*'
2685 /force-app/main/default/classes/MetadataService.cls 4543 20 4543 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]*'
2686 /force-app/main/default/classes/MetadataService.cls 4545 9 4560 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2686 /force-app/main/default/classes/MetadataService.cls 4545 9 4560 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2687 /force-app/main/default/classes/MetadataService.cls 4552 20 4552 97 pmd 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]*'
2687 /force-app/main/default/classes/MetadataService.cls 4552 20 4552 97 pmd 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]*'
2688 /force-app/main/default/classes/MetadataService.cls 4553 20 4553 109 pmd 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]*'
2688 /force-app/main/default/classes/MetadataService.cls 4553 20 4553 109 pmd 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]*'
2689 /force-app/main/default/classes/MetadataService.cls 4554 20 4554 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 'isModelLocked_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2689 /force-app/main/default/classes/MetadataService.cls 4554 20 4554 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 'isModelLocked_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2690 /force-app/main/default/classes/MetadataService.cls 4555 20 4555 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 'modelDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2690 /force-app/main/default/classes/MetadataService.cls 4555 20 4555 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 'modelDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2691 /force-app/main/default/classes/MetadataService.cls 4556 20 4556 89 pmd 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]*'
2691 /force-app/main/default/classes/MetadataService.cls 4556 20 4556 89 pmd 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]*'
2692 /force-app/main/default/classes/MetadataService.cls 4557 20 4557 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 'recordPreference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2692 /force-app/main/default/classes/MetadataService.cls 4557 20 4557 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 'recordPreference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2693 /force-app/main/default/classes/MetadataService.cls 4558 20 4558 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2693 /force-app/main/default/classes/MetadataService.cls 4558 20 4558 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2694 /force-app/main/default/classes/MetadataService.cls 4559 20 4559 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]*'
2694 /force-app/main/default/classes/MetadataService.cls 4559 20 4559 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]*'
2695 /force-app/main/default/classes/MetadataService.cls 4561 9 4572 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2695 /force-app/main/default/classes/MetadataService.cls 4561 9 4572 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2696 /force-app/main/default/classes/MetadataService.cls 4566 20 4566 99 pmd 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]*'
2696 /force-app/main/default/classes/MetadataService.cls 4566 20 4566 99 pmd 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]*'
2697 /force-app/main/default/classes/MetadataService.cls 4567 20 4567 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 'orchestrationEvent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2697 /force-app/main/default/classes/MetadataService.cls 4567 20 4567 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 'orchestrationEvent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2698 /force-app/main/default/classes/MetadataService.cls 4568 20 4568 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 'platformEvent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2698 /force-app/main/default/classes/MetadataService.cls 4568 20 4568 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 'platformEvent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2699 /force-app/main/default/classes/MetadataService.cls 4569 20 4569 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 'platformEventPrimaryKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2699 /force-app/main/default/classes/MetadataService.cls 4569 20 4569 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 'platformEventPrimaryKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2700 /force-app/main/default/classes/MetadataService.cls 4570 20 4570 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2700 /force-app/main/default/classes/MetadataService.cls 4570 20 4570 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2701 /force-app/main/default/classes/MetadataService.cls 4571 20 4571 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]*'
2701 /force-app/main/default/classes/MetadataService.cls 4571 20 4571 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]*'
2702 /force-app/main/default/classes/MetadataService.cls 4573 9 4584 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2702 /force-app/main/default/classes/MetadataService.cls 4573 9 4584 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2703 /force-app/main/default/classes/MetadataService.cls 4578 20 4578 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2703 /force-app/main/default/classes/MetadataService.cls 4578 20 4578 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2704 /force-app/main/default/classes/MetadataService.cls 4579 20 4579 97 pmd 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]*'
2704 /force-app/main/default/classes/MetadataService.cls 4579 20 4579 97 pmd 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]*'
2705 /force-app/main/default/classes/MetadataService.cls 4580 20 4580 89 pmd 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 /force-app/main/default/classes/MetadataService.cls 4580 20 4580 89 pmd 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 /force-app/main/default/classes/MetadataService.cls 4581 20 4581 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 'pausedText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2706 /force-app/main/default/classes/MetadataService.cls 4581 20 4581 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 'pausedText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2707 /force-app/main/default/classes/MetadataService.cls 4582 20 4582 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2707 /force-app/main/default/classes/MetadataService.cls 4582 20 4582 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2708 /force-app/main/default/classes/MetadataService.cls 4583 20 4583 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2708 /force-app/main/default/classes/MetadataService.cls 4583 20 4583 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2709 /force-app/main/default/classes/MetadataService.cls 4585 9 4594 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2709 /force-app/main/default/classes/MetadataService.cls 4585 9 4594 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2710 /force-app/main/default/classes/MetadataService.cls 4589 20 4589 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 'customerUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2710 /force-app/main/default/classes/MetadataService.cls 4589 20 4589 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 'customerUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2711 /force-app/main/default/classes/MetadataService.cls 4590 20 4590 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 'employeeUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2711 /force-app/main/default/classes/MetadataService.cls 4590 20 4590 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 'employeeUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2712 /force-app/main/default/classes/MetadataService.cls 4591 20 4591 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 'partnerUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2712 /force-app/main/default/classes/MetadataService.cls 4591 20 4591 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 'partnerUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2713 /force-app/main/default/classes/MetadataService.cls 4592 20 4592 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2713 /force-app/main/default/classes/MetadataService.cls 4592 20 4592 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2714 /force-app/main/default/classes/MetadataService.cls 4593 20 4593 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]*'
2714 /force-app/main/default/classes/MetadataService.cls 4593 20 4593 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]*'
2715 /force-app/main/default/classes/MetadataService.cls 4595 9 4600 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2715 /force-app/main/default/classes/MetadataService.cls 4595 9 4600 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2716 /force-app/main/default/classes/MetadataService.cls 4597 20 4597 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 'roleAndSubordinateInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2716 /force-app/main/default/classes/MetadataService.cls 4597 20 4597 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 'roleAndSubordinateInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2717 /force-app/main/default/classes/MetadataService.cls 4598 20 4598 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2717 /force-app/main/default/classes/MetadataService.cls 4598 20 4598 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2718 /force-app/main/default/classes/MetadataService.cls 4599 20 4599 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]*'
2718 /force-app/main/default/classes/MetadataService.cls 4599 20 4599 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]*'
2719 /force-app/main/default/classes/MetadataService.cls 4601 9 4640 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2719 /force-app/main/default/classes/MetadataService.cls 4601 9 4640 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2720 /force-app/main/default/classes/MetadataService.cls 4601 9 4640 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2720 /force-app/main/default/classes/MetadataService.cls 4601 9 4640 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2721 /force-app/main/default/classes/MetadataService.cls 4604 20 4604 97 pmd 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]*'
2721 /force-app/main/default/classes/MetadataService.cls 4604 20 4604 97 pmd 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]*'
2722 /force-app/main/default/classes/MetadataService.cls 4616 17 4616 23 pmd 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]*'
2722 /force-app/main/default/classes/MetadataService.cls 4616 17 4616 23 pmd 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]*'
2723 /force-app/main/default/classes/MetadataService.cls 4621 20 4621 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2723 /force-app/main/default/classes/MetadataService.cls 4621 20 4621 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2724 /force-app/main/default/classes/MetadataService.cls 4622 20 4622 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 'auraComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2724 /force-app/main/default/classes/MetadataService.cls 4622 20 4622 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 'auraComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2725 /force-app/main/default/classes/MetadataService.cls 4623 20 4623 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 'customObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2725 /force-app/main/default/classes/MetadataService.cls 4623 20 4623 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 'customObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2726 /force-app/main/default/classes/MetadataService.cls 4624 20 4624 103 pmd 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]*'
2726 /force-app/main/default/classes/MetadataService.cls 4624 20 4624 103 pmd 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]*'
2727 /force-app/main/default/classes/MetadataService.cls 4625 20 4625 99 pmd 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]*'
2727 /force-app/main/default/classes/MetadataService.cls 4625 20 4625 99 pmd 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]*'
2728 /force-app/main/default/classes/MetadataService.cls 4626 20 4626 103 pmd 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]*'
2728 /force-app/main/default/classes/MetadataService.cls 4626 20 4626 103 pmd 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]*'
2729 /force-app/main/default/classes/MetadataService.cls 4627 20 4627 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 'hasSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2729 /force-app/main/default/classes/MetadataService.cls 4627 20 4627 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 'hasSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2730 /force-app/main/default/classes/MetadataService.cls 4628 20 4628 89 pmd 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]*'
2730 /force-app/main/default/classes/MetadataService.cls 4628 20 4628 89 pmd 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]*'
2731 /force-app/main/default/classes/MetadataService.cls 4629 20 4629 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2731 /force-app/main/default/classes/MetadataService.cls 4629 20 4629 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2732 /force-app/main/default/classes/MetadataService.cls 4630 20 4630 103 pmd 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]*'
2732 /force-app/main/default/classes/MetadataService.cls 4630 20 4630 103 pmd 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]*'
2733 /force-app/main/default/classes/MetadataService.cls 4631 20 4631 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 'motif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2733 /force-app/main/default/classes/MetadataService.cls 4631 20 4631 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 'motif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2734 /force-app/main/default/classes/MetadataService.cls 4632 20 4632 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2734 /force-app/main/default/classes/MetadataService.cls 4632 20 4632 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2735 /force-app/main/default/classes/MetadataService.cls 4633 20 4633 97 pmd 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]*'
2735 /force-app/main/default/classes/MetadataService.cls 4633 20 4633 97 pmd 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]*'
2736 /force-app/main/default/classes/MetadataService.cls 4634 20 4634 109 pmd 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]*'
2736 /force-app/main/default/classes/MetadataService.cls 4634 20 4634 109 pmd 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]*'
2737 /force-app/main/default/classes/MetadataService.cls 4635 20 4635 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2737 /force-app/main/default/classes/MetadataService.cls 4635 20 4635 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2738 /force-app/main/default/classes/MetadataService.cls 4636 20 4636 109 pmd 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]*'
2738 /force-app/main/default/classes/MetadataService.cls 4636 20 4636 109 pmd 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]*'
2739 /force-app/main/default/classes/MetadataService.cls 4637 20 4637 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2739 /force-app/main/default/classes/MetadataService.cls 4637 20 4637 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2740 /force-app/main/default/classes/MetadataService.cls 4638 20 4638 60 pmd FieldNamingConventions 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]*'
2740 /force-app/main/default/classes/MetadataService.cls 4638 20 4638 60 pmd FieldNamingConventions 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]*'
2741 /force-app/main/default/classes/MetadataService.cls 4639 20 4639 268 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2741 /force-app/main/default/classes/MetadataService.cls 4639 20 4639 268 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2742 /force-app/main/default/classes/MetadataService.cls 4641 9 4704 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2742 /force-app/main/default/classes/MetadataService.cls 4641 9 4704 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2743 /force-app/main/default/classes/MetadataService.cls 4641 9 4704 3 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)
2743 /force-app/main/default/classes/MetadataService.cls 4641 9 4704 3 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)
2744 /force-app/main/default/classes/MetadataService.cls 4641 9 4704 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2744 /force-app/main/default/classes/MetadataService.cls 4641 9 4704 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2745 /force-app/main/default/classes/MetadataService.cls 4644 20 4644 97 pmd 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]*'
2745 /force-app/main/default/classes/MetadataService.cls 4644 20 4644 97 pmd 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]*'
2746 /force-app/main/default/classes/MetadataService.cls 4673 20 4673 103 pmd 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]*'
2746 /force-app/main/default/classes/MetadataService.cls 4673 20 4673 103 pmd 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]*'
2747 /force-app/main/default/classes/MetadataService.cls 4674 20 4674 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2747 /force-app/main/default/classes/MetadataService.cls 4674 20 4674 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2748 /force-app/main/default/classes/MetadataService.cls 4675 20 4675 97 pmd 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]*'
2748 /force-app/main/default/classes/MetadataService.cls 4675 20 4675 97 pmd 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]*'
2749 /force-app/main/default/classes/MetadataService.cls 4676 20 4676 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 'criticalWaitTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2749 /force-app/main/default/classes/MetadataService.cls 4676 20 4676 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 'criticalWaitTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2750 /force-app/main/default/classes/MetadataService.cls 4677 20 4677 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2750 /force-app/main/default/classes/MetadataService.cls 4677 20 4677 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2751 /force-app/main/default/classes/MetadataService.cls 4678 20 4678 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 'enableAgentFileTransfer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2751 /force-app/main/default/classes/MetadataService.cls 4678 20 4678 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 'enableAgentFileTransfer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2752 /force-app/main/default/classes/MetadataService.cls 4679 20 4679 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 'enableAgentSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2752 /force-app/main/default/classes/MetadataService.cls 4679 20 4679 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 'enableAgentSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2753 /force-app/main/default/classes/MetadataService.cls 4680 20 4680 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 'enableAssistanceFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2753 /force-app/main/default/classes/MetadataService.cls 4680 20 4680 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 'enableAssistanceFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2754 /force-app/main/default/classes/MetadataService.cls 4681 20 4681 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 'enableAutoAwayOnDecline_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2754 /force-app/main/default/classes/MetadataService.cls 4681 20 4681 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 'enableAutoAwayOnDecline_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2755 /force-app/main/default/classes/MetadataService.cls 4682 20 4682 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 'enableAutoAwayOnPushTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2755 /force-app/main/default/classes/MetadataService.cls 4682 20 4682 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 'enableAutoAwayOnPushTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2756 /force-app/main/default/classes/MetadataService.cls 4683 20 4683 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 'enableChatConferencing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2756 /force-app/main/default/classes/MetadataService.cls 4683 20 4683 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 'enableChatConferencing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2757 /force-app/main/default/classes/MetadataService.cls 4684 20 4684 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 'enableChatMonitoring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2757 /force-app/main/default/classes/MetadataService.cls 4684 20 4684 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 'enableChatMonitoring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2758 /force-app/main/default/classes/MetadataService.cls 4685 20 4685 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 'enableChatTransferToAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2758 /force-app/main/default/classes/MetadataService.cls 4685 20 4685 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 'enableChatTransferToAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2759 /force-app/main/default/classes/MetadataService.cls 4686 20 4686 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 'enableChatTransferToButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2759 /force-app/main/default/classes/MetadataService.cls 4686 20 4686 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 'enableChatTransferToButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2760 /force-app/main/default/classes/MetadataService.cls 4687 20 4687 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 'enableChatTransferToSkill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2760 /force-app/main/default/classes/MetadataService.cls 4687 20 4687 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 'enableChatTransferToSkill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2761 /force-app/main/default/classes/MetadataService.cls 4688 20 4688 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 'enableLogoutSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2761 /force-app/main/default/classes/MetadataService.cls 4688 20 4688 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 'enableLogoutSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2762 /force-app/main/default/classes/MetadataService.cls 4689 20 4689 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 'enableNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2762 /force-app/main/default/classes/MetadataService.cls 4689 20 4689 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 'enableNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2763 /force-app/main/default/classes/MetadataService.cls 4690 20 4690 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 'enableRequestSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2763 /force-app/main/default/classes/MetadataService.cls 4690 20 4690 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 'enableRequestSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2764 /force-app/main/default/classes/MetadataService.cls 4691 20 4691 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 'enableSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2764 /force-app/main/default/classes/MetadataService.cls 4691 20 4691 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 'enableSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2765 /force-app/main/default/classes/MetadataService.cls 4692 20 4692 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 'enableVisitorBlocking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2765 /force-app/main/default/classes/MetadataService.cls 4692 20 4692 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 'enableVisitorBlocking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2766 /force-app/main/default/classes/MetadataService.cls 4693 20 4693 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 'enableWhisperMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2766 /force-app/main/default/classes/MetadataService.cls 4693 20 4693 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 'enableWhisperMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2767 /force-app/main/default/classes/MetadataService.cls 4694 20 4694 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2767 /force-app/main/default/classes/MetadataService.cls 4694 20 4694 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2768 /force-app/main/default/classes/MetadataService.cls 4695 20 4695 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 'supervisorDefaultAgentStatusFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2768 /force-app/main/default/classes/MetadataService.cls 4695 20 4695 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 'supervisorDefaultAgentStatusFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2769 /force-app/main/default/classes/MetadataService.cls 4696 20 4696 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 'supervisorDefaultButtonFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2769 /force-app/main/default/classes/MetadataService.cls 4696 20 4696 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 'supervisorDefaultButtonFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2770 /force-app/main/default/classes/MetadataService.cls 4697 20 4697 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 'supervisorDefaultSkillFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2770 /force-app/main/default/classes/MetadataService.cls 4697 20 4697 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 'supervisorDefaultSkillFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2771 /force-app/main/default/classes/MetadataService.cls 4698 20 4698 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 'supervisorSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2771 /force-app/main/default/classes/MetadataService.cls 4698 20 4698 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 'supervisorSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2772 /force-app/main/default/classes/MetadataService.cls 4699 20 4699 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 'transferableButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2772 /force-app/main/default/classes/MetadataService.cls 4699 20 4699 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 'transferableButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2773 /force-app/main/default/classes/MetadataService.cls 4700 20 4700 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 'transferableSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2773 /force-app/main/default/classes/MetadataService.cls 4700 20 4700 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 'transferableSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2774 /force-app/main/default/classes/MetadataService.cls 4701 20 4701 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2774 /force-app/main/default/classes/MetadataService.cls 4701 20 4701 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2775 /force-app/main/default/classes/MetadataService.cls 4702 20 4702 60 pmd FieldNamingConventions 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]*'
2775 /force-app/main/default/classes/MetadataService.cls 4702 20 4702 60 pmd FieldNamingConventions 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]*'
2776 /force-app/main/default/classes/MetadataService.cls 4703 20 4703 705 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 4703 20 4703 705 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2777 /force-app/main/default/classes/MetadataService.cls 4705 9 4716 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2777 /force-app/main/default/classes/MetadataService.cls 4705 9 4716 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2778 /force-app/main/default/classes/MetadataService.cls 4706 17 4706 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 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
2778 /force-app/main/default/classes/MetadataService.cls 4706 17 4706 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 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
2779 /force-app/main/default/classes/MetadataService.cls 4710 20 4710 103 pmd 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]*'
2779 /force-app/main/default/classes/MetadataService.cls 4710 20 4710 103 pmd 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]*'
2780 /force-app/main/default/classes/MetadataService.cls 4711 20 4711 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2780 /force-app/main/default/classes/MetadataService.cls 4711 20 4711 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2781 /force-app/main/default/classes/MetadataService.cls 4712 20 4712 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 'fieldMappingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2781 /force-app/main/default/classes/MetadataService.cls 4712 20 4712 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 'fieldMappingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2782 /force-app/main/default/classes/MetadataService.cls 4713 20 4713 103 pmd 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]*'
2782 /force-app/main/default/classes/MetadataService.cls 4713 20 4713 103 pmd 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]*'
2783 /force-app/main/default/classes/MetadataService.cls 4714 20 4714 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2783 /force-app/main/default/classes/MetadataService.cls 4714 20 4714 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2784 /force-app/main/default/classes/MetadataService.cls 4715 20 4715 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]*'
2784 /force-app/main/default/classes/MetadataService.cls 4715 20 4715 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]*'
2785 /force-app/main/default/classes/MetadataService.cls 4717 9 4742 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2785 /force-app/main/default/classes/MetadataService.cls 4717 9 4742 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2786 /force-app/main/default/classes/MetadataService.cls 4717 9 4742 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2786 /force-app/main/default/classes/MetadataService.cls 4717 9 4742 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2787 /force-app/main/default/classes/MetadataService.cls 4729 20 4729 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 'enableE2CSourceTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2787 /force-app/main/default/classes/MetadataService.cls 4729 20 4729 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 'enableE2CSourceTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2788 /force-app/main/default/classes/MetadataService.cls 4730 20 4730 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 'enableEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2788 /force-app/main/default/classes/MetadataService.cls 4730 20 4730 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 'enableEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2789 /force-app/main/default/classes/MetadataService.cls 4731 20 4731 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 'enableHtmlEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2789 /force-app/main/default/classes/MetadataService.cls 4731 20 4731 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 'enableHtmlEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2790 /force-app/main/default/classes/MetadataService.cls 4732 20 4732 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 'enableOnDemandEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2790 /force-app/main/default/classes/MetadataService.cls 4732 20 4732 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 'enableOnDemandEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2791 /force-app/main/default/classes/MetadataService.cls 4733 20 4733 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 'enableThreadIDInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2791 /force-app/main/default/classes/MetadataService.cls 4733 20 4733 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 'enableThreadIDInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2792 /force-app/main/default/classes/MetadataService.cls 4734 20 4734 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 'enableThreadIDInSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2792 /force-app/main/default/classes/MetadataService.cls 4734 20 4734 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 'enableThreadIDInSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2793 /force-app/main/default/classes/MetadataService.cls 4735 20 4735 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 'notifyOwnerOnNewCaseEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2793 /force-app/main/default/classes/MetadataService.cls 4735 20 4735 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 'notifyOwnerOnNewCaseEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2794 /force-app/main/default/classes/MetadataService.cls 4736 20 4736 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 'overEmailLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2794 /force-app/main/default/classes/MetadataService.cls 4736 20 4736 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 'overEmailLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2795 /force-app/main/default/classes/MetadataService.cls 4737 20 4737 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 'preQuoteSignature_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2795 /force-app/main/default/classes/MetadataService.cls 4737 20 4737 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 'preQuoteSignature_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2796 /force-app/main/default/classes/MetadataService.cls 4738 20 4738 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 'routingAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2796 /force-app/main/default/classes/MetadataService.cls 4738 20 4738 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 'routingAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2797 /force-app/main/default/classes/MetadataService.cls 4739 20 4739 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 'unauthorizedSenderAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2797 /force-app/main/default/classes/MetadataService.cls 4739 20 4739 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 'unauthorizedSenderAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2798 /force-app/main/default/classes/MetadataService.cls 4740 20 4740 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2798 /force-app/main/default/classes/MetadataService.cls 4740 20 4740 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2799 /force-app/main/default/classes/MetadataService.cls 4741 20 4741 315 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2799 /force-app/main/default/classes/MetadataService.cls 4741 20 4741 315 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2800 /force-app/main/default/classes/MetadataService.cls 4743 9 4754 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2800 /force-app/main/default/classes/MetadataService.cls 4743 9 4754 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2801 /force-app/main/default/classes/MetadataService.cls 4746 20 4746 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2801 /force-app/main/default/classes/MetadataService.cls 4746 20 4746 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2802 /force-app/main/default/classes/MetadataService.cls 4749 20 4749 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2802 /force-app/main/default/classes/MetadataService.cls 4749 20 4749 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2803 /force-app/main/default/classes/MetadataService.cls 4750 20 4750 89 pmd 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]*'
2803 /force-app/main/default/classes/MetadataService.cls 4750 20 4750 89 pmd 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]*'
2804 /force-app/main/default/classes/MetadataService.cls 4751 20 4751 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2804 /force-app/main/default/classes/MetadataService.cls 4751 20 4751 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2805 /force-app/main/default/classes/MetadataService.cls 4752 20 4752 60 pmd FieldNamingConventions 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]*'
2805 /force-app/main/default/classes/MetadataService.cls 4752 20 4752 60 pmd FieldNamingConventions 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]*'
2806 /force-app/main/default/classes/MetadataService.cls 4753 20 4753 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2806 /force-app/main/default/classes/MetadataService.cls 4753 20 4753 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2807 /force-app/main/default/classes/MetadataService.cls 4755 9 4768 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2807 /force-app/main/default/classes/MetadataService.cls 4755 9 4768 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2808 /force-app/main/default/classes/MetadataService.cls 4758 20 4758 97 pmd 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]*'
2808 /force-app/main/default/classes/MetadataService.cls 4758 20 4758 97 pmd 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]*'
2809 /force-app/main/default/classes/MetadataService.cls 4762 20 4762 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 'networkAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2809 /force-app/main/default/classes/MetadataService.cls 4762 20 4762 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 'networkAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2810 /force-app/main/default/classes/MetadataService.cls 4763 20 4763 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 'passwordPolicies_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2810 /force-app/main/default/classes/MetadataService.cls 4763 20 4763 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 'passwordPolicies_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2811 /force-app/main/default/classes/MetadataService.cls 4764 20 4764 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 'sessionSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2811 /force-app/main/default/classes/MetadataService.cls 4764 20 4764 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 'sessionSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2812 /force-app/main/default/classes/MetadataService.cls 4765 20 4765 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2812 /force-app/main/default/classes/MetadataService.cls 4765 20 4765 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2813 /force-app/main/default/classes/MetadataService.cls 4766 20 4766 60 pmd FieldNamingConventions 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]*'
2813 /force-app/main/default/classes/MetadataService.cls 4766 20 4766 60 pmd FieldNamingConventions 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]*'
2814 /force-app/main/default/classes/MetadataService.cls 4767 20 4767 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]*'
2814 /force-app/main/default/classes/MetadataService.cls 4767 20 4767 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]*'
2815 /force-app/main/default/classes/MetadataService.cls 4769 9 4820 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2815 /force-app/main/default/classes/MetadataService.cls 4769 9 4820 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2816 /force-app/main/default/classes/MetadataService.cls 4769 9 4820 3 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)
2816 /force-app/main/default/classes/MetadataService.cls 4769 9 4820 3 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)
2817 /force-app/main/default/classes/MetadataService.cls 4769 9 4820 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2817 /force-app/main/default/classes/MetadataService.cls 4769 9 4820 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2818 /force-app/main/default/classes/MetadataService.cls 4794 20 4794 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 'backgroundColor1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2818 /force-app/main/default/classes/MetadataService.cls 4794 20 4794 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 'backgroundColor1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2819 /force-app/main/default/classes/MetadataService.cls 4795 20 4795 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 'backgroundColor2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2819 /force-app/main/default/classes/MetadataService.cls 4795 20 4795 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 'backgroundColor2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2820 /force-app/main/default/classes/MetadataService.cls 4796 20 4796 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 'backgroundFadeDir_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2820 /force-app/main/default/classes/MetadataService.cls 4796 20 4796 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 'backgroundFadeDir_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2821 /force-app/main/default/classes/MetadataService.cls 4797 20 4797 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 'chartSummaries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2821 /force-app/main/default/classes/MetadataService.cls 4797 20 4797 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 'chartSummaries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2822 /force-app/main/default/classes/MetadataService.cls 4798 20 4798 99 pmd 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]*'
2822 /force-app/main/default/classes/MetadataService.cls 4798 20 4798 99 pmd 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]*'
2823 /force-app/main/default/classes/MetadataService.cls 4799 20 4799 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 'enableHoverLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2823 /force-app/main/default/classes/MetadataService.cls 4799 20 4799 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 'enableHoverLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2824 /force-app/main/default/classes/MetadataService.cls 4800 20 4800 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2824 /force-app/main/default/classes/MetadataService.cls 4800 20 4800 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2825 /force-app/main/default/classes/MetadataService.cls 4801 20 4801 109 pmd 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]*'
2825 /force-app/main/default/classes/MetadataService.cls 4801 20 4801 109 pmd 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]*'
2826 /force-app/main/default/classes/MetadataService.cls 4802 20 4802 109 pmd 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]*'
2826 /force-app/main/default/classes/MetadataService.cls 4802 20 4802 109 pmd 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]*'
2827 /force-app/main/default/classes/MetadataService.cls 4803 20 4803 97 pmd 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]*'
2827 /force-app/main/default/classes/MetadataService.cls 4803 20 4803 97 pmd 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]*'
2828 /force-app/main/default/classes/MetadataService.cls 4804 20 4804 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 'secondaryGroupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2828 /force-app/main/default/classes/MetadataService.cls 4804 20 4804 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 'secondaryGroupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2829 /force-app/main/default/classes/MetadataService.cls 4805 20 4805 109 pmd 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]*'
2829 /force-app/main/default/classes/MetadataService.cls 4805 20 4805 109 pmd 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]*'
2830 /force-app/main/default/classes/MetadataService.cls 4806 20 4806 109 pmd 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]*'
2830 /force-app/main/default/classes/MetadataService.cls 4806 20 4806 109 pmd 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]*'
2831 /force-app/main/default/classes/MetadataService.cls 4807 20 4807 99 pmd 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]*'
2831 /force-app/main/default/classes/MetadataService.cls 4807 20 4807 99 pmd 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]*'
2832 /force-app/main/default/classes/MetadataService.cls 4808 20 4808 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2832 /force-app/main/default/classes/MetadataService.cls 4808 20 4808 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2833 /force-app/main/default/classes/MetadataService.cls 4809 20 4809 89 pmd 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]*'
2833 /force-app/main/default/classes/MetadataService.cls 4809 20 4809 89 pmd 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]*'
2834 /force-app/main/default/classes/MetadataService.cls 4810 20 4810 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 'summaryAxisManualRangeEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2834 /force-app/main/default/classes/MetadataService.cls 4810 20 4810 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 'summaryAxisManualRangeEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2835 /force-app/main/default/classes/MetadataService.cls 4811 20 4811 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 'summaryAxisManualRangeStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2835 /force-app/main/default/classes/MetadataService.cls 4811 20 4811 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 'summaryAxisManualRangeStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2836 /force-app/main/default/classes/MetadataService.cls 4812 20 4812 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 'summaryAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2836 /force-app/main/default/classes/MetadataService.cls 4812 20 4812 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 'summaryAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2837 /force-app/main/default/classes/MetadataService.cls 4813 20 4813 99 pmd 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]*'
2837 /force-app/main/default/classes/MetadataService.cls 4813 20 4813 99 pmd 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]*'
2838 /force-app/main/default/classes/MetadataService.cls 4814 20 4814 97 pmd 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]*'
2838 /force-app/main/default/classes/MetadataService.cls 4814 20 4814 97 pmd 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]*'
2839 /force-app/main/default/classes/MetadataService.cls 4815 20 4815 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2839 /force-app/main/default/classes/MetadataService.cls 4815 20 4815 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2840 /force-app/main/default/classes/MetadataService.cls 4816 20 4816 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2840 /force-app/main/default/classes/MetadataService.cls 4816 20 4816 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2841 /force-app/main/default/classes/MetadataService.cls 4817 20 4817 99 pmd 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]*'
2841 /force-app/main/default/classes/MetadataService.cls 4817 20 4817 99 pmd 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]*'
2842 /force-app/main/default/classes/MetadataService.cls 4818 20 4818 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2842 /force-app/main/default/classes/MetadataService.cls 4818 20 4818 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2843 /force-app/main/default/classes/MetadataService.cls 4819 20 4819 449 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 4819 20 4819 449 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 4821 9 4828 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2844 /force-app/main/default/classes/MetadataService.cls 4821 9 4828 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2845 /force-app/main/default/classes/MetadataService.cls 4823 17 4823 23 pmd FieldNamingConventions 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]*'
2845 /force-app/main/default/classes/MetadataService.cls 4823 17 4823 23 pmd FieldNamingConventions 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]*'
2846 /force-app/main/default/classes/MetadataService.cls 4824 20 4824 89 pmd 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]*'
2846 /force-app/main/default/classes/MetadataService.cls 4824 20 4824 89 pmd 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]*'
2847 /force-app/main/default/classes/MetadataService.cls 4825 20 4825 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2847 /force-app/main/default/classes/MetadataService.cls 4825 20 4825 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2848 /force-app/main/default/classes/MetadataService.cls 4826 20 4826 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2848 /force-app/main/default/classes/MetadataService.cls 4826 20 4826 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2849 /force-app/main/default/classes/MetadataService.cls 4827 20 4827 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]*'
2849 /force-app/main/default/classes/MetadataService.cls 4827 20 4827 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]*'
2850 /force-app/main/default/classes/MetadataService.cls 4829 9 4836 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2850 /force-app/main/default/classes/MetadataService.cls 4829 9 4836 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2851 /force-app/main/default/classes/MetadataService.cls 4832 20 4832 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 'maxNumberOfPrimaryTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2851 /force-app/main/default/classes/MetadataService.cls 4832 20 4832 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 'maxNumberOfPrimaryTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2852 /force-app/main/default/classes/MetadataService.cls 4833 20 4833 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 'maxNumberOfSubTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2852 /force-app/main/default/classes/MetadataService.cls 4833 20 4833 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 'maxNumberOfSubTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2853 /force-app/main/default/classes/MetadataService.cls 4834 20 4834 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2853 /force-app/main/default/classes/MetadataService.cls 4834 20 4834 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2854 /force-app/main/default/classes/MetadataService.cls 4835 20 4835 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2854 /force-app/main/default/classes/MetadataService.cls 4835 20 4835 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2855 /force-app/main/default/classes/MetadataService.cls 4837 9 4846 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2855 /force-app/main/default/classes/MetadataService.cls 4837 9 4846 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2856 /force-app/main/default/classes/MetadataService.cls 4841 20 4841 103 pmd 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]*'
2856 /force-app/main/default/classes/MetadataService.cls 4841 20 4841 103 pmd 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]*'
2857 /force-app/main/default/classes/MetadataService.cls 4842 20 4842 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 'mappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2857 /force-app/main/default/classes/MetadataService.cls 4842 20 4842 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 'mappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2858 /force-app/main/default/classes/MetadataService.cls 4843 20 4843 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 'outputObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2858 /force-app/main/default/classes/MetadataService.cls 4843 20 4843 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 'outputObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2859 /force-app/main/default/classes/MetadataService.cls 4844 20 4844 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2859 /force-app/main/default/classes/MetadataService.cls 4844 20 4844 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2860 /force-app/main/default/classes/MetadataService.cls 4845 20 4845 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]*'
2860 /force-app/main/default/classes/MetadataService.cls 4845 20 4845 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]*'
2861 /force-app/main/default/classes/MetadataService.cls 4847 9 4856 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2861 /force-app/main/default/classes/MetadataService.cls 4847 9 4856 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2862 /force-app/main/default/classes/MetadataService.cls 4851 20 4851 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2862 /force-app/main/default/classes/MetadataService.cls 4851 20 4851 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2863 /force-app/main/default/classes/MetadataService.cls 4852 20 4852 99 pmd 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]*'
2863 /force-app/main/default/classes/MetadataService.cls 4852 20 4852 99 pmd 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]*'
2864 /force-app/main/default/classes/MetadataService.cls 4853 20 4853 103 pmd 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]*'
2864 /force-app/main/default/classes/MetadataService.cls 4853 20 4853 103 pmd 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]*'
2865 /force-app/main/default/classes/MetadataService.cls 4854 20 4854 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2865 /force-app/main/default/classes/MetadataService.cls 4854 20 4854 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2866 /force-app/main/default/classes/MetadataService.cls 4855 20 4855 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]*'
2866 /force-app/main/default/classes/MetadataService.cls 4855 20 4855 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]*'
2867 /force-app/main/default/classes/MetadataService.cls 4857 9 4876 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2867 /force-app/main/default/classes/MetadataService.cls 4857 9 4876 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2868 /force-app/main/default/classes/MetadataService.cls 4857 9 4876 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2868 /force-app/main/default/classes/MetadataService.cls 4857 9 4876 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2869 /force-app/main/default/classes/MetadataService.cls 4860 20 4860 97 pmd 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]*'
2869 /force-app/main/default/classes/MetadataService.cls 4860 20 4860 97 pmd 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]*'
2870 /force-app/main/default/classes/MetadataService.cls 4867 20 4867 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2870 /force-app/main/default/classes/MetadataService.cls 4867 20 4867 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2871 /force-app/main/default/classes/MetadataService.cls 4868 20 4868 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 'businessProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2871 /force-app/main/default/classes/MetadataService.cls 4868 20 4868 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 'businessProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2872 /force-app/main/default/classes/MetadataService.cls 4869 20 4869 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2872 /force-app/main/default/classes/MetadataService.cls 4869 20 4869 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2873 /force-app/main/default/classes/MetadataService.cls 4870 20 4870 103 pmd 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]*'
2873 /force-app/main/default/classes/MetadataService.cls 4870 20 4870 103 pmd 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]*'
2874 /force-app/main/default/classes/MetadataService.cls 4871 20 4871 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2874 /force-app/main/default/classes/MetadataService.cls 4871 20 4871 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2875 /force-app/main/default/classes/MetadataService.cls 4872 20 4872 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2875 /force-app/main/default/classes/MetadataService.cls 4872 20 4872 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2876 /force-app/main/default/classes/MetadataService.cls 4873 20 4873 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2876 /force-app/main/default/classes/MetadataService.cls 4873 20 4873 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2877 /force-app/main/default/classes/MetadataService.cls 4874 20 4874 60 pmd FieldNamingConventions 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]*'
2877 /force-app/main/default/classes/MetadataService.cls 4874 20 4874 60 pmd FieldNamingConventions 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]*'
2878 /force-app/main/default/classes/MetadataService.cls 4875 20 4875 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2878 /force-app/main/default/classes/MetadataService.cls 4875 20 4875 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2879 /force-app/main/default/classes/MetadataService.cls 4877 9 4892 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2879 /force-app/main/default/classes/MetadataService.cls 4877 9 4892 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2880 /force-app/main/default/classes/MetadataService.cls 4880 20 4880 97 pmd 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]*'
2880 /force-app/main/default/classes/MetadataService.cls 4880 20 4880 97 pmd 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]*'
2881 /force-app/main/default/classes/MetadataService.cls 4885 20 4885 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2881 /force-app/main/default/classes/MetadataService.cls 4885 20 4885 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2882 /force-app/main/default/classes/MetadataService.cls 4886 20 4886 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2882 /force-app/main/default/classes/MetadataService.cls 4886 20 4886 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2883 /force-app/main/default/classes/MetadataService.cls 4887 20 4887 99 pmd 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]*'
2883 /force-app/main/default/classes/MetadataService.cls 4887 20 4887 99 pmd 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]*'
2884 /force-app/main/default/classes/MetadataService.cls 4888 20 4888 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2884 /force-app/main/default/classes/MetadataService.cls 4888 20 4888 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2885 /force-app/main/default/classes/MetadataService.cls 4889 20 4889 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2885 /force-app/main/default/classes/MetadataService.cls 4889 20 4889 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2886 /force-app/main/default/classes/MetadataService.cls 4890 20 4890 60 pmd FieldNamingConventions 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]*'
2886 /force-app/main/default/classes/MetadataService.cls 4890 20 4890 60 pmd FieldNamingConventions 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]*'
2887 /force-app/main/default/classes/MetadataService.cls 4891 20 4891 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]*'
2887 /force-app/main/default/classes/MetadataService.cls 4891 20 4891 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]*'
2888 /force-app/main/default/classes/MetadataService.cls 4893 9 4902 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2888 /force-app/main/default/classes/MetadataService.cls 4893 9 4902 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2889 /force-app/main/default/classes/MetadataService.cls 4897 20 4897 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2889 /force-app/main/default/classes/MetadataService.cls 4897 20 4897 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2890 /force-app/main/default/classes/MetadataService.cls 4898 20 4898 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2890 /force-app/main/default/classes/MetadataService.cls 4898 20 4898 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2891 /force-app/main/default/classes/MetadataService.cls 4899 20 4899 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2891 /force-app/main/default/classes/MetadataService.cls 4899 20 4899 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2892 /force-app/main/default/classes/MetadataService.cls 4900 20 4900 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2892 /force-app/main/default/classes/MetadataService.cls 4900 20 4900 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2893 /force-app/main/default/classes/MetadataService.cls 4901 20 4901 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]*'
2893 /force-app/main/default/classes/MetadataService.cls 4901 20 4901 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]*'
2894 /force-app/main/default/classes/MetadataService.cls 4903 9 4910 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2894 /force-app/main/default/classes/MetadataService.cls 4903 9 4910 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2895 /force-app/main/default/classes/MetadataService.cls 4906 20 4906 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2895 /force-app/main/default/classes/MetadataService.cls 4906 20 4906 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2896 /force-app/main/default/classes/MetadataService.cls 4907 20 4907 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2896 /force-app/main/default/classes/MetadataService.cls 4907 20 4907 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2897 /force-app/main/default/classes/MetadataService.cls 4908 20 4908 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2897 /force-app/main/default/classes/MetadataService.cls 4908 20 4908 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2898 /force-app/main/default/classes/MetadataService.cls 4909 20 4909 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]*'
2898 /force-app/main/default/classes/MetadataService.cls 4909 20 4909 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]*'
2899 /force-app/main/default/classes/MetadataService.cls 4911 9 4924 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2899 /force-app/main/default/classes/MetadataService.cls 4911 9 4924 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2900 /force-app/main/default/classes/MetadataService.cls 4917 20 4917 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2900 /force-app/main/default/classes/MetadataService.cls 4917 20 4917 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2901 /force-app/main/default/classes/MetadataService.cls 4918 20 4918 99 pmd 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]*'
2901 /force-app/main/default/classes/MetadataService.cls 4918 20 4918 99 pmd 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]*'
2902 /force-app/main/default/classes/MetadataService.cls 4919 20 4919 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 'primaryTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2902 /force-app/main/default/classes/MetadataService.cls 4919 20 4919 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 'primaryTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2903 /force-app/main/default/classes/MetadataService.cls 4920 20 4920 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 'relatedTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2903 /force-app/main/default/classes/MetadataService.cls 4920 20 4920 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 'relatedTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2904 /force-app/main/default/classes/MetadataService.cls 4921 20 4921 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 'relatedTableJoinColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2904 /force-app/main/default/classes/MetadataService.cls 4921 20 4921 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 'relatedTableJoinColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2905 /force-app/main/default/classes/MetadataService.cls 4922 20 4922 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2905 /force-app/main/default/classes/MetadataService.cls 4922 20 4922 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2906 /force-app/main/default/classes/MetadataService.cls 4923 20 4923 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]*'
2906 /force-app/main/default/classes/MetadataService.cls 4923 20 4923 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]*'
2907 /force-app/main/default/classes/MetadataService.cls 4925 9 4942 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2907 /force-app/main/default/classes/MetadataService.cls 4925 9 4942 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2908 /force-app/main/default/classes/MetadataService.cls 4925 9 4942 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2908 /force-app/main/default/classes/MetadataService.cls 4925 9 4942 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2909 /force-app/main/default/classes/MetadataService.cls 4933 20 4933 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2909 /force-app/main/default/classes/MetadataService.cls 4933 20 4933 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2910 /force-app/main/default/classes/MetadataService.cls 4934 20 4934 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2910 /force-app/main/default/classes/MetadataService.cls 4934 20 4934 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2911 /force-app/main/default/classes/MetadataService.cls 4935 20 4935 103 pmd 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]*'
2911 /force-app/main/default/classes/MetadataService.cls 4935 20 4935 103 pmd 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]*'
2912 /force-app/main/default/classes/MetadataService.cls 4936 20 4936 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2912 /force-app/main/default/classes/MetadataService.cls 4936 20 4936 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2913 /force-app/main/default/classes/MetadataService.cls 4937 20 4937 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 'filterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2913 /force-app/main/default/classes/MetadataService.cls 4937 20 4937 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 'filterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2914 /force-app/main/default/classes/MetadataService.cls 4938 20 4938 103 pmd 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]*'
2914 /force-app/main/default/classes/MetadataService.cls 4938 20 4938 103 pmd 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]*'
2915 /force-app/main/default/classes/MetadataService.cls 4939 20 4939 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 'isOptional_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2915 /force-app/main/default/classes/MetadataService.cls 4939 20 4939 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 'isOptional_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2916 /force-app/main/default/classes/MetadataService.cls 4940 20 4940 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2916 /force-app/main/default/classes/MetadataService.cls 4940 20 4940 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2917 /force-app/main/default/classes/MetadataService.cls 4941 20 4941 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]*'
2917 /force-app/main/default/classes/MetadataService.cls 4941 20 4941 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]*'
2918 /force-app/main/default/classes/MetadataService.cls 4943 9 4956 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2918 /force-app/main/default/classes/MetadataService.cls 4943 9 4956 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2919 /force-app/main/default/classes/MetadataService.cls 4949 20 4949 103 pmd 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]*'
2919 /force-app/main/default/classes/MetadataService.cls 4949 20 4949 103 pmd 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]*'
2920 /force-app/main/default/classes/MetadataService.cls 4950 20 4950 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 'extensionPointIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2920 /force-app/main/default/classes/MetadataService.cls 4950 20 4950 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 'extensionPointIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2921 /force-app/main/default/classes/MetadataService.cls 4951 20 4951 99 pmd 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]*'
2921 /force-app/main/default/classes/MetadataService.cls 4951 20 4951 99 pmd 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]*'
2922 /force-app/main/default/classes/MetadataService.cls 4952 20 4952 97 pmd 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]*'
2922 /force-app/main/default/classes/MetadataService.cls 4952 20 4952 97 pmd 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]*'
2923 /force-app/main/default/classes/MetadataService.cls 4953 20 4953 103 pmd 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]*'
2923 /force-app/main/default/classes/MetadataService.cls 4953 20 4953 103 pmd 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]*'
2924 /force-app/main/default/classes/MetadataService.cls 4954 20 4954 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2924 /force-app/main/default/classes/MetadataService.cls 4954 20 4954 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2925 /force-app/main/default/classes/MetadataService.cls 4955 20 4955 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]*'
2925 /force-app/main/default/classes/MetadataService.cls 4955 20 4955 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]*'
2926 /force-app/main/default/classes/MetadataService.cls 4957 9 4970 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2926 /force-app/main/default/classes/MetadataService.cls 4957 9 4970 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2927 /force-app/main/default/classes/MetadataService.cls 4963 20 4963 103 pmd 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]*'
2927 /force-app/main/default/classes/MetadataService.cls 4963 20 4963 103 pmd 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]*'
2928 /force-app/main/default/classes/MetadataService.cls 4964 20 4964 103 pmd 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]*'
2928 /force-app/main/default/classes/MetadataService.cls 4964 20 4964 103 pmd 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]*'
2929 /force-app/main/default/classes/MetadataService.cls 4965 20 4965 89 pmd 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]*'
2929 /force-app/main/default/classes/MetadataService.cls 4965 20 4965 89 pmd 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]*'
2930 /force-app/main/default/classes/MetadataService.cls 4966 20 4966 103 pmd 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]*'
2930 /force-app/main/default/classes/MetadataService.cls 4966 20 4966 103 pmd 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]*'
2931 /force-app/main/default/classes/MetadataService.cls 4967 20 4967 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 'shouldOverrideOrgTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2931 /force-app/main/default/classes/MetadataService.cls 4967 20 4967 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 'shouldOverrideOrgTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2932 /force-app/main/default/classes/MetadataService.cls 4968 20 4968 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2932 /force-app/main/default/classes/MetadataService.cls 4968 20 4968 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2933 /force-app/main/default/classes/MetadataService.cls 4969 20 4969 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]*'
2933 /force-app/main/default/classes/MetadataService.cls 4969 20 4969 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]*'
2934 /force-app/main/default/classes/MetadataService.cls 4971 9 4998 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2934 /force-app/main/default/classes/MetadataService.cls 4971 9 4998 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2935 /force-app/main/default/classes/MetadataService.cls 4971 9 4998 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2935 /force-app/main/default/classes/MetadataService.cls 4971 9 4998 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2936 /force-app/main/default/classes/MetadataService.cls 4974 20 4974 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2936 /force-app/main/default/classes/MetadataService.cls 4974 20 4974 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2937 /force-app/main/default/classes/MetadataService.cls 4977 20 4977 103 pmd 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]*'
2937 /force-app/main/default/classes/MetadataService.cls 4977 20 4977 103 pmd 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]*'
2938 /force-app/main/default/classes/MetadataService.cls 4978 20 4978 89 pmd 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]*'
2938 /force-app/main/default/classes/MetadataService.cls 4978 20 4978 89 pmd 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]*'
2939 /force-app/main/default/classes/MetadataService.cls 4982 20 4982 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2939 /force-app/main/default/classes/MetadataService.cls 4982 20 4982 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2940 /force-app/main/default/classes/MetadataService.cls 4983 20 4983 99 pmd 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]*'
2940 /force-app/main/default/classes/MetadataService.cls 4983 20 4983 99 pmd 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]*'
2941 /force-app/main/default/classes/MetadataService.cls 4984 20 4984 99 pmd 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]*'
2941 /force-app/main/default/classes/MetadataService.cls 4984 20 4984 99 pmd 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]*'
2942 /force-app/main/default/classes/MetadataService.cls 4990 20 4990 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 'assignNextValueToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2942 /force-app/main/default/classes/MetadataService.cls 4990 20 4990 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 'assignNextValueToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2943 /force-app/main/default/classes/MetadataService.cls 4991 20 4991 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 'collectionReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2943 /force-app/main/default/classes/MetadataService.cls 4991 20 4991 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 'collectionReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2944 /force-app/main/default/classes/MetadataService.cls 4992 20 4992 109 pmd 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]*'
2944 /force-app/main/default/classes/MetadataService.cls 4992 20 4992 109 pmd 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]*'
2945 /force-app/main/default/classes/MetadataService.cls 4993 20 4993 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 'nextValueConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2945 /force-app/main/default/classes/MetadataService.cls 4993 20 4993 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 'nextValueConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2946 /force-app/main/default/classes/MetadataService.cls 4994 20 4994 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 'noMoreValuesConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2946 /force-app/main/default/classes/MetadataService.cls 4994 20 4994 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 'noMoreValuesConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2947 /force-app/main/default/classes/MetadataService.cls 4995 20 4995 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2947 /force-app/main/default/classes/MetadataService.cls 4995 20 4995 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2948 /force-app/main/default/classes/MetadataService.cls 4996 20 4996 60 pmd FieldNamingConventions 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]*'
2948 /force-app/main/default/classes/MetadataService.cls 4996 20 4996 60 pmd FieldNamingConventions 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]*'
2949 /force-app/main/default/classes/MetadataService.cls 4997 20 4997 248 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2949 /force-app/main/default/classes/MetadataService.cls 4997 20 4997 248 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2950 /force-app/main/default/classes/MetadataService.cls 4999 9 5008 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2950 /force-app/main/default/classes/MetadataService.cls 4999 9 5008 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2951 /force-app/main/default/classes/MetadataService.cls 5003 20 5003 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 'activeVersionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2951 /force-app/main/default/classes/MetadataService.cls 5003 20 5003 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 'activeVersionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2952 /force-app/main/default/classes/MetadataService.cls 5004 20 5004 103 pmd 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]*'
2952 /force-app/main/default/classes/MetadataService.cls 5004 20 5004 103 pmd 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]*'
2953 /force-app/main/default/classes/MetadataService.cls 5005 20 5005 103 pmd 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]*'
2953 /force-app/main/default/classes/MetadataService.cls 5005 20 5005 103 pmd 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]*'
2954 /force-app/main/default/classes/MetadataService.cls 5006 20 5006 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2954 /force-app/main/default/classes/MetadataService.cls 5006 20 5006 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2955 /force-app/main/default/classes/MetadataService.cls 5007 20 5007 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]*'
2955 /force-app/main/default/classes/MetadataService.cls 5007 20 5007 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]*'
2956 /force-app/main/default/classes/MetadataService.cls 5009 9 5014 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2956 /force-app/main/default/classes/MetadataService.cls 5009 9 5014 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2957 /force-app/main/default/classes/MetadataService.cls 5011 20 5011 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2957 /force-app/main/default/classes/MetadataService.cls 5011 20 5011 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2958 /force-app/main/default/classes/MetadataService.cls 5012 20 5012 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2958 /force-app/main/default/classes/MetadataService.cls 5012 20 5012 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2959 /force-app/main/default/classes/MetadataService.cls 5013 20 5013 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2959 /force-app/main/default/classes/MetadataService.cls 5013 20 5013 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 5015 9 5064 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2960 /force-app/main/default/classes/MetadataService.cls 5015 9 5064 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2961 /force-app/main/default/classes/MetadataService.cls 5015 9 5064 3 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)
2961 /force-app/main/default/classes/MetadataService.cls 5015 9 5064 3 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)
2962 /force-app/main/default/classes/MetadataService.cls 5015 9 5064 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2962 /force-app/main/default/classes/MetadataService.cls 5015 9 5064 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2963 /force-app/main/default/classes/MetadataService.cls 5018 20 5018 97 pmd 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]*'
2963 /force-app/main/default/classes/MetadataService.cls 5018 20 5018 97 pmd 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]*'
2964 /force-app/main/default/classes/MetadataService.cls 5031 17 5031 23 pmd 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]*'
2964 /force-app/main/default/classes/MetadataService.cls 5031 17 5031 23 pmd 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]*'
2965 /force-app/main/default/classes/MetadataService.cls 5033 18 5033 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2965 /force-app/main/default/classes/MetadataService.cls 5033 18 5033 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2966 /force-app/main/default/classes/MetadataService.cls 5040 20 5040 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2966 /force-app/main/default/classes/MetadataService.cls 5040 20 5040 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2967 /force-app/main/default/classes/MetadataService.cls 5041 20 5041 103 pmd 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]*'
2967 /force-app/main/default/classes/MetadataService.cls 5041 20 5041 103 pmd 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]*'
2968 /force-app/main/default/classes/MetadataService.cls 5042 20 5042 103 pmd 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]*'
2968 /force-app/main/default/classes/MetadataService.cls 5042 20 5042 103 pmd 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]*'
2969 /force-app/main/default/classes/MetadataService.cls 5043 20 5043 103 pmd 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]*'
2969 /force-app/main/default/classes/MetadataService.cls 5043 20 5043 103 pmd 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]*'
2970 /force-app/main/default/classes/MetadataService.cls 5044 20 5044 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2970 /force-app/main/default/classes/MetadataService.cls 5044 20 5044 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2971 /force-app/main/default/classes/MetadataService.cls 5045 20 5045 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2971 /force-app/main/default/classes/MetadataService.cls 5045 20 5045 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2972 /force-app/main/default/classes/MetadataService.cls 5046 20 5046 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2972 /force-app/main/default/classes/MetadataService.cls 5046 20 5046 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2973 /force-app/main/default/classes/MetadataService.cls 5047 20 5047 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2973 /force-app/main/default/classes/MetadataService.cls 5047 20 5047 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2974 /force-app/main/default/classes/MetadataService.cls 5048 20 5048 103 pmd 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]*'
2974 /force-app/main/default/classes/MetadataService.cls 5048 20 5048 103 pmd 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]*'
2975 /force-app/main/default/classes/MetadataService.cls 5049 20 5049 97 pmd 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]*'
2975 /force-app/main/default/classes/MetadataService.cls 5049 20 5049 97 pmd 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]*'
2976 /force-app/main/default/classes/MetadataService.cls 5050 20 5050 103 pmd 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]*'
2976 /force-app/main/default/classes/MetadataService.cls 5050 20 5050 103 pmd 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]*'
2977 /force-app/main/default/classes/MetadataService.cls 5051 20 5051 97 pmd 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]*'
2977 /force-app/main/default/classes/MetadataService.cls 5051 20 5051 97 pmd 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]*'
2978 /force-app/main/default/classes/MetadataService.cls 5052 20 5052 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2978 /force-app/main/default/classes/MetadataService.cls 5052 20 5052 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2979 /force-app/main/default/classes/MetadataService.cls 5053 20 5053 97 pmd 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]*'
2979 /force-app/main/default/classes/MetadataService.cls 5053 20 5053 97 pmd 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]*'
2980 /force-app/main/default/classes/MetadataService.cls 5054 20 5054 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2980 /force-app/main/default/classes/MetadataService.cls 5054 20 5054 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2981 /force-app/main/default/classes/MetadataService.cls 5055 20 5055 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2981 /force-app/main/default/classes/MetadataService.cls 5055 20 5055 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2982 /force-app/main/default/classes/MetadataService.cls 5056 20 5056 97 pmd 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]*'
2982 /force-app/main/default/classes/MetadataService.cls 5056 20 5056 97 pmd 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]*'
2983 /force-app/main/default/classes/MetadataService.cls 5057 20 5057 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2983 /force-app/main/default/classes/MetadataService.cls 5057 20 5057 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2984 /force-app/main/default/classes/MetadataService.cls 5058 20 5058 103 pmd 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]*'
2984 /force-app/main/default/classes/MetadataService.cls 5058 20 5058 103 pmd 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]*'
2985 /force-app/main/default/classes/MetadataService.cls 5059 20 5059 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2985 /force-app/main/default/classes/MetadataService.cls 5059 20 5059 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2986 /force-app/main/default/classes/MetadataService.cls 5060 20 5060 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2986 /force-app/main/default/classes/MetadataService.cls 5060 20 5060 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2987 /force-app/main/default/classes/MetadataService.cls 5061 20 5061 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2987 /force-app/main/default/classes/MetadataService.cls 5061 20 5061 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2988 /force-app/main/default/classes/MetadataService.cls 5062 20 5062 60 pmd FieldNamingConventions 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]*'
2988 /force-app/main/default/classes/MetadataService.cls 5062 20 5062 60 pmd FieldNamingConventions 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]*'
2989 /force-app/main/default/classes/MetadataService.cls 5063 20 5063 338 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2989 /force-app/main/default/classes/MetadataService.cls 5063 20 5063 338 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2990 /force-app/main/default/classes/MetadataService.cls 5065 9 5074 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2990 /force-app/main/default/classes/MetadataService.cls 5065 9 5074 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2991 /force-app/main/default/classes/MetadataService.cls 5069 20 5069 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 'flexTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2991 /force-app/main/default/classes/MetadataService.cls 5069 20 5069 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 'flexTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2992 /force-app/main/default/classes/MetadataService.cls 5070 20 5070 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 'flexTableSortInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2992 /force-app/main/default/classes/MetadataService.cls 5070 20 5070 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 'flexTableSortInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2993 /force-app/main/default/classes/MetadataService.cls 5071 20 5071 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 'hideChatterPhotos_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2993 /force-app/main/default/classes/MetadataService.cls 5071 20 5071 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 'hideChatterPhotos_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2994 /force-app/main/default/classes/MetadataService.cls 5072 20 5072 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2994 /force-app/main/default/classes/MetadataService.cls 5072 20 5072 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2995 /force-app/main/default/classes/MetadataService.cls 5073 20 5073 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]*'
2995 /force-app/main/default/classes/MetadataService.cls 5073 20 5073 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]*'
2996 /force-app/main/default/classes/MetadataService.cls 5075 9 5080 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2996 /force-app/main/default/classes/MetadataService.cls 5075 9 5080 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2997 /force-app/main/default/classes/MetadataService.cls 5077 20 5077 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2997 /force-app/main/default/classes/MetadataService.cls 5077 20 5077 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2998 /force-app/main/default/classes/MetadataService.cls 5078 20 5078 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2998 /force-app/main/default/classes/MetadataService.cls 5078 20 5078 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2999 /force-app/main/default/classes/MetadataService.cls 5079 20 5079 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2999 /force-app/main/default/classes/MetadataService.cls 5079 20 5079 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3000 /force-app/main/default/classes/MetadataService.cls 5081 9 5114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3000 /force-app/main/default/classes/MetadataService.cls 5081 9 5114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3001 /force-app/main/default/classes/MetadataService.cls 5081 9 5114 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3001 /force-app/main/default/classes/MetadataService.cls 5081 9 5114 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3002 /force-app/main/default/classes/MetadataService.cls 5097 20 5097 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 'canonicalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3002 /force-app/main/default/classes/MetadataService.cls 5097 20 5097 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 'canonicalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3003 /force-app/main/default/classes/MetadataService.cls 5098 20 5098 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 'canonicalNameBindingChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3003 /force-app/main/default/classes/MetadataService.cls 5098 20 5098 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 'canonicalNameBindingChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3004 /force-app/main/default/classes/MetadataService.cls 5099 20 5099 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 5099 20 5099 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 5100 20 5100 99 pmd 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]*'
3005 /force-app/main/default/classes/MetadataService.cls 5100 20 5100 99 pmd 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]*'
3006 /force-app/main/default/classes/MetadataService.cls 5101 20 5101 103 pmd 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]*'
3006 /force-app/main/default/classes/MetadataService.cls 5101 20 5101 103 pmd 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]*'
3007 /force-app/main/default/classes/MetadataService.cls 5102 20 5102 103 pmd 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]*'
3007 /force-app/main/default/classes/MetadataService.cls 5102 20 5102 103 pmd 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]*'
3008 /force-app/main/default/classes/MetadataService.cls 5103 20 5103 99 pmd 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]*'
3008 /force-app/main/default/classes/MetadataService.cls 5103 20 5103 99 pmd 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]*'
3009 /force-app/main/default/classes/MetadataService.cls 5104 20 5104 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 'setupDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3009 /force-app/main/default/classes/MetadataService.cls 5104 20 5104 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 'setupDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3010 /force-app/main/default/classes/MetadataService.cls 5105 20 5105 109 pmd 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]*'
3010 /force-app/main/default/classes/MetadataService.cls 5105 20 5105 109 pmd 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]*'
3011 /force-app/main/default/classes/MetadataService.cls 5106 20 5106 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 'setupSimpleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3011 /force-app/main/default/classes/MetadataService.cls 5106 20 5106 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 'setupSimpleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3012 /force-app/main/default/classes/MetadataService.cls 5107 20 5107 89 pmd 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]*'
3012 /force-app/main/default/classes/MetadataService.cls 5107 20 5107 89 pmd 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]*'
3013 /force-app/main/default/classes/MetadataService.cls 5108 20 5108 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3013 /force-app/main/default/classes/MetadataService.cls 5108 20 5108 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3014 /force-app/main/default/classes/MetadataService.cls 5109 20 5109 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 'versionBuild_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3014 /force-app/main/default/classes/MetadataService.cls 5109 20 5109 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 'versionBuild_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3015 /force-app/main/default/classes/MetadataService.cls 5110 20 5110 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 'versionMajor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3015 /force-app/main/default/classes/MetadataService.cls 5110 20 5110 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 'versionMajor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3016 /force-app/main/default/classes/MetadataService.cls 5111 20 5111 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 'versionMinor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3016 /force-app/main/default/classes/MetadataService.cls 5111 20 5111 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 'versionMinor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3017 /force-app/main/default/classes/MetadataService.cls 5112 20 5112 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3017 /force-app/main/default/classes/MetadataService.cls 5112 20 5112 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3018 /force-app/main/default/classes/MetadataService.cls 5113 20 5113 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]*'
3018 /force-app/main/default/classes/MetadataService.cls 5113 20 5113 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]*'
3019 /force-app/main/default/classes/MetadataService.cls 5115 9 5130 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3019 /force-app/main/default/classes/MetadataService.cls 5115 9 5130 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3020 /force-app/main/default/classes/MetadataService.cls 5118 20 5118 97 pmd 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]*'
3020 /force-app/main/default/classes/MetadataService.cls 5118 20 5118 97 pmd 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]*'
3021 /force-app/main/default/classes/MetadataService.cls 5123 20 5123 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 'accessMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3021 /force-app/main/default/classes/MetadataService.cls 5123 20 5123 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 'accessMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3022 /force-app/main/default/classes/MetadataService.cls 5124 20 5124 103 pmd 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]*'
3022 /force-app/main/default/classes/MetadataService.cls 5124 20 5124 103 pmd 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]*'
3023 /force-app/main/default/classes/MetadataService.cls 5125 20 5125 89 pmd 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]*'
3023 /force-app/main/default/classes/MetadataService.cls 5125 20 5125 89 pmd 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]*'
3024 /force-app/main/default/classes/MetadataService.cls 5126 20 5126 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3024 /force-app/main/default/classes/MetadataService.cls 5126 20 5126 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3025 /force-app/main/default/classes/MetadataService.cls 5127 20 5127 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3025 /force-app/main/default/classes/MetadataService.cls 5127 20 5127 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3026 /force-app/main/default/classes/MetadataService.cls 5128 20 5128 60 pmd FieldNamingConventions 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]*'
3026 /force-app/main/default/classes/MetadataService.cls 5128 20 5128 60 pmd FieldNamingConventions 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]*'
3027 /force-app/main/default/classes/MetadataService.cls 5129 20 5129 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]*'
3027 /force-app/main/default/classes/MetadataService.cls 5129 20 5129 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]*'
3028 /force-app/main/default/classes/MetadataService.cls 5131 9 5148 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3028 /force-app/main/default/classes/MetadataService.cls 5131 9 5148 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3029 /force-app/main/default/classes/MetadataService.cls 5131 9 5148 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3029 /force-app/main/default/classes/MetadataService.cls 5131 9 5148 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3030 /force-app/main/default/classes/MetadataService.cls 5139 20 5139 99 pmd 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]*'
3030 /force-app/main/default/classes/MetadataService.cls 5139 20 5139 99 pmd 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]*'
3031 /force-app/main/default/classes/MetadataService.cls 5140 20 5140 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 'assetVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3031 /force-app/main/default/classes/MetadataService.cls 5140 20 5140 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 'assetVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3032 /force-app/main/default/classes/MetadataService.cls 5141 20 5141 103 pmd 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]*'
3032 /force-app/main/default/classes/MetadataService.cls 5141 20 5141 103 pmd 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]*'
3033 /force-app/main/default/classes/MetadataService.cls 5142 20 5142 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3033 /force-app/main/default/classes/MetadataService.cls 5142 20 5142 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3034 /force-app/main/default/classes/MetadataService.cls 5143 20 5143 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 'templateBadgeIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3034 /force-app/main/default/classes/MetadataService.cls 5143 20 5143 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 'templateBadgeIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3035 /force-app/main/default/classes/MetadataService.cls 5144 20 5144 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 'templateDetailIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3035 /force-app/main/default/classes/MetadataService.cls 5144 20 5144 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 'templateDetailIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3036 /force-app/main/default/classes/MetadataService.cls 5145 20 5145 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 'templateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3036 /force-app/main/default/classes/MetadataService.cls 5145 20 5145 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 'templateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3037 /force-app/main/default/classes/MetadataService.cls 5146 20 5146 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3037 /force-app/main/default/classes/MetadataService.cls 5146 20 5146 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3038 /force-app/main/default/classes/MetadataService.cls 5147 20 5147 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]*'
3038 /force-app/main/default/classes/MetadataService.cls 5147 20 5147 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]*'
3039 /force-app/main/default/classes/MetadataService.cls 5149 9 5158 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3039 /force-app/main/default/classes/MetadataService.cls 5149 9 5158 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3040 /force-app/main/default/classes/MetadataService.cls 5153 20 5153 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 'customThemeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3040 /force-app/main/default/classes/MetadataService.cls 5153 20 5153 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 'customThemeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3041 /force-app/main/default/classes/MetadataService.cls 5154 20 5154 103 pmd 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]*'
3041 /force-app/main/default/classes/MetadataService.cls 5154 20 5154 103 pmd 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]*'
3042 /force-app/main/default/classes/MetadataService.cls 5155 20 5155 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 'themeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3042 /force-app/main/default/classes/MetadataService.cls 5155 20 5155 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 'themeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3043 /force-app/main/default/classes/MetadataService.cls 5156 20 5156 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3043 /force-app/main/default/classes/MetadataService.cls 5156 20 5156 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3044 /force-app/main/default/classes/MetadataService.cls 5157 20 5157 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]*'
3044 /force-app/main/default/classes/MetadataService.cls 5157 20 5157 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]*'
3045 /force-app/main/default/classes/MetadataService.cls 5159 9 5166 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3045 /force-app/main/default/classes/MetadataService.cls 5159 9 5166 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3046 /force-app/main/default/classes/MetadataService.cls 5162 20 5162 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3046 /force-app/main/default/classes/MetadataService.cls 5162 20 5162 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3047 /force-app/main/default/classes/MetadataService.cls 5163 20 5163 97 pmd 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]*'
3047 /force-app/main/default/classes/MetadataService.cls 5163 20 5163 97 pmd 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]*'
3048 /force-app/main/default/classes/MetadataService.cls 5164 20 5164 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3048 /force-app/main/default/classes/MetadataService.cls 5164 20 5164 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3049 /force-app/main/default/classes/MetadataService.cls 5165 20 5165 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]*'
3049 /force-app/main/default/classes/MetadataService.cls 5165 20 5165 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]*'
3050 /force-app/main/default/classes/MetadataService.cls 5167 9 5178 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3050 /force-app/main/default/classes/MetadataService.cls 5167 9 5178 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3051 /force-app/main/default/classes/MetadataService.cls 5172 20 5172 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 'extendedErrorDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3051 /force-app/main/default/classes/MetadataService.cls 5172 20 5172 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 'extendedErrorDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3052 /force-app/main/default/classes/MetadataService.cls 5173 20 5173 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3052 /force-app/main/default/classes/MetadataService.cls 5173 20 5173 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3053 /force-app/main/default/classes/MetadataService.cls 5174 20 5174 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3053 /force-app/main/default/classes/MetadataService.cls 5174 20 5174 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3054 /force-app/main/default/classes/MetadataService.cls 5175 20 5175 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3054 /force-app/main/default/classes/MetadataService.cls 5175 20 5175 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3055 /force-app/main/default/classes/MetadataService.cls 5176 20 5176 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3055 /force-app/main/default/classes/MetadataService.cls 5176 20 5176 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3056 /force-app/main/default/classes/MetadataService.cls 5177 20 5177 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]*'
3056 /force-app/main/default/classes/MetadataService.cls 5177 20 5177 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]*'
3057 /force-app/main/default/classes/MetadataService.cls 5179 9 5188 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3057 /force-app/main/default/classes/MetadataService.cls 5179 9 5188 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3058 /force-app/main/default/classes/MetadataService.cls 5183 20 5183 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3058 /force-app/main/default/classes/MetadataService.cls 5183 20 5183 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3059 /force-app/main/default/classes/MetadataService.cls 5184 20 5184 99 pmd 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]*'
3059 /force-app/main/default/classes/MetadataService.cls 5184 20 5184 99 pmd 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]*'
3060 /force-app/main/default/classes/MetadataService.cls 5185 20 5185 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3060 /force-app/main/default/classes/MetadataService.cls 5185 20 5185 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3061 /force-app/main/default/classes/MetadataService.cls 5186 20 5186 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3061 /force-app/main/default/classes/MetadataService.cls 5186 20 5186 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3062 /force-app/main/default/classes/MetadataService.cls 5187 20 5187 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]*'
3062 /force-app/main/default/classes/MetadataService.cls 5187 20 5187 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]*'
3063 /force-app/main/default/classes/MetadataService.cls 5189 9 5208 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3063 /force-app/main/default/classes/MetadataService.cls 5189 9 5208 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3064 /force-app/main/default/classes/MetadataService.cls 5189 9 5208 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3064 /force-app/main/default/classes/MetadataService.cls 5189 9 5208 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3065 /force-app/main/default/classes/MetadataService.cls 5192 20 5192 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3065 /force-app/main/default/classes/MetadataService.cls 5192 20 5192 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3066 /force-app/main/default/classes/MetadataService.cls 5195 20 5195 103 pmd 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]*'
3066 /force-app/main/default/classes/MetadataService.cls 5195 20 5195 103 pmd 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]*'
3067 /force-app/main/default/classes/MetadataService.cls 5196 20 5196 89 pmd 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]*'
3067 /force-app/main/default/classes/MetadataService.cls 5196 20 5196 89 pmd 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]*'
3068 /force-app/main/default/classes/MetadataService.cls 5200 20 5200 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3068 /force-app/main/default/classes/MetadataService.cls 5200 20 5200 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3069 /force-app/main/default/classes/MetadataService.cls 5201 20 5201 99 pmd 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]*'
3069 /force-app/main/default/classes/MetadataService.cls 5201 20 5201 99 pmd 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]*'
3070 /force-app/main/default/classes/MetadataService.cls 5202 20 5202 99 pmd 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]*'
3070 /force-app/main/default/classes/MetadataService.cls 5202 20 5202 99 pmd 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]*'
3071 /force-app/main/default/classes/MetadataService.cls 5204 20 5204 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 'connectors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3071 /force-app/main/default/classes/MetadataService.cls 5204 20 5204 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 'connectors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3072 /force-app/main/default/classes/MetadataService.cls 5205 20 5205 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3072 /force-app/main/default/classes/MetadataService.cls 5205 20 5205 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3073 /force-app/main/default/classes/MetadataService.cls 5206 20 5206 60 pmd FieldNamingConventions 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]*'
3073 /force-app/main/default/classes/MetadataService.cls 5206 20 5206 60 pmd FieldNamingConventions 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]*'
3074 /force-app/main/default/classes/MetadataService.cls 5207 20 5207 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]*'
3074 /force-app/main/default/classes/MetadataService.cls 5207 20 5207 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]*'
3075 /force-app/main/default/classes/MetadataService.cls 5209 9 5214 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3075 /force-app/main/default/classes/MetadataService.cls 5209 9 5214 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3076 /force-app/main/default/classes/MetadataService.cls 5209 9 5214 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3076 /force-app/main/default/classes/MetadataService.cls 5209 9 5214 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3077 /force-app/main/default/classes/MetadataService.cls 5211 20 5211 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3077 /force-app/main/default/classes/MetadataService.cls 5211 20 5211 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3078 /force-app/main/default/classes/MetadataService.cls 5212 20 5212 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3078 /force-app/main/default/classes/MetadataService.cls 5212 20 5212 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3079 /force-app/main/default/classes/MetadataService.cls 5213 20 5213 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3079 /force-app/main/default/classes/MetadataService.cls 5213 20 5213 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3080 /force-app/main/default/classes/MetadataService.cls 5215 9 5230 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3080 /force-app/main/default/classes/MetadataService.cls 5215 9 5230 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3081 /force-app/main/default/classes/MetadataService.cls 5222 20 5222 103 pmd 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]*'
3081 /force-app/main/default/classes/MetadataService.cls 5222 20 5222 103 pmd 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]*'
3082 /force-app/main/default/classes/MetadataService.cls 5223 20 5223 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 'events_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3082 /force-app/main/default/classes/MetadataService.cls 5223 20 5223 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 'events_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3083 /force-app/main/default/classes/MetadataService.cls 5224 20 5224 103 pmd 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]*'
3083 /force-app/main/default/classes/MetadataService.cls 5224 20 5224 103 pmd 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]*'
3084 /force-app/main/default/classes/MetadataService.cls 5225 20 5225 103 pmd 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]*'
3084 /force-app/main/default/classes/MetadataService.cls 5225 20 5225 103 pmd 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]*'
3085 /force-app/main/default/classes/MetadataService.cls 5226 20 5226 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 'salesforceObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3085 /force-app/main/default/classes/MetadataService.cls 5226 20 5226 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 'salesforceObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3086 /force-app/main/default/classes/MetadataService.cls 5227 20 5227 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 'salesforceObjectPrimaryKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3086 /force-app/main/default/classes/MetadataService.cls 5227 20 5227 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 'salesforceObjectPrimaryKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3087 /force-app/main/default/classes/MetadataService.cls 5228 20 5228 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3087 /force-app/main/default/classes/MetadataService.cls 5228 20 5228 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3088 /force-app/main/default/classes/MetadataService.cls 5229 20 5229 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3088 /force-app/main/default/classes/MetadataService.cls 5229 20 5229 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3089 /force-app/main/default/classes/MetadataService.cls 5231 9 5244 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3089 /force-app/main/default/classes/MetadataService.cls 5231 9 5244 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3090 /force-app/main/default/classes/MetadataService.cls 5234 20 5234 97 pmd 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]*'
3090 /force-app/main/default/classes/MetadataService.cls 5234 20 5234 97 pmd 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]*'
3091 /force-app/main/default/classes/MetadataService.cls 5238 20 5238 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 'enableAccountOwnerReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3091 /force-app/main/default/classes/MetadataService.cls 5238 20 5238 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 'enableAccountOwnerReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3092 /force-app/main/default/classes/MetadataService.cls 5239 20 5239 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 'enableAccountTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3092 /force-app/main/default/classes/MetadataService.cls 5239 20 5239 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 'enableAccountTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3093 /force-app/main/default/classes/MetadataService.cls 5240 20 5240 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 'showViewHierarchyLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3093 /force-app/main/default/classes/MetadataService.cls 5240 20 5240 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 'showViewHierarchyLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3094 /force-app/main/default/classes/MetadataService.cls 5241 20 5241 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3094 /force-app/main/default/classes/MetadataService.cls 5241 20 5241 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3095 /force-app/main/default/classes/MetadataService.cls 5242 20 5242 60 pmd FieldNamingConventions 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]*'
3095 /force-app/main/default/classes/MetadataService.cls 5242 20 5242 60 pmd FieldNamingConventions 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]*'
3096 /force-app/main/default/classes/MetadataService.cls 5243 20 5243 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]*'
3096 /force-app/main/default/classes/MetadataService.cls 5243 20 5243 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]*'
3097 /force-app/main/default/classes/MetadataService.cls 5245 9 5254 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3097 /force-app/main/default/classes/MetadataService.cls 5245 9 5254 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3098 /force-app/main/default/classes/MetadataService.cls 5246 17 5246 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'number_x' doesn't match '[a-z][a-zA-Z0-9]*'
3098 /force-app/main/default/classes/MetadataService.cls 5246 17 5246 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'number_x' doesn't match '[a-z][a-zA-Z0-9]*'
3099 /force-app/main/default/classes/MetadataService.cls 5249 20 5249 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 'number_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3099 /force-app/main/default/classes/MetadataService.cls 5249 20 5249 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 'number_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3100 /force-app/main/default/classes/MetadataService.cls 5250 20 5250 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 'pathOnClient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3100 /force-app/main/default/classes/MetadataService.cls 5250 20 5250 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 'pathOnClient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3101 /force-app/main/default/classes/MetadataService.cls 5251 20 5251 97 pmd 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]*'
3101 /force-app/main/default/classes/MetadataService.cls 5251 20 5251 97 pmd 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]*'
3102 /force-app/main/default/classes/MetadataService.cls 5252 20 5252 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3102 /force-app/main/default/classes/MetadataService.cls 5252 20 5252 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3103 /force-app/main/default/classes/MetadataService.cls 5253 20 5253 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]*'
3103 /force-app/main/default/classes/MetadataService.cls 5253 20 5253 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]*'
3104 /force-app/main/default/classes/MetadataService.cls 5255 9 5262 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3104 /force-app/main/default/classes/MetadataService.cls 5255 9 5262 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3105 /force-app/main/default/classes/MetadataService.cls 5258 20 5258 89 pmd 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]*'
3105 /force-app/main/default/classes/MetadataService.cls 5258 20 5258 89 pmd 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]*'
3106 /force-app/main/default/classes/MetadataService.cls 5259 20 5259 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3106 /force-app/main/default/classes/MetadataService.cls 5259 20 5259 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3107 /force-app/main/default/classes/MetadataService.cls 5260 20 5260 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3107 /force-app/main/default/classes/MetadataService.cls 5260 20 5260 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3108 /force-app/main/default/classes/MetadataService.cls 5261 20 5261 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3108 /force-app/main/default/classes/MetadataService.cls 5261 20 5261 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3109 /force-app/main/default/classes/MetadataService.cls 5263 9 5268 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3109 /force-app/main/default/classes/MetadataService.cls 5263 9 5268 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3110 /force-app/main/default/classes/MetadataService.cls 5264 19 5264 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
3110 /force-app/main/default/classes/MetadataService.cls 5264 19 5264 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
3111 /force-app/main/default/classes/MetadataService.cls 5265 20 5265 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3111 /force-app/main/default/classes/MetadataService.cls 5265 20 5265 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3112 /force-app/main/default/classes/MetadataService.cls 5266 20 5266 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3112 /force-app/main/default/classes/MetadataService.cls 5266 20 5266 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3113 /force-app/main/default/classes/MetadataService.cls 5267 20 5267 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3113 /force-app/main/default/classes/MetadataService.cls 5267 20 5267 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3114 /force-app/main/default/classes/MetadataService.cls 5269 9 5276 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3114 /force-app/main/default/classes/MetadataService.cls 5269 9 5276 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3115 /force-app/main/default/classes/MetadataService.cls 5272 20 5272 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 'parameterName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3115 /force-app/main/default/classes/MetadataService.cls 5272 20 5272 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 'parameterName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3116 /force-app/main/default/classes/MetadataService.cls 5273 20 5273 109 pmd 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]*'
3116 /force-app/main/default/classes/MetadataService.cls 5273 20 5273 109 pmd 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]*'
3117 /force-app/main/default/classes/MetadataService.cls 5274 20 5274 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3117 /force-app/main/default/classes/MetadataService.cls 5274 20 5274 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3118 /force-app/main/default/classes/MetadataService.cls 5275 20 5275 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]*'
3118 /force-app/main/default/classes/MetadataService.cls 5275 20 5275 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]*'
3119 /force-app/main/default/classes/MetadataService.cls 5277 9 5290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3119 /force-app/main/default/classes/MetadataService.cls 5277 9 5290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3120 /force-app/main/default/classes/MetadataService.cls 5283 20 5283 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3120 /force-app/main/default/classes/MetadataService.cls 5283 20 5283 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3121 /force-app/main/default/classes/MetadataService.cls 5284 20 5284 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 'endSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3121 /force-app/main/default/classes/MetadataService.cls 5284 20 5284 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 'endSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3122 /force-app/main/default/classes/MetadataService.cls 5285 20 5285 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 'freezeUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3122 /force-app/main/default/classes/MetadataService.cls 5285 20 5285 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 'freezeUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3123 /force-app/main/default/classes/MetadataService.cls 5286 20 5286 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 'notifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3123 /force-app/main/default/classes/MetadataService.cls 5286 20 5286 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 'notifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3124 /force-app/main/default/classes/MetadataService.cls 5287 20 5287 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 'twoFactorAuthentication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3124 /force-app/main/default/classes/MetadataService.cls 5287 20 5287 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 'twoFactorAuthentication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3125 /force-app/main/default/classes/MetadataService.cls 5288 20 5288 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3125 /force-app/main/default/classes/MetadataService.cls 5288 20 5288 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3126 /force-app/main/default/classes/MetadataService.cls 5289 20 5289 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]*'
3126 /force-app/main/default/classes/MetadataService.cls 5289 20 5289 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]*'
3127 /force-app/main/default/classes/MetadataService.cls 5291 9 5296 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3127 /force-app/main/default/classes/MetadataService.cls 5291 9 5296 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3128 /force-app/main/default/classes/MetadataService.cls 5293 20 5293 89 pmd 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]*'
3128 /force-app/main/default/classes/MetadataService.cls 5293 20 5293 89 pmd 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]*'
3129 /force-app/main/default/classes/MetadataService.cls 5294 20 5294 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3129 /force-app/main/default/classes/MetadataService.cls 5294 20 5294 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3130 /force-app/main/default/classes/MetadataService.cls 5295 20 5295 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3130 /force-app/main/default/classes/MetadataService.cls 5295 20 5295 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3131 /force-app/main/default/classes/MetadataService.cls 5297 9 5302 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3131 /force-app/main/default/classes/MetadataService.cls 5297 9 5302 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3132 /force-app/main/default/classes/MetadataService.cls 5299 20 5299 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3132 /force-app/main/default/classes/MetadataService.cls 5299 20 5299 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3133 /force-app/main/default/classes/MetadataService.cls 5300 20 5300 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3133 /force-app/main/default/classes/MetadataService.cls 5300 20 5300 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3134 /force-app/main/default/classes/MetadataService.cls 5301 20 5301 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3134 /force-app/main/default/classes/MetadataService.cls 5301 20 5301 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3135 /force-app/main/default/classes/MetadataService.cls 5303 9 5316 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3135 /force-app/main/default/classes/MetadataService.cls 5303 9 5316 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3136 /force-app/main/default/classes/MetadataService.cls 5306 20 5306 97 pmd 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]*'
3136 /force-app/main/default/classes/MetadataService.cls 5306 20 5306 97 pmd 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]*'
3137 /force-app/main/default/classes/MetadataService.cls 5310 20 5310 103 pmd 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]*'
3137 /force-app/main/default/classes/MetadataService.cls 5310 20 5310 103 pmd 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]*'
3138 /force-app/main/default/classes/MetadataService.cls 5311 20 5311 103 pmd 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]*'
3138 /force-app/main/default/classes/MetadataService.cls 5311 20 5311 103 pmd 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]*'
3139 /force-app/main/default/classes/MetadataService.cls 5312 20 5312 97 pmd 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]*'
3139 /force-app/main/default/classes/MetadataService.cls 5312 20 5312 97 pmd 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]*'
3140 /force-app/main/default/classes/MetadataService.cls 5313 20 5313 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3140 /force-app/main/default/classes/MetadataService.cls 5313 20 5313 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3141 /force-app/main/default/classes/MetadataService.cls 5314 20 5314 60 pmd FieldNamingConventions 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]*'
3141 /force-app/main/default/classes/MetadataService.cls 5314 20 5314 60 pmd FieldNamingConventions 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]*'
3142 /force-app/main/default/classes/MetadataService.cls 5315 20 5315 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]*'
3142 /force-app/main/default/classes/MetadataService.cls 5315 20 5315 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]*'
3143 /force-app/main/default/classes/MetadataService.cls 5317 9 5342 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3143 /force-app/main/default/classes/MetadataService.cls 5317 9 5342 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3144 /force-app/main/default/classes/MetadataService.cls 5317 9 5342 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3144 /force-app/main/default/classes/MetadataService.cls 5317 9 5342 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3145 /force-app/main/default/classes/MetadataService.cls 5320 20 5320 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3145 /force-app/main/default/classes/MetadataService.cls 5320 20 5320 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3146 /force-app/main/default/classes/MetadataService.cls 5323 20 5323 103 pmd 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]*'
3146 /force-app/main/default/classes/MetadataService.cls 5323 20 5323 103 pmd 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]*'
3147 /force-app/main/default/classes/MetadataService.cls 5324 20 5324 89 pmd 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]*'
3147 /force-app/main/default/classes/MetadataService.cls 5324 20 5324 89 pmd 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]*'
3148 /force-app/main/default/classes/MetadataService.cls 5332 20 5332 97 pmd 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]*'
3148 /force-app/main/default/classes/MetadataService.cls 5332 20 5332 97 pmd 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]*'
3149 /force-app/main/default/classes/MetadataService.cls 5333 20 5333 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 'isCollection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3149 /force-app/main/default/classes/MetadataService.cls 5333 20 5333 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 'isCollection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3150 /force-app/main/default/classes/MetadataService.cls 5334 20 5334 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 'isInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3150 /force-app/main/default/classes/MetadataService.cls 5334 20 5334 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 'isInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3151 /force-app/main/default/classes/MetadataService.cls 5335 20 5335 97 pmd 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]*'
3151 /force-app/main/default/classes/MetadataService.cls 5335 20 5335 97 pmd 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]*'
3152 /force-app/main/default/classes/MetadataService.cls 5336 20 5336 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3152 /force-app/main/default/classes/MetadataService.cls 5336 20 5336 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3153 /force-app/main/default/classes/MetadataService.cls 5337 20 5337 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3153 /force-app/main/default/classes/MetadataService.cls 5337 20 5337 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3154 /force-app/main/default/classes/MetadataService.cls 5338 20 5338 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3154 /force-app/main/default/classes/MetadataService.cls 5338 20 5338 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3155 /force-app/main/default/classes/MetadataService.cls 5339 20 5339 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3155 /force-app/main/default/classes/MetadataService.cls 5339 20 5339 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3156 /force-app/main/default/classes/MetadataService.cls 5340 20 5340 60 pmd FieldNamingConventions 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]*'
3156 /force-app/main/default/classes/MetadataService.cls 5340 20 5340 60 pmd FieldNamingConventions 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]*'
3157 /force-app/main/default/classes/MetadataService.cls 5341 20 5341 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]*'
3157 /force-app/main/default/classes/MetadataService.cls 5341 20 5341 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]*'
3158 /force-app/main/default/classes/MetadataService.cls 5343 9 5352 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3158 /force-app/main/default/classes/MetadataService.cls 5343 9 5352 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3159 /force-app/main/default/classes/MetadataService.cls 5347 20 5347 103 pmd 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]*'
3159 /force-app/main/default/classes/MetadataService.cls 5347 20 5347 103 pmd 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]*'
3160 /force-app/main/default/classes/MetadataService.cls 5348 20 5348 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 'flowCategoryItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3160 /force-app/main/default/classes/MetadataService.cls 5348 20 5348 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 'flowCategoryItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3161 /force-app/main/default/classes/MetadataService.cls 5349 20 5349 103 pmd 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]*'
3161 /force-app/main/default/classes/MetadataService.cls 5349 20 5349 103 pmd 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]*'
3162 /force-app/main/default/classes/MetadataService.cls 5350 20 5350 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3162 /force-app/main/default/classes/MetadataService.cls 5350 20 5350 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3163 /force-app/main/default/classes/MetadataService.cls 5351 20 5351 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]*'
3163 /force-app/main/default/classes/MetadataService.cls 5351 20 5351 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]*'
3164 /force-app/main/default/classes/MetadataService.cls 5353 9 5370 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3164 /force-app/main/default/classes/MetadataService.cls 5353 9 5370 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3165 /force-app/main/default/classes/MetadataService.cls 5353 9 5370 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3165 /force-app/main/default/classes/MetadataService.cls 5353 9 5370 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3166 /force-app/main/default/classes/MetadataService.cls 5356 20 5356 97 pmd 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]*'
3166 /force-app/main/default/classes/MetadataService.cls 5356 20 5356 97 pmd 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]*'
3167 /force-app/main/default/classes/MetadataService.cls 5362 20 5362 103 pmd 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]*'
3167 /force-app/main/default/classes/MetadataService.cls 5362 20 5362 103 pmd 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]*'
3168 /force-app/main/default/classes/MetadataService.cls 5363 20 5363 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3168 /force-app/main/default/classes/MetadataService.cls 5363 20 5363 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3169 /force-app/main/default/classes/MetadataService.cls 5364 20 5364 103 pmd 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]*'
3169 /force-app/main/default/classes/MetadataService.cls 5364 20 5364 103 pmd 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]*'
3170 /force-app/main/default/classes/MetadataService.cls 5365 20 5365 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3170 /force-app/main/default/classes/MetadataService.cls 5365 20 5365 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3171 /force-app/main/default/classes/MetadataService.cls 5366 20 5366 97 pmd 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]*'
3171 /force-app/main/default/classes/MetadataService.cls 5366 20 5366 97 pmd 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]*'
3172 /force-app/main/default/classes/MetadataService.cls 5367 20 5367 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3172 /force-app/main/default/classes/MetadataService.cls 5367 20 5367 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3173 /force-app/main/default/classes/MetadataService.cls 5368 20 5368 60 pmd FieldNamingConventions 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]*'
3173 /force-app/main/default/classes/MetadataService.cls 5368 20 5368 60 pmd FieldNamingConventions 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]*'
3174 /force-app/main/default/classes/MetadataService.cls 5369 20 5369 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]*'
3174 /force-app/main/default/classes/MetadataService.cls 5369 20 5369 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]*'
3175 /force-app/main/default/classes/MetadataService.cls 5371 9 5378 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3175 /force-app/main/default/classes/MetadataService.cls 5371 9 5378 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3176 /force-app/main/default/classes/MetadataService.cls 5374 20 5374 89 pmd 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]*'
3176 /force-app/main/default/classes/MetadataService.cls 5374 20 5374 89 pmd 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]*'
3177 /force-app/main/default/classes/MetadataService.cls 5375 20 5375 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3177 /force-app/main/default/classes/MetadataService.cls 5375 20 5375 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3178 /force-app/main/default/classes/MetadataService.cls 5376 20 5376 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3178 /force-app/main/default/classes/MetadataService.cls 5376 20 5376 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3179 /force-app/main/default/classes/MetadataService.cls 5377 20 5377 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]*'
3179 /force-app/main/default/classes/MetadataService.cls 5377 20 5377 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]*'
3180 /force-app/main/default/classes/MetadataService.cls 5379 9 5386 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3180 /force-app/main/default/classes/MetadataService.cls 5379 9 5386 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3181 /force-app/main/default/classes/MetadataService.cls 5382 20 5382 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3181 /force-app/main/default/classes/MetadataService.cls 5382 20 5382 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3182 /force-app/main/default/classes/MetadataService.cls 5383 20 5383 89 pmd 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]*'
3182 /force-app/main/default/classes/MetadataService.cls 5383 20 5383 89 pmd 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]*'
3183 /force-app/main/default/classes/MetadataService.cls 5384 20 5384 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3183 /force-app/main/default/classes/MetadataService.cls 5384 20 5384 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3184 /force-app/main/default/classes/MetadataService.cls 5385 20 5385 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]*'
3184 /force-app/main/default/classes/MetadataService.cls 5385 20 5385 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]*'
3185 /force-app/main/default/classes/MetadataService.cls 5387 9 5398 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3185 /force-app/main/default/classes/MetadataService.cls 5387 9 5398 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3186 /force-app/main/default/classes/MetadataService.cls 5392 20 5392 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3186 /force-app/main/default/classes/MetadataService.cls 5392 20 5392 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3187 /force-app/main/default/classes/MetadataService.cls 5393 20 5393 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3187 /force-app/main/default/classes/MetadataService.cls 5393 20 5393 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3188 /force-app/main/default/classes/MetadataService.cls 5394 20 5394 99 pmd 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]*'
3188 /force-app/main/default/classes/MetadataService.cls 5394 20 5394 99 pmd 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]*'
3189 /force-app/main/default/classes/MetadataService.cls 5395 20 5395 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 'subtype_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3189 /force-app/main/default/classes/MetadataService.cls 5395 20 5395 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 'subtype_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3190 /force-app/main/default/classes/MetadataService.cls 5396 20 5396 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3190 /force-app/main/default/classes/MetadataService.cls 5396 20 5396 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3191 /force-app/main/default/classes/MetadataService.cls 5397 20 5397 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]*'
3191 /force-app/main/default/classes/MetadataService.cls 5397 20 5397 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]*'
3192 /force-app/main/default/classes/MetadataService.cls 5399 9 5404 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3192 /force-app/main/default/classes/MetadataService.cls 5399 9 5404 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3193 /force-app/main/default/classes/MetadataService.cls 5401 20 5401 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 'client_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3193 /force-app/main/default/classes/MetadataService.cls 5401 20 5401 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 'client_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3194 /force-app/main/default/classes/MetadataService.cls 5402 20 5402 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3194 /force-app/main/default/classes/MetadataService.cls 5402 20 5402 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3195 /force-app/main/default/classes/MetadataService.cls 5403 20 5403 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3195 /force-app/main/default/classes/MetadataService.cls 5403 20 5403 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3196 /force-app/main/default/classes/MetadataService.cls 5405 9 5414 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3196 /force-app/main/default/classes/MetadataService.cls 5405 9 5414 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3197 /force-app/main/default/classes/MetadataService.cls 5409 20 5409 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3197 /force-app/main/default/classes/MetadataService.cls 5409 20 5409 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3198 /force-app/main/default/classes/MetadataService.cls 5410 20 5410 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3198 /force-app/main/default/classes/MetadataService.cls 5410 20 5410 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3199 /force-app/main/default/classes/MetadataService.cls 5411 20 5411 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3199 /force-app/main/default/classes/MetadataService.cls 5411 20 5411 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3200 /force-app/main/default/classes/MetadataService.cls 5412 20 5412 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3200 /force-app/main/default/classes/MetadataService.cls 5412 20 5412 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3201 /force-app/main/default/classes/MetadataService.cls 5413 20 5413 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 5413 20 5413 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 5415 9 5424 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3202 /force-app/main/default/classes/MetadataService.cls 5415 9 5424 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3203 /force-app/main/default/classes/MetadataService.cls 5419 20 5419 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3203 /force-app/main/default/classes/MetadataService.cls 5419 20 5419 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3204 /force-app/main/default/classes/MetadataService.cls 5420 20 5420 89 pmd 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]*'
3204 /force-app/main/default/classes/MetadataService.cls 5420 20 5420 89 pmd 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]*'
3205 /force-app/main/default/classes/MetadataService.cls 5421 20 5421 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3205 /force-app/main/default/classes/MetadataService.cls 5421 20 5421 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3206 /force-app/main/default/classes/MetadataService.cls 5422 20 5422 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3206 /force-app/main/default/classes/MetadataService.cls 5422 20 5422 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3207 /force-app/main/default/classes/MetadataService.cls 5423 20 5423 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]*'
3207 /force-app/main/default/classes/MetadataService.cls 5423 20 5423 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]*'
3208 /force-app/main/default/classes/MetadataService.cls 5425 9 5444 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3208 /force-app/main/default/classes/MetadataService.cls 5425 9 5444 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3209 /force-app/main/default/classes/MetadataService.cls 5425 9 5444 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3209 /force-app/main/default/classes/MetadataService.cls 5425 9 5444 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3210 /force-app/main/default/classes/MetadataService.cls 5428 20 5428 97 pmd 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]*'
3210 /force-app/main/default/classes/MetadataService.cls 5428 20 5428 97 pmd 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]*'
3211 /force-app/main/default/classes/MetadataService.cls 5430 20 5430 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3211 /force-app/main/default/classes/MetadataService.cls 5430 20 5430 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3212 /force-app/main/default/classes/MetadataService.cls 5435 18 5435 26 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'public_x' doesn't match '[a-z][a-zA-Z0-9]*'
3212 /force-app/main/default/classes/MetadataService.cls 5435 18 5435 26 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'public_x' doesn't match '[a-z][a-zA-Z0-9]*'
3213 /force-app/main/default/classes/MetadataService.cls 5436 20 5436 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 5436 20 5436 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 5437 20 5437 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 'internalUseOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3214 /force-app/main/default/classes/MetadataService.cls 5437 20 5437 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 'internalUseOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3215 /force-app/main/default/classes/MetadataService.cls 5438 20 5438 97 pmd 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]*'
3215 /force-app/main/default/classes/MetadataService.cls 5438 20 5438 97 pmd 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]*'
3216 /force-app/main/default/classes/MetadataService.cls 5439 20 5439 89 pmd 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]*'
3216 /force-app/main/default/classes/MetadataService.cls 5439 20 5439 89 pmd 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]*'
3217 /force-app/main/default/classes/MetadataService.cls 5440 20 5440 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 'public_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3217 /force-app/main/default/classes/MetadataService.cls 5440 20 5440 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 'public_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3218 /force-app/main/default/classes/MetadataService.cls 5441 20 5441 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3218 /force-app/main/default/classes/MetadataService.cls 5441 20 5441 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3219 /force-app/main/default/classes/MetadataService.cls 5442 20 5442 60 pmd FieldNamingConventions 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]*'
3219 /force-app/main/default/classes/MetadataService.cls 5442 20 5442 60 pmd FieldNamingConventions 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]*'
3220 /force-app/main/default/classes/MetadataService.cls 5443 20 5443 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]*'
3220 /force-app/main/default/classes/MetadataService.cls 5443 20 5443 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]*'
3221 /force-app/main/default/classes/MetadataService.cls 5445 9 5462 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3221 /force-app/main/default/classes/MetadataService.cls 5445 9 5462 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3222 /force-app/main/default/classes/MetadataService.cls 5445 9 5462 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3222 /force-app/main/default/classes/MetadataService.cls 5445 9 5462 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3223 /force-app/main/default/classes/MetadataService.cls 5453 20 5453 97 pmd 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]*'
3223 /force-app/main/default/classes/MetadataService.cls 5453 20 5453 97 pmd 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]*'
3224 /force-app/main/default/classes/MetadataService.cls 5454 20 5454 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 'lightningBoltFeatures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3224 /force-app/main/default/classes/MetadataService.cls 5454 20 5454 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 'lightningBoltFeatures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3225 /force-app/main/default/classes/MetadataService.cls 5455 20 5455 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 'lightningBoltImages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3225 /force-app/main/default/classes/MetadataService.cls 5455 20 5455 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 'lightningBoltImages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3226 /force-app/main/default/classes/MetadataService.cls 5456 20 5456 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 'lightningBoltItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3226 /force-app/main/default/classes/MetadataService.cls 5456 20 5456 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 'lightningBoltItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3227 /force-app/main/default/classes/MetadataService.cls 5457 20 5457 103 pmd 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]*'
3227 /force-app/main/default/classes/MetadataService.cls 5457 20 5457 103 pmd 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]*'
3228 /force-app/main/default/classes/MetadataService.cls 5458 20 5458 99 pmd 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]*'
3228 /force-app/main/default/classes/MetadataService.cls 5458 20 5458 99 pmd 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]*'
3229 /force-app/main/default/classes/MetadataService.cls 5459 20 5459 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 'summary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3229 /force-app/main/default/classes/MetadataService.cls 5459 20 5459 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 'summary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3230 /force-app/main/default/classes/MetadataService.cls 5460 20 5460 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3230 /force-app/main/default/classes/MetadataService.cls 5460 20 5460 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3231 /force-app/main/default/classes/MetadataService.cls 5461 20 5461 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]*'
3231 /force-app/main/default/classes/MetadataService.cls 5461 20 5461 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]*'
3232 /force-app/main/default/classes/MetadataService.cls 5463 9 5468 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3232 /force-app/main/default/classes/MetadataService.cls 5463 9 5468 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3233 /force-app/main/default/classes/MetadataService.cls 5463 9 5468 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3233 /force-app/main/default/classes/MetadataService.cls 5463 9 5468 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3234 /force-app/main/default/classes/MetadataService.cls 5465 20 5465 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3234 /force-app/main/default/classes/MetadataService.cls 5465 20 5465 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3235 /force-app/main/default/classes/MetadataService.cls 5466 20 5466 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3235 /force-app/main/default/classes/MetadataService.cls 5466 20 5466 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3236 /force-app/main/default/classes/MetadataService.cls 5467 20 5467 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3236 /force-app/main/default/classes/MetadataService.cls 5467 20 5467 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3237 /force-app/main/default/classes/MetadataService.cls 5469 9 5476 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3237 /force-app/main/default/classes/MetadataService.cls 5469 9 5476 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3238 /force-app/main/default/classes/MetadataService.cls 5472 20 5472 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3238 /force-app/main/default/classes/MetadataService.cls 5472 20 5472 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3239 /force-app/main/default/classes/MetadataService.cls 5473 20 5473 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3239 /force-app/main/default/classes/MetadataService.cls 5473 20 5473 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3240 /force-app/main/default/classes/MetadataService.cls 5474 20 5474 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3240 /force-app/main/default/classes/MetadataService.cls 5474 20 5474 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3241 /force-app/main/default/classes/MetadataService.cls 5475 20 5475 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]*'
3241 /force-app/main/default/classes/MetadataService.cls 5475 20 5475 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]*'
3242 /force-app/main/default/classes/MetadataService.cls 5477 9 5498 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3242 /force-app/main/default/classes/MetadataService.cls 5477 9 5498 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3243 /force-app/main/default/classes/MetadataService.cls 5477 9 5498 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3243 /force-app/main/default/classes/MetadataService.cls 5477 9 5498 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3244 /force-app/main/default/classes/MetadataService.cls 5487 20 5487 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3244 /force-app/main/default/classes/MetadataService.cls 5487 20 5487 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3245 /force-app/main/default/classes/MetadataService.cls 5488 20 5488 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 'foreignKeyDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3245 /force-app/main/default/classes/MetadataService.cls 5488 20 5488 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 'foreignKeyDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3246 /force-app/main/default/classes/MetadataService.cls 5489 20 5489 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 'isForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3246 /force-app/main/default/classes/MetadataService.cls 5489 20 5489 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 'isForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3247 /force-app/main/default/classes/MetadataService.cls 5490 20 5490 103 pmd 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]*'
3247 /force-app/main/default/classes/MetadataService.cls 5490 20 5490 103 pmd 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]*'
3248 /force-app/main/default/classes/MetadataService.cls 5491 20 5491 99 pmd 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]*'
3248 /force-app/main/default/classes/MetadataService.cls 5491 20 5491 99 pmd 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]*'
3249 /force-app/main/default/classes/MetadataService.cls 5492 20 5492 89 pmd 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 /force-app/main/default/classes/MetadataService.cls 5492 20 5492 89 pmd 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 /force-app/main/default/classes/MetadataService.cls 5493 20 5493 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3250 /force-app/main/default/classes/MetadataService.cls 5493 20 5493 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3251 /force-app/main/default/classes/MetadataService.cls 5494 20 5494 97 pmd 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]*'
3251 /force-app/main/default/classes/MetadataService.cls 5494 20 5494 97 pmd 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]*'
3252 /force-app/main/default/classes/MetadataService.cls 5495 20 5495 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 'valueRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3252 /force-app/main/default/classes/MetadataService.cls 5495 20 5495 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 'valueRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3253 /force-app/main/default/classes/MetadataService.cls 5496 20 5496 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3253 /force-app/main/default/classes/MetadataService.cls 5496 20 5496 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3254 /force-app/main/default/classes/MetadataService.cls 5497 20 5497 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]*'
3254 /force-app/main/default/classes/MetadataService.cls 5497 20 5497 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]*'
3255 /force-app/main/default/classes/MetadataService.cls 5499 9 5512 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3255 /force-app/main/default/classes/MetadataService.cls 5499 9 5512 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3256 /force-app/main/default/classes/MetadataService.cls 5502 20 5502 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3256 /force-app/main/default/classes/MetadataService.cls 5502 20 5502 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3257 /force-app/main/default/classes/MetadataService.cls 5506 20 5506 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3257 /force-app/main/default/classes/MetadataService.cls 5506 20 5506 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3258 /force-app/main/default/classes/MetadataService.cls 5507 20 5507 97 pmd 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]*'
3258 /force-app/main/default/classes/MetadataService.cls 5507 20 5507 97 pmd 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]*'
3259 /force-app/main/default/classes/MetadataService.cls 5508 20 5508 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3259 /force-app/main/default/classes/MetadataService.cls 5508 20 5508 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3260 /force-app/main/default/classes/MetadataService.cls 5509 20 5509 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3260 /force-app/main/default/classes/MetadataService.cls 5509 20 5509 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3261 /force-app/main/default/classes/MetadataService.cls 5510 20 5510 60 pmd FieldNamingConventions 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]*'
3261 /force-app/main/default/classes/MetadataService.cls 5510 20 5510 60 pmd FieldNamingConventions 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]*'
3262 /force-app/main/default/classes/MetadataService.cls 5511 20 5511 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]*'
3262 /force-app/main/default/classes/MetadataService.cls 5511 20 5511 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]*'
3263 /force-app/main/default/classes/MetadataService.cls 5513 17 5518 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3263 /force-app/main/default/classes/MetadataService.cls 5513 17 5518 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3264 /force-app/main/default/classes/MetadataService.cls 5515 18 5515 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3264 /force-app/main/default/classes/MetadataService.cls 5515 18 5515 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3265 /force-app/main/default/classes/MetadataService.cls 5519 9 5536 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3265 /force-app/main/default/classes/MetadataService.cls 5519 9 5536 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3266 /force-app/main/default/classes/MetadataService.cls 5519 9 5536 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3266 /force-app/main/default/classes/MetadataService.cls 5519 9 5536 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3267 /force-app/main/default/classes/MetadataService.cls 5522 20 5522 97 pmd 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]*'
3267 /force-app/main/default/classes/MetadataService.cls 5522 20 5522 97 pmd 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]*'
3268 /force-app/main/default/classes/MetadataService.cls 5528 20 5528 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3268 /force-app/main/default/classes/MetadataService.cls 5528 20 5528 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3269 /force-app/main/default/classes/MetadataService.cls 5529 20 5529 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3269 /force-app/main/default/classes/MetadataService.cls 5529 20 5529 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3270 /force-app/main/default/classes/MetadataService.cls 5530 20 5530 89 pmd 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]*'
3270 /force-app/main/default/classes/MetadataService.cls 5530 20 5530 89 pmd 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]*'
3271 /force-app/main/default/classes/MetadataService.cls 5531 20 5531 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3271 /force-app/main/default/classes/MetadataService.cls 5531 20 5531 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3272 /force-app/main/default/classes/MetadataService.cls 5532 20 5532 97 pmd 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]*'
3272 /force-app/main/default/classes/MetadataService.cls 5532 20 5532 97 pmd 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]*'
3273 /force-app/main/default/classes/MetadataService.cls 5533 20 5533 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3273 /force-app/main/default/classes/MetadataService.cls 5533 20 5533 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3274 /force-app/main/default/classes/MetadataService.cls 5534 20 5534 60 pmd FieldNamingConventions 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]*'
3274 /force-app/main/default/classes/MetadataService.cls 5534 20 5534 60 pmd FieldNamingConventions 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]*'
3275 /force-app/main/default/classes/MetadataService.cls 5535 20 5535 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]*'
3275 /force-app/main/default/classes/MetadataService.cls 5535 20 5535 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]*'
3276 /force-app/main/default/classes/MetadataService.cls 5537 9 5546 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3276 /force-app/main/default/classes/MetadataService.cls 5537 9 5546 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3277 /force-app/main/default/classes/MetadataService.cls 5537 9 5546 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3277 /force-app/main/default/classes/MetadataService.cls 5537 9 5546 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3278 /force-app/main/default/classes/MetadataService.cls 5538 17 5538 23 pmd FieldNamingConventions 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]*'
3278 /force-app/main/default/classes/MetadataService.cls 5538 17 5538 23 pmd FieldNamingConventions 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]*'
3279 /force-app/main/default/classes/MetadataService.cls 5541 20 5541 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3279 /force-app/main/default/classes/MetadataService.cls 5541 20 5541 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3280 /force-app/main/default/classes/MetadataService.cls 5542 20 5542 103 pmd 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]*'
3280 /force-app/main/default/classes/MetadataService.cls 5542 20 5542 103 pmd 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]*'
3281 /force-app/main/default/classes/MetadataService.cls 5543 20 5543 103 pmd 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]*'
3281 /force-app/main/default/classes/MetadataService.cls 5543 20 5543 103 pmd 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]*'
3282 /force-app/main/default/classes/MetadataService.cls 5544 20 5544 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3282 /force-app/main/default/classes/MetadataService.cls 5544 20 5544 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3283 /force-app/main/default/classes/MetadataService.cls 5545 20 5545 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]*'
3283 /force-app/main/default/classes/MetadataService.cls 5545 20 5545 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]*'
3284 /force-app/main/default/classes/MetadataService.cls 5547 9 5568 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3284 /force-app/main/default/classes/MetadataService.cls 5547 9 5568 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3285 /force-app/main/default/classes/MetadataService.cls 5547 9 5568 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3285 /force-app/main/default/classes/MetadataService.cls 5547 9 5568 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3286 /force-app/main/default/classes/MetadataService.cls 5550 20 5550 97 pmd 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]*'
3286 /force-app/main/default/classes/MetadataService.cls 5550 20 5550 97 pmd 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]*'
3287 /force-app/main/default/classes/MetadataService.cls 5558 20 5558 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 'customObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3287 /force-app/main/default/classes/MetadataService.cls 5558 20 5558 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 'customObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3288 /force-app/main/default/classes/MetadataService.cls 5559 20 5559 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3288 /force-app/main/default/classes/MetadataService.cls 5559 20 5559 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3289 /force-app/main/default/classes/MetadataService.cls 5560 20 5560 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3289 /force-app/main/default/classes/MetadataService.cls 5560 20 5560 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3290 /force-app/main/default/classes/MetadataService.cls 5561 20 5561 103 pmd 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]*'
3290 /force-app/main/default/classes/MetadataService.cls 5561 20 5561 103 pmd 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]*'
3291 /force-app/main/default/classes/MetadataService.cls 5562 20 5562 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3291 /force-app/main/default/classes/MetadataService.cls 5562 20 5562 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3292 /force-app/main/default/classes/MetadataService.cls 5563 20 5563 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3292 /force-app/main/default/classes/MetadataService.cls 5563 20 5563 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3293 /force-app/main/default/classes/MetadataService.cls 5564 20 5564 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3293 /force-app/main/default/classes/MetadataService.cls 5564 20 5564 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3294 /force-app/main/default/classes/MetadataService.cls 5565 20 5565 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3294 /force-app/main/default/classes/MetadataService.cls 5565 20 5565 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3295 /force-app/main/default/classes/MetadataService.cls 5566 20 5566 60 pmd FieldNamingConventions 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]*'
3295 /force-app/main/default/classes/MetadataService.cls 5566 20 5566 60 pmd FieldNamingConventions 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]*'
3296 /force-app/main/default/classes/MetadataService.cls 5567 20 5567 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]*'
3296 /force-app/main/default/classes/MetadataService.cls 5567 20 5567 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]*'
3297 /force-app/main/default/classes/MetadataService.cls 5569 9 5606 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3297 /force-app/main/default/classes/MetadataService.cls 5569 9 5606 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3298 /force-app/main/default/classes/MetadataService.cls 5569 9 5606 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3298 /force-app/main/default/classes/MetadataService.cls 5569 9 5606 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3299 /force-app/main/default/classes/MetadataService.cls 5572 20 5572 97 pmd 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]*'
3299 /force-app/main/default/classes/MetadataService.cls 5572 20 5572 97 pmd 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]*'
3300 /force-app/main/default/classes/MetadataService.cls 5574 18 5574 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3300 /force-app/main/default/classes/MetadataService.cls 5574 18 5574 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3301 /force-app/main/default/classes/MetadataService.cls 5577 20 5577 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3301 /force-app/main/default/classes/MetadataService.cls 5577 20 5577 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3302 /force-app/main/default/classes/MetadataService.cls 5578 20 5578 97 pmd 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]*'
3302 /force-app/main/default/classes/MetadataService.cls 5578 20 5578 97 pmd 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]*'
3303 /force-app/main/default/classes/MetadataService.cls 5579 20 5579 103 pmd 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]*'
3303 /force-app/main/default/classes/MetadataService.cls 5579 20 5579 103 pmd 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]*'
3304 /force-app/main/default/classes/MetadataService.cls 5580 20 5580 97 pmd 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]*'
3304 /force-app/main/default/classes/MetadataService.cls 5580 20 5580 97 pmd 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]*'
3305 /force-app/main/default/classes/MetadataService.cls 5592 20 5592 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3305 /force-app/main/default/classes/MetadataService.cls 5592 20 5592 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3306 /force-app/main/default/classes/MetadataService.cls 5593 20 5593 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3306 /force-app/main/default/classes/MetadataService.cls 5593 20 5593 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3307 /force-app/main/default/classes/MetadataService.cls 5594 20 5594 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 'controllingFieldValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3307 /force-app/main/default/classes/MetadataService.cls 5594 20 5594 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 'controllingFieldValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3308 /force-app/main/default/classes/MetadataService.cls 5595 20 5595 99 pmd 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]*'
3308 /force-app/main/default/classes/MetadataService.cls 5595 20 5595 99 pmd 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]*'
3309 /force-app/main/default/classes/MetadataService.cls 5596 20 5596 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3309 /force-app/main/default/classes/MetadataService.cls 5596 20 5596 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3310 /force-app/main/default/classes/MetadataService.cls 5597 20 5597 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3310 /force-app/main/default/classes/MetadataService.cls 5597 20 5597 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3311 /force-app/main/default/classes/MetadataService.cls 5598 20 5598 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3311 /force-app/main/default/classes/MetadataService.cls 5598 20 5598 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3312 /force-app/main/default/classes/MetadataService.cls 5599 20 5599 103 pmd 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]*'
3312 /force-app/main/default/classes/MetadataService.cls 5599 20 5599 103 pmd 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]*'
3313 /force-app/main/default/classes/MetadataService.cls 5600 20 5600 103 pmd 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]*'
3313 /force-app/main/default/classes/MetadataService.cls 5600 20 5600 103 pmd 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]*'
3314 /force-app/main/default/classes/MetadataService.cls 5601 20 5601 97 pmd 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]*'
3314 /force-app/main/default/classes/MetadataService.cls 5601 20 5601 97 pmd 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]*'
3315 /force-app/main/default/classes/MetadataService.cls 5602 20 5602 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3315 /force-app/main/default/classes/MetadataService.cls 5602 20 5602 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3316 /force-app/main/default/classes/MetadataService.cls 5603 20 5603 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3316 /force-app/main/default/classes/MetadataService.cls 5603 20 5603 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3317 /force-app/main/default/classes/MetadataService.cls 5604 20 5604 60 pmd FieldNamingConventions 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]*'
3317 /force-app/main/default/classes/MetadataService.cls 5604 20 5604 60 pmd FieldNamingConventions 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]*'
3318 /force-app/main/default/classes/MetadataService.cls 5605 20 5605 265 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3318 /force-app/main/default/classes/MetadataService.cls 5605 20 5605 265 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3319 /force-app/main/default/classes/MetadataService.cls 5607 9 5612 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3319 /force-app/main/default/classes/MetadataService.cls 5607 9 5612 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3320 /force-app/main/default/classes/MetadataService.cls 5609 20 5609 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3320 /force-app/main/default/classes/MetadataService.cls 5609 20 5609 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3321 /force-app/main/default/classes/MetadataService.cls 5610 20 5610 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3321 /force-app/main/default/classes/MetadataService.cls 5610 20 5610 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3322 /force-app/main/default/classes/MetadataService.cls 5611 20 5611 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3322 /force-app/main/default/classes/MetadataService.cls 5611 20 5611 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3323 /force-app/main/default/classes/MetadataService.cls 5613 9 5632 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3323 /force-app/main/default/classes/MetadataService.cls 5613 9 5632 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3324 /force-app/main/default/classes/MetadataService.cls 5613 9 5632 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3324 /force-app/main/default/classes/MetadataService.cls 5613 9 5632 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3325 /force-app/main/default/classes/MetadataService.cls 5622 20 5622 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3325 /force-app/main/default/classes/MetadataService.cls 5622 20 5622 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3326 /force-app/main/default/classes/MetadataService.cls 5623 20 5623 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 'assignedToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3326 /force-app/main/default/classes/MetadataService.cls 5623 20 5623 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 'assignedToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3327 /force-app/main/default/classes/MetadataService.cls 5624 20 5624 109 pmd 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]*'
3327 /force-app/main/default/classes/MetadataService.cls 5624 20 5624 109 pmd 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]*'
3328 /force-app/main/default/classes/MetadataService.cls 5625 20 5625 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 'minutesToEscalation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3328 /force-app/main/default/classes/MetadataService.cls 5625 20 5625 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 'minutesToEscalation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3329 /force-app/main/default/classes/MetadataService.cls 5626 20 5626 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 'notifyCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3329 /force-app/main/default/classes/MetadataService.cls 5626 20 5626 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 'notifyCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3330 /force-app/main/default/classes/MetadataService.cls 5627 20 5627 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 'notifyEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3330 /force-app/main/default/classes/MetadataService.cls 5627 20 5627 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 'notifyEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3331 /force-app/main/default/classes/MetadataService.cls 5628 20 5628 97 pmd 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]*'
3331 /force-app/main/default/classes/MetadataService.cls 5628 20 5628 97 pmd 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]*'
3332 /force-app/main/default/classes/MetadataService.cls 5629 20 5629 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 'notifyToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3332 /force-app/main/default/classes/MetadataService.cls 5629 20 5629 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 'notifyToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3333 /force-app/main/default/classes/MetadataService.cls 5630 20 5630 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3333 /force-app/main/default/classes/MetadataService.cls 5630 20 5630 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3334 /force-app/main/default/classes/MetadataService.cls 5631 20 5631 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]*'
3334 /force-app/main/default/classes/MetadataService.cls 5631 20 5631 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]*'
3335 /force-app/main/default/classes/MetadataService.cls 5633 9 5646 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3335 /force-app/main/default/classes/MetadataService.cls 5633 9 5646 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3336 /force-app/main/default/classes/MetadataService.cls 5636 20 5636 97 pmd 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]*'
3336 /force-app/main/default/classes/MetadataService.cls 5636 20 5636 97 pmd 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]*'
3337 /force-app/main/default/classes/MetadataService.cls 5639 17 5639 23 pmd FieldNamingConventions 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]*'
3337 /force-app/main/default/classes/MetadataService.cls 5639 17 5639 23 pmd FieldNamingConventions 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]*'
3338 /force-app/main/default/classes/MetadataService.cls 5640 20 5640 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 'index_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3338 /force-app/main/default/classes/MetadataService.cls 5640 20 5640 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 'index_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3339 /force-app/main/default/classes/MetadataService.cls 5641 20 5641 99 pmd 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]*'
3339 /force-app/main/default/classes/MetadataService.cls 5641 20 5641 99 pmd 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]*'
3340 /force-app/main/default/classes/MetadataService.cls 5642 20 5642 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3340 /force-app/main/default/classes/MetadataService.cls 5642 20 5642 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3341 /force-app/main/default/classes/MetadataService.cls 5643 20 5643 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3341 /force-app/main/default/classes/MetadataService.cls 5643 20 5643 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3342 /force-app/main/default/classes/MetadataService.cls 5644 20 5644 60 pmd FieldNamingConventions 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]*'
3342 /force-app/main/default/classes/MetadataService.cls 5644 20 5644 60 pmd FieldNamingConventions 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]*'
3343 /force-app/main/default/classes/MetadataService.cls 5645 20 5645 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]*'
3343 /force-app/main/default/classes/MetadataService.cls 5645 20 5645 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]*'
3344 /force-app/main/default/classes/MetadataService.cls 5647 9 5656 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3344 /force-app/main/default/classes/MetadataService.cls 5647 9 5656 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3345 /force-app/main/default/classes/MetadataService.cls 5651 20 5651 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3345 /force-app/main/default/classes/MetadataService.cls 5651 20 5651 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3346 /force-app/main/default/classes/MetadataService.cls 5652 20 5652 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 'salesforceActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3346 /force-app/main/default/classes/MetadataService.cls 5652 20 5652 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 'salesforceActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3347 /force-app/main/default/classes/MetadataService.cls 5653 20 5653 99 pmd 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]*'
3347 /force-app/main/default/classes/MetadataService.cls 5653 20 5653 99 pmd 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]*'
3348 /force-app/main/default/classes/MetadataService.cls 5654 20 5654 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3348 /force-app/main/default/classes/MetadataService.cls 5654 20 5654 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3349 /force-app/main/default/classes/MetadataService.cls 5655 20 5655 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]*'
3349 /force-app/main/default/classes/MetadataService.cls 5655 20 5655 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]*'
3350 /force-app/main/default/classes/MetadataService.cls 5657 9 5680 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3350 /force-app/main/default/classes/MetadataService.cls 5657 9 5680 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3351 /force-app/main/default/classes/MetadataService.cls 5657 9 5680 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3351 /force-app/main/default/classes/MetadataService.cls 5657 9 5680 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3352 /force-app/main/default/classes/MetadataService.cls 5660 20 5660 97 pmd 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]*'
3352 /force-app/main/default/classes/MetadataService.cls 5660 20 5660 97 pmd 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]*'
3353 /force-app/main/default/classes/MetadataService.cls 5669 20 5669 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 'alerts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3353 /force-app/main/default/classes/MetadataService.cls 5669 20 5669 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 'alerts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3354 /force-app/main/default/classes/MetadataService.cls 5670 20 5670 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 'fieldUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3354 /force-app/main/default/classes/MetadataService.cls 5670 20 5670 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 'fieldUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3355 /force-app/main/default/classes/MetadataService.cls 5671 20 5671 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 'flowActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3355 /force-app/main/default/classes/MetadataService.cls 5671 20 5671 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 'flowActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3356 /force-app/main/default/classes/MetadataService.cls 5672 20 5672 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 'knowledgePublishes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3356 /force-app/main/default/classes/MetadataService.cls 5672 20 5672 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 'knowledgePublishes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3357 /force-app/main/default/classes/MetadataService.cls 5673 20 5673 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 'outboundMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3357 /force-app/main/default/classes/MetadataService.cls 5673 20 5673 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 'outboundMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3358 /force-app/main/default/classes/MetadataService.cls 5674 20 5674 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3358 /force-app/main/default/classes/MetadataService.cls 5674 20 5674 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3359 /force-app/main/default/classes/MetadataService.cls 5675 20 5675 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 'send_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3359 /force-app/main/default/classes/MetadataService.cls 5675 20 5675 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 'send_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3360 /force-app/main/default/classes/MetadataService.cls 5676 20 5676 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 'tasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3360 /force-app/main/default/classes/MetadataService.cls 5676 20 5676 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 'tasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3361 /force-app/main/default/classes/MetadataService.cls 5677 20 5677 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3361 /force-app/main/default/classes/MetadataService.cls 5677 20 5677 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3362 /force-app/main/default/classes/MetadataService.cls 5678 20 5678 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 5678 20 5678 60 pmd FieldNamingConventions 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 /force-app/main/default/classes/MetadataService.cls 5679 20 5679 170 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 5679 20 5679 170 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 5681 9 5686 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3364 /force-app/main/default/classes/MetadataService.cls 5681 9 5686 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3365 /force-app/main/default/classes/MetadataService.cls 5683 20 5683 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3365 /force-app/main/default/classes/MetadataService.cls 5683 20 5683 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3366 /force-app/main/default/classes/MetadataService.cls 5684 20 5684 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3366 /force-app/main/default/classes/MetadataService.cls 5684 20 5684 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3367 /force-app/main/default/classes/MetadataService.cls 5685 20 5685 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3367 /force-app/main/default/classes/MetadataService.cls 5685 20 5685 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3368 /force-app/main/default/classes/MetadataService.cls 5687 9 5704 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3368 /force-app/main/default/classes/MetadataService.cls 5687 9 5704 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3369 /force-app/main/default/classes/MetadataService.cls 5687 9 5704 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3369 /force-app/main/default/classes/MetadataService.cls 5687 9 5704 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3370 /force-app/main/default/classes/MetadataService.cls 5690 20 5690 97 pmd 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]*'
3370 /force-app/main/default/classes/MetadataService.cls 5690 20 5690 97 pmd 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]*'
3371 /force-app/main/default/classes/MetadataService.cls 5695 18 5695 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
3371 /force-app/main/default/classes/MetadataService.cls 5695 18 5695 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
3372 /force-app/main/default/classes/MetadataService.cls 5696 20 5696 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3372 /force-app/main/default/classes/MetadataService.cls 5696 20 5696 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3373 /force-app/main/default/classes/MetadataService.cls 5697 20 5697 103 pmd 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]*'
3373 /force-app/main/default/classes/MetadataService.cls 5697 20 5697 103 pmd 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]*'
3374 /force-app/main/default/classes/MetadataService.cls 5698 20 5698 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3374 /force-app/main/default/classes/MetadataService.cls 5698 20 5698 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3375 /force-app/main/default/classes/MetadataService.cls 5699 20 5699 97 pmd 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]*'
3375 /force-app/main/default/classes/MetadataService.cls 5699 20 5699 97 pmd 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]*'
3376 /force-app/main/default/classes/MetadataService.cls 5700 20 5700 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3376 /force-app/main/default/classes/MetadataService.cls 5700 20 5700 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3377 /force-app/main/default/classes/MetadataService.cls 5701 20 5701 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3377 /force-app/main/default/classes/MetadataService.cls 5701 20 5701 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3378 /force-app/main/default/classes/MetadataService.cls 5702 20 5702 60 pmd FieldNamingConventions 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]*'
3378 /force-app/main/default/classes/MetadataService.cls 5702 20 5702 60 pmd FieldNamingConventions 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]*'
3379 /force-app/main/default/classes/MetadataService.cls 5703 20 5703 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]*'
3379 /force-app/main/default/classes/MetadataService.cls 5703 20 5703 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]*'
3380 /force-app/main/default/classes/MetadataService.cls 5705 9 5726 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3380 /force-app/main/default/classes/MetadataService.cls 5705 9 5726 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3381 /force-app/main/default/classes/MetadataService.cls 5705 9 5726 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3381 /force-app/main/default/classes/MetadataService.cls 5705 9 5726 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3382 /force-app/main/default/classes/MetadataService.cls 5715 20 5715 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3382 /force-app/main/default/classes/MetadataService.cls 5715 20 5715 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3383 /force-app/main/default/classes/MetadataService.cls 5716 20 5716 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3383 /force-app/main/default/classes/MetadataService.cls 5716 20 5716 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3384 /force-app/main/default/classes/MetadataService.cls 5717 20 5717 89 pmd 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]*'
3384 /force-app/main/default/classes/MetadataService.cls 5717 20 5717 89 pmd 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]*'
3385 /force-app/main/default/classes/MetadataService.cls 5718 20 5718 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3385 /force-app/main/default/classes/MetadataService.cls 5718 20 5718 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3386 /force-app/main/default/classes/MetadataService.cls 5719 20 5719 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3386 /force-app/main/default/classes/MetadataService.cls 5719 20 5719 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3387 /force-app/main/default/classes/MetadataService.cls 5720 20 5720 89 pmd 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]*'
3387 /force-app/main/default/classes/MetadataService.cls 5720 20 5720 89 pmd 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]*'
3388 /force-app/main/default/classes/MetadataService.cls 5721 20 5721 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3388 /force-app/main/default/classes/MetadataService.cls 5721 20 5721 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3389 /force-app/main/default/classes/MetadataService.cls 5722 20 5722 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3389 /force-app/main/default/classes/MetadataService.cls 5722 20 5722 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3390 /force-app/main/default/classes/MetadataService.cls 5723 20 5723 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3390 /force-app/main/default/classes/MetadataService.cls 5723 20 5723 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3391 /force-app/main/default/classes/MetadataService.cls 5724 20 5724 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3391 /force-app/main/default/classes/MetadataService.cls 5724 20 5724 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3392 /force-app/main/default/classes/MetadataService.cls 5725 20 5725 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]*'
3392 /force-app/main/default/classes/MetadataService.cls 5725 20 5725 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]*'
3393 /force-app/main/default/classes/MetadataService.cls 5727 9 5736 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3393 /force-app/main/default/classes/MetadataService.cls 5727 9 5736 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3394 /force-app/main/default/classes/MetadataService.cls 5731 20 5731 97 pmd 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]*'
3394 /force-app/main/default/classes/MetadataService.cls 5731 20 5731 97 pmd 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]*'
3395 /force-app/main/default/classes/MetadataService.cls 5732 20 5732 97 pmd 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]*'
3395 /force-app/main/default/classes/MetadataService.cls 5732 20 5732 97 pmd 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]*'
3396 /force-app/main/default/classes/MetadataService.cls 5733 20 5733 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 'securityRiskFileType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3396 /force-app/main/default/classes/MetadataService.cls 5733 20 5733 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 'securityRiskFileType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3397 /force-app/main/default/classes/MetadataService.cls 5734 20 5734 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3397 /force-app/main/default/classes/MetadataService.cls 5734 20 5734 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3398 /force-app/main/default/classes/MetadataService.cls 5735 20 5735 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]*'
3398 /force-app/main/default/classes/MetadataService.cls 5735 20 5735 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]*'
3399 /force-app/main/default/classes/MetadataService.cls 5737 9 5742 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3399 /force-app/main/default/classes/MetadataService.cls 5737 9 5742 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3400 /force-app/main/default/classes/MetadataService.cls 5739 20 5739 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3400 /force-app/main/default/classes/MetadataService.cls 5739 20 5739 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3401 /force-app/main/default/classes/MetadataService.cls 5740 20 5740 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3401 /force-app/main/default/classes/MetadataService.cls 5740 20 5740 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3402 /force-app/main/default/classes/MetadataService.cls 5741 20 5741 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 5741 20 5741 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3403 /force-app/main/default/classes/MetadataService.cls 5743 9 5754 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3403 /force-app/main/default/classes/MetadataService.cls 5743 9 5754 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3404 /force-app/main/default/classes/MetadataService.cls 5748 20 5748 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3404 /force-app/main/default/classes/MetadataService.cls 5748 20 5748 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3405 /force-app/main/default/classes/MetadataService.cls 5749 20 5749 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3405 /force-app/main/default/classes/MetadataService.cls 5749 20 5749 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3406 /force-app/main/default/classes/MetadataService.cls 5750 20 5750 89 pmd 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]*'
3406 /force-app/main/default/classes/MetadataService.cls 5750 20 5750 89 pmd 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]*'
3407 /force-app/main/default/classes/MetadataService.cls 5751 20 5751 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 'recommendationAudience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3407 /force-app/main/default/classes/MetadataService.cls 5751 20 5751 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 'recommendationAudience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3408 /force-app/main/default/classes/MetadataService.cls 5752 20 5752 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3408 /force-app/main/default/classes/MetadataService.cls 5752 20 5752 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3409 /force-app/main/default/classes/MetadataService.cls 5753 20 5753 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3409 /force-app/main/default/classes/MetadataService.cls 5753 20 5753 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 5755 9 5762 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3410 /force-app/main/default/classes/MetadataService.cls 5755 9 5762 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3411 /force-app/main/default/classes/MetadataService.cls 5758 20 5758 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3411 /force-app/main/default/classes/MetadataService.cls 5758 20 5758 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3412 /force-app/main/default/classes/MetadataService.cls 5759 20 5759 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 'criteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3412 /force-app/main/default/classes/MetadataService.cls 5759 20 5759 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 'criteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3413 /force-app/main/default/classes/MetadataService.cls 5760 20 5760 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3413 /force-app/main/default/classes/MetadataService.cls 5760 20 5760 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3414 /force-app/main/default/classes/MetadataService.cls 5761 20 5761 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]*'
3414 /force-app/main/default/classes/MetadataService.cls 5761 20 5761 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]*'
3415 /force-app/main/default/classes/MetadataService.cls 5763 9 5782 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3415 /force-app/main/default/classes/MetadataService.cls 5763 9 5782 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3416 /force-app/main/default/classes/MetadataService.cls 5763 9 5782 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3416 /force-app/main/default/classes/MetadataService.cls 5763 9 5782 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3417 /force-app/main/default/classes/MetadataService.cls 5766 20 5766 97 pmd 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]*'
3417 /force-app/main/default/classes/MetadataService.cls 5766 20 5766 97 pmd 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]*'
3418 /force-app/main/default/classes/MetadataService.cls 5773 20 5773 103 pmd 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]*'
3418 /force-app/main/default/classes/MetadataService.cls 5773 20 5773 103 pmd 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]*'
3419 /force-app/main/default/classes/MetadataService.cls 5774 20 5774 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3419 /force-app/main/default/classes/MetadataService.cls 5774 20 5774 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3420 /force-app/main/default/classes/MetadataService.cls 5775 20 5775 89 pmd 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]*'
3420 /force-app/main/default/classes/MetadataService.cls 5775 20 5775 89 pmd 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]*'
3421 /force-app/main/default/classes/MetadataService.cls 5776 20 5776 103 pmd 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]*'
3421 /force-app/main/default/classes/MetadataService.cls 5776 20 5776 103 pmd 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]*'
3422 /force-app/main/default/classes/MetadataService.cls 5777 20 5777 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 'visualizationResources_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3422 /force-app/main/default/classes/MetadataService.cls 5777 20 5777 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 'visualizationResources_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3423 /force-app/main/default/classes/MetadataService.cls 5778 20 5778 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 'visualizationTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3423 /force-app/main/default/classes/MetadataService.cls 5778 20 5778 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 'visualizationTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3424 /force-app/main/default/classes/MetadataService.cls 5779 20 5779 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3424 /force-app/main/default/classes/MetadataService.cls 5779 20 5779 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3425 /force-app/main/default/classes/MetadataService.cls 5780 20 5780 60 pmd FieldNamingConventions 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]*'
3425 /force-app/main/default/classes/MetadataService.cls 5780 20 5780 60 pmd FieldNamingConventions 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]*'
3426 /force-app/main/default/classes/MetadataService.cls 5781 20 5781 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]*'
3426 /force-app/main/default/classes/MetadataService.cls 5781 20 5781 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]*'
3427 /force-app/main/default/classes/MetadataService.cls 5783 9 5792 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3427 /force-app/main/default/classes/MetadataService.cls 5783 9 5792 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3428 /force-app/main/default/classes/MetadataService.cls 5787 20 5787 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3428 /force-app/main/default/classes/MetadataService.cls 5787 20 5787 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3429 /force-app/main/default/classes/MetadataService.cls 5788 20 5788 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3429 /force-app/main/default/classes/MetadataService.cls 5788 20 5788 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3430 /force-app/main/default/classes/MetadataService.cls 5789 20 5789 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 'scriptType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3430 /force-app/main/default/classes/MetadataService.cls 5789 20 5789 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 'scriptType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3431 /force-app/main/default/classes/MetadataService.cls 5790 20 5790 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3431 /force-app/main/default/classes/MetadataService.cls 5790 20 5790 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3432 /force-app/main/default/classes/MetadataService.cls 5791 20 5791 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]*'
3432 /force-app/main/default/classes/MetadataService.cls 5791 20 5791 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]*'
3433 /force-app/main/default/classes/MetadataService.cls 5793 9 5798 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3433 /force-app/main/default/classes/MetadataService.cls 5793 9 5798 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3434 /force-app/main/default/classes/MetadataService.cls 5795 20 5795 103 pmd 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]*'
3434 /force-app/main/default/classes/MetadataService.cls 5795 20 5795 103 pmd 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]*'
3435 /force-app/main/default/classes/MetadataService.cls 5796 20 5796 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3435 /force-app/main/default/classes/MetadataService.cls 5796 20 5796 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3436 /force-app/main/default/classes/MetadataService.cls 5797 20 5797 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]*'
3436 /force-app/main/default/classes/MetadataService.cls 5797 20 5797 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]*'
3437 /force-app/main/default/classes/MetadataService.cls 5799 9 5814 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3437 /force-app/main/default/classes/MetadataService.cls 5799 9 5814 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3438 /force-app/main/default/classes/MetadataService.cls 5802 20 5802 97 pmd 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]*'
3438 /force-app/main/default/classes/MetadataService.cls 5802 20 5802 97 pmd 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]*'
3439 /force-app/main/default/classes/MetadataService.cls 5804 20 5804 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3439 /force-app/main/default/classes/MetadataService.cls 5804 20 5804 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3440 /force-app/main/default/classes/MetadataService.cls 5808 20 5808 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3440 /force-app/main/default/classes/MetadataService.cls 5808 20 5808 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3441 /force-app/main/default/classes/MetadataService.cls 5809 20 5809 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3441 /force-app/main/default/classes/MetadataService.cls 5809 20 5809 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3442 /force-app/main/default/classes/MetadataService.cls 5810 20 5810 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3442 /force-app/main/default/classes/MetadataService.cls 5810 20 5810 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3443 /force-app/main/default/classes/MetadataService.cls 5811 20 5811 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3443 /force-app/main/default/classes/MetadataService.cls 5811 20 5811 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3444 /force-app/main/default/classes/MetadataService.cls 5812 20 5812 60 pmd FieldNamingConventions 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]*'
3444 /force-app/main/default/classes/MetadataService.cls 5812 20 5812 60 pmd FieldNamingConventions 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]*'
3445 /force-app/main/default/classes/MetadataService.cls 5813 20 5813 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]*'
3445 /force-app/main/default/classes/MetadataService.cls 5813 20 5813 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]*'
3446 /force-app/main/default/classes/MetadataService.cls 5815 9 5826 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3446 /force-app/main/default/classes/MetadataService.cls 5815 9 5826 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3447 /force-app/main/default/classes/MetadataService.cls 5816 17 5816 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 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
3447 /force-app/main/default/classes/MetadataService.cls 5816 17 5816 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 'SObjectType' doesn't match '[a-z][a-zA-Z0-9]*'
3448 /force-app/main/default/classes/MetadataService.cls 5820 20 5820 103 pmd 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]*'
3448 /force-app/main/default/classes/MetadataService.cls 5820 20 5820 103 pmd 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]*'
3449 /force-app/main/default/classes/MetadataService.cls 5821 20 5821 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 'fieldMappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3449 /force-app/main/default/classes/MetadataService.cls 5821 20 5821 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 'fieldMappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3450 /force-app/main/default/classes/MetadataService.cls 5822 20 5822 99 pmd 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]*'
3450 /force-app/main/default/classes/MetadataService.cls 5822 20 5822 99 pmd 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]*'
3451 /force-app/main/default/classes/MetadataService.cls 5823 20 5823 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 'mappingOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3451 /force-app/main/default/classes/MetadataService.cls 5823 20 5823 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 'mappingOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3452 /force-app/main/default/classes/MetadataService.cls 5824 20 5824 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3452 /force-app/main/default/classes/MetadataService.cls 5824 20 5824 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3453 /force-app/main/default/classes/MetadataService.cls 5825 20 5825 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]*'
3453 /force-app/main/default/classes/MetadataService.cls 5825 20 5825 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]*'
3454 /force-app/main/default/classes/MetadataService.cls 5827 9 5846 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3454 /force-app/main/default/classes/MetadataService.cls 5827 9 5846 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3455 /force-app/main/default/classes/MetadataService.cls 5827 9 5846 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3455 /force-app/main/default/classes/MetadataService.cls 5827 9 5846 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3456 /force-app/main/default/classes/MetadataService.cls 5830 20 5830 97 pmd 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]*'
3456 /force-app/main/default/classes/MetadataService.cls 5830 20 5830 97 pmd 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]*'
3457 /force-app/main/default/classes/MetadataService.cls 5836 17 5836 23 pmd FieldNamingConventions 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]*'
3457 /force-app/main/default/classes/MetadataService.cls 5836 17 5836 23 pmd FieldNamingConventions 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]*'
3458 /force-app/main/default/classes/MetadataService.cls 5837 20 5837 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3458 /force-app/main/default/classes/MetadataService.cls 5837 20 5837 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3459 /force-app/main/default/classes/MetadataService.cls 5838 20 5838 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 'casesPerEntitlement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3459 /force-app/main/default/classes/MetadataService.cls 5838 20 5838 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 'casesPerEntitlement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3460 /force-app/main/default/classes/MetadataService.cls 5839 20 5839 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 'entitlementProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3460 /force-app/main/default/classes/MetadataService.cls 5839 20 5839 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 'entitlementProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3461 /force-app/main/default/classes/MetadataService.cls 5840 20 5840 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 'isPerIncident_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3461 /force-app/main/default/classes/MetadataService.cls 5840 20 5840 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 'isPerIncident_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3462 /force-app/main/default/classes/MetadataService.cls 5841 20 5841 89 pmd 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]*'
3462 /force-app/main/default/classes/MetadataService.cls 5841 20 5841 89 pmd 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]*'
3463 /force-app/main/default/classes/MetadataService.cls 5842 20 5842 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3463 /force-app/main/default/classes/MetadataService.cls 5842 20 5842 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3464 /force-app/main/default/classes/MetadataService.cls 5843 20 5843 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3464 /force-app/main/default/classes/MetadataService.cls 5843 20 5843 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3465 /force-app/main/default/classes/MetadataService.cls 5844 20 5844 60 pmd FieldNamingConventions 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]*'
3465 /force-app/main/default/classes/MetadataService.cls 5844 20 5844 60 pmd FieldNamingConventions 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]*'
3466 /force-app/main/default/classes/MetadataService.cls 5845 20 5845 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]*'
3466 /force-app/main/default/classes/MetadataService.cls 5845 20 5845 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]*'
3467 /force-app/main/default/classes/MetadataService.cls 5847 9 5858 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3467 /force-app/main/default/classes/MetadataService.cls 5847 9 5858 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3468 /force-app/main/default/classes/MetadataService.cls 5850 20 5850 97 pmd 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]*'
3468 /force-app/main/default/classes/MetadataService.cls 5850 20 5850 97 pmd 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]*'
3469 /force-app/main/default/classes/MetadataService.cls 5853 20 5853 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 'doesIncludeBosses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3469 /force-app/main/default/classes/MetadataService.cls 5853 20 5853 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 'doesIncludeBosses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3470 /force-app/main/default/classes/MetadataService.cls 5854 20 5854 89 pmd 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]*'
3470 /force-app/main/default/classes/MetadataService.cls 5854 20 5854 89 pmd 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]*'
3471 /force-app/main/default/classes/MetadataService.cls 5855 20 5855 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3471 /force-app/main/default/classes/MetadataService.cls 5855 20 5855 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3472 /force-app/main/default/classes/MetadataService.cls 5856 20 5856 60 pmd FieldNamingConventions 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]*'
3472 /force-app/main/default/classes/MetadataService.cls 5856 20 5856 60 pmd FieldNamingConventions 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]*'
3473 /force-app/main/default/classes/MetadataService.cls 5857 20 5857 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]*'
3473 /force-app/main/default/classes/MetadataService.cls 5857 20 5857 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]*'
3474 /force-app/main/default/classes/MetadataService.cls 5859 9 5864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3474 /force-app/main/default/classes/MetadataService.cls 5859 9 5864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3475 /force-app/main/default/classes/MetadataService.cls 5861 20 5861 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 'recordDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3475 /force-app/main/default/classes/MetadataService.cls 5861 20 5861 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 'recordDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3476 /force-app/main/default/classes/MetadataService.cls 5862 20 5862 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3476 /force-app/main/default/classes/MetadataService.cls 5862 20 5862 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3477 /force-app/main/default/classes/MetadataService.cls 5863 20 5863 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]*'
3477 /force-app/main/default/classes/MetadataService.cls 5863 20 5863 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]*'
3478 /force-app/main/default/classes/MetadataService.cls 5865 9 5894 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3478 /force-app/main/default/classes/MetadataService.cls 5865 9 5894 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3479 /force-app/main/default/classes/MetadataService.cls 5865 9 5894 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3479 /force-app/main/default/classes/MetadataService.cls 5865 9 5894 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3480 /force-app/main/default/classes/MetadataService.cls 5879 20 5879 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 'canonicalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3480 /force-app/main/default/classes/MetadataService.cls 5879 20 5879 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 'canonicalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3481 /force-app/main/default/classes/MetadataService.cls 5880 20 5880 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 'canonicalNameBindingChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3481 /force-app/main/default/classes/MetadataService.cls 5880 20 5880 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 'canonicalNameBindingChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3482 /force-app/main/default/classes/MetadataService.cls 5881 20 5881 103 pmd 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]*'
3482 /force-app/main/default/classes/MetadataService.cls 5881 20 5881 103 pmd 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]*'
3483 /force-app/main/default/classes/MetadataService.cls 5882 20 5882 99 pmd 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]*'
3483 /force-app/main/default/classes/MetadataService.cls 5882 20 5882 99 pmd 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]*'
3484 /force-app/main/default/classes/MetadataService.cls 5883 20 5883 103 pmd 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]*'
3484 /force-app/main/default/classes/MetadataService.cls 5883 20 5883 103 pmd 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]*'
3485 /force-app/main/default/classes/MetadataService.cls 5884 20 5884 103 pmd 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]*'
3485 /force-app/main/default/classes/MetadataService.cls 5884 20 5884 103 pmd 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]*'
3486 /force-app/main/default/classes/MetadataService.cls 5885 20 5885 109 pmd 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]*'
3486 /force-app/main/default/classes/MetadataService.cls 5885 20 5885 109 pmd 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]*'
3487 /force-app/main/default/classes/MetadataService.cls 5886 20 5886 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 'setupSimpleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3487 /force-app/main/default/classes/MetadataService.cls 5886 20 5886 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 'setupSimpleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3488 /force-app/main/default/classes/MetadataService.cls 5887 20 5887 89 pmd 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]*'
3488 /force-app/main/default/classes/MetadataService.cls 5887 20 5887 89 pmd 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]*'
3489 /force-app/main/default/classes/MetadataService.cls 5888 20 5888 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3489 /force-app/main/default/classes/MetadataService.cls 5888 20 5888 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3490 /force-app/main/default/classes/MetadataService.cls 5889 20 5889 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 'versionBuild_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3490 /force-app/main/default/classes/MetadataService.cls 5889 20 5889 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 'versionBuild_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3491 /force-app/main/default/classes/MetadataService.cls 5890 20 5890 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 'versionMajor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3491 /force-app/main/default/classes/MetadataService.cls 5890 20 5890 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 'versionMajor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3492 /force-app/main/default/classes/MetadataService.cls 5891 20 5891 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 'versionMinor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3492 /force-app/main/default/classes/MetadataService.cls 5891 20 5891 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 'versionMinor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3493 /force-app/main/default/classes/MetadataService.cls 5892 20 5892 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3493 /force-app/main/default/classes/MetadataService.cls 5892 20 5892 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3494 /force-app/main/default/classes/MetadataService.cls 5893 20 5893 251 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 5893 20 5893 251 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3495 /force-app/main/default/classes/MetadataService.cls 5895 9 5900 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3495 /force-app/main/default/classes/MetadataService.cls 5895 9 5900 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3496 /force-app/main/default/classes/MetadataService.cls 5897 20 5897 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3496 /force-app/main/default/classes/MetadataService.cls 5897 20 5897 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3497 /force-app/main/default/classes/MetadataService.cls 5898 20 5898 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3497 /force-app/main/default/classes/MetadataService.cls 5898 20 5898 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3498 /force-app/main/default/classes/MetadataService.cls 5899 20 5899 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3498 /force-app/main/default/classes/MetadataService.cls 5899 20 5899 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 5901 9 5906 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3499 /force-app/main/default/classes/MetadataService.cls 5901 9 5906 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3500 /force-app/main/default/classes/MetadataService.cls 5903 20 5903 89 pmd 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]*'
3500 /force-app/main/default/classes/MetadataService.cls 5903 20 5903 89 pmd 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]*'
3501 /force-app/main/default/classes/MetadataService.cls 5904 20 5904 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3501 /force-app/main/default/classes/MetadataService.cls 5904 20 5904 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3502 /force-app/main/default/classes/MetadataService.cls 5905 20 5905 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3502 /force-app/main/default/classes/MetadataService.cls 5905 20 5905 64 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3503 /force-app/main/default/classes/MetadataService.cls 5907 17 5909 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3503 /force-app/main/default/classes/MetadataService.cls 5907 17 5909 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3504 /force-app/main/default/classes/MetadataService.cls 5910 9 5917 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3504 /force-app/main/default/classes/MetadataService.cls 5910 9 5917 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3505 /force-app/main/default/classes/MetadataService.cls 5913 20 5913 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3505 /force-app/main/default/classes/MetadataService.cls 5913 20 5913 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3506 /force-app/main/default/classes/MetadataService.cls 5914 20 5914 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 'debugLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3506 /force-app/main/default/classes/MetadataService.cls 5914 20 5914 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 'debugLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3507 /force-app/main/default/classes/MetadataService.cls 5915 20 5915 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3507 /force-app/main/default/classes/MetadataService.cls 5915 20 5915 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3508 /force-app/main/default/classes/MetadataService.cls 5916 20 5916 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]*'
3508 /force-app/main/default/classes/MetadataService.cls 5916 20 5916 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]*'
3509 /force-app/main/default/classes/MetadataService.cls 5918 9 5923 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3509 /force-app/main/default/classes/MetadataService.cls 5918 9 5923 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3510 /force-app/main/default/classes/MetadataService.cls 5920 20 5920 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3510 /force-app/main/default/classes/MetadataService.cls 5920 20 5920 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3511 /force-app/main/default/classes/MetadataService.cls 5921 20 5921 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3511 /force-app/main/default/classes/MetadataService.cls 5921 20 5921 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3512 /force-app/main/default/classes/MetadataService.cls 5922 20 5922 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 5922 20 5922 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 5924 9 5931 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3513 /force-app/main/default/classes/MetadataService.cls 5924 9 5931 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3514 /force-app/main/default/classes/MetadataService.cls 5927 20 5927 97 pmd 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]*'
3514 /force-app/main/default/classes/MetadataService.cls 5927 20 5927 97 pmd 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]*'
3515 /force-app/main/default/classes/MetadataService.cls 5928 20 5928 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3515 /force-app/main/default/classes/MetadataService.cls 5928 20 5928 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3516 /force-app/main/default/classes/MetadataService.cls 5929 20 5929 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3516 /force-app/main/default/classes/MetadataService.cls 5929 20 5929 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3517 /force-app/main/default/classes/MetadataService.cls 5930 20 5930 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]*'
3517 /force-app/main/default/classes/MetadataService.cls 5930 20 5930 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]*'
3518 /force-app/main/default/classes/MetadataService.cls 5932 9 5969 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3518 /force-app/main/default/classes/MetadataService.cls 5932 9 5969 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3519 /force-app/main/default/classes/MetadataService.cls 5932 9 5969 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3519 /force-app/main/default/classes/MetadataService.cls 5932 9 5969 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3520 /force-app/main/default/classes/MetadataService.cls 5950 20 5950 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 'allowInternalUserLogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3520 /force-app/main/default/classes/MetadataService.cls 5950 20 5950 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 'allowInternalUserLogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3521 /force-app/main/default/classes/MetadataService.cls 5951 20 5951 97 pmd 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]*'
3521 /force-app/main/default/classes/MetadataService.cls 5951 20 5951 97 pmd 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]*'
3522 /force-app/main/default/classes/MetadataService.cls 5952 20 5952 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 'changePasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3522 /force-app/main/default/classes/MetadataService.cls 5952 20 5952 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 'changePasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3523 /force-app/main/default/classes/MetadataService.cls 5953 20 5953 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 'emailFooterLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3523 /force-app/main/default/classes/MetadataService.cls 5953 20 5953 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 'emailFooterLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3524 /force-app/main/default/classes/MetadataService.cls 5954 20 5954 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 'emailFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3524 /force-app/main/default/classes/MetadataService.cls 5954 20 5954 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 'emailFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3525 /force-app/main/default/classes/MetadataService.cls 5955 20 5955 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3525 /force-app/main/default/classes/MetadataService.cls 5955 20 5955 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3526 /force-app/main/default/classes/MetadataService.cls 5956 20 5956 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3526 /force-app/main/default/classes/MetadataService.cls 5956 20 5956 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3527 /force-app/main/default/classes/MetadataService.cls 5957 20 5957 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 'enableErrorPageOverridesForVisualforce_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3527 /force-app/main/default/classes/MetadataService.cls 5957 20 5957 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 'enableErrorPageOverridesForVisualforce_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3528 /force-app/main/default/classes/MetadataService.cls 5958 20 5958 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 'forgotPasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3528 /force-app/main/default/classes/MetadataService.cls 5958 20 5958 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 'forgotPasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3529 /force-app/main/default/classes/MetadataService.cls 5959 20 5959 103 pmd 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]*'
3529 /force-app/main/default/classes/MetadataService.cls 5959 20 5959 103 pmd 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]*'
3530 /force-app/main/default/classes/MetadataService.cls 5960 20 5960 103 pmd 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]*'
3530 /force-app/main/default/classes/MetadataService.cls 5960 20 5960 103 pmd 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]*'
3531 /force-app/main/default/classes/MetadataService.cls 5961 20 5961 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3531 /force-app/main/default/classes/MetadataService.cls 5961 20 5961 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3532 /force-app/main/default/classes/MetadataService.cls 5962 20 5962 89 pmd 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]*'
3532 /force-app/main/default/classes/MetadataService.cls 5962 20 5962 89 pmd 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]*'
3533 /force-app/main/default/classes/MetadataService.cls 5963 20 5963 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 'siteAsContainerEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3533 /force-app/main/default/classes/MetadataService.cls 5963 20 5963 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 'siteAsContainerEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3534 /force-app/main/default/classes/MetadataService.cls 5964 20 5964 89 pmd 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]*'
3534 /force-app/main/default/classes/MetadataService.cls 5964 20 5964 89 pmd 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]*'
3535 /force-app/main/default/classes/MetadataService.cls 5965 20 5965 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3535 /force-app/main/default/classes/MetadataService.cls 5965 20 5965 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3536 /force-app/main/default/classes/MetadataService.cls 5966 20 5966 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 'welcomeEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3536 /force-app/main/default/classes/MetadataService.cls 5966 20 5966 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 'welcomeEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3537 /force-app/main/default/classes/MetadataService.cls 5967 20 5967 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3537 /force-app/main/default/classes/MetadataService.cls 5967 20 5967 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3538 /force-app/main/default/classes/MetadataService.cls 5968 20 5968 394 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3538 /force-app/main/default/classes/MetadataService.cls 5968 20 5968 394 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3539 /force-app/main/default/classes/MetadataService.cls 5970 9 5991 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3539 /force-app/main/default/classes/MetadataService.cls 5970 9 5991 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3540 /force-app/main/default/classes/MetadataService.cls 5970 9 5991 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3540 /force-app/main/default/classes/MetadataService.cls 5970 9 5991 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3541 /force-app/main/default/classes/MetadataService.cls 5973 20 5973 97 pmd 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]*'
3541 /force-app/main/default/classes/MetadataService.cls 5973 20 5973 97 pmd 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]*'
3542 /force-app/main/default/classes/MetadataService.cls 5981 20 5981 103 pmd 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]*'
3542 /force-app/main/default/classes/MetadataService.cls 5981 20 5981 103 pmd 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]*'
3543 /force-app/main/default/classes/MetadataService.cls 5982 20 5982 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3543 /force-app/main/default/classes/MetadataService.cls 5982 20 5982 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3544 /force-app/main/default/classes/MetadataService.cls 5983 20 5983 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 'namedCredential_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3544 /force-app/main/default/classes/MetadataService.cls 5983 20 5983 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 'namedCredential_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3545 /force-app/main/default/classes/MetadataService.cls 5984 20 5984 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 'schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3545 /force-app/main/default/classes/MetadataService.cls 5984 20 5984 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 'schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3546 /force-app/main/default/classes/MetadataService.cls 5985 20 5985 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 'schemaType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3546 /force-app/main/default/classes/MetadataService.cls 5985 20 5985 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 'schemaType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3547 /force-app/main/default/classes/MetadataService.cls 5986 20 5986 99 pmd 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]*'
3547 /force-app/main/default/classes/MetadataService.cls 5986 20 5986 99 pmd 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]*'
3548 /force-app/main/default/classes/MetadataService.cls 5987 20 5987 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3548 /force-app/main/default/classes/MetadataService.cls 5987 20 5987 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3549 /force-app/main/default/classes/MetadataService.cls 5988 20 5988 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3549 /force-app/main/default/classes/MetadataService.cls 5988 20 5988 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3550 /force-app/main/default/classes/MetadataService.cls 5989 20 5989 60 pmd FieldNamingConventions 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]*'
3550 /force-app/main/default/classes/MetadataService.cls 5989 20 5989 60 pmd FieldNamingConventions 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]*'
3551 /force-app/main/default/classes/MetadataService.cls 5990 20 5990 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]*'
3551 /force-app/main/default/classes/MetadataService.cls 5990 20 5990 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]*'
3552 /force-app/main/default/classes/MetadataService.cls 5992 9 6011 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3552 /force-app/main/default/classes/MetadataService.cls 5992 9 6011 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3553 /force-app/main/default/classes/MetadataService.cls 5992 9 6011 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3553 /force-app/main/default/classes/MetadataService.cls 5992 9 6011 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3554 /force-app/main/default/classes/MetadataService.cls 5995 20 5995 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3554 /force-app/main/default/classes/MetadataService.cls 5995 20 5995 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3555 /force-app/main/default/classes/MetadataService.cls 5998 20 5998 103 pmd 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]*'
3555 /force-app/main/default/classes/MetadataService.cls 5998 20 5998 103 pmd 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]*'
3556 /force-app/main/default/classes/MetadataService.cls 5999 20 5999 89 pmd 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]*'
3556 /force-app/main/default/classes/MetadataService.cls 5999 20 5999 89 pmd 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]*'
3557 /force-app/main/default/classes/MetadataService.cls 6004 20 6004 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3557 /force-app/main/default/classes/MetadataService.cls 6004 20 6004 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3558 /force-app/main/default/classes/MetadataService.cls 6005 20 6005 97 pmd 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]*'
3558 /force-app/main/default/classes/MetadataService.cls 6005 20 6005 97 pmd 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]*'
3559 /force-app/main/default/classes/MetadataService.cls 6006 20 6006 99 pmd 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]*'
3559 /force-app/main/default/classes/MetadataService.cls 6006 20 6006 99 pmd 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]*'
3560 /force-app/main/default/classes/MetadataService.cls 6007 20 6007 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3560 /force-app/main/default/classes/MetadataService.cls 6007 20 6007 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3561 /force-app/main/default/classes/MetadataService.cls 6008 20 6008 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3561 /force-app/main/default/classes/MetadataService.cls 6008 20 6008 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3562 /force-app/main/default/classes/MetadataService.cls 6009 20 6009 60 pmd FieldNamingConventions 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]*'
3562 /force-app/main/default/classes/MetadataService.cls 6009 20 6009 60 pmd FieldNamingConventions 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]*'
3563 /force-app/main/default/classes/MetadataService.cls 6010 20 6010 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]*'
3563 /force-app/main/default/classes/MetadataService.cls 6010 20 6010 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]*'
3564 /force-app/main/default/classes/MetadataService.cls 6012 9 6023 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3564 /force-app/main/default/classes/MetadataService.cls 6012 9 6023 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3565 /force-app/main/default/classes/MetadataService.cls 6017 20 6017 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3565 /force-app/main/default/classes/MetadataService.cls 6017 20 6017 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3566 /force-app/main/default/classes/MetadataService.cls 6018 20 6018 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3566 /force-app/main/default/classes/MetadataService.cls 6018 20 6018 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3567 /force-app/main/default/classes/MetadataService.cls 6019 20 6019 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 'member_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3567 /force-app/main/default/classes/MetadataService.cls 6019 20 6019 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 'member_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3568 /force-app/main/default/classes/MetadataService.cls 6020 20 6020 99 pmd 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]*'
3568 /force-app/main/default/classes/MetadataService.cls 6020 20 6020 99 pmd 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]*'
3569 /force-app/main/default/classes/MetadataService.cls 6021 20 6021 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3569 /force-app/main/default/classes/MetadataService.cls 6021 20 6021 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3570 /force-app/main/default/classes/MetadataService.cls 6022 20 6022 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]*'
3570 /force-app/main/default/classes/MetadataService.cls 6022 20 6022 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]*'
3571 /force-app/main/default/classes/MetadataService.cls 6024 9 6063 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3571 /force-app/main/default/classes/MetadataService.cls 6024 9 6063 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3572 /force-app/main/default/classes/MetadataService.cls 6024 9 6063 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3572 /force-app/main/default/classes/MetadataService.cls 6024 9 6063 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3573 /force-app/main/default/classes/MetadataService.cls 6027 20 6027 97 pmd 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]*'
3573 /force-app/main/default/classes/MetadataService.cls 6027 20 6027 97 pmd 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]*'
3574 /force-app/main/default/classes/MetadataService.cls 6044 20 6044 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 'attributes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3574 /force-app/main/default/classes/MetadataService.cls 6044 20 6044 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 'attributes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3575 /force-app/main/default/classes/MetadataService.cls 6045 20 6045 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 'canvasConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3575 /force-app/main/default/classes/MetadataService.cls 6045 20 6045 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 'canvasConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3576 /force-app/main/default/classes/MetadataService.cls 6046 20 6046 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 'contactEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3576 /force-app/main/default/classes/MetadataService.cls 6046 20 6046 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 'contactEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3577 /force-app/main/default/classes/MetadataService.cls 6047 20 6047 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 'contactPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3577 /force-app/main/default/classes/MetadataService.cls 6047 20 6047 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 'contactPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3578 /force-app/main/default/classes/MetadataService.cls 6048 20 6048 103 pmd 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]*'
3578 /force-app/main/default/classes/MetadataService.cls 6048 20 6048 103 pmd 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]*'
3579 /force-app/main/default/classes/MetadataService.cls 6049 20 6049 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3579 /force-app/main/default/classes/MetadataService.cls 6049 20 6049 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3580 /force-app/main/default/classes/MetadataService.cls 6050 20 6050 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 'infoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3580 /force-app/main/default/classes/MetadataService.cls 6050 20 6050 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 'infoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3581 /force-app/main/default/classes/MetadataService.cls 6051 20 6051 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3581 /force-app/main/default/classes/MetadataService.cls 6051 20 6051 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3582 /force-app/main/default/classes/MetadataService.cls 6052 20 6052 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3582 /force-app/main/default/classes/MetadataService.cls 6052 20 6052 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3583 /force-app/main/default/classes/MetadataService.cls 6053 20 6053 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 'logoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3583 /force-app/main/default/classes/MetadataService.cls 6053 20 6053 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 'logoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3584 /force-app/main/default/classes/MetadataService.cls 6054 20 6054 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 'mobileAppConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3584 /force-app/main/default/classes/MetadataService.cls 6054 20 6054 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 'mobileAppConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3585 /force-app/main/default/classes/MetadataService.cls 6055 20 6055 109 pmd 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]*'
3585 /force-app/main/default/classes/MetadataService.cls 6055 20 6055 109 pmd 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]*'
3586 /force-app/main/default/classes/MetadataService.cls 6056 20 6056 103 pmd 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]*'
3586 /force-app/main/default/classes/MetadataService.cls 6056 20 6056 103 pmd 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]*'
3587 /force-app/main/default/classes/MetadataService.cls 6057 20 6057 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3587 /force-app/main/default/classes/MetadataService.cls 6057 20 6057 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3588 /force-app/main/default/classes/MetadataService.cls 6058 20 6058 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 'samlConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3588 /force-app/main/default/classes/MetadataService.cls 6058 20 6058 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 'samlConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3589 /force-app/main/default/classes/MetadataService.cls 6059 20 6059 97 pmd 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]*'
3589 /force-app/main/default/classes/MetadataService.cls 6059 20 6059 97 pmd 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]*'
3590 /force-app/main/default/classes/MetadataService.cls 6060 20 6060 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3590 /force-app/main/default/classes/MetadataService.cls 6060 20 6060 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3591 /force-app/main/default/classes/MetadataService.cls 6061 20 6061 60 pmd FieldNamingConventions 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]*'
3591 /force-app/main/default/classes/MetadataService.cls 6061 20 6061 60 pmd FieldNamingConventions 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]*'
3592 /force-app/main/default/classes/MetadataService.cls 6062 20 6062 272 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3592 /force-app/main/default/classes/MetadataService.cls 6062 20 6062 272 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3593 /force-app/main/default/classes/MetadataService.cls 6064 9 6069 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3593 /force-app/main/default/classes/MetadataService.cls 6064 9 6069 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3594 /force-app/main/default/classes/MetadataService.cls 6064 9 6069 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3594 /force-app/main/default/classes/MetadataService.cls 6064 9 6069 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3595 /force-app/main/default/classes/MetadataService.cls 6066 20 6066 103 pmd 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]*'
3595 /force-app/main/default/classes/MetadataService.cls 6066 20 6066 103 pmd 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]*'
3596 /force-app/main/default/classes/MetadataService.cls 6067 20 6067 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3596 /force-app/main/default/classes/MetadataService.cls 6067 20 6067 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3597 /force-app/main/default/classes/MetadataService.cls 6068 20 6068 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]*'
3597 /force-app/main/default/classes/MetadataService.cls 6068 20 6068 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]*'
3598 /force-app/main/default/classes/MetadataService.cls 6070 9 6101 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3598 /force-app/main/default/classes/MetadataService.cls 6070 9 6101 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3599 /force-app/main/default/classes/MetadataService.cls 6070 9 6101 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3599 /force-app/main/default/classes/MetadataService.cls 6070 9 6101 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3600 /force-app/main/default/classes/MetadataService.cls 6079 17 6079 23 pmd 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]*'
3600 /force-app/main/default/classes/MetadataService.cls 6079 17 6079 23 pmd 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]*'
3601 /force-app/main/default/classes/MetadataService.cls 6085 20 6085 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 'analyticsCloudComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3601 /force-app/main/default/classes/MetadataService.cls 6085 20 6085 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 'analyticsCloudComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3602 /force-app/main/default/classes/MetadataService.cls 6086 20 6086 97 pmd 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]*'
3602 /force-app/main/default/classes/MetadataService.cls 6086 20 6086 97 pmd 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]*'
3603 /force-app/main/default/classes/MetadataService.cls 6087 20 6087 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3603 /force-app/main/default/classes/MetadataService.cls 6087 20 6087 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3604 /force-app/main/default/classes/MetadataService.cls 6088 20 6088 99 pmd 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]*'
3604 /force-app/main/default/classes/MetadataService.cls 6088 20 6088 99 pmd 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]*'
3605 /force-app/main/default/classes/MetadataService.cls 6089 20 6089 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3605 /force-app/main/default/classes/MetadataService.cls 6089 20 6089 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3606 /force-app/main/default/classes/MetadataService.cls 6090 20 6090 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3606 /force-app/main/default/classes/MetadataService.cls 6090 20 6090 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3607 /force-app/main/default/classes/MetadataService.cls 6091 20 6091 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3607 /force-app/main/default/classes/MetadataService.cls 6091 20 6091 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3608 /force-app/main/default/classes/MetadataService.cls 6092 20 6092 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3608 /force-app/main/default/classes/MetadataService.cls 6092 20 6092 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3609 /force-app/main/default/classes/MetadataService.cls 6093 20 6093 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3609 /force-app/main/default/classes/MetadataService.cls 6093 20 6093 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3610 /force-app/main/default/classes/MetadataService.cls 6094 20 6094 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 'reportChartComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3610 /force-app/main/default/classes/MetadataService.cls 6094 20 6094 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 'reportChartComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3611 /force-app/main/default/classes/MetadataService.cls 6095 20 6095 97 pmd 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]*'
3611 /force-app/main/default/classes/MetadataService.cls 6095 20 6095 97 pmd 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]*'
3612 /force-app/main/default/classes/MetadataService.cls 6096 20 6096 99 pmd 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]*'
3612 /force-app/main/default/classes/MetadataService.cls 6096 20 6096 99 pmd 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]*'
3613 /force-app/main/default/classes/MetadataService.cls 6097 20 6097 109 pmd 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]*'
3613 /force-app/main/default/classes/MetadataService.cls 6097 20 6097 109 pmd 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]*'
3614 /force-app/main/default/classes/MetadataService.cls 6098 20 6098 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3614 /force-app/main/default/classes/MetadataService.cls 6098 20 6098 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3615 /force-app/main/default/classes/MetadataService.cls 6099 20 6099 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3615 /force-app/main/default/classes/MetadataService.cls 6099 20 6099 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3616 /force-app/main/default/classes/MetadataService.cls 6100 20 6100 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]*'
3616 /force-app/main/default/classes/MetadataService.cls 6100 20 6100 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]*'
3617 /force-app/main/default/classes/MetadataService.cls 6102 9 6159 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3617 /force-app/main/default/classes/MetadataService.cls 6102 9 6159 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3618 /force-app/main/default/classes/MetadataService.cls 6102 9 6159 3 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)
3618 /force-app/main/default/classes/MetadataService.cls 6102 9 6159 3 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)
3619 /force-app/main/default/classes/MetadataService.cls 6102 9 6159 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3619 /force-app/main/default/classes/MetadataService.cls 6102 9 6159 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3620 /force-app/main/default/classes/MetadataService.cls 6105 20 6105 97 pmd 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]*'
3620 /force-app/main/default/classes/MetadataService.cls 6105 20 6105 97 pmd 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]*'
3621 /force-app/main/default/classes/MetadataService.cls 6130 17 6130 23 pmd FieldNamingConventions 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]*'
3621 /force-app/main/default/classes/MetadataService.cls 6130 17 6130 23 pmd FieldNamingConventions 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]*'
3622 /force-app/main/default/classes/MetadataService.cls 6131 20 6131 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3622 /force-app/main/default/classes/MetadataService.cls 6131 20 6131 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3623 /force-app/main/default/classes/MetadataService.cls 6132 20 6132 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 'admin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3623 /force-app/main/default/classes/MetadataService.cls 6132 20 6132 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 'admin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3624 /force-app/main/default/classes/MetadataService.cls 6133 20 6133 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3624 /force-app/main/default/classes/MetadataService.cls 6133 20 6133 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3625 /force-app/main/default/classes/MetadataService.cls 6134 20 6134 103 pmd 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]*'
3625 /force-app/main/default/classes/MetadataService.cls 6134 20 6134 103 pmd 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]*'
3626 /force-app/main/default/classes/MetadataService.cls 6135 20 6135 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3626 /force-app/main/default/classes/MetadataService.cls 6135 20 6135 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3627 /force-app/main/default/classes/MetadataService.cls 6136 20 6136 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3627 /force-app/main/default/classes/MetadataService.cls 6136 20 6136 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3628 /force-app/main/default/classes/MetadataService.cls 6137 20 6137 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 'enableSelfCloseCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3628 /force-app/main/default/classes/MetadataService.cls 6137 20 6137 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 'enableSelfCloseCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3629 /force-app/main/default/classes/MetadataService.cls 6138 20 6138 109 pmd 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]*'
3629 /force-app/main/default/classes/MetadataService.cls 6138 20 6138 109 pmd 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]*'
3630 /force-app/main/default/classes/MetadataService.cls 6139 20 6139 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 'forgotPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3630 /force-app/main/default/classes/MetadataService.cls 6139 20 6139 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 'forgotPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3631 /force-app/main/default/classes/MetadataService.cls 6140 20 6140 109 pmd 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]*'
3631 /force-app/main/default/classes/MetadataService.cls 6140 20 6140 109 pmd 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]*'
3632 /force-app/main/default/classes/MetadataService.cls 6141 20 6141 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 'isSelfRegistrationActivated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3632 /force-app/main/default/classes/MetadataService.cls 6141 20 6141 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 'isSelfRegistrationActivated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3633 /force-app/main/default/classes/MetadataService.cls 6142 20 6142 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 'loginHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3633 /force-app/main/default/classes/MetadataService.cls 6142 20 6142 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 'loginHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3634 /force-app/main/default/classes/MetadataService.cls 6143 20 6143 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 'logoDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3634 /force-app/main/default/classes/MetadataService.cls 6143 20 6143 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 'logoDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3635 /force-app/main/default/classes/MetadataService.cls 6144 20 6144 99 pmd 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]*'
3635 /force-app/main/default/classes/MetadataService.cls 6144 20 6144 99 pmd 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]*'
3636 /force-app/main/default/classes/MetadataService.cls 6145 20 6145 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 'newCommentTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3636 /force-app/main/default/classes/MetadataService.cls 6145 20 6145 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 'newCommentTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3637 /force-app/main/default/classes/MetadataService.cls 6146 20 6146 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 'newPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3637 /force-app/main/default/classes/MetadataService.cls 6146 20 6146 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 'newPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3638 /force-app/main/default/classes/MetadataService.cls 6147 20 6147 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 'newUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3638 /force-app/main/default/classes/MetadataService.cls 6147 20 6147 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 'newUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3639 /force-app/main/default/classes/MetadataService.cls 6148 20 6148 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 'ownerNotifyTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3639 /force-app/main/default/classes/MetadataService.cls 6148 20 6148 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 'ownerNotifyTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3640 /force-app/main/default/classes/MetadataService.cls 6149 20 6149 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 'selfRegNewUserUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3640 /force-app/main/default/classes/MetadataService.cls 6149 20 6149 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 'selfRegNewUserUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3641 /force-app/main/default/classes/MetadataService.cls 6150 20 6150 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 'selfRegUserDefaultProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3641 /force-app/main/default/classes/MetadataService.cls 6150 20 6150 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 'selfRegUserDefaultProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3642 /force-app/main/default/classes/MetadataService.cls 6151 20 6151 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 'selfRegUserDefaultRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3642 /force-app/main/default/classes/MetadataService.cls 6151 20 6151 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 'selfRegUserDefaultRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3643 /force-app/main/default/classes/MetadataService.cls 6152 20 6152 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 'selfRegUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3643 /force-app/main/default/classes/MetadataService.cls 6152 20 6152 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 'selfRegUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3644 /force-app/main/default/classes/MetadataService.cls 6153 20 6153 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 'showActionConfirmation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3644 /force-app/main/default/classes/MetadataService.cls 6153 20 6153 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 'showActionConfirmation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3645 /force-app/main/default/classes/MetadataService.cls 6154 20 6154 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 'stylesheetDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3645 /force-app/main/default/classes/MetadataService.cls 6154 20 6154 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 'stylesheetDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3646 /force-app/main/default/classes/MetadataService.cls 6155 20 6155 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3646 /force-app/main/default/classes/MetadataService.cls 6155 20 6155 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3647 /force-app/main/default/classes/MetadataService.cls 6156 20 6156 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3647 /force-app/main/default/classes/MetadataService.cls 6156 20 6156 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3648 /force-app/main/default/classes/MetadataService.cls 6157 20 6157 60 pmd FieldNamingConventions 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]*'
3648 /force-app/main/default/classes/MetadataService.cls 6157 20 6157 60 pmd FieldNamingConventions 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]*'
3649 /force-app/main/default/classes/MetadataService.cls 6158 20 6158 542 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3649 /force-app/main/default/classes/MetadataService.cls 6158 20 6158 542 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3650 /force-app/main/default/classes/MetadataService.cls 6160 9 6165 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3650 /force-app/main/default/classes/MetadataService.cls 6160 9 6165 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3651 /force-app/main/default/classes/MetadataService.cls 6162 20 6162 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3651 /force-app/main/default/classes/MetadataService.cls 6162 20 6162 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3652 /force-app/main/default/classes/MetadataService.cls 6163 20 6163 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3652 /force-app/main/default/classes/MetadataService.cls 6163 20 6163 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3653 /force-app/main/default/classes/MetadataService.cls 6164 20 6164 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3653 /force-app/main/default/classes/MetadataService.cls 6164 20 6164 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3654 /force-app/main/default/classes/MetadataService.cls 6166 9 6181 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3654 /force-app/main/default/classes/MetadataService.cls 6166 9 6181 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3655 /force-app/main/default/classes/MetadataService.cls 6172 17 6172 23 pmd 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]*'
3655 /force-app/main/default/classes/MetadataService.cls 6172 17 6172 23 pmd 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]*'
3656 /force-app/main/default/classes/MetadataService.cls 6173 20 6173 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3656 /force-app/main/default/classes/MetadataService.cls 6173 20 6173 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3657 /force-app/main/default/classes/MetadataService.cls 6174 20 6174 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3657 /force-app/main/default/classes/MetadataService.cls 6174 20 6174 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3658 /force-app/main/default/classes/MetadataService.cls 6175 20 6175 89 pmd 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]*'
3658 /force-app/main/default/classes/MetadataService.cls 6175 20 6175 89 pmd 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]*'
3659 /force-app/main/default/classes/MetadataService.cls 6176 20 6176 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3659 /force-app/main/default/classes/MetadataService.cls 6176 20 6176 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3660 /force-app/main/default/classes/MetadataService.cls 6177 20 6177 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3660 /force-app/main/default/classes/MetadataService.cls 6177 20 6177 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3661 /force-app/main/default/classes/MetadataService.cls 6178 20 6178 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3661 /force-app/main/default/classes/MetadataService.cls 6178 20 6178 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3662 /force-app/main/default/classes/MetadataService.cls 6179 20 6179 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3662 /force-app/main/default/classes/MetadataService.cls 6179 20 6179 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3663 /force-app/main/default/classes/MetadataService.cls 6180 20 6180 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]*'
3663 /force-app/main/default/classes/MetadataService.cls 6180 20 6180 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]*'
3664 /force-app/main/default/classes/MetadataService.cls 6182 9 6189 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3664 /force-app/main/default/classes/MetadataService.cls 6182 9 6189 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3665 /force-app/main/default/classes/MetadataService.cls 6185 20 6185 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3665 /force-app/main/default/classes/MetadataService.cls 6185 20 6185 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3666 /force-app/main/default/classes/MetadataService.cls 6186 20 6186 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3666 /force-app/main/default/classes/MetadataService.cls 6186 20 6186 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3667 /force-app/main/default/classes/MetadataService.cls 6187 20 6187 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3667 /force-app/main/default/classes/MetadataService.cls 6187 20 6187 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3668 /force-app/main/default/classes/MetadataService.cls 6188 20 6188 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]*'
3668 /force-app/main/default/classes/MetadataService.cls 6188 20 6188 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]*'
3669 /force-app/main/default/classes/MetadataService.cls 6190 9 6211 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3669 /force-app/main/default/classes/MetadataService.cls 6190 9 6211 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3670 /force-app/main/default/classes/MetadataService.cls 6190 9 6211 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3670 /force-app/main/default/classes/MetadataService.cls 6190 9 6211 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3671 /force-app/main/default/classes/MetadataService.cls 6193 20 6193 97 pmd 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]*'
3671 /force-app/main/default/classes/MetadataService.cls 6193 20 6193 97 pmd 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]*'
3672 /force-app/main/default/classes/MetadataService.cls 6201 20 6201 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 'customDataTypeComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3672 /force-app/main/default/classes/MetadataService.cls 6201 20 6201 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 'customDataTypeComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3673 /force-app/main/default/classes/MetadataService.cls 6202 20 6202 103 pmd 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]*'
3673 /force-app/main/default/classes/MetadataService.cls 6202 20 6202 103 pmd 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]*'
3674 /force-app/main/default/classes/MetadataService.cls 6203 20 6203 109 pmd 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]*'
3674 /force-app/main/default/classes/MetadataService.cls 6203 20 6203 109 pmd 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]*'
3675 /force-app/main/default/classes/MetadataService.cls 6204 20 6204 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 'editComponentsOnSeparateLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3675 /force-app/main/default/classes/MetadataService.cls 6204 20 6204 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 'editComponentsOnSeparateLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3676 /force-app/main/default/classes/MetadataService.cls 6205 20 6205 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3676 /force-app/main/default/classes/MetadataService.cls 6205 20 6205 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3677 /force-app/main/default/classes/MetadataService.cls 6206 20 6206 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 'rightAligned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3677 /force-app/main/default/classes/MetadataService.cls 6206 20 6206 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 'rightAligned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3678 /force-app/main/default/classes/MetadataService.cls 6207 20 6207 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 'supportComponentsInReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3678 /force-app/main/default/classes/MetadataService.cls 6207 20 6207 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 'supportComponentsInReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3679 /force-app/main/default/classes/MetadataService.cls 6208 20 6208 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3679 /force-app/main/default/classes/MetadataService.cls 6208 20 6208 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3680 /force-app/main/default/classes/MetadataService.cls 6209 20 6209 60 pmd FieldNamingConventions 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]*'
3680 /force-app/main/default/classes/MetadataService.cls 6209 20 6209 60 pmd FieldNamingConventions 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]*'
3681 /force-app/main/default/classes/MetadataService.cls 6210 20 6210 211 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3681 /force-app/main/default/classes/MetadataService.cls 6210 20 6210 211 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3682 /force-app/main/default/classes/MetadataService.cls 6212 9 6221 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3682 /force-app/main/default/classes/MetadataService.cls 6212 9 6221 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3683 /force-app/main/default/classes/MetadataService.cls 6215 20 6215 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3683 /force-app/main/default/classes/MetadataService.cls 6215 20 6215 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3684 /force-app/main/default/classes/MetadataService.cls 6217 20 6217 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 'targetReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3684 /force-app/main/default/classes/MetadataService.cls 6217 20 6217 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 'targetReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3685 /force-app/main/default/classes/MetadataService.cls 6218 20 6218 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3685 /force-app/main/default/classes/MetadataService.cls 6218 20 6218 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3686 /force-app/main/default/classes/MetadataService.cls 6219 20 6219 60 pmd FieldNamingConventions 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]*'
3686 /force-app/main/default/classes/MetadataService.cls 6219 20 6219 60 pmd FieldNamingConventions 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]*'
3687 /force-app/main/default/classes/MetadataService.cls 6220 20 6220 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]*'
3687 /force-app/main/default/classes/MetadataService.cls 6220 20 6220 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]*'
3688 /force-app/main/default/classes/MetadataService.cls 6222 9 6237 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3688 /force-app/main/default/classes/MetadataService.cls 6222 9 6237 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3689 /force-app/main/default/classes/MetadataService.cls 6225 20 6225 97 pmd 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]*'
3689 /force-app/main/default/classes/MetadataService.cls 6225 20 6225 97 pmd 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]*'
3690 /force-app/main/default/classes/MetadataService.cls 6229 17 6229 23 pmd FieldNamingConventions 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]*'
3690 /force-app/main/default/classes/MetadataService.cls 6229 17 6229 23 pmd FieldNamingConventions 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]*'
3691 /force-app/main/default/classes/MetadataService.cls 6230 20 6230 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3691 /force-app/main/default/classes/MetadataService.cls 6230 20 6230 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3692 /force-app/main/default/classes/MetadataService.cls 6231 20 6231 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 'eventSubscription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3692 /force-app/main/default/classes/MetadataService.cls 6231 20 6231 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 'eventSubscription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3693 /force-app/main/default/classes/MetadataService.cls 6232 20 6232 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3693 /force-app/main/default/classes/MetadataService.cls 6232 20 6232 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3694 /force-app/main/default/classes/MetadataService.cls 6233 20 6233 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3694 /force-app/main/default/classes/MetadataService.cls 6233 20 6233 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3695 /force-app/main/default/classes/MetadataService.cls 6234 20 6234 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3695 /force-app/main/default/classes/MetadataService.cls 6234 20 6234 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3696 /force-app/main/default/classes/MetadataService.cls 6235 20 6235 60 pmd FieldNamingConventions 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]*'
3696 /force-app/main/default/classes/MetadataService.cls 6235 20 6235 60 pmd FieldNamingConventions 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]*'
3697 /force-app/main/default/classes/MetadataService.cls 6236 20 6236 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]*'
3697 /force-app/main/default/classes/MetadataService.cls 6236 20 6236 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]*'
3698 /force-app/main/default/classes/MetadataService.cls 6238 9 6243 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3698 /force-app/main/default/classes/MetadataService.cls 6238 9 6243 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3699 /force-app/main/default/classes/MetadataService.cls 6240 20 6240 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 'enableLiveMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3699 /force-app/main/default/classes/MetadataService.cls 6240 20 6240 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 'enableLiveMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3700 /force-app/main/default/classes/MetadataService.cls 6241 20 6241 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3700 /force-app/main/default/classes/MetadataService.cls 6241 20 6241 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3701 /force-app/main/default/classes/MetadataService.cls 6242 20 6242 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]*'
3701 /force-app/main/default/classes/MetadataService.cls 6242 20 6242 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]*'
3702 /force-app/main/default/classes/MetadataService.cls 6244 9 6251 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3702 /force-app/main/default/classes/MetadataService.cls 6244 9 6251 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3703 /force-app/main/default/classes/MetadataService.cls 6246 17 6246 23 pmd FieldNamingConventions 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]*'
3703 /force-app/main/default/classes/MetadataService.cls 6246 17 6246 23 pmd FieldNamingConventions 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]*'
3704 /force-app/main/default/classes/MetadataService.cls 6247 20 6247 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3704 /force-app/main/default/classes/MetadataService.cls 6247 20 6247 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3705 /force-app/main/default/classes/MetadataService.cls 6248 20 6248 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3705 /force-app/main/default/classes/MetadataService.cls 6248 20 6248 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3706 /force-app/main/default/classes/MetadataService.cls 6249 20 6249 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3706 /force-app/main/default/classes/MetadataService.cls 6249 20 6249 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3707 /force-app/main/default/classes/MetadataService.cls 6250 20 6250 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]*'
3707 /force-app/main/default/classes/MetadataService.cls 6250 20 6250 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]*'
3708 /force-app/main/default/classes/MetadataService.cls 6252 9 6259 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3708 /force-app/main/default/classes/MetadataService.cls 6252 9 6259 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3709 /force-app/main/default/classes/MetadataService.cls 6255 20 6255 97 pmd 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]*'
3709 /force-app/main/default/classes/MetadataService.cls 6255 20 6255 97 pmd 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]*'
3710 /force-app/main/default/classes/MetadataService.cls 6256 20 6256 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3710 /force-app/main/default/classes/MetadataService.cls 6256 20 6256 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3711 /force-app/main/default/classes/MetadataService.cls 6257 20 6257 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3711 /force-app/main/default/classes/MetadataService.cls 6257 20 6257 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3712 /force-app/main/default/classes/MetadataService.cls 6258 20 6258 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]*'
3712 /force-app/main/default/classes/MetadataService.cls 6258 20 6258 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]*'
3713 /force-app/main/default/classes/MetadataService.cls 6260 9 6305 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3713 /force-app/main/default/classes/MetadataService.cls 6260 9 6305 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3714 /force-app/main/default/classes/MetadataService.cls 6260 9 6305 3 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)
3714 /force-app/main/default/classes/MetadataService.cls 6260 9 6305 3 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)
3715 /force-app/main/default/classes/MetadataService.cls 6260 9 6305 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3715 /force-app/main/default/classes/MetadataService.cls 6260 9 6305 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3716 /force-app/main/default/classes/MetadataService.cls 6266 19 6266 26 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'group_x' doesn't match '[a-z][a-zA-Z0-9]*'
3716 /force-app/main/default/classes/MetadataService.cls 6266 19 6266 26 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'group_x' doesn't match '[a-z][a-zA-Z0-9]*'
3717 /force-app/main/default/classes/MetadataService.cls 6282 20 6282 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 'allCustomerPortalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3717 /force-app/main/default/classes/MetadataService.cls 6282 20 6282 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 'allCustomerPortalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3718 /force-app/main/default/classes/MetadataService.cls 6283 20 6283 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 'allInternalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3718 /force-app/main/default/classes/MetadataService.cls 6283 20 6283 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 'allInternalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3719 /force-app/main/default/classes/MetadataService.cls 6284 20 6284 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 'allPartnerUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3719 /force-app/main/default/classes/MetadataService.cls 6284 20 6284 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 'allPartnerUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3720 /force-app/main/default/classes/MetadataService.cls 6285 20 6285 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 'channelProgramGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3720 /force-app/main/default/classes/MetadataService.cls 6285 20 6285 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 'channelProgramGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3721 /force-app/main/default/classes/MetadataService.cls 6286 20 6286 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 'channelProgramGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3721 /force-app/main/default/classes/MetadataService.cls 6286 20 6286 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 'channelProgramGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3722 /force-app/main/default/classes/MetadataService.cls 6287 20 6287 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 'group_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3722 /force-app/main/default/classes/MetadataService.cls 6287 20 6287 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 'group_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3723 /force-app/main/default/classes/MetadataService.cls 6288 20 6288 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3723 /force-app/main/default/classes/MetadataService.cls 6288 20 6288 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3724 /force-app/main/default/classes/MetadataService.cls 6289 20 6289 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 'managerSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3724 /force-app/main/default/classes/MetadataService.cls 6289 20 6289 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 'managerSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3725 /force-app/main/default/classes/MetadataService.cls 6290 20 6290 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 'managers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3725 /force-app/main/default/classes/MetadataService.cls 6290 20 6290 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 'managers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3726 /force-app/main/default/classes/MetadataService.cls 6291 20 6291 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 'portalRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3726 /force-app/main/default/classes/MetadataService.cls 6291 20 6291 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 'portalRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3727 /force-app/main/default/classes/MetadataService.cls 6292 20 6292 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 'portalRoleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3727 /force-app/main/default/classes/MetadataService.cls 6292 20 6292 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 'portalRoleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3728 /force-app/main/default/classes/MetadataService.cls 6293 20 6293 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3728 /force-app/main/default/classes/MetadataService.cls 6293 20 6293 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3729 /force-app/main/default/classes/MetadataService.cls 6294 20 6294 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3729 /force-app/main/default/classes/MetadataService.cls 6294 20 6294 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3730 /force-app/main/default/classes/MetadataService.cls 6295 20 6295 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3730 /force-app/main/default/classes/MetadataService.cls 6295 20 6295 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3731 /force-app/main/default/classes/MetadataService.cls 6296 20 6296 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3731 /force-app/main/default/classes/MetadataService.cls 6296 20 6296 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3732 /force-app/main/default/classes/MetadataService.cls 6297 20 6297 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3732 /force-app/main/default/classes/MetadataService.cls 6297 20 6297 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3733 /force-app/main/default/classes/MetadataService.cls 6298 20 6298 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 'rolesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3733 /force-app/main/default/classes/MetadataService.cls 6298 20 6298 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 'rolesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3734 /force-app/main/default/classes/MetadataService.cls 6299 20 6299 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 'territories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3734 /force-app/main/default/classes/MetadataService.cls 6299 20 6299 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 'territories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3735 /force-app/main/default/classes/MetadataService.cls 6300 20 6300 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 'territoriesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3735 /force-app/main/default/classes/MetadataService.cls 6300 20 6300 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 'territoriesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3736 /force-app/main/default/classes/MetadataService.cls 6301 20 6301 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 'territory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3736 /force-app/main/default/classes/MetadataService.cls 6301 20 6301 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 'territory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3737 /force-app/main/default/classes/MetadataService.cls 6302 20 6302 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 'territoryAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3737 /force-app/main/default/classes/MetadataService.cls 6302 20 6302 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 'territoryAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3738 /force-app/main/default/classes/MetadataService.cls 6303 20 6303 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3738 /force-app/main/default/classes/MetadataService.cls 6303 20 6303 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3739 /force-app/main/default/classes/MetadataService.cls 6304 20 6304 437 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3739 /force-app/main/default/classes/MetadataService.cls 6304 20 6304 437 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3740 /force-app/main/default/classes/MetadataService.cls 6306 9 6317 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3740 /force-app/main/default/classes/MetadataService.cls 6306 9 6317 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3741 /force-app/main/default/classes/MetadataService.cls 6311 20 6311 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 'allocatedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3741 /force-app/main/default/classes/MetadataService.cls 6311 20 6311 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 'allocatedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3742 /force-app/main/default/classes/MetadataService.cls 6312 20 6312 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 'allocatedPurchasedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3742 /force-app/main/default/classes/MetadataService.cls 6312 20 6312 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 'allocatedPurchasedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3743 /force-app/main/default/classes/MetadataService.cls 6313 20 6313 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 'allocatedTrialCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3743 /force-app/main/default/classes/MetadataService.cls 6313 20 6313 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 'allocatedTrialCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3744 /force-app/main/default/classes/MetadataService.cls 6314 20 6314 99 pmd 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]*'
3744 /force-app/main/default/classes/MetadataService.cls 6314 20 6314 99 pmd 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]*'
3745 /force-app/main/default/classes/MetadataService.cls 6315 20 6315 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3745 /force-app/main/default/classes/MetadataService.cls 6315 20 6315 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3746 /force-app/main/default/classes/MetadataService.cls 6316 20 6316 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]*'
3746 /force-app/main/default/classes/MetadataService.cls 6316 20 6316 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]*'
3747 /force-app/main/default/classes/MetadataService.cls 6318 9 6325 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3747 /force-app/main/default/classes/MetadataService.cls 6318 9 6325 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3748 /force-app/main/default/classes/MetadataService.cls 6321 20 6321 99 pmd 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]*'
3748 /force-app/main/default/classes/MetadataService.cls 6321 20 6321 99 pmd 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]*'
3749 /force-app/main/default/classes/MetadataService.cls 6322 20 6322 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 'points_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3749 /force-app/main/default/classes/MetadataService.cls 6322 20 6322 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 'points_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3750 /force-app/main/default/classes/MetadataService.cls 6323 20 6323 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3750 /force-app/main/default/classes/MetadataService.cls 6323 20 6323 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3751 /force-app/main/default/classes/MetadataService.cls 6324 20 6324 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]*'
3751 /force-app/main/default/classes/MetadataService.cls 6324 20 6324 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]*'
3752 /force-app/main/default/classes/MetadataService.cls 6326 9 6363 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3752 /force-app/main/default/classes/MetadataService.cls 6326 9 6363 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3753 /force-app/main/default/classes/MetadataService.cls 6326 9 6363 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3753 /force-app/main/default/classes/MetadataService.cls 6326 9 6363 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3754 /force-app/main/default/classes/MetadataService.cls 6329 20 6329 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3754 /force-app/main/default/classes/MetadataService.cls 6329 20 6329 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3755 /force-app/main/default/classes/MetadataService.cls 6332 20 6332 103 pmd 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]*'
3755 /force-app/main/default/classes/MetadataService.cls 6332 20 6332 103 pmd 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]*'
3756 /force-app/main/default/classes/MetadataService.cls 6333 20 6333 89 pmd 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]*'
3756 /force-app/main/default/classes/MetadataService.cls 6333 20 6333 89 pmd 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]*'
3757 /force-app/main/default/classes/MetadataService.cls 6337 20 6337 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3757 /force-app/main/default/classes/MetadataService.cls 6337 20 6337 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3758 /force-app/main/default/classes/MetadataService.cls 6338 20 6338 99 pmd 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]*'
3758 /force-app/main/default/classes/MetadataService.cls 6338 20 6338 99 pmd 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]*'
3759 /force-app/main/default/classes/MetadataService.cls 6339 20 6339 99 pmd 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]*'
3759 /force-app/main/default/classes/MetadataService.cls 6339 20 6339 99 pmd 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]*'
3760 /force-app/main/default/classes/MetadataService.cls 6344 17 6344 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
3760 /force-app/main/default/classes/MetadataService.cls 6344 17 6344 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
3761 /force-app/main/default/classes/MetadataService.cls 6350 20 6350 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 'assignNullValuesIfNoRecordsFound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3761 /force-app/main/default/classes/MetadataService.cls 6350 20 6350 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 'assignNullValuesIfNoRecordsFound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3762 /force-app/main/default/classes/MetadataService.cls 6351 20 6351 99 pmd 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]*'
3762 /force-app/main/default/classes/MetadataService.cls 6351 20 6351 99 pmd 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]*'
3763 /force-app/main/default/classes/MetadataService.cls 6352 20 6352 109 pmd 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]*'
3763 /force-app/main/default/classes/MetadataService.cls 6352 20 6352 109 pmd 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]*'
3764 /force-app/main/default/classes/MetadataService.cls 6353 20 6353 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3764 /force-app/main/default/classes/MetadataService.cls 6353 20 6353 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3765 /force-app/main/default/classes/MetadataService.cls 6354 20 6354 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3765 /force-app/main/default/classes/MetadataService.cls 6354 20 6354 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3766 /force-app/main/default/classes/MetadataService.cls 6355 20 6355 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3766 /force-app/main/default/classes/MetadataService.cls 6355 20 6355 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3767 /force-app/main/default/classes/MetadataService.cls 6356 20 6356 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 'outputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3767 /force-app/main/default/classes/MetadataService.cls 6356 20 6356 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 'outputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3768 /force-app/main/default/classes/MetadataService.cls 6357 20 6357 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 'queriedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3768 /force-app/main/default/classes/MetadataService.cls 6357 20 6357 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 'queriedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3769 /force-app/main/default/classes/MetadataService.cls 6358 20 6358 99 pmd 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]*'
3769 /force-app/main/default/classes/MetadataService.cls 6358 20 6358 99 pmd 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]*'
3770 /force-app/main/default/classes/MetadataService.cls 6359 20 6359 99 pmd 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]*'
3770 /force-app/main/default/classes/MetadataService.cls 6359 20 6359 99 pmd 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]*'
3771 /force-app/main/default/classes/MetadataService.cls 6360 20 6360 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3771 /force-app/main/default/classes/MetadataService.cls 6360 20 6360 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3772 /force-app/main/default/classes/MetadataService.cls 6361 20 6361 60 pmd FieldNamingConventions 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]*'
3772 /force-app/main/default/classes/MetadataService.cls 6361 20 6361 60 pmd FieldNamingConventions 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]*'
3773 /force-app/main/default/classes/MetadataService.cls 6362 20 6362 298 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3773 /force-app/main/default/classes/MetadataService.cls 6362 20 6362 298 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 6364 9 6369 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3774 /force-app/main/default/classes/MetadataService.cls 6364 9 6369 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3775 /force-app/main/default/classes/MetadataService.cls 6366 20 6366 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 'quickActionLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3775 /force-app/main/default/classes/MetadataService.cls 6366 20 6366 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 'quickActionLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3776 /force-app/main/default/classes/MetadataService.cls 6367 20 6367 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3776 /force-app/main/default/classes/MetadataService.cls 6367 20 6367 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3777 /force-app/main/default/classes/MetadataService.cls 6368 20 6368 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]*'
3777 /force-app/main/default/classes/MetadataService.cls 6368 20 6368 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]*'
3778 /force-app/main/default/classes/MetadataService.cls 6370 9 6375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3778 /force-app/main/default/classes/MetadataService.cls 6370 9 6375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3779 /force-app/main/default/classes/MetadataService.cls 6372 20 6372 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 'productFamily_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3779 /force-app/main/default/classes/MetadataService.cls 6372 20 6372 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 'productFamily_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3780 /force-app/main/default/classes/MetadataService.cls 6373 20 6373 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3780 /force-app/main/default/classes/MetadataService.cls 6373 20 6373 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3781 /force-app/main/default/classes/MetadataService.cls 6374 20 6374 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]*'
3781 /force-app/main/default/classes/MetadataService.cls 6374 20 6374 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]*'
3782 /force-app/main/default/classes/MetadataService.cls 6376 9 6381 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3782 /force-app/main/default/classes/MetadataService.cls 6376 9 6381 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3783 /force-app/main/default/classes/MetadataService.cls 6378 20 6378 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 'smallImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3783 /force-app/main/default/classes/MetadataService.cls 6378 20 6378 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 'smallImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3784 /force-app/main/default/classes/MetadataService.cls 6379 20 6379 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3784 /force-app/main/default/classes/MetadataService.cls 6379 20 6379 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3785 /force-app/main/default/classes/MetadataService.cls 6380 20 6380 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]*'
3785 /force-app/main/default/classes/MetadataService.cls 6380 20 6380 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]*'
3786 /force-app/main/default/classes/MetadataService.cls 6382 9 6391 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3786 /force-app/main/default/classes/MetadataService.cls 6382 9 6391 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3787 /force-app/main/default/classes/MetadataService.cls 6386 20 6386 97 pmd 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]*'
3787 /force-app/main/default/classes/MetadataService.cls 6386 20 6386 97 pmd 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]*'
3788 /force-app/main/default/classes/MetadataService.cls 6387 20 6387 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3788 /force-app/main/default/classes/MetadataService.cls 6387 20 6387 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3789 /force-app/main/default/classes/MetadataService.cls 6388 20 6388 109 pmd 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]*'
3789 /force-app/main/default/classes/MetadataService.cls 6388 20 6388 109 pmd 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]*'
3790 /force-app/main/default/classes/MetadataService.cls 6389 20 6389 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3790 /force-app/main/default/classes/MetadataService.cls 6389 20 6389 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3791 /force-app/main/default/classes/MetadataService.cls 6390 20 6390 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]*'
3791 /force-app/main/default/classes/MetadataService.cls 6390 20 6390 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]*'
3792 /force-app/main/default/classes/MetadataService.cls 6392 9 6403 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3792 /force-app/main/default/classes/MetadataService.cls 6392 9 6403 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3793 /force-app/main/default/classes/MetadataService.cls 6397 20 6397 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 'insightsApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3793 /force-app/main/default/classes/MetadataService.cls 6397 20 6397 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 'insightsApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3794 /force-app/main/default/classes/MetadataService.cls 6398 20 6398 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 'network_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3794 /force-app/main/default/classes/MetadataService.cls 6398 20 6398 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 'network_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3795 /force-app/main/default/classes/MetadataService.cls 6399 20 6399 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 'organization_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3795 /force-app/main/default/classes/MetadataService.cls 6399 20 6399 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 'organization_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3796 /force-app/main/default/classes/MetadataService.cls 6400 20 6400 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 'workspace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3796 /force-app/main/default/classes/MetadataService.cls 6400 20 6400 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 'workspace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3797 /force-app/main/default/classes/MetadataService.cls 6401 20 6401 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3797 /force-app/main/default/classes/MetadataService.cls 6401 20 6401 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3798 /force-app/main/default/classes/MetadataService.cls 6402 20 6402 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]*'
3798 /force-app/main/default/classes/MetadataService.cls 6402 20 6402 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]*'
3799 /force-app/main/default/classes/MetadataService.cls 6404 9 6411 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3799 /force-app/main/default/classes/MetadataService.cls 6404 9 6411 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3800 /force-app/main/default/classes/MetadataService.cls 6407 20 6407 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3800 /force-app/main/default/classes/MetadataService.cls 6407 20 6407 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3801 /force-app/main/default/classes/MetadataService.cls 6408 20 6408 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3801 /force-app/main/default/classes/MetadataService.cls 6408 20 6408 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3802 /force-app/main/default/classes/MetadataService.cls 6409 20 6409 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3802 /force-app/main/default/classes/MetadataService.cls 6409 20 6409 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3803 /force-app/main/default/classes/MetadataService.cls 6410 20 6410 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]*'
3803 /force-app/main/default/classes/MetadataService.cls 6410 20 6410 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]*'
3804 /force-app/main/default/classes/MetadataService.cls 6412 9 6419 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3804 /force-app/main/default/classes/MetadataService.cls 6412 9 6419 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3805 /force-app/main/default/classes/MetadataService.cls 6415 20 6415 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3805 /force-app/main/default/classes/MetadataService.cls 6415 20 6415 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3806 /force-app/main/default/classes/MetadataService.cls 6416 20 6416 89 pmd 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]*'
3806 /force-app/main/default/classes/MetadataService.cls 6416 20 6416 89 pmd 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]*'
3807 /force-app/main/default/classes/MetadataService.cls 6417 20 6417 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3807 /force-app/main/default/classes/MetadataService.cls 6417 20 6417 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3808 /force-app/main/default/classes/MetadataService.cls 6418 20 6418 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]*'
3808 /force-app/main/default/classes/MetadataService.cls 6418 20 6418 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]*'
3809 /force-app/main/default/classes/MetadataService.cls 6420 9 6431 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3809 /force-app/main/default/classes/MetadataService.cls 6420 9 6431 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3810 /force-app/main/default/classes/MetadataService.cls 6425 20 6425 103 pmd 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]*'
3810 /force-app/main/default/classes/MetadataService.cls 6425 20 6425 103 pmd 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]*'
3811 /force-app/main/default/classes/MetadataService.cls 6426 20 6426 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3811 /force-app/main/default/classes/MetadataService.cls 6426 20 6426 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3812 /force-app/main/default/classes/MetadataService.cls 6427 20 6427 89 pmd 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]*'
3812 /force-app/main/default/classes/MetadataService.cls 6427 20 6427 89 pmd 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]*'
3813 /force-app/main/default/classes/MetadataService.cls 6428 20 6428 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3813 /force-app/main/default/classes/MetadataService.cls 6428 20 6428 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3814 /force-app/main/default/classes/MetadataService.cls 6429 20 6429 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3814 /force-app/main/default/classes/MetadataService.cls 6429 20 6429 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3815 /force-app/main/default/classes/MetadataService.cls 6430 20 6430 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3815 /force-app/main/default/classes/MetadataService.cls 6430 20 6430 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3816 /force-app/main/default/classes/MetadataService.cls 6432 9 6451 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3816 /force-app/main/default/classes/MetadataService.cls 6432 9 6451 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3817 /force-app/main/default/classes/MetadataService.cls 6432 9 6451 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3817 /force-app/main/default/classes/MetadataService.cls 6432 9 6451 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3818 /force-app/main/default/classes/MetadataService.cls 6435 20 6435 97 pmd 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]*'
3818 /force-app/main/default/classes/MetadataService.cls 6435 20 6435 97 pmd 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]*'
3819 /force-app/main/default/classes/MetadataService.cls 6442 20 6442 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 'actionLinkTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3819 /force-app/main/default/classes/MetadataService.cls 6442 20 6442 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 'actionLinkTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3820 /force-app/main/default/classes/MetadataService.cls 6443 20 6443 97 pmd 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]*'
3820 /force-app/main/default/classes/MetadataService.cls 6443 20 6443 97 pmd 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]*'
3821 /force-app/main/default/classes/MetadataService.cls 6444 20 6444 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 'executionsAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3821 /force-app/main/default/classes/MetadataService.cls 6444 20 6444 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 'executionsAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3822 /force-app/main/default/classes/MetadataService.cls 6445 20 6445 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 'hoursUntilExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3822 /force-app/main/default/classes/MetadataService.cls 6445 20 6445 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 'hoursUntilExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3823 /force-app/main/default/classes/MetadataService.cls 6446 20 6446 103 pmd 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]*'
3823 /force-app/main/default/classes/MetadataService.cls 6446 20 6446 103 pmd 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]*'
3824 /force-app/main/default/classes/MetadataService.cls 6447 20 6447 89 pmd 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]*'
3824 /force-app/main/default/classes/MetadataService.cls 6447 20 6447 89 pmd 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]*'
3825 /force-app/main/default/classes/MetadataService.cls 6448 20 6448 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3825 /force-app/main/default/classes/MetadataService.cls 6448 20 6448 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3826 /force-app/main/default/classes/MetadataService.cls 6449 20 6449 60 pmd FieldNamingConventions 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]*'
3826 /force-app/main/default/classes/MetadataService.cls 6449 20 6449 60 pmd FieldNamingConventions 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]*'
3827 /force-app/main/default/classes/MetadataService.cls 6450 20 6450 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]*'
3827 /force-app/main/default/classes/MetadataService.cls 6450 20 6450 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]*'
3828 /force-app/main/default/classes/MetadataService.cls 6452 9 6461 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3828 /force-app/main/default/classes/MetadataService.cls 6452 9 6461 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3829 /force-app/main/default/classes/MetadataService.cls 6456 20 6456 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3829 /force-app/main/default/classes/MetadataService.cls 6456 20 6456 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3830 /force-app/main/default/classes/MetadataService.cls 6457 20 6457 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3830 /force-app/main/default/classes/MetadataService.cls 6457 20 6457 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3831 /force-app/main/default/classes/MetadataService.cls 6458 20 6458 97 pmd 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]*'
3831 /force-app/main/default/classes/MetadataService.cls 6458 20 6458 97 pmd 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]*'
3832 /force-app/main/default/classes/MetadataService.cls 6459 20 6459 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3832 /force-app/main/default/classes/MetadataService.cls 6459 20 6459 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3833 /force-app/main/default/classes/MetadataService.cls 6460 20 6460 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3833 /force-app/main/default/classes/MetadataService.cls 6460 20 6460 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3834 /force-app/main/default/classes/MetadataService.cls 6462 9 6471 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3834 /force-app/main/default/classes/MetadataService.cls 6462 9 6471 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3835 /force-app/main/default/classes/MetadataService.cls 6463 17 6463 23 pmd 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]*'
3835 /force-app/main/default/classes/MetadataService.cls 6463 17 6463 23 pmd 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]*'
3836 /force-app/main/default/classes/MetadataService.cls 6466 20 6466 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 'from_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3836 /force-app/main/default/classes/MetadataService.cls 6466 20 6466 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 'from_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3837 /force-app/main/default/classes/MetadataService.cls 6467 20 6467 103 pmd 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]*'
3837 /force-app/main/default/classes/MetadataService.cls 6467 20 6467 103 pmd 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]*'
3838 /force-app/main/default/classes/MetadataService.cls 6468 20 6468 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 'to_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3838 /force-app/main/default/classes/MetadataService.cls 6468 20 6468 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 'to_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3839 /force-app/main/default/classes/MetadataService.cls 6469 20 6469 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3839 /force-app/main/default/classes/MetadataService.cls 6469 20 6469 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3840 /force-app/main/default/classes/MetadataService.cls 6470 20 6470 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]*'
3840 /force-app/main/default/classes/MetadataService.cls 6470 20 6470 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]*'
3841 /force-app/main/default/classes/MetadataService.cls 6472 9 6479 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3841 /force-app/main/default/classes/MetadataService.cls 6472 9 6479 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3842 /force-app/main/default/classes/MetadataService.cls 6475 20 6475 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3842 /force-app/main/default/classes/MetadataService.cls 6475 20 6475 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3843 /force-app/main/default/classes/MetadataService.cls 6476 20 6476 89 pmd 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]*'
3843 /force-app/main/default/classes/MetadataService.cls 6476 20 6476 89 pmd 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]*'
3844 /force-app/main/default/classes/MetadataService.cls 6477 20 6477 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3844 /force-app/main/default/classes/MetadataService.cls 6477 20 6477 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3845 /force-app/main/default/classes/MetadataService.cls 6478 20 6478 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]*'
3845 /force-app/main/default/classes/MetadataService.cls 6478 20 6478 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]*'
3846 /force-app/main/default/classes/MetadataService.cls 6480 9 6497 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3846 /force-app/main/default/classes/MetadataService.cls 6480 9 6497 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3847 /force-app/main/default/classes/MetadataService.cls 6480 9 6497 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3847 /force-app/main/default/classes/MetadataService.cls 6480 9 6497 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3848 /force-app/main/default/classes/MetadataService.cls 6483 20 6483 97 pmd 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]*'
3848 /force-app/main/default/classes/MetadataService.cls 6483 20 6483 97 pmd 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]*'
3849 /force-app/main/default/classes/MetadataService.cls 6489 20 6489 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3849 /force-app/main/default/classes/MetadataService.cls 6489 20 6489 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3850 /force-app/main/default/classes/MetadataService.cls 6490 20 6490 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3850 /force-app/main/default/classes/MetadataService.cls 6490 20 6490 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3851 /force-app/main/default/classes/MetadataService.cls 6491 20 6491 89 pmd 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]*'
3851 /force-app/main/default/classes/MetadataService.cls 6491 20 6491 89 pmd 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]*'
3852 /force-app/main/default/classes/MetadataService.cls 6492 20 6492 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3852 /force-app/main/default/classes/MetadataService.cls 6492 20 6492 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3853 /force-app/main/default/classes/MetadataService.cls 6493 20 6493 97 pmd 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]*'
3853 /force-app/main/default/classes/MetadataService.cls 6493 20 6493 97 pmd 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]*'
3854 /force-app/main/default/classes/MetadataService.cls 6494 20 6494 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3854 /force-app/main/default/classes/MetadataService.cls 6494 20 6494 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3855 /force-app/main/default/classes/MetadataService.cls 6495 20 6495 60 pmd FieldNamingConventions 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]*'
3855 /force-app/main/default/classes/MetadataService.cls 6495 20 6495 60 pmd FieldNamingConventions 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]*'
3856 /force-app/main/default/classes/MetadataService.cls 6496 20 6496 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]*'
3856 /force-app/main/default/classes/MetadataService.cls 6496 20 6496 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]*'
3857 /force-app/main/default/classes/MetadataService.cls 6498 9 6503 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3857 /force-app/main/default/classes/MetadataService.cls 6498 9 6503 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3858 /force-app/main/default/classes/MetadataService.cls 6498 9 6503 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3858 /force-app/main/default/classes/MetadataService.cls 6498 9 6503 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3859 /force-app/main/default/classes/MetadataService.cls 6500 20 6500 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3859 /force-app/main/default/classes/MetadataService.cls 6500 20 6500 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3860 /force-app/main/default/classes/MetadataService.cls 6501 20 6501 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3860 /force-app/main/default/classes/MetadataService.cls 6501 20 6501 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3861 /force-app/main/default/classes/MetadataService.cls 6502 20 6502 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3861 /force-app/main/default/classes/MetadataService.cls 6502 20 6502 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3862 /force-app/main/default/classes/MetadataService.cls 6504 9 6559 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3862 /force-app/main/default/classes/MetadataService.cls 6504 9 6559 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3863 /force-app/main/default/classes/MetadataService.cls 6504 9 6559 3 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)
3863 /force-app/main/default/classes/MetadataService.cls 6504 9 6559 3 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)
3864 /force-app/main/default/classes/MetadataService.cls 6504 9 6559 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3864 /force-app/main/default/classes/MetadataService.cls 6504 9 6559 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3865 /force-app/main/default/classes/MetadataService.cls 6507 20 6507 97 pmd 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]*'
3865 /force-app/main/default/classes/MetadataService.cls 6507 20 6507 97 pmd 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]*'
3866 /force-app/main/default/classes/MetadataService.cls 6532 20 6532 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 'backgroundEndColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3866 /force-app/main/default/classes/MetadataService.cls 6532 20 6532 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 'backgroundEndColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3867 /force-app/main/default/classes/MetadataService.cls 6533 20 6533 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 'backgroundFadeDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3867 /force-app/main/default/classes/MetadataService.cls 6533 20 6533 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 'backgroundFadeDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3868 /force-app/main/default/classes/MetadataService.cls 6534 20 6534 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 'backgroundStartColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3868 /force-app/main/default/classes/MetadataService.cls 6534 20 6534 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 'backgroundStartColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3869 /force-app/main/default/classes/MetadataService.cls 6535 20 6535 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 'chartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3869 /force-app/main/default/classes/MetadataService.cls 6535 20 6535 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 'chartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3870 /force-app/main/default/classes/MetadataService.cls 6536 20 6536 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 'colorPalette_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3870 /force-app/main/default/classes/MetadataService.cls 6536 20 6536 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 'colorPalette_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3871 /force-app/main/default/classes/MetadataService.cls 6537 20 6537 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 'dashboardChartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3871 /force-app/main/default/classes/MetadataService.cls 6537 20 6537 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 'dashboardChartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3872 /force-app/main/default/classes/MetadataService.cls 6538 20 6538 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 'dashboardColorPalette_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3872 /force-app/main/default/classes/MetadataService.cls 6538 20 6538 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 'dashboardColorPalette_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3873 /force-app/main/default/classes/MetadataService.cls 6539 20 6539 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 'dashboardFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3873 /force-app/main/default/classes/MetadataService.cls 6539 20 6539 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 'dashboardFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3874 /force-app/main/default/classes/MetadataService.cls 6540 20 6540 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 'dashboardGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3874 /force-app/main/default/classes/MetadataService.cls 6540 20 6540 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 'dashboardGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3875 /force-app/main/default/classes/MetadataService.cls 6541 20 6541 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 'dashboardResultRefreshedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3875 /force-app/main/default/classes/MetadataService.cls 6541 20 6541 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 'dashboardResultRefreshedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3876 /force-app/main/default/classes/MetadataService.cls 6542 20 6542 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 'dashboardResultRunningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3876 /force-app/main/default/classes/MetadataService.cls 6542 20 6542 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 'dashboardResultRunningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3877 /force-app/main/default/classes/MetadataService.cls 6543 20 6543 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 'dashboardType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3877 /force-app/main/default/classes/MetadataService.cls 6543 20 6543 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 'dashboardType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3878 /force-app/main/default/classes/MetadataService.cls 6544 20 6544 103 pmd 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]*'
3878 /force-app/main/default/classes/MetadataService.cls 6544 20 6544 103 pmd 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]*'
3879 /force-app/main/default/classes/MetadataService.cls 6545 20 6545 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3879 /force-app/main/default/classes/MetadataService.cls 6545 20 6545 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3880 /force-app/main/default/classes/MetadataService.cls 6546 20 6546 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 'isGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3880 /force-app/main/default/classes/MetadataService.cls 6546 20 6546 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 'isGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3881 /force-app/main/default/classes/MetadataService.cls 6547 20 6547 103 pmd 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]*'
3881 /force-app/main/default/classes/MetadataService.cls 6547 20 6547 103 pmd 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]*'
3882 /force-app/main/default/classes/MetadataService.cls 6548 20 6548 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 'middleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3882 /force-app/main/default/classes/MetadataService.cls 6548 20 6548 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 'middleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3883 /force-app/main/default/classes/MetadataService.cls 6549 20 6549 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 'numSubscriptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3883 /force-app/main/default/classes/MetadataService.cls 6549 20 6549 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 'numSubscriptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3884 /force-app/main/default/classes/MetadataService.cls 6550 20 6550 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 'rightSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3884 /force-app/main/default/classes/MetadataService.cls 6550 20 6550 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 'rightSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3885 /force-app/main/default/classes/MetadataService.cls 6551 20 6551 103 pmd 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]*'
3885 /force-app/main/default/classes/MetadataService.cls 6551 20 6551 103 pmd 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]*'
3886 /force-app/main/default/classes/MetadataService.cls 6552 20 6552 99 pmd 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]*'
3886 /force-app/main/default/classes/MetadataService.cls 6552 20 6552 99 pmd 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]*'
3887 /force-app/main/default/classes/MetadataService.cls 6553 20 6553 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3887 /force-app/main/default/classes/MetadataService.cls 6553 20 6553 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3888 /force-app/main/default/classes/MetadataService.cls 6554 20 6554 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3888 /force-app/main/default/classes/MetadataService.cls 6554 20 6554 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3889 /force-app/main/default/classes/MetadataService.cls 6555 20 6555 99 pmd 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]*'
3889 /force-app/main/default/classes/MetadataService.cls 6555 20 6555 99 pmd 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]*'
3890 /force-app/main/default/classes/MetadataService.cls 6556 20 6556 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3890 /force-app/main/default/classes/MetadataService.cls 6556 20 6556 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3891 /force-app/main/default/classes/MetadataService.cls 6557 20 6557 60 pmd FieldNamingConventions 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]*'
3891 /force-app/main/default/classes/MetadataService.cls 6557 20 6557 60 pmd FieldNamingConventions 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]*'
3892 /force-app/main/default/classes/MetadataService.cls 6558 20 6558 495 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3892 /force-app/main/default/classes/MetadataService.cls 6558 20 6558 495 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3893 /force-app/main/default/classes/MetadataService.cls 6560 9 6565 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3893 /force-app/main/default/classes/MetadataService.cls 6560 9 6565 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3894 /force-app/main/default/classes/MetadataService.cls 6562 20 6562 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 'enablePersonList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3894 /force-app/main/default/classes/MetadataService.cls 6562 20 6562 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 'enablePersonList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3895 /force-app/main/default/classes/MetadataService.cls 6563 20 6563 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3895 /force-app/main/default/classes/MetadataService.cls 6563 20 6563 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3896 /force-app/main/default/classes/MetadataService.cls 6564 20 6564 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]*'
3896 /force-app/main/default/classes/MetadataService.cls 6564 20 6564 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]*'
3897 /force-app/main/default/classes/MetadataService.cls 6566 9 6573 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3897 /force-app/main/default/classes/MetadataService.cls 6566 9 6573 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3898 /force-app/main/default/classes/MetadataService.cls 6569 20 6569 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 'customShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3898 /force-app/main/default/classes/MetadataService.cls 6569 20 6569 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 'customShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3899 /force-app/main/default/classes/MetadataService.cls 6570 20 6570 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 'defaultShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3899 /force-app/main/default/classes/MetadataService.cls 6570 20 6570 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 'defaultShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3900 /force-app/main/default/classes/MetadataService.cls 6571 20 6571 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3900 /force-app/main/default/classes/MetadataService.cls 6571 20 6571 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3901 /force-app/main/default/classes/MetadataService.cls 6572 20 6572 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]*'
3901 /force-app/main/default/classes/MetadataService.cls 6572 20 6572 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]*'
3902 /force-app/main/default/classes/MetadataService.cls 6574 9 6587 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3902 /force-app/main/default/classes/MetadataService.cls 6574 9 6587 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3903 /force-app/main/default/classes/MetadataService.cls 6580 20 6580 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 'managedTopicType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3903 /force-app/main/default/classes/MetadataService.cls 6580 20 6580 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 'managedTopicType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3904 /force-app/main/default/classes/MetadataService.cls 6581 20 6581 89 pmd 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]*'
3904 /force-app/main/default/classes/MetadataService.cls 6581 20 6581 89 pmd 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]*'
3905 /force-app/main/default/classes/MetadataService.cls 6582 20 6582 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 'parentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3905 /force-app/main/default/classes/MetadataService.cls 6582 20 6582 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 'parentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3906 /force-app/main/default/classes/MetadataService.cls 6583 20 6583 97 pmd 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]*'
3906 /force-app/main/default/classes/MetadataService.cls 6583 20 6583 97 pmd 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]*'
3907 /force-app/main/default/classes/MetadataService.cls 6584 20 6584 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 'topicDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3907 /force-app/main/default/classes/MetadataService.cls 6584 20 6584 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 'topicDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3908 /force-app/main/default/classes/MetadataService.cls 6585 20 6585 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3908 /force-app/main/default/classes/MetadataService.cls 6585 20 6585 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3909 /force-app/main/default/classes/MetadataService.cls 6586 20 6586 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]*'
3909 /force-app/main/default/classes/MetadataService.cls 6586 20 6586 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]*'
3910 /force-app/main/default/classes/MetadataService.cls 6588 9 6595 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3910 /force-app/main/default/classes/MetadataService.cls 6588 9 6595 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3911 /force-app/main/default/classes/MetadataService.cls 6591 20 6591 97 pmd 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]*'
3911 /force-app/main/default/classes/MetadataService.cls 6591 20 6591 97 pmd 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]*'
3912 /force-app/main/default/classes/MetadataService.cls 6592 20 6592 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3912 /force-app/main/default/classes/MetadataService.cls 6592 20 6592 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3913 /force-app/main/default/classes/MetadataService.cls 6593 20 6593 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3913 /force-app/main/default/classes/MetadataService.cls 6593 20 6593 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3914 /force-app/main/default/classes/MetadataService.cls 6594 20 6594 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]*'
3914 /force-app/main/default/classes/MetadataService.cls 6594 20 6594 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]*'
3915 /force-app/main/default/classes/MetadataService.cls 6596 9 6605 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3915 /force-app/main/default/classes/MetadataService.cls 6596 9 6605 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3916 /force-app/main/default/classes/MetadataService.cls 6599 17 6599 23 pmd FieldNamingConventions 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]*'
3916 /force-app/main/default/classes/MetadataService.cls 6599 17 6599 23 pmd FieldNamingConventions 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]*'
3917 /force-app/main/default/classes/MetadataService.cls 6600 20 6600 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3917 /force-app/main/default/classes/MetadataService.cls 6600 20 6600 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3918 /force-app/main/default/classes/MetadataService.cls 6601 20 6601 99 pmd 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]*'
3918 /force-app/main/default/classes/MetadataService.cls 6601 20 6601 99 pmd 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]*'
3919 /force-app/main/default/classes/MetadataService.cls 6602 20 6602 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3919 /force-app/main/default/classes/MetadataService.cls 6602 20 6602 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3920 /force-app/main/default/classes/MetadataService.cls 6603 20 6603 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3920 /force-app/main/default/classes/MetadataService.cls 6603 20 6603 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3921 /force-app/main/default/classes/MetadataService.cls 6604 20 6604 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]*'
3921 /force-app/main/default/classes/MetadataService.cls 6604 20 6604 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]*'
3922 /force-app/main/default/classes/MetadataService.cls 6606 9 6631 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3922 /force-app/main/default/classes/MetadataService.cls 6606 9 6631 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3923 /force-app/main/default/classes/MetadataService.cls 6606 9 6631 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3923 /force-app/main/default/classes/MetadataService.cls 6606 9 6631 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3924 /force-app/main/default/classes/MetadataService.cls 6617 17 6617 23 pmd FieldNamingConventions 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]*'
3924 /force-app/main/default/classes/MetadataService.cls 6617 17 6617 23 pmd FieldNamingConventions 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]*'
3925 /force-app/main/default/classes/MetadataService.cls 6618 20 6618 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 'dmlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3925 /force-app/main/default/classes/MetadataService.cls 6618 20 6618 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 'dmlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3926 /force-app/main/default/classes/MetadataService.cls 6619 20 6619 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3926 /force-app/main/default/classes/MetadataService.cls 6619 20 6619 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3927 /force-app/main/default/classes/MetadataService.cls 6620 20 6620 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 'locationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3927 /force-app/main/default/classes/MetadataService.cls 6620 20 6620 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 'locationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3928 /force-app/main/default/classes/MetadataService.cls 6621 20 6621 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 'methodInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3928 /force-app/main/default/classes/MetadataService.cls 6621 20 6621 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 'methodInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3929 /force-app/main/default/classes/MetadataService.cls 6622 20 6622 89 pmd 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]*'
3929 /force-app/main/default/classes/MetadataService.cls 6622 20 6622 89 pmd 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]*'
3930 /force-app/main/default/classes/MetadataService.cls 6623 20 6623 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3930 /force-app/main/default/classes/MetadataService.cls 6623 20 6623 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3931 /force-app/main/default/classes/MetadataService.cls 6624 20 6624 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 'numLocations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3931 /force-app/main/default/classes/MetadataService.cls 6624 20 6624 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 'numLocations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3932 /force-app/main/default/classes/MetadataService.cls 6625 20 6625 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 'numLocationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3932 /force-app/main/default/classes/MetadataService.cls 6625 20 6625 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 'numLocationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3933 /force-app/main/default/classes/MetadataService.cls 6626 20 6626 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 'soqlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3933 /force-app/main/default/classes/MetadataService.cls 6626 20 6626 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 'soqlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3934 /force-app/main/default/classes/MetadataService.cls 6627 20 6627 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 'soslInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3934 /force-app/main/default/classes/MetadataService.cls 6627 20 6627 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 'soslInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3935 /force-app/main/default/classes/MetadataService.cls 6628 20 6628 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3935 /force-app/main/default/classes/MetadataService.cls 6628 20 6628 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3936 /force-app/main/default/classes/MetadataService.cls 6629 20 6629 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3936 /force-app/main/default/classes/MetadataService.cls 6629 20 6629 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3937 /force-app/main/default/classes/MetadataService.cls 6630 20 6630 197 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3937 /force-app/main/default/classes/MetadataService.cls 6630 20 6630 197 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3938 /force-app/main/default/classes/MetadataService.cls 6632 9 6639 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3938 /force-app/main/default/classes/MetadataService.cls 6632 9 6639 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3939 /force-app/main/default/classes/MetadataService.cls 6635 20 6635 97 pmd 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]*'
3939 /force-app/main/default/classes/MetadataService.cls 6635 20 6635 97 pmd 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]*'
3940 /force-app/main/default/classes/MetadataService.cls 6636 20 6636 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3940 /force-app/main/default/classes/MetadataService.cls 6636 20 6636 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3941 /force-app/main/default/classes/MetadataService.cls 6637 20 6637 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3941 /force-app/main/default/classes/MetadataService.cls 6637 20 6637 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3942 /force-app/main/default/classes/MetadataService.cls 6638 20 6638 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]*'
3942 /force-app/main/default/classes/MetadataService.cls 6638 20 6638 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]*'
3943 /force-app/main/default/classes/MetadataService.cls 6640 9 6667 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3943 /force-app/main/default/classes/MetadataService.cls 6640 9 6667 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3944 /force-app/main/default/classes/MetadataService.cls 6640 9 6667 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3944 /force-app/main/default/classes/MetadataService.cls 6640 9 6667 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3945 /force-app/main/default/classes/MetadataService.cls 6643 20 6643 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3945 /force-app/main/default/classes/MetadataService.cls 6643 20 6643 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3946 /force-app/main/default/classes/MetadataService.cls 6646 20 6646 103 pmd 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]*'
3946 /force-app/main/default/classes/MetadataService.cls 6646 20 6646 103 pmd 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]*'
3947 /force-app/main/default/classes/MetadataService.cls 6647 20 6647 89 pmd 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]*'
3947 /force-app/main/default/classes/MetadataService.cls 6647 20 6647 89 pmd 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]*'
3948 /force-app/main/default/classes/MetadataService.cls 6651 20 6651 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3948 /force-app/main/default/classes/MetadataService.cls 6651 20 6651 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3949 /force-app/main/default/classes/MetadataService.cls 6652 20 6652 99 pmd 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]*'
3949 /force-app/main/default/classes/MetadataService.cls 6652 20 6652 99 pmd 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]*'
3950 /force-app/main/default/classes/MetadataService.cls 6653 20 6653 99 pmd 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]*'
3950 /force-app/main/default/classes/MetadataService.cls 6653 20 6653 99 pmd 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]*'
3951 /force-app/main/default/classes/MetadataService.cls 6659 20 6659 99 pmd 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]*'
3951 /force-app/main/default/classes/MetadataService.cls 6659 20 6659 99 pmd 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]*'
3952 /force-app/main/default/classes/MetadataService.cls 6660 20 6660 99 pmd 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]*'
3952 /force-app/main/default/classes/MetadataService.cls 6660 20 6660 99 pmd 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]*'
3953 /force-app/main/default/classes/MetadataService.cls 6661 20 6661 109 pmd 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]*'
3953 /force-app/main/default/classes/MetadataService.cls 6661 20 6661 109 pmd 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]*'
3954 /force-app/main/default/classes/MetadataService.cls 6662 20 6662 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3954 /force-app/main/default/classes/MetadataService.cls 6662 20 6662 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3955 /force-app/main/default/classes/MetadataService.cls 6663 20 6663 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3955 /force-app/main/default/classes/MetadataService.cls 6663 20 6663 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3956 /force-app/main/default/classes/MetadataService.cls 6664 20 6664 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3956 /force-app/main/default/classes/MetadataService.cls 6664 20 6664 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3957 /force-app/main/default/classes/MetadataService.cls 6665 20 6665 60 pmd FieldNamingConventions 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]*'
3957 /force-app/main/default/classes/MetadataService.cls 6665 20 6665 60 pmd FieldNamingConventions 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]*'
3958 /force-app/main/default/classes/MetadataService.cls 6666 20 6666 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]*'
3958 /force-app/main/default/classes/MetadataService.cls 6666 20 6666 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]*'
3959 /force-app/main/default/classes/MetadataService.cls 6668 9 6685 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3959 /force-app/main/default/classes/MetadataService.cls 6668 9 6685 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3960 /force-app/main/default/classes/MetadataService.cls 6668 9 6685 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3960 /force-app/main/default/classes/MetadataService.cls 6668 9 6685 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3961 /force-app/main/default/classes/MetadataService.cls 6676 20 6676 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3961 /force-app/main/default/classes/MetadataService.cls 6676 20 6676 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3962 /force-app/main/default/classes/MetadataService.cls 6677 20 6677 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 'isContainerAutoSizeEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3962 /force-app/main/default/classes/MetadataService.cls 6677 20 6677 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 'isContainerAutoSizeEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3963 /force-app/main/default/classes/MetadataService.cls 6678 20 6678 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 'region_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3963 /force-app/main/default/classes/MetadataService.cls 6678 20 6678 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 'region_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3964 /force-app/main/default/classes/MetadataService.cls 6679 20 6679 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 'sidebarComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3964 /force-app/main/default/classes/MetadataService.cls 6679 20 6679 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 'sidebarComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3965 /force-app/main/default/classes/MetadataService.cls 6680 20 6680 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3965 /force-app/main/default/classes/MetadataService.cls 6680 20 6680 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3966 /force-app/main/default/classes/MetadataService.cls 6681 20 6681 89 pmd 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]*'
3966 /force-app/main/default/classes/MetadataService.cls 6681 20 6681 89 pmd 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]*'
3967 /force-app/main/default/classes/MetadataService.cls 6682 20 6682 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3967 /force-app/main/default/classes/MetadataService.cls 6682 20 6682 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3968 /force-app/main/default/classes/MetadataService.cls 6683 20 6683 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3968 /force-app/main/default/classes/MetadataService.cls 6683 20 6683 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3969 /force-app/main/default/classes/MetadataService.cls 6684 20 6684 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]*'
3969 /force-app/main/default/classes/MetadataService.cls 6684 20 6684 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]*'
3970 /force-app/main/default/classes/MetadataService.cls 6686 9 6709 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3970 /force-app/main/default/classes/MetadataService.cls 6686 9 6709 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3971 /force-app/main/default/classes/MetadataService.cls 6686 9 6709 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3971 /force-app/main/default/classes/MetadataService.cls 6686 9 6709 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3972 /force-app/main/default/classes/MetadataService.cls 6697 20 6697 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 'autocollapsePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3972 /force-app/main/default/classes/MetadataService.cls 6697 20 6697 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 'autocollapsePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3973 /force-app/main/default/classes/MetadataService.cls 6698 20 6698 103 pmd 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]*'
3973 /force-app/main/default/classes/MetadataService.cls 6698 20 6698 103 pmd 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]*'
3974 /force-app/main/default/classes/MetadataService.cls 6699 20 6699 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 'feedFilterPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3974 /force-app/main/default/classes/MetadataService.cls 6699 20 6699 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 'feedFilterPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3975 /force-app/main/default/classes/MetadataService.cls 6700 20 6700 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 'feedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3975 /force-app/main/default/classes/MetadataService.cls 6700 20 6700 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 'feedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3976 /force-app/main/default/classes/MetadataService.cls 6701 20 6701 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 'fullWidthFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3976 /force-app/main/default/classes/MetadataService.cls 6701 20 6701 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 'fullWidthFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3977 /force-app/main/default/classes/MetadataService.cls 6702 20 6702 103 pmd 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]*'
3977 /force-app/main/default/classes/MetadataService.cls 6702 20 6702 103 pmd 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]*'
3978 /force-app/main/default/classes/MetadataService.cls 6703 20 6703 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 'highlightExternalFeedItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3978 /force-app/main/default/classes/MetadataService.cls 6703 20 6703 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 'highlightExternalFeedItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3979 /force-app/main/default/classes/MetadataService.cls 6704 20 6704 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 'leftComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3979 /force-app/main/default/classes/MetadataService.cls 6704 20 6704 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 'leftComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3980 /force-app/main/default/classes/MetadataService.cls 6705 20 6705 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 'rightComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3980 /force-app/main/default/classes/MetadataService.cls 6705 20 6705 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 'rightComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3981 /force-app/main/default/classes/MetadataService.cls 6706 20 6706 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 'useInlineFiltersInConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3981 /force-app/main/default/classes/MetadataService.cls 6706 20 6706 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 'useInlineFiltersInConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3982 /force-app/main/default/classes/MetadataService.cls 6707 20 6707 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3982 /force-app/main/default/classes/MetadataService.cls 6707 20 6707 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3983 /force-app/main/default/classes/MetadataService.cls 6708 20 6708 252 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3983 /force-app/main/default/classes/MetadataService.cls 6708 20 6708 252 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3984 /force-app/main/default/classes/MetadataService.cls 6710 9 6715 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3984 /force-app/main/default/classes/MetadataService.cls 6710 9 6715 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3985 /force-app/main/default/classes/MetadataService.cls 6712 20 6712 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3985 /force-app/main/default/classes/MetadataService.cls 6712 20 6712 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3986 /force-app/main/default/classes/MetadataService.cls 6713 20 6713 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3986 /force-app/main/default/classes/MetadataService.cls 6713 20 6713 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3987 /force-app/main/default/classes/MetadataService.cls 6714 20 6714 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3987 /force-app/main/default/classes/MetadataService.cls 6714 20 6714 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 6716 9 6731 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3988 /force-app/main/default/classes/MetadataService.cls 6716 9 6731 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3989 /force-app/main/default/classes/MetadataService.cls 6722 17 6722 23 pmd FieldNamingConventions 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]*'
3989 /force-app/main/default/classes/MetadataService.cls 6722 17 6722 23 pmd FieldNamingConventions 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]*'
3990 /force-app/main/default/classes/MetadataService.cls 6723 20 6723 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3990 /force-app/main/default/classes/MetadataService.cls 6723 20 6723 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3991 /force-app/main/default/classes/MetadataService.cls 6724 20 6724 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3991 /force-app/main/default/classes/MetadataService.cls 6724 20 6724 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3992 /force-app/main/default/classes/MetadataService.cls 6725 20 6725 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3992 /force-app/main/default/classes/MetadataService.cls 6725 20 6725 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3993 /force-app/main/default/classes/MetadataService.cls 6726 20 6726 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3993 /force-app/main/default/classes/MetadataService.cls 6726 20 6726 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3994 /force-app/main/default/classes/MetadataService.cls 6727 20 6727 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3994 /force-app/main/default/classes/MetadataService.cls 6727 20 6727 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3995 /force-app/main/default/classes/MetadataService.cls 6728 20 6728 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3995 /force-app/main/default/classes/MetadataService.cls 6728 20 6728 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3996 /force-app/main/default/classes/MetadataService.cls 6729 20 6729 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3996 /force-app/main/default/classes/MetadataService.cls 6729 20 6729 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3997 /force-app/main/default/classes/MetadataService.cls 6730 20 6730 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]*'
3997 /force-app/main/default/classes/MetadataService.cls 6730 20 6730 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]*'
3998 /force-app/main/default/classes/MetadataService.cls 6732 9 6751 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3998 /force-app/main/default/classes/MetadataService.cls 6732 9 6751 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3999 /force-app/main/default/classes/MetadataService.cls 6732 9 6751 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3999 /force-app/main/default/classes/MetadataService.cls 6732 9 6751 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4000 /force-app/main/default/classes/MetadataService.cls 6735 20 6735 97 pmd 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]*'
4000 /force-app/main/default/classes/MetadataService.cls 6735 20 6735 97 pmd 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]*'
4001 /force-app/main/default/classes/MetadataService.cls 6742 20 6742 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 'enableChatterProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4001 /force-app/main/default/classes/MetadataService.cls 6742 20 6742 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 'enableChatterProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4002 /force-app/main/default/classes/MetadataService.cls 6743 20 6743 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 'enableIdeaThemes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4002 /force-app/main/default/classes/MetadataService.cls 6743 20 6743 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 'enableIdeaThemes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4003 /force-app/main/default/classes/MetadataService.cls 6744 20 6744 103 pmd 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]*'
4003 /force-app/main/default/classes/MetadataService.cls 6744 20 6744 103 pmd 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]*'
4004 /force-app/main/default/classes/MetadataService.cls 6745 20 6745 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 'enableIdeasReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4004 /force-app/main/default/classes/MetadataService.cls 6745 20 6745 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 'enableIdeasReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4005 /force-app/main/default/classes/MetadataService.cls 6746 20 6746 97 pmd 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]*'
4005 /force-app/main/default/classes/MetadataService.cls 6746 20 6746 97 pmd 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]*'
4006 /force-app/main/default/classes/MetadataService.cls 6747 20 6747 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 'ideasProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4006 /force-app/main/default/classes/MetadataService.cls 6747 20 6747 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 'ideasProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4007 /force-app/main/default/classes/MetadataService.cls 6748 20 6748 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4007 /force-app/main/default/classes/MetadataService.cls 6748 20 6748 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4008 /force-app/main/default/classes/MetadataService.cls 6749 20 6749 60 pmd FieldNamingConventions 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]*'
4008 /force-app/main/default/classes/MetadataService.cls 6749 20 6749 60 pmd FieldNamingConventions 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]*'
4009 /force-app/main/default/classes/MetadataService.cls 6750 20 6750 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]*'
4009 /force-app/main/default/classes/MetadataService.cls 6750 20 6750 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]*'
4010 /force-app/main/default/classes/MetadataService.cls 6752 9 6789 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4010 /force-app/main/default/classes/MetadataService.cls 6752 9 6789 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4011 /force-app/main/default/classes/MetadataService.cls 6752 9 6789 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4011 /force-app/main/default/classes/MetadataService.cls 6752 9 6789 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4012 /force-app/main/default/classes/MetadataService.cls 6755 20 6755 97 pmd 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]*'
4012 /force-app/main/default/classes/MetadataService.cls 6755 20 6755 97 pmd 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]*'
4013 /force-app/main/default/classes/MetadataService.cls 6771 20 6771 99 pmd 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]*'
4013 /force-app/main/default/classes/MetadataService.cls 6771 20 6771 99 pmd 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]*'
4014 /force-app/main/default/classes/MetadataService.cls 6772 20 6772 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 'attachmentOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4014 /force-app/main/default/classes/MetadataService.cls 6772 20 6772 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 'attachmentOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4015 /force-app/main/default/classes/MetadataService.cls 6773 20 6773 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 'authenticationFailureAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4015 /force-app/main/default/classes/MetadataService.cls 6773 20 6773 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 'authenticationFailureAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4016 /force-app/main/default/classes/MetadataService.cls 6774 20 6774 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 'authorizationFailureAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4016 /force-app/main/default/classes/MetadataService.cls 6774 20 6774 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 'authorizationFailureAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4017 /force-app/main/default/classes/MetadataService.cls 6775 20 6775 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4017 /force-app/main/default/classes/MetadataService.cls 6775 20 6775 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4018 /force-app/main/default/classes/MetadataService.cls 6776 20 6776 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 'emailServicesAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4018 /force-app/main/default/classes/MetadataService.cls 6776 20 6776 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 'emailServicesAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4019 /force-app/main/default/classes/MetadataService.cls 6777 20 6777 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 'errorRoutingAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4019 /force-app/main/default/classes/MetadataService.cls 6777 20 6777 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 'errorRoutingAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4020 /force-app/main/default/classes/MetadataService.cls 6778 20 6778 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 'functionInactiveAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4020 /force-app/main/default/classes/MetadataService.cls 6778 20 6778 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 'functionInactiveAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4021 /force-app/main/default/classes/MetadataService.cls 6779 20 6779 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 'functionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4021 /force-app/main/default/classes/MetadataService.cls 6779 20 6779 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 'functionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4022 /force-app/main/default/classes/MetadataService.cls 6780 20 6780 97 pmd 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]*'
4022 /force-app/main/default/classes/MetadataService.cls 6780 20 6780 97 pmd 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]*'
4023 /force-app/main/default/classes/MetadataService.cls 6781 20 6781 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 'isAuthenticationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4023 /force-app/main/default/classes/MetadataService.cls 6781 20 6781 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 'isAuthenticationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4024 /force-app/main/default/classes/MetadataService.cls 6782 20 6782 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 'isErrorRoutingEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4024 /force-app/main/default/classes/MetadataService.cls 6782 20 6782 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 'isErrorRoutingEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4025 /force-app/main/default/classes/MetadataService.cls 6783 20 6783 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 'isTextAttachmentsAsBinary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4025 /force-app/main/default/classes/MetadataService.cls 6783 20 6783 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 'isTextAttachmentsAsBinary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4026 /force-app/main/default/classes/MetadataService.cls 6784 20 6784 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 'isTlsRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4026 /force-app/main/default/classes/MetadataService.cls 6784 20 6784 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 'isTlsRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4027 /force-app/main/default/classes/MetadataService.cls 6785 20 6785 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 'overLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4027 /force-app/main/default/classes/MetadataService.cls 6785 20 6785 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 'overLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4028 /force-app/main/default/classes/MetadataService.cls 6786 20 6786 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4028 /force-app/main/default/classes/MetadataService.cls 6786 20 6786 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4029 /force-app/main/default/classes/MetadataService.cls 6787 20 6787 60 pmd FieldNamingConventions 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]*'
4029 /force-app/main/default/classes/MetadataService.cls 6787 20 6787 60 pmd FieldNamingConventions 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]*'
4030 /force-app/main/default/classes/MetadataService.cls 6788 20 6788 390 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4030 /force-app/main/default/classes/MetadataService.cls 6788 20 6788 390 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4031 /force-app/main/default/classes/MetadataService.cls 6790 9 6801 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4031 /force-app/main/default/classes/MetadataService.cls 6790 9 6801 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4032 /force-app/main/default/classes/MetadataService.cls 6795 20 6795 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4032 /force-app/main/default/classes/MetadataService.cls 6795 20 6795 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4033 /force-app/main/default/classes/MetadataService.cls 6796 20 6796 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 'customDataTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4033 /force-app/main/default/classes/MetadataService.cls 6796 20 6796 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 'customDataTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4034 /force-app/main/default/classes/MetadataService.cls 6797 20 6797 103 pmd 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]*'
4034 /force-app/main/default/classes/MetadataService.cls 6797 20 6797 103 pmd 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]*'
4035 /force-app/main/default/classes/MetadataService.cls 6798 20 6798 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4035 /force-app/main/default/classes/MetadataService.cls 6798 20 6798 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4036 /force-app/main/default/classes/MetadataService.cls 6799 20 6799 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4036 /force-app/main/default/classes/MetadataService.cls 6799 20 6799 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4037 /force-app/main/default/classes/MetadataService.cls 6800 20 6800 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]*'
4037 /force-app/main/default/classes/MetadataService.cls 6800 20 6800 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]*'
4038 /force-app/main/default/classes/MetadataService.cls 6802 9 6809 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4038 /force-app/main/default/classes/MetadataService.cls 6802 9 6809 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4039 /force-app/main/default/classes/MetadataService.cls 6802 9 6809 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4039 /force-app/main/default/classes/MetadataService.cls 6802 9 6809 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4040 /force-app/main/default/classes/MetadataService.cls 6803 17 6803 23 pmd FieldNamingConventions 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]*'
4040 /force-app/main/default/classes/MetadataService.cls 6803 17 6803 23 pmd FieldNamingConventions 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]*'
4041 /force-app/main/default/classes/MetadataService.cls 6805 20 6805 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4041 /force-app/main/default/classes/MetadataService.cls 6805 20 6805 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4042 /force-app/main/default/classes/MetadataService.cls 6806 20 6806 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4042 /force-app/main/default/classes/MetadataService.cls 6806 20 6806 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4043 /force-app/main/default/classes/MetadataService.cls 6807 20 6807 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4043 /force-app/main/default/classes/MetadataService.cls 6807 20 6807 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4044 /force-app/main/default/classes/MetadataService.cls 6808 20 6808 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]*'
4044 /force-app/main/default/classes/MetadataService.cls 6808 20 6808 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]*'
4045 /force-app/main/default/classes/MetadataService.cls 6810 9 6825 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4045 /force-app/main/default/classes/MetadataService.cls 6810 9 6825 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4046 /force-app/main/default/classes/MetadataService.cls 6813 20 6813 97 pmd 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]*'
4046 /force-app/main/default/classes/MetadataService.cls 6813 20 6813 97 pmd 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]*'
4047 /force-app/main/default/classes/MetadataService.cls 6814 18 6814 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4047 /force-app/main/default/classes/MetadataService.cls 6814 18 6814 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4048 /force-app/main/default/classes/MetadataService.cls 6818 20 6818 97 pmd 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]*'
4048 /force-app/main/default/classes/MetadataService.cls 6818 20 6818 97 pmd 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]*'
4049 /force-app/main/default/classes/MetadataService.cls 6819 20 6819 103 pmd 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]*'
4049 /force-app/main/default/classes/MetadataService.cls 6819 20 6819 103 pmd 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]*'
4050 /force-app/main/default/classes/MetadataService.cls 6820 20 6820 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4050 /force-app/main/default/classes/MetadataService.cls 6820 20 6820 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4051 /force-app/main/default/classes/MetadataService.cls 6821 20 6821 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4051 /force-app/main/default/classes/MetadataService.cls 6821 20 6821 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4052 /force-app/main/default/classes/MetadataService.cls 6822 20 6822 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4052 /force-app/main/default/classes/MetadataService.cls 6822 20 6822 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4053 /force-app/main/default/classes/MetadataService.cls 6823 20 6823 60 pmd FieldNamingConventions 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]*'
4053 /force-app/main/default/classes/MetadataService.cls 6823 20 6823 60 pmd FieldNamingConventions 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]*'
4054 /force-app/main/default/classes/MetadataService.cls 6824 20 6824 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]*'
4054 /force-app/main/default/classes/MetadataService.cls 6824 20 6824 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]*'
4055 /force-app/main/default/classes/MetadataService.cls 6826 9 6839 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4055 /force-app/main/default/classes/MetadataService.cls 6826 9 6839 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4056 /force-app/main/default/classes/MetadataService.cls 6832 20 6832 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 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4056 /force-app/main/default/classes/MetadataService.cls 6832 20 6832 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 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4057 /force-app/main/default/classes/MetadataService.cls 6833 20 6833 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 'restricted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4057 /force-app/main/default/classes/MetadataService.cls 6833 20 6833 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 'restricted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4058 /force-app/main/default/classes/MetadataService.cls 6834 20 6834 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 'valueSetDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4058 /force-app/main/default/classes/MetadataService.cls 6834 20 6834 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 'valueSetDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4059 /force-app/main/default/classes/MetadataService.cls 6835 20 6835 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 'valueSetName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4059 /force-app/main/default/classes/MetadataService.cls 6835 20 6835 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 'valueSetName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4060 /force-app/main/default/classes/MetadataService.cls 6836 20 6836 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 'valueSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4060 /force-app/main/default/classes/MetadataService.cls 6836 20 6836 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 'valueSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4061 /force-app/main/default/classes/MetadataService.cls 6837 20 6837 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4061 /force-app/main/default/classes/MetadataService.cls 6837 20 6837 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4062 /force-app/main/default/classes/MetadataService.cls 6838 20 6838 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]*'
4062 /force-app/main/default/classes/MetadataService.cls 6838 20 6838 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]*'
4063 /force-app/main/default/classes/MetadataService.cls 6840 9 6847 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4063 /force-app/main/default/classes/MetadataService.cls 6840 9 6847 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4064 /force-app/main/default/classes/MetadataService.cls 6843 20 6843 89 pmd 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]*'
4064 /force-app/main/default/classes/MetadataService.cls 6843 20 6843 89 pmd 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]*'
4065 /force-app/main/default/classes/MetadataService.cls 6844 20 6844 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 'sortDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4065 /force-app/main/default/classes/MetadataService.cls 6844 20 6844 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 'sortDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4066 /force-app/main/default/classes/MetadataService.cls 6845 20 6845 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4066 /force-app/main/default/classes/MetadataService.cls 6845 20 6845 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4067 /force-app/main/default/classes/MetadataService.cls 6846 20 6846 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]*'
4067 /force-app/main/default/classes/MetadataService.cls 6846 20 6846 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]*'
4068 /force-app/main/default/classes/MetadataService.cls 6848 9 6853 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4068 /force-app/main/default/classes/MetadataService.cls 6848 9 6853 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4069 /force-app/main/default/classes/MetadataService.cls 6850 20 6850 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 'quickActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4069 /force-app/main/default/classes/MetadataService.cls 6850 20 6850 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 'quickActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4070 /force-app/main/default/classes/MetadataService.cls 6851 20 6851 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4070 /force-app/main/default/classes/MetadataService.cls 6851 20 6851 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4071 /force-app/main/default/classes/MetadataService.cls 6852 20 6852 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]*'
4071 /force-app/main/default/classes/MetadataService.cls 6852 20 6852 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]*'
4072 /force-app/main/default/classes/MetadataService.cls 6854 9 6871 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4072 /force-app/main/default/classes/MetadataService.cls 6854 9 6871 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4073 /force-app/main/default/classes/MetadataService.cls 6854 9 6871 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4073 /force-app/main/default/classes/MetadataService.cls 6854 9 6871 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4074 /force-app/main/default/classes/MetadataService.cls 6861 17 6861 23 pmd FieldNamingConventions 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]*'
4074 /force-app/main/default/classes/MetadataService.cls 6861 17 6861 23 pmd FieldNamingConventions 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]*'
4075 /force-app/main/default/classes/MetadataService.cls 6862 20 6862 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 'appendable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4075 /force-app/main/default/classes/MetadataService.cls 6862 20 6862 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 'appendable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4076 /force-app/main/default/classes/MetadataService.cls 6863 20 6863 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 'componentInstances_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4076 /force-app/main/default/classes/MetadataService.cls 6863 20 6863 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 'componentInstances_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4077 /force-app/main/default/classes/MetadataService.cls 6864 20 6864 89 pmd 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]*'
4077 /force-app/main/default/classes/MetadataService.cls 6864 20 6864 89 pmd 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]*'
4078 /force-app/main/default/classes/MetadataService.cls 6865 20 6865 89 pmd 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]*'
4078 /force-app/main/default/classes/MetadataService.cls 6865 20 6865 89 pmd 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]*'
4079 /force-app/main/default/classes/MetadataService.cls 6866 20 6866 103 pmd 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]*'
4079 /force-app/main/default/classes/MetadataService.cls 6866 20 6866 103 pmd 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]*'
4080 /force-app/main/default/classes/MetadataService.cls 6867 20 6867 103 pmd 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]*'
4080 /force-app/main/default/classes/MetadataService.cls 6867 20 6867 103 pmd 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]*'
4081 /force-app/main/default/classes/MetadataService.cls 6868 20 6868 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4081 /force-app/main/default/classes/MetadataService.cls 6868 20 6868 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4082 /force-app/main/default/classes/MetadataService.cls 6869 20 6869 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4082 /force-app/main/default/classes/MetadataService.cls 6869 20 6869 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4083 /force-app/main/default/classes/MetadataService.cls 6870 20 6870 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]*'
4083 /force-app/main/default/classes/MetadataService.cls 6870 20 6870 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]*'
4084 /force-app/main/default/classes/MetadataService.cls 6872 9 6877 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4084 /force-app/main/default/classes/MetadataService.cls 6872 9 6877 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4085 /force-app/main/default/classes/MetadataService.cls 6874 20 6874 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4085 /force-app/main/default/classes/MetadataService.cls 6874 20 6874 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4086 /force-app/main/default/classes/MetadataService.cls 6875 20 6875 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4086 /force-app/main/default/classes/MetadataService.cls 6875 20 6875 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4087 /force-app/main/default/classes/MetadataService.cls 6876 20 6876 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]*'
4087 /force-app/main/default/classes/MetadataService.cls 6876 20 6876 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]*'
4088 /force-app/main/default/classes/MetadataService.cls 6878 9 6885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4088 /force-app/main/default/classes/MetadataService.cls 6878 9 6885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4089 /force-app/main/default/classes/MetadataService.cls 6881 20 6881 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4089 /force-app/main/default/classes/MetadataService.cls 6881 20 6881 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4090 /force-app/main/default/classes/MetadataService.cls 6882 20 6882 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4090 /force-app/main/default/classes/MetadataService.cls 6882 20 6882 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4091 /force-app/main/default/classes/MetadataService.cls 6883 20 6883 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4091 /force-app/main/default/classes/MetadataService.cls 6883 20 6883 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4092 /force-app/main/default/classes/MetadataService.cls 6884 20 6884 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]*'
4092 /force-app/main/default/classes/MetadataService.cls 6884 20 6884 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]*'
4093 /force-app/main/default/classes/MetadataService.cls 6886 9 6891 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4093 /force-app/main/default/classes/MetadataService.cls 6886 9 6891 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4094 /force-app/main/default/classes/MetadataService.cls 6886 9 6891 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4094 /force-app/main/default/classes/MetadataService.cls 6886 9 6891 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4095 /force-app/main/default/classes/MetadataService.cls 6888 20 6888 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4095 /force-app/main/default/classes/MetadataService.cls 6888 20 6888 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4096 /force-app/main/default/classes/MetadataService.cls 6889 20 6889 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4096 /force-app/main/default/classes/MetadataService.cls 6889 20 6889 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4097 /force-app/main/default/classes/MetadataService.cls 6890 20 6890 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4097 /force-app/main/default/classes/MetadataService.cls 6890 20 6890 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4098 /force-app/main/default/classes/MetadataService.cls 6892 9 6901 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4098 /force-app/main/default/classes/MetadataService.cls 6892 9 6901 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4099 /force-app/main/default/classes/MetadataService.cls 6896 20 6896 103 pmd 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]*'
4099 /force-app/main/default/classes/MetadataService.cls 6896 20 6896 103 pmd 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]*'
4100 /force-app/main/default/classes/MetadataService.cls 6897 20 6897 97 pmd 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]*'
4100 /force-app/main/default/classes/MetadataService.cls 6897 20 6897 97 pmd 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]*'
4101 /force-app/main/default/classes/MetadataService.cls 6898 20 6898 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 'sharedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4101 /force-app/main/default/classes/MetadataService.cls 6898 20 6898 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 'sharedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4102 /force-app/main/default/classes/MetadataService.cls 6899 20 6899 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4102 /force-app/main/default/classes/MetadataService.cls 6899 20 6899 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4103 /force-app/main/default/classes/MetadataService.cls 6900 20 6900 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4103 /force-app/main/default/classes/MetadataService.cls 6900 20 6900 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 6902 9 6907 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4104 /force-app/main/default/classes/MetadataService.cls 6902 9 6907 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4105 /force-app/main/default/classes/MetadataService.cls 6904 20 6904 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 'quickActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4105 /force-app/main/default/classes/MetadataService.cls 6904 20 6904 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 'quickActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4106 /force-app/main/default/classes/MetadataService.cls 6905 20 6905 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4106 /force-app/main/default/classes/MetadataService.cls 6905 20 6905 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4107 /force-app/main/default/classes/MetadataService.cls 6906 20 6906 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]*'
4107 /force-app/main/default/classes/MetadataService.cls 6906 20 6906 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]*'
4108 /force-app/main/default/classes/MetadataService.cls 6908 9 6921 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4108 /force-app/main/default/classes/MetadataService.cls 6908 9 6921 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4109 /force-app/main/default/classes/MetadataService.cls 6911 20 6911 97 pmd 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]*'
4109 /force-app/main/default/classes/MetadataService.cls 6911 20 6911 97 pmd 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]*'
4110 /force-app/main/default/classes/MetadataService.cls 6913 20 6913 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4110 /force-app/main/default/classes/MetadataService.cls 6913 20 6913 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4111 /force-app/main/default/classes/MetadataService.cls 6916 20 6916 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4111 /force-app/main/default/classes/MetadataService.cls 6916 20 6916 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4112 /force-app/main/default/classes/MetadataService.cls 6917 20 6917 97 pmd 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]*'
4112 /force-app/main/default/classes/MetadataService.cls 6917 20 6917 97 pmd 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]*'
4113 /force-app/main/default/classes/MetadataService.cls 6918 20 6918 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4113 /force-app/main/default/classes/MetadataService.cls 6918 20 6918 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4114 /force-app/main/default/classes/MetadataService.cls 6919 20 6919 60 pmd FieldNamingConventions 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]*'
4114 /force-app/main/default/classes/MetadataService.cls 6919 20 6919 60 pmd FieldNamingConventions 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]*'
4115 /force-app/main/default/classes/MetadataService.cls 6920 20 6920 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]*'
4115 /force-app/main/default/classes/MetadataService.cls 6920 20 6920 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]*'
4116 /force-app/main/default/classes/MetadataService.cls 6922 9 6937 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4116 /force-app/main/default/classes/MetadataService.cls 6922 9 6937 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4117 /force-app/main/default/classes/MetadataService.cls 6925 20 6925 97 pmd 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]*'
4117 /force-app/main/default/classes/MetadataService.cls 6925 20 6925 97 pmd 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]*'
4118 /force-app/main/default/classes/MetadataService.cls 6930 20 6930 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 'chatterMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4118 /force-app/main/default/classes/MetadataService.cls 6930 20 6930 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 'chatterMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4119 /force-app/main/default/classes/MetadataService.cls 6931 20 6931 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 'dashboardMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4119 /force-app/main/default/classes/MetadataService.cls 6931 20 6931 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 'dashboardMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4120 /force-app/main/default/classes/MetadataService.cls 6932 20 6932 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 'salesforceMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4120 /force-app/main/default/classes/MetadataService.cls 6932 20 6932 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 'salesforceMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4121 /force-app/main/default/classes/MetadataService.cls 6933 20 6933 103 pmd 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]*'
4121 /force-app/main/default/classes/MetadataService.cls 6933 20 6933 103 pmd 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]*'
4122 /force-app/main/default/classes/MetadataService.cls 6934 20 6934 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4122 /force-app/main/default/classes/MetadataService.cls 6934 20 6934 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4123 /force-app/main/default/classes/MetadataService.cls 6935 20 6935 60 pmd FieldNamingConventions 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]*'
4123 /force-app/main/default/classes/MetadataService.cls 6935 20 6935 60 pmd FieldNamingConventions 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]*'
4124 /force-app/main/default/classes/MetadataService.cls 6936 20 6936 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]*'
4124 /force-app/main/default/classes/MetadataService.cls 6936 20 6936 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]*'
4125 /force-app/main/default/classes/MetadataService.cls 6938 9 6945 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4125 /force-app/main/default/classes/MetadataService.cls 6938 9 6945 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4126 /force-app/main/default/classes/MetadataService.cls 6941 20 6941 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 'inputField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4126 /force-app/main/default/classes/MetadataService.cls 6941 20 6941 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 'inputField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4127 /force-app/main/default/classes/MetadataService.cls 6942 20 6942 103 pmd 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]*'
4127 /force-app/main/default/classes/MetadataService.cls 6942 20 6942 103 pmd 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]*'
4128 /force-app/main/default/classes/MetadataService.cls 6943 20 6943 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4128 /force-app/main/default/classes/MetadataService.cls 6943 20 6943 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4129 /force-app/main/default/classes/MetadataService.cls 6944 20 6944 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]*'
4129 /force-app/main/default/classes/MetadataService.cls 6944 20 6944 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]*'
4130 /force-app/main/default/classes/MetadataService.cls 6946 9 6961 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4130 /force-app/main/default/classes/MetadataService.cls 6946 9 6961 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4131 /force-app/main/default/classes/MetadataService.cls 6953 20 6953 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 'apiCreatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4131 /force-app/main/default/classes/MetadataService.cls 6953 20 6953 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 'apiCreatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4132 /force-app/main/default/classes/MetadataService.cls 6954 20 6954 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 'apiDeletable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4132 /force-app/main/default/classes/MetadataService.cls 6954 20 6954 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 'apiDeletable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4133 /force-app/main/default/classes/MetadataService.cls 6955 20 6955 103 pmd 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]*'
4133 /force-app/main/default/classes/MetadataService.cls 6955 20 6955 103 pmd 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]*'
4134 /force-app/main/default/classes/MetadataService.cls 6956 20 6956 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 'apiUpdatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4134 /force-app/main/default/classes/MetadataService.cls 6956 20 6956 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 'apiUpdatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4135 /force-app/main/default/classes/MetadataService.cls 6957 20 6957 103 pmd 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]*'
4135 /force-app/main/default/classes/MetadataService.cls 6957 20 6957 103 pmd 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]*'
4136 /force-app/main/default/classes/MetadataService.cls 6958 20 6958 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 'valueTypeFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4136 /force-app/main/default/classes/MetadataService.cls 6958 20 6958 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 'valueTypeFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4137 /force-app/main/default/classes/MetadataService.cls 6959 20 6959 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4137 /force-app/main/default/classes/MetadataService.cls 6959 20 6959 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4138 /force-app/main/default/classes/MetadataService.cls 6960 20 6960 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]*'
4138 /force-app/main/default/classes/MetadataService.cls 6960 20 6960 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]*'
4139 /force-app/main/default/classes/MetadataService.cls 6962 9 6989 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4139 /force-app/main/default/classes/MetadataService.cls 6962 9 6989 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4140 /force-app/main/default/classes/MetadataService.cls 6962 9 6989 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4140 /force-app/main/default/classes/MetadataService.cls 6962 9 6989 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4141 /force-app/main/default/classes/MetadataService.cls 6965 20 6965 97 pmd 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]*'
4141 /force-app/main/default/classes/MetadataService.cls 6965 20 6965 97 pmd 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]*'
4142 /force-app/main/default/classes/MetadataService.cls 6976 20 6976 175 pmd 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]*'
4142 /force-app/main/default/classes/MetadataService.cls 6976 20 6976 175 pmd 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]*'
4143 /force-app/main/default/classes/MetadataService.cls 6977 20 6977 175 pmd 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]*'
4143 /force-app/main/default/classes/MetadataService.cls 6977 20 6977 175 pmd 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]*'
4144 /force-app/main/default/classes/MetadataService.cls 6978 20 6978 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 'assetLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4144 /force-app/main/default/classes/MetadataService.cls 6978 20 6978 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 'assetLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4145 /force-app/main/default/classes/MetadataService.cls 6979 20 6979 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 'assetLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4145 /force-app/main/default/classes/MetadataService.cls 6979 20 6979 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 'assetLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4146 /force-app/main/default/classes/MetadataService.cls 6980 20 6980 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 'enableEntitlementVersioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4146 /force-app/main/default/classes/MetadataService.cls 6980 20 6980 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 'enableEntitlementVersioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4147 /force-app/main/default/classes/MetadataService.cls 6981 20 6981 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 'enableEntitlements_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4147 /force-app/main/default/classes/MetadataService.cls 6981 20 6981 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 'enableEntitlements_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4148 /force-app/main/default/classes/MetadataService.cls 6982 20 6982 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 'entitlementLookupLimitedToActiveStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4148 /force-app/main/default/classes/MetadataService.cls 6982 20 6982 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 'entitlementLookupLimitedToActiveStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4149 /force-app/main/default/classes/MetadataService.cls 6983 20 6983 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 'entitlementLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4149 /force-app/main/default/classes/MetadataService.cls 6983 20 6983 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 'entitlementLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4150 /force-app/main/default/classes/MetadataService.cls 6984 20 6984 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 'entitlementLookupLimitedToSameAsset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4150 /force-app/main/default/classes/MetadataService.cls 6984 20 6984 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 'entitlementLookupLimitedToSameAsset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4151 /force-app/main/default/classes/MetadataService.cls 6985 20 6985 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 'entitlementLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4151 /force-app/main/default/classes/MetadataService.cls 6985 20 6985 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 'entitlementLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4152 /force-app/main/default/classes/MetadataService.cls 6986 20 6986 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4152 /force-app/main/default/classes/MetadataService.cls 6986 20 6986 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4153 /force-app/main/default/classes/MetadataService.cls 6987 20 6987 60 pmd FieldNamingConventions 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]*'
4153 /force-app/main/default/classes/MetadataService.cls 6987 20 6987 60 pmd FieldNamingConventions 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]*'
4154 /force-app/main/default/classes/MetadataService.cls 6988 20 6988 447 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 6988 20 6988 447 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 6990 9 6997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4155 /force-app/main/default/classes/MetadataService.cls 6990 9 6997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4156 /force-app/main/default/classes/MetadataService.cls 6993 20 6993 99 pmd 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]*'
4156 /force-app/main/default/classes/MetadataService.cls 6993 20 6993 99 pmd 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]*'
4157 /force-app/main/default/classes/MetadataService.cls 6994 20 6994 97 pmd 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]*'
4157 /force-app/main/default/classes/MetadataService.cls 6994 20 6994 97 pmd 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]*'
4158 /force-app/main/default/classes/MetadataService.cls 6995 20 6995 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4158 /force-app/main/default/classes/MetadataService.cls 6995 20 6995 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4159 /force-app/main/default/classes/MetadataService.cls 6996 20 6996 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]*'
4159 /force-app/main/default/classes/MetadataService.cls 6996 20 6996 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]*'
4160 /force-app/main/default/classes/MetadataService.cls 6998 9 7007 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4160 /force-app/main/default/classes/MetadataService.cls 6998 9 7007 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4161 /force-app/main/default/classes/MetadataService.cls 7002 20 7002 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4161 /force-app/main/default/classes/MetadataService.cls 7002 20 7002 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4162 /force-app/main/default/classes/MetadataService.cls 7003 20 7003 89 pmd 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]*'
4162 /force-app/main/default/classes/MetadataService.cls 7003 20 7003 89 pmd 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]*'
4163 /force-app/main/default/classes/MetadataService.cls 7004 20 7004 99 pmd 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]*'
4163 /force-app/main/default/classes/MetadataService.cls 7004 20 7004 99 pmd 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]*'
4164 /force-app/main/default/classes/MetadataService.cls 7005 20 7005 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4164 /force-app/main/default/classes/MetadataService.cls 7005 20 7005 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4165 /force-app/main/default/classes/MetadataService.cls 7006 20 7006 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7006 20 7006 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4166 /force-app/main/default/classes/MetadataService.cls 7008 9 7015 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4166 /force-app/main/default/classes/MetadataService.cls 7008 9 7015 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4167 /force-app/main/default/classes/MetadataService.cls 7011 20 7011 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4167 /force-app/main/default/classes/MetadataService.cls 7011 20 7011 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4168 /force-app/main/default/classes/MetadataService.cls 7012 20 7012 89 pmd 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]*'
4168 /force-app/main/default/classes/MetadataService.cls 7012 20 7012 89 pmd 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]*'
4169 /force-app/main/default/classes/MetadataService.cls 7013 20 7013 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4169 /force-app/main/default/classes/MetadataService.cls 7013 20 7013 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4170 /force-app/main/default/classes/MetadataService.cls 7014 20 7014 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]*'
4170 /force-app/main/default/classes/MetadataService.cls 7014 20 7014 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]*'
4171 /force-app/main/default/classes/MetadataService.cls 7016 9 7043 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4171 /force-app/main/default/classes/MetadataService.cls 7016 9 7043 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4172 /force-app/main/default/classes/MetadataService.cls 7016 9 7043 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4172 /force-app/main/default/classes/MetadataService.cls 7016 9 7043 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4173 /force-app/main/default/classes/MetadataService.cls 7019 20 7019 97 pmd 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]*'
4173 /force-app/main/default/classes/MetadataService.cls 7019 20 7019 97 pmd 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]*'
4174 /force-app/main/default/classes/MetadataService.cls 7030 20 7030 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 'buttonIconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4174 /force-app/main/default/classes/MetadataService.cls 7030 20 7030 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 'buttonIconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4175 /force-app/main/default/classes/MetadataService.cls 7031 20 7031 103 pmd 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]*'
4175 /force-app/main/default/classes/MetadataService.cls 7031 20 7031 103 pmd 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]*'
4176 /force-app/main/default/classes/MetadataService.cls 7032 20 7032 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 'buttonText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4176 /force-app/main/default/classes/MetadataService.cls 7032 20 7032 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 'buttonText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4177 /force-app/main/default/classes/MetadataService.cls 7033 20 7033 103 pmd 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]*'
4177 /force-app/main/default/classes/MetadataService.cls 7033 20 7033 103 pmd 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]*'
4178 /force-app/main/default/classes/MetadataService.cls 7034 20 7034 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4178 /force-app/main/default/classes/MetadataService.cls 7034 20 7034 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4179 /force-app/main/default/classes/MetadataService.cls 7035 20 7035 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 'isHeightFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4179 /force-app/main/default/classes/MetadataService.cls 7035 20 7035 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 'isHeightFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4180 /force-app/main/default/classes/MetadataService.cls 7036 20 7036 97 pmd 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]*'
4180 /force-app/main/default/classes/MetadataService.cls 7036 20 7036 97 pmd 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]*'
4181 /force-app/main/default/classes/MetadataService.cls 7037 20 7037 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 'isWidthFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4181 /force-app/main/default/classes/MetadataService.cls 7037 20 7037 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 'isWidthFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4182 /force-app/main/default/classes/MetadataService.cls 7038 20 7038 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4182 /force-app/main/default/classes/MetadataService.cls 7038 20 7038 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4183 /force-app/main/default/classes/MetadataService.cls 7039 20 7039 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4183 /force-app/main/default/classes/MetadataService.cls 7039 20 7039 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4184 /force-app/main/default/classes/MetadataService.cls 7040 20 7040 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4184 /force-app/main/default/classes/MetadataService.cls 7040 20 7040 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4185 /force-app/main/default/classes/MetadataService.cls 7041 20 7041 60 pmd FieldNamingConventions 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]*'
4185 /force-app/main/default/classes/MetadataService.cls 7041 20 7041 60 pmd FieldNamingConventions 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]*'
4186 /force-app/main/default/classes/MetadataService.cls 7042 20 7042 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]*'
4186 /force-app/main/default/classes/MetadataService.cls 7042 20 7042 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]*'
4187 /force-app/main/default/classes/MetadataService.cls 7044 9 7053 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4187 /force-app/main/default/classes/MetadataService.cls 7044 9 7053 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4188 /force-app/main/default/classes/MetadataService.cls 7046 17 7046 23 pmd FieldNamingConventions 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]*'
4188 /force-app/main/default/classes/MetadataService.cls 7046 17 7046 23 pmd FieldNamingConventions 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]*'
4189 /force-app/main/default/classes/MetadataService.cls 7048 20 7048 89 pmd 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]*'
4189 /force-app/main/default/classes/MetadataService.cls 7048 20 7048 89 pmd 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]*'
4190 /force-app/main/default/classes/MetadataService.cls 7049 20 7049 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4190 /force-app/main/default/classes/MetadataService.cls 7049 20 7049 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4191 /force-app/main/default/classes/MetadataService.cls 7050 20 7050 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4191 /force-app/main/default/classes/MetadataService.cls 7050 20 7050 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4192 /force-app/main/default/classes/MetadataService.cls 7051 20 7051 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4192 /force-app/main/default/classes/MetadataService.cls 7051 20 7051 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4193 /force-app/main/default/classes/MetadataService.cls 7052 20 7052 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]*'
4193 /force-app/main/default/classes/MetadataService.cls 7052 20 7052 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]*'
4194 /force-app/main/default/classes/MetadataService.cls 7054 9 7059 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4194 /force-app/main/default/classes/MetadataService.cls 7054 9 7059 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4195 /force-app/main/default/classes/MetadataService.cls 7056 20 7056 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 'enablePushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4195 /force-app/main/default/classes/MetadataService.cls 7056 20 7056 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 'enablePushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4196 /force-app/main/default/classes/MetadataService.cls 7057 20 7057 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4196 /force-app/main/default/classes/MetadataService.cls 7057 20 7057 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4197 /force-app/main/default/classes/MetadataService.cls 7058 20 7058 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]*'
4197 /force-app/main/default/classes/MetadataService.cls 7058 20 7058 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]*'
4198 /force-app/main/default/classes/MetadataService.cls 7060 9 7081 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4198 /force-app/main/default/classes/MetadataService.cls 7060 9 7081 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4199 /force-app/main/default/classes/MetadataService.cls 7060 9 7081 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4199 /force-app/main/default/classes/MetadataService.cls 7060 9 7081 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4200 /force-app/main/default/classes/MetadataService.cls 7063 20 7063 97 pmd 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]*'
4200 /force-app/main/default/classes/MetadataService.cls 7063 20 7063 97 pmd 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]*'
4201 /force-app/main/default/classes/MetadataService.cls 7066 18 7066 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
4201 /force-app/main/default/classes/MetadataService.cls 7066 18 7066 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
4202 /force-app/main/default/classes/MetadataService.cls 7071 20 7071 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 'ccEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4202 /force-app/main/default/classes/MetadataService.cls 7071 20 7071 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 'ccEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4203 /force-app/main/default/classes/MetadataService.cls 7072 20 7072 103 pmd 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]*'
4203 /force-app/main/default/classes/MetadataService.cls 7072 20 7072 103 pmd 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]*'
4204 /force-app/main/default/classes/MetadataService.cls 7073 20 7073 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4204 /force-app/main/default/classes/MetadataService.cls 7073 20 7073 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4205 /force-app/main/default/classes/MetadataService.cls 7074 20 7074 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 'recipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4205 /force-app/main/default/classes/MetadataService.cls 7074 20 7074 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 'recipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4206 /force-app/main/default/classes/MetadataService.cls 7075 20 7075 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 'senderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4206 /force-app/main/default/classes/MetadataService.cls 7075 20 7075 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 'senderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4207 /force-app/main/default/classes/MetadataService.cls 7076 20 7076 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 'senderType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4207 /force-app/main/default/classes/MetadataService.cls 7076 20 7076 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 'senderType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4208 /force-app/main/default/classes/MetadataService.cls 7077 20 7077 97 pmd 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]*'
4208 /force-app/main/default/classes/MetadataService.cls 7077 20 7077 97 pmd 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]*'
4209 /force-app/main/default/classes/MetadataService.cls 7078 20 7078 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4209 /force-app/main/default/classes/MetadataService.cls 7078 20 7078 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4210 /force-app/main/default/classes/MetadataService.cls 7079 20 7079 60 pmd FieldNamingConventions 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]*'
4210 /force-app/main/default/classes/MetadataService.cls 7079 20 7079 60 pmd FieldNamingConventions 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]*'
4211 /force-app/main/default/classes/MetadataService.cls 7080 20 7080 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4211 /force-app/main/default/classes/MetadataService.cls 7080 20 7080 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4212 /force-app/main/default/classes/MetadataService.cls 7082 9 7087 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4212 /force-app/main/default/classes/MetadataService.cls 7082 9 7087 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4213 /force-app/main/default/classes/MetadataService.cls 7084 20 7084 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4213 /force-app/main/default/classes/MetadataService.cls 7084 20 7084 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4214 /force-app/main/default/classes/MetadataService.cls 7085 20 7085 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4214 /force-app/main/default/classes/MetadataService.cls 7085 20 7085 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4215 /force-app/main/default/classes/MetadataService.cls 7086 20 7086 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4215 /force-app/main/default/classes/MetadataService.cls 7086 20 7086 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4216 /force-app/main/default/classes/MetadataService.cls 7088 9 7127 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4216 /force-app/main/default/classes/MetadataService.cls 7088 9 7127 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4217 /force-app/main/default/classes/MetadataService.cls 7088 9 7127 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4217 /force-app/main/default/classes/MetadataService.cls 7088 9 7127 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4218 /force-app/main/default/classes/MetadataService.cls 7091 20 7091 97 pmd 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]*'
4218 /force-app/main/default/classes/MetadataService.cls 7091 20 7091 97 pmd 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]*'
4219 /force-app/main/default/classes/MetadataService.cls 7093 20 7093 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4219 /force-app/main/default/classes/MetadataService.cls 7093 20 7093 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4220 /force-app/main/default/classes/MetadataService.cls 7107 17 7107 23 pmd FieldNamingConventions 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]*'
4220 /force-app/main/default/classes/MetadataService.cls 7107 17 7107 23 pmd FieldNamingConventions 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]*'
4221 /force-app/main/default/classes/MetadataService.cls 7109 20 7109 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4221 /force-app/main/default/classes/MetadataService.cls 7109 20 7109 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4222 /force-app/main/default/classes/MetadataService.cls 7110 20 7110 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 'attachedDocuments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4222 /force-app/main/default/classes/MetadataService.cls 7110 20 7110 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 'attachedDocuments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4223 /force-app/main/default/classes/MetadataService.cls 7111 20 7111 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 'attachments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4223 /force-app/main/default/classes/MetadataService.cls 7111 20 7111 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 'attachments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4224 /force-app/main/default/classes/MetadataService.cls 7112 20 7112 99 pmd 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]*'
4224 /force-app/main/default/classes/MetadataService.cls 7112 20 7112 99 pmd 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]*'
4225 /force-app/main/default/classes/MetadataService.cls 7113 20 7113 103 pmd 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]*'
4225 /force-app/main/default/classes/MetadataService.cls 7113 20 7113 103 pmd 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]*'
4226 /force-app/main/default/classes/MetadataService.cls 7114 20 7114 103 pmd 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]*'
4226 /force-app/main/default/classes/MetadataService.cls 7114 20 7114 103 pmd 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]*'
4227 /force-app/main/default/classes/MetadataService.cls 7115 20 7115 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 'letterhead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4227 /force-app/main/default/classes/MetadataService.cls 7115 20 7115 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 'letterhead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4228 /force-app/main/default/classes/MetadataService.cls 7116 20 7116 89 pmd 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]*'
4228 /force-app/main/default/classes/MetadataService.cls 7116 20 7116 89 pmd 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]*'
4229 /force-app/main/default/classes/MetadataService.cls 7117 20 7117 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4229 /force-app/main/default/classes/MetadataService.cls 7117 20 7117 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4230 /force-app/main/default/classes/MetadataService.cls 7118 20 7118 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 'relatedEntityType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4230 /force-app/main/default/classes/MetadataService.cls 7118 20 7118 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 'relatedEntityType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4231 /force-app/main/default/classes/MetadataService.cls 7119 20 7119 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4231 /force-app/main/default/classes/MetadataService.cls 7119 20 7119 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4232 /force-app/main/default/classes/MetadataService.cls 7120 20 7120 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4232 /force-app/main/default/classes/MetadataService.cls 7120 20 7120 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4233 /force-app/main/default/classes/MetadataService.cls 7121 20 7121 97 pmd 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]*'
4233 /force-app/main/default/classes/MetadataService.cls 7121 20 7121 97 pmd 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]*'
4234 /force-app/main/default/classes/MetadataService.cls 7122 20 7122 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4234 /force-app/main/default/classes/MetadataService.cls 7122 20 7122 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4235 /force-app/main/default/classes/MetadataService.cls 7123 20 7123 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 'uiType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4235 /force-app/main/default/classes/MetadataService.cls 7123 20 7123 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 'uiType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4236 /force-app/main/default/classes/MetadataService.cls 7124 20 7124 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4236 /force-app/main/default/classes/MetadataService.cls 7124 20 7124 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4237 /force-app/main/default/classes/MetadataService.cls 7125 20 7125 60 pmd FieldNamingConventions 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]*'
4237 /force-app/main/default/classes/MetadataService.cls 7125 20 7125 60 pmd FieldNamingConventions 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]*'
4238 /force-app/main/default/classes/MetadataService.cls 7126 20 7126 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]*'
4238 /force-app/main/default/classes/MetadataService.cls 7126 20 7126 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]*'
4239 /force-app/main/default/classes/MetadataService.cls 7128 9 7141 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4239 /force-app/main/default/classes/MetadataService.cls 7128 9 7141 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4240 /force-app/main/default/classes/MetadataService.cls 7131 20 7131 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4240 /force-app/main/default/classes/MetadataService.cls 7131 20 7131 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4241 /force-app/main/default/classes/MetadataService.cls 7134 20 7134 103 pmd 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]*'
4241 /force-app/main/default/classes/MetadataService.cls 7134 20 7134 103 pmd 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]*'
4242 /force-app/main/default/classes/MetadataService.cls 7135 20 7135 89 pmd 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]*'
4242 /force-app/main/default/classes/MetadataService.cls 7135 20 7135 89 pmd 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]*'
4243 /force-app/main/default/classes/MetadataService.cls 7137 20 7137 89 pmd 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]*'
4243 /force-app/main/default/classes/MetadataService.cls 7137 20 7137 89 pmd 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]*'
4244 /force-app/main/default/classes/MetadataService.cls 7138 20 7138 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4244 /force-app/main/default/classes/MetadataService.cls 7138 20 7138 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4245 /force-app/main/default/classes/MetadataService.cls 7139 20 7139 60 pmd FieldNamingConventions 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]*'
4245 /force-app/main/default/classes/MetadataService.cls 7139 20 7139 60 pmd FieldNamingConventions 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]*'
4246 /force-app/main/default/classes/MetadataService.cls 7140 20 7140 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]*'
4246 /force-app/main/default/classes/MetadataService.cls 7140 20 7140 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]*'
4247 /force-app/main/default/classes/MetadataService.cls 7142 9 7149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4247 /force-app/main/default/classes/MetadataService.cls 7142 9 7149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4248 /force-app/main/default/classes/MetadataService.cls 7145 20 7145 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 'fieldNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4248 /force-app/main/default/classes/MetadataService.cls 7145 20 7145 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 'fieldNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4249 /force-app/main/default/classes/MetadataService.cls 7146 20 7146 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 'objectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4249 /force-app/main/default/classes/MetadataService.cls 7146 20 7146 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 'objectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4250 /force-app/main/default/classes/MetadataService.cls 7147 20 7147 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4250 /force-app/main/default/classes/MetadataService.cls 7147 20 7147 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4251 /force-app/main/default/classes/MetadataService.cls 7148 20 7148 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]*'
4251 /force-app/main/default/classes/MetadataService.cls 7148 20 7148 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]*'
4252 /force-app/main/default/classes/MetadataService.cls 7150 9 7177 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4252 /force-app/main/default/classes/MetadataService.cls 7150 9 7177 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4253 /force-app/main/default/classes/MetadataService.cls 7150 9 7177 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4253 /force-app/main/default/classes/MetadataService.cls 7150 9 7177 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4254 /force-app/main/default/classes/MetadataService.cls 7162 17 7162 23 pmd FieldNamingConventions 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]*'
4254 /force-app/main/default/classes/MetadataService.cls 7162 17 7162 23 pmd FieldNamingConventions 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]*'
4255 /force-app/main/default/classes/MetadataService.cls 7163 20 7163 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4255 /force-app/main/default/classes/MetadataService.cls 7163 20 7163 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4256 /force-app/main/default/classes/MetadataService.cls 7164 20 7164 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4256 /force-app/main/default/classes/MetadataService.cls 7164 20 7164 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4257 /force-app/main/default/classes/MetadataService.cls 7165 20 7165 99 pmd 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]*'
4257 /force-app/main/default/classes/MetadataService.cls 7165 20 7165 99 pmd 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]*'
4258 /force-app/main/default/classes/MetadataService.cls 7166 20 7166 103 pmd 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]*'
4258 /force-app/main/default/classes/MetadataService.cls 7166 20 7166 103 pmd 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]*'
4259 /force-app/main/default/classes/MetadataService.cls 7167 20 7167 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4259 /force-app/main/default/classes/MetadataService.cls 7167 20 7167 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4260 /force-app/main/default/classes/MetadataService.cls 7168 20 7168 99 pmd 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]*'
4260 /force-app/main/default/classes/MetadataService.cls 7168 20 7168 99 pmd 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]*'
4261 /force-app/main/default/classes/MetadataService.cls 7169 20 7169 99 pmd 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]*'
4261 /force-app/main/default/classes/MetadataService.cls 7169 20 7169 99 pmd 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]*'
4262 /force-app/main/default/classes/MetadataService.cls 7170 20 7170 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4262 /force-app/main/default/classes/MetadataService.cls 7170 20 7170 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4263 /force-app/main/default/classes/MetadataService.cls 7171 20 7171 89 pmd 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]*'
4263 /force-app/main/default/classes/MetadataService.cls 7171 20 7171 89 pmd 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]*'
4264 /force-app/main/default/classes/MetadataService.cls 7172 20 7172 103 pmd 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]*'
4264 /force-app/main/default/classes/MetadataService.cls 7172 20 7172 103 pmd 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]*'
4265 /force-app/main/default/classes/MetadataService.cls 7173 20 7173 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 'resourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4265 /force-app/main/default/classes/MetadataService.cls 7173 20 7173 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 'resourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4266 /force-app/main/default/classes/MetadataService.cls 7174 20 7174 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4266 /force-app/main/default/classes/MetadataService.cls 7174 20 7174 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4267 /force-app/main/default/classes/MetadataService.cls 7175 20 7175 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4267 /force-app/main/default/classes/MetadataService.cls 7175 20 7175 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4268 /force-app/main/default/classes/MetadataService.cls 7176 20 7176 202 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4268 /force-app/main/default/classes/MetadataService.cls 7176 20 7176 202 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4269 /force-app/main/default/classes/MetadataService.cls 7178 9 7215 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4269 /force-app/main/default/classes/MetadataService.cls 7178 9 7215 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4270 /force-app/main/default/classes/MetadataService.cls 7178 9 7215 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4270 /force-app/main/default/classes/MetadataService.cls 7178 9 7215 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4271 /force-app/main/default/classes/MetadataService.cls 7181 20 7181 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4271 /force-app/main/default/classes/MetadataService.cls 7181 20 7181 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4272 /force-app/main/default/classes/MetadataService.cls 7184 20 7184 103 pmd 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]*'
4272 /force-app/main/default/classes/MetadataService.cls 7184 20 7184 103 pmd 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]*'
4273 /force-app/main/default/classes/MetadataService.cls 7185 20 7185 89 pmd 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]*'
4273 /force-app/main/default/classes/MetadataService.cls 7185 20 7185 89 pmd 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]*'
4274 /force-app/main/default/classes/MetadataService.cls 7189 20 7189 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4274 /force-app/main/default/classes/MetadataService.cls 7189 20 7189 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4275 /force-app/main/default/classes/MetadataService.cls 7190 20 7190 99 pmd 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]*'
4275 /force-app/main/default/classes/MetadataService.cls 7190 20 7190 99 pmd 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]*'
4276 /force-app/main/default/classes/MetadataService.cls 7191 20 7191 99 pmd 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]*'
4276 /force-app/main/default/classes/MetadataService.cls 7191 20 7191 99 pmd 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]*'
4277 /force-app/main/default/classes/MetadataService.cls 7202 20 7202 99 pmd 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]*'
4277 /force-app/main/default/classes/MetadataService.cls 7202 20 7202 99 pmd 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]*'
4278 /force-app/main/default/classes/MetadataService.cls 7203 20 7203 103 pmd 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]*'
4278 /force-app/main/default/classes/MetadataService.cls 7203 20 7203 103 pmd 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]*'
4279 /force-app/main/default/classes/MetadataService.cls 7204 20 7204 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 'allowPause_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4279 /force-app/main/default/classes/MetadataService.cls 7204 20 7204 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 'allowPause_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4280 /force-app/main/default/classes/MetadataService.cls 7205 20 7205 99 pmd 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]*'
4280 /force-app/main/default/classes/MetadataService.cls 7205 20 7205 99 pmd 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]*'
4281 /force-app/main/default/classes/MetadataService.cls 7206 20 7206 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4281 /force-app/main/default/classes/MetadataService.cls 7206 20 7206 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4282 /force-app/main/default/classes/MetadataService.cls 7207 20 7207 97 pmd 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]*'
4282 /force-app/main/default/classes/MetadataService.cls 7207 20 7207 97 pmd 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]*'
4283 /force-app/main/default/classes/MetadataService.cls 7208 20 7208 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 'pausedText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4283 /force-app/main/default/classes/MetadataService.cls 7208 20 7208 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 'pausedText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4284 /force-app/main/default/classes/MetadataService.cls 7209 20 7209 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4284 /force-app/main/default/classes/MetadataService.cls 7209 20 7209 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4285 /force-app/main/default/classes/MetadataService.cls 7210 20 7210 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 'showFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4285 /force-app/main/default/classes/MetadataService.cls 7210 20 7210 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 'showFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4286 /force-app/main/default/classes/MetadataService.cls 7211 20 7211 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 'showHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4286 /force-app/main/default/classes/MetadataService.cls 7211 20 7211 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 'showHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4287 /force-app/main/default/classes/MetadataService.cls 7212 20 7212 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4287 /force-app/main/default/classes/MetadataService.cls 7212 20 7212 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4288 /force-app/main/default/classes/MetadataService.cls 7213 20 7213 60 pmd FieldNamingConventions 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]*'
4288 /force-app/main/default/classes/MetadataService.cls 7213 20 7213 60 pmd FieldNamingConventions 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]*'
4289 /force-app/main/default/classes/MetadataService.cls 7214 20 7214 253 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4289 /force-app/main/default/classes/MetadataService.cls 7214 20 7214 253 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4290 /force-app/main/default/classes/MetadataService.cls 7216 9 7221 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4290 /force-app/main/default/classes/MetadataService.cls 7216 9 7221 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4291 /force-app/main/default/classes/MetadataService.cls 7218 20 7218 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4291 /force-app/main/default/classes/MetadataService.cls 7218 20 7218 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4292 /force-app/main/default/classes/MetadataService.cls 7219 20 7219 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4292 /force-app/main/default/classes/MetadataService.cls 7219 20 7219 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4293 /force-app/main/default/classes/MetadataService.cls 7220 20 7220 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4293 /force-app/main/default/classes/MetadataService.cls 7220 20 7220 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4294 /force-app/main/default/classes/MetadataService.cls 7222 9 7243 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4294 /force-app/main/default/classes/MetadataService.cls 7222 9 7243 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4295 /force-app/main/default/classes/MetadataService.cls 7222 9 7243 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4295 /force-app/main/default/classes/MetadataService.cls 7222 9 7243 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4296 /force-app/main/default/classes/MetadataService.cls 7225 20 7225 97 pmd 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]*'
4296 /force-app/main/default/classes/MetadataService.cls 7225 20 7225 97 pmd 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]*'
4297 /force-app/main/default/classes/MetadataService.cls 7227 20 7227 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4297 /force-app/main/default/classes/MetadataService.cls 7227 20 7227 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4298 /force-app/main/default/classes/MetadataService.cls 7234 20 7234 97 pmd 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]*'
4298 /force-app/main/default/classes/MetadataService.cls 7234 20 7234 97 pmd 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]*'
4299 /force-app/main/default/classes/MetadataService.cls 7235 20 7235 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 'encryptedWithPlatformEncryption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4299 /force-app/main/default/classes/MetadataService.cls 7235 20 7235 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 'encryptedWithPlatformEncryption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4300 /force-app/main/default/classes/MetadataService.cls 7236 20 7236 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 'expirationDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4300 /force-app/main/default/classes/MetadataService.cls 7236 20 7236 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 'expirationDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4301 /force-app/main/default/classes/MetadataService.cls 7237 20 7237 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 'keySize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4301 /force-app/main/default/classes/MetadataService.cls 7237 20 7237 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 'keySize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4302 /force-app/main/default/classes/MetadataService.cls 7238 20 7238 103 pmd 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]*'
4302 /force-app/main/default/classes/MetadataService.cls 7238 20 7238 103 pmd 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]*'
4303 /force-app/main/default/classes/MetadataService.cls 7239 20 7239 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 'privateKeyExportable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4303 /force-app/main/default/classes/MetadataService.cls 7239 20 7239 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 'privateKeyExportable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4304 /force-app/main/default/classes/MetadataService.cls 7240 20 7240 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4304 /force-app/main/default/classes/MetadataService.cls 7240 20 7240 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4305 /force-app/main/default/classes/MetadataService.cls 7241 20 7241 60 pmd FieldNamingConventions 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]*'
4305 /force-app/main/default/classes/MetadataService.cls 7241 20 7241 60 pmd FieldNamingConventions 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]*'
4306 /force-app/main/default/classes/MetadataService.cls 7242 20 7242 188 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7242 20 7242 188 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4307 /force-app/main/default/classes/MetadataService.cls 7244 9 7263 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4307 /force-app/main/default/classes/MetadataService.cls 7244 9 7263 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4308 /force-app/main/default/classes/MetadataService.cls 7244 9 7263 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4308 /force-app/main/default/classes/MetadataService.cls 7244 9 7263 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4309 /force-app/main/default/classes/MetadataService.cls 7253 20 7253 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 'customActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4309 /force-app/main/default/classes/MetadataService.cls 7253 20 7253 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 'customActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4310 /force-app/main/default/classes/MetadataService.cls 7254 20 7254 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4310 /force-app/main/default/classes/MetadataService.cls 7254 20 7254 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4311 /force-app/main/default/classes/MetadataService.cls 7255 20 7255 89 pmd 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]*'
4311 /force-app/main/default/classes/MetadataService.cls 7255 20 7255 89 pmd 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]*'
4312 /force-app/main/default/classes/MetadataService.cls 7256 20 7256 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 'method_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4312 /force-app/main/default/classes/MetadataService.cls 7256 20 7256 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 'method_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4313 /force-app/main/default/classes/MetadataService.cls 7257 20 7257 99 pmd 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]*'
4313 /force-app/main/default/classes/MetadataService.cls 7257 20 7257 99 pmd 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]*'
4314 /force-app/main/default/classes/MetadataService.cls 7258 20 7258 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4314 /force-app/main/default/classes/MetadataService.cls 7258 20 7258 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4315 /force-app/main/default/classes/MetadataService.cls 7259 20 7259 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 'tooltip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4315 /force-app/main/default/classes/MetadataService.cls 7259 20 7259 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 'tooltip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4316 /force-app/main/default/classes/MetadataService.cls 7260 20 7260 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4316 /force-app/main/default/classes/MetadataService.cls 7260 20 7260 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4317 /force-app/main/default/classes/MetadataService.cls 7261 20 7261 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4317 /force-app/main/default/classes/MetadataService.cls 7261 20 7261 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4318 /force-app/main/default/classes/MetadataService.cls 7262 20 7262 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]*'
4318 /force-app/main/default/classes/MetadataService.cls 7262 20 7262 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]*'
4319 /force-app/main/default/classes/MetadataService.cls 7264 9 7275 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4319 /force-app/main/default/classes/MetadataService.cls 7264 9 7275 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4320 /force-app/main/default/classes/MetadataService.cls 7266 17 7266 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
4320 /force-app/main/default/classes/MetadataService.cls 7266 17 7266 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
4321 /force-app/main/default/classes/MetadataService.cls 7269 20 7269 103 pmd 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]*'
4321 /force-app/main/default/classes/MetadataService.cls 7269 20 7269 103 pmd 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]*'
4322 /force-app/main/default/classes/MetadataService.cls 7270 20 7270 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4322 /force-app/main/default/classes/MetadataService.cls 7270 20 7270 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4323 /force-app/main/default/classes/MetadataService.cls 7271 20 7271 103 pmd 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]*'
4323 /force-app/main/default/classes/MetadataService.cls 7271 20 7271 103 pmd 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]*'
4324 /force-app/main/default/classes/MetadataService.cls 7272 20 7272 99 pmd 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]*'
4324 /force-app/main/default/classes/MetadataService.cls 7272 20 7272 99 pmd 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]*'
4325 /force-app/main/default/classes/MetadataService.cls 7273 20 7273 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4325 /force-app/main/default/classes/MetadataService.cls 7273 20 7273 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4326 /force-app/main/default/classes/MetadataService.cls 7274 20 7274 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]*'
4326 /force-app/main/default/classes/MetadataService.cls 7274 20 7274 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]*'
4327 /force-app/main/default/classes/MetadataService.cls 7276 9 7287 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4327 /force-app/main/default/classes/MetadataService.cls 7276 9 7287 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4328 /force-app/main/default/classes/MetadataService.cls 7281 20 7281 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4328 /force-app/main/default/classes/MetadataService.cls 7281 20 7281 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4329 /force-app/main/default/classes/MetadataService.cls 7282 20 7282 103 pmd 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]*'
4329 /force-app/main/default/classes/MetadataService.cls 7282 20 7282 103 pmd 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]*'
4330 /force-app/main/default/classes/MetadataService.cls 7283 20 7283 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 'sourceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4330 /force-app/main/default/classes/MetadataService.cls 7283 20 7283 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 'sourceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4331 /force-app/main/default/classes/MetadataService.cls 7284 20 7284 103 pmd 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]*'
4331 /force-app/main/default/classes/MetadataService.cls 7284 20 7284 103 pmd 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]*'
4332 /force-app/main/default/classes/MetadataService.cls 7285 20 7285 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4332 /force-app/main/default/classes/MetadataService.cls 7285 20 7285 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4333 /force-app/main/default/classes/MetadataService.cls 7286 20 7286 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]*'
4333 /force-app/main/default/classes/MetadataService.cls 7286 20 7286 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]*'
4334 /force-app/main/default/classes/MetadataService.cls 7288 9 7297 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4334 /force-app/main/default/classes/MetadataService.cls 7288 9 7297 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4335 /force-app/main/default/classes/MetadataService.cls 7292 20 7292 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4335 /force-app/main/default/classes/MetadataService.cls 7292 20 7292 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4336 /force-app/main/default/classes/MetadataService.cls 7293 20 7293 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4336 /force-app/main/default/classes/MetadataService.cls 7293 20 7293 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4337 /force-app/main/default/classes/MetadataService.cls 7294 20 7294 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 'keyCommand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4337 /force-app/main/default/classes/MetadataService.cls 7294 20 7294 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 'keyCommand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4338 /force-app/main/default/classes/MetadataService.cls 7295 20 7295 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4338 /force-app/main/default/classes/MetadataService.cls 7295 20 7295 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4339 /force-app/main/default/classes/MetadataService.cls 7296 20 7296 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]*'
4339 /force-app/main/default/classes/MetadataService.cls 7296 20 7296 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]*'
4340 /force-app/main/default/classes/MetadataService.cls 7298 9 7305 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4340 /force-app/main/default/classes/MetadataService.cls 7298 9 7305 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4341 /force-app/main/default/classes/MetadataService.cls 7301 20 7301 99 pmd 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]*'
4341 /force-app/main/default/classes/MetadataService.cls 7301 20 7301 99 pmd 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]*'
4342 /force-app/main/default/classes/MetadataService.cls 7302 20 7302 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4342 /force-app/main/default/classes/MetadataService.cls 7302 20 7302 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4343 /force-app/main/default/classes/MetadataService.cls 7303 20 7303 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4343 /force-app/main/default/classes/MetadataService.cls 7303 20 7303 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4344 /force-app/main/default/classes/MetadataService.cls 7304 20 7304 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]*'
4344 /force-app/main/default/classes/MetadataService.cls 7304 20 7304 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]*'
4345 /force-app/main/default/classes/MetadataService.cls 7306 9 7315 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4345 /force-app/main/default/classes/MetadataService.cls 7306 9 7315 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4346 /force-app/main/default/classes/MetadataService.cls 7310 20 7310 99 pmd 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]*'
4346 /force-app/main/default/classes/MetadataService.cls 7310 20 7310 99 pmd 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]*'
4347 /force-app/main/default/classes/MetadataService.cls 7311 20 7311 109 pmd 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]*'
4347 /force-app/main/default/classes/MetadataService.cls 7311 20 7311 109 pmd 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]*'
4348 /force-app/main/default/classes/MetadataService.cls 7312 20 7312 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4348 /force-app/main/default/classes/MetadataService.cls 7312 20 7312 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4349 /force-app/main/default/classes/MetadataService.cls 7313 20 7313 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4349 /force-app/main/default/classes/MetadataService.cls 7313 20 7313 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4350 /force-app/main/default/classes/MetadataService.cls 7314 20 7314 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]*'
4350 /force-app/main/default/classes/MetadataService.cls 7314 20 7314 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]*'
4351 /force-app/main/default/classes/MetadataService.cls 7316 9 7333 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4351 /force-app/main/default/classes/MetadataService.cls 7316 9 7333 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4352 /force-app/main/default/classes/MetadataService.cls 7316 9 7333 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4352 /force-app/main/default/classes/MetadataService.cls 7316 9 7333 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4353 /force-app/main/default/classes/MetadataService.cls 7319 20 7319 97 pmd 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]*'
4353 /force-app/main/default/classes/MetadataService.cls 7319 20 7319 97 pmd 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]*'
4354 /force-app/main/default/classes/MetadataService.cls 7324 18 7324 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
4354 /force-app/main/default/classes/MetadataService.cls 7324 18 7324 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
4355 /force-app/main/default/classes/MetadataService.cls 7325 20 7325 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4355 /force-app/main/default/classes/MetadataService.cls 7325 20 7325 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4356 /force-app/main/default/classes/MetadataService.cls 7326 20 7326 103 pmd 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]*'
4356 /force-app/main/default/classes/MetadataService.cls 7326 20 7326 103 pmd 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]*'
4357 /force-app/main/default/classes/MetadataService.cls 7327 20 7327 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4357 /force-app/main/default/classes/MetadataService.cls 7327 20 7327 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4358 /force-app/main/default/classes/MetadataService.cls 7328 20 7328 97 pmd 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]*'
4358 /force-app/main/default/classes/MetadataService.cls 7328 20 7328 97 pmd 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]*'
4359 /force-app/main/default/classes/MetadataService.cls 7329 20 7329 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4359 /force-app/main/default/classes/MetadataService.cls 7329 20 7329 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4360 /force-app/main/default/classes/MetadataService.cls 7330 20 7330 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4360 /force-app/main/default/classes/MetadataService.cls 7330 20 7330 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4361 /force-app/main/default/classes/MetadataService.cls 7331 20 7331 60 pmd FieldNamingConventions 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]*'
4361 /force-app/main/default/classes/MetadataService.cls 7331 20 7331 60 pmd FieldNamingConventions 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]*'
4362 /force-app/main/default/classes/MetadataService.cls 7332 20 7332 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]*'
4362 /force-app/main/default/classes/MetadataService.cls 7332 20 7332 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]*'
4363 /force-app/main/default/classes/MetadataService.cls 7334 9 7347 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4363 /force-app/main/default/classes/MetadataService.cls 7334 9 7347 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4364 /force-app/main/default/classes/MetadataService.cls 7337 20 7337 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4364 /force-app/main/default/classes/MetadataService.cls 7337 20 7337 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4365 /force-app/main/default/classes/MetadataService.cls 7341 20 7341 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4365 /force-app/main/default/classes/MetadataService.cls 7341 20 7341 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4366 /force-app/main/default/classes/MetadataService.cls 7342 20 7342 97 pmd 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]*'
4366 /force-app/main/default/classes/MetadataService.cls 7342 20 7342 97 pmd 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]*'
4367 /force-app/main/default/classes/MetadataService.cls 7343 20 7343 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4367 /force-app/main/default/classes/MetadataService.cls 7343 20 7343 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4368 /force-app/main/default/classes/MetadataService.cls 7344 20 7344 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4368 /force-app/main/default/classes/MetadataService.cls 7344 20 7344 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4369 /force-app/main/default/classes/MetadataService.cls 7345 20 7345 60 pmd FieldNamingConventions 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]*'
4369 /force-app/main/default/classes/MetadataService.cls 7345 20 7345 60 pmd FieldNamingConventions 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]*'
4370 /force-app/main/default/classes/MetadataService.cls 7346 20 7346 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4370 /force-app/main/default/classes/MetadataService.cls 7346 20 7346 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4371 /force-app/main/default/classes/MetadataService.cls 7348 9 7355 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4371 /force-app/main/default/classes/MetadataService.cls 7348 9 7355 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4372 /force-app/main/default/classes/MetadataService.cls 7348 9 7355 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4372 /force-app/main/default/classes/MetadataService.cls 7348 9 7355 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4373 /force-app/main/default/classes/MetadataService.cls 7349 17 7349 23 pmd FieldNamingConventions 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]*'
4373 /force-app/main/default/classes/MetadataService.cls 7349 17 7349 23 pmd FieldNamingConventions 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]*'
4374 /force-app/main/default/classes/MetadataService.cls 7351 20 7351 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4374 /force-app/main/default/classes/MetadataService.cls 7351 20 7351 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4375 /force-app/main/default/classes/MetadataService.cls 7352 20 7352 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4375 /force-app/main/default/classes/MetadataService.cls 7352 20 7352 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4376 /force-app/main/default/classes/MetadataService.cls 7353 20 7353 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4376 /force-app/main/default/classes/MetadataService.cls 7353 20 7353 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4377 /force-app/main/default/classes/MetadataService.cls 7354 20 7354 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]*'
4377 /force-app/main/default/classes/MetadataService.cls 7354 20 7354 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]*'
4378 /force-app/main/default/classes/MetadataService.cls 7356 9 7365 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4378 /force-app/main/default/classes/MetadataService.cls 7356 9 7365 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4379 /force-app/main/default/classes/MetadataService.cls 7360 20 7360 99 pmd 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]*'
4379 /force-app/main/default/classes/MetadataService.cls 7360 20 7360 99 pmd 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]*'
4380 /force-app/main/default/classes/MetadataService.cls 7361 20 7361 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 'displaying_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4380 /force-app/main/default/classes/MetadataService.cls 7361 20 7361 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 'displaying_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4381 /force-app/main/default/classes/MetadataService.cls 7362 20 7362 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 'periodType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4381 /force-app/main/default/classes/MetadataService.cls 7362 20 7362 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 'periodType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4382 /force-app/main/default/classes/MetadataService.cls 7363 20 7363 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4382 /force-app/main/default/classes/MetadataService.cls 7363 20 7363 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4383 /force-app/main/default/classes/MetadataService.cls 7364 20 7364 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]*'
4383 /force-app/main/default/classes/MetadataService.cls 7364 20 7364 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]*'
4384 /force-app/main/default/classes/MetadataService.cls 7366 9 7395 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4384 /force-app/main/default/classes/MetadataService.cls 7366 9 7395 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4385 /force-app/main/default/classes/MetadataService.cls 7366 9 7395 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4385 /force-app/main/default/classes/MetadataService.cls 7366 9 7395 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4386 /force-app/main/default/classes/MetadataService.cls 7369 20 7369 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4386 /force-app/main/default/classes/MetadataService.cls 7369 20 7369 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4387 /force-app/main/default/classes/MetadataService.cls 7372 20 7372 103 pmd 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]*'
4387 /force-app/main/default/classes/MetadataService.cls 7372 20 7372 103 pmd 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]*'
4388 /force-app/main/default/classes/MetadataService.cls 7373 20 7373 89 pmd 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]*'
4388 /force-app/main/default/classes/MetadataService.cls 7373 20 7373 89 pmd 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]*'
4389 /force-app/main/default/classes/MetadataService.cls 7377 20 7377 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4389 /force-app/main/default/classes/MetadataService.cls 7377 20 7377 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4390 /force-app/main/default/classes/MetadataService.cls 7378 20 7378 99 pmd 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]*'
4390 /force-app/main/default/classes/MetadataService.cls 7378 20 7378 99 pmd 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]*'
4391 /force-app/main/default/classes/MetadataService.cls 7379 20 7379 99 pmd 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]*'
4391 /force-app/main/default/classes/MetadataService.cls 7379 20 7379 99 pmd 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]*'
4392 /force-app/main/default/classes/MetadataService.cls 7386 20 7386 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4392 /force-app/main/default/classes/MetadataService.cls 7386 20 7386 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4393 /force-app/main/default/classes/MetadataService.cls 7387 20 7387 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4393 /force-app/main/default/classes/MetadataService.cls 7387 20 7387 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4394 /force-app/main/default/classes/MetadataService.cls 7388 20 7388 99 pmd 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]*'
4394 /force-app/main/default/classes/MetadataService.cls 7388 20 7388 99 pmd 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]*'
4395 /force-app/main/default/classes/MetadataService.cls 7389 20 7389 109 pmd 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]*'
4395 /force-app/main/default/classes/MetadataService.cls 7389 20 7389 109 pmd 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]*'
4396 /force-app/main/default/classes/MetadataService.cls 7390 20 7390 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4396 /force-app/main/default/classes/MetadataService.cls 7390 20 7390 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4397 /force-app/main/default/classes/MetadataService.cls 7391 20 7391 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4397 /force-app/main/default/classes/MetadataService.cls 7391 20 7391 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4398 /force-app/main/default/classes/MetadataService.cls 7392 20 7392 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4398 /force-app/main/default/classes/MetadataService.cls 7392 20 7392 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4399 /force-app/main/default/classes/MetadataService.cls 7393 20 7393 60 pmd FieldNamingConventions 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]*'
4399 /force-app/main/default/classes/MetadataService.cls 7393 20 7393 60 pmd FieldNamingConventions 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]*'
4400 /force-app/main/default/classes/MetadataService.cls 7394 20 7394 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]*'
4400 /force-app/main/default/classes/MetadataService.cls 7394 20 7394 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]*'
4401 /force-app/main/default/classes/MetadataService.cls 7396 9 7405 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4401 /force-app/main/default/classes/MetadataService.cls 7396 9 7405 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4402 /force-app/main/default/classes/MetadataService.cls 7400 20 7400 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4402 /force-app/main/default/classes/MetadataService.cls 7400 20 7400 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4403 /force-app/main/default/classes/MetadataService.cls 7401 20 7401 99 pmd 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]*'
4403 /force-app/main/default/classes/MetadataService.cls 7401 20 7401 99 pmd 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]*'
4404 /force-app/main/default/classes/MetadataService.cls 7402 20 7402 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4404 /force-app/main/default/classes/MetadataService.cls 7402 20 7402 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4405 /force-app/main/default/classes/MetadataService.cls 7403 20 7403 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4405 /force-app/main/default/classes/MetadataService.cls 7403 20 7403 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4406 /force-app/main/default/classes/MetadataService.cls 7404 20 7404 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]*'
4406 /force-app/main/default/classes/MetadataService.cls 7404 20 7404 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]*'
4407 /force-app/main/default/classes/MetadataService.cls 7406 9 7421 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4407 /force-app/main/default/classes/MetadataService.cls 7406 9 7421 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4408 /force-app/main/default/classes/MetadataService.cls 7413 20 7413 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4408 /force-app/main/default/classes/MetadataService.cls 7413 20 7413 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4409 /force-app/main/default/classes/MetadataService.cls 7414 20 7414 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 'calculatePercent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4409 /force-app/main/default/classes/MetadataService.cls 7414 20 7414 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 'calculatePercent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4410 /force-app/main/default/classes/MetadataService.cls 7415 20 7415 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4410 /force-app/main/default/classes/MetadataService.cls 7415 20 7415 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4411 /force-app/main/default/classes/MetadataService.cls 7416 20 7416 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 'decimalPlaces_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4411 /force-app/main/default/classes/MetadataService.cls 7416 20 7416 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 'decimalPlaces_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4412 /force-app/main/default/classes/MetadataService.cls 7417 20 7417 99 pmd 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]*'
4412 /force-app/main/default/classes/MetadataService.cls 7417 20 7417 99 pmd 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]*'
4413 /force-app/main/default/classes/MetadataService.cls 7418 20 7418 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4413 /force-app/main/default/classes/MetadataService.cls 7418 20 7418 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4414 /force-app/main/default/classes/MetadataService.cls 7419 20 7419 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4414 /force-app/main/default/classes/MetadataService.cls 7419 20 7419 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4415 /force-app/main/default/classes/MetadataService.cls 7420 20 7420 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]*'
4415 /force-app/main/default/classes/MetadataService.cls 7420 20 7420 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]*'
4416 /force-app/main/default/classes/MetadataService.cls 7422 9 7449 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4416 /force-app/main/default/classes/MetadataService.cls 7422 9 7449 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4417 /force-app/main/default/classes/MetadataService.cls 7422 9 7449 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4417 /force-app/main/default/classes/MetadataService.cls 7422 9 7449 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4418 /force-app/main/default/classes/MetadataService.cls 7425 20 7425 97 pmd 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]*'
4418 /force-app/main/default/classes/MetadataService.cls 7425 20 7425 97 pmd 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]*'
4419 /force-app/main/default/classes/MetadataService.cls 7436 20 7436 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4419 /force-app/main/default/classes/MetadataService.cls 7436 20 7436 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4420 /force-app/main/default/classes/MetadataService.cls 7437 20 7437 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4420 /force-app/main/default/classes/MetadataService.cls 7437 20 7437 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4421 /force-app/main/default/classes/MetadataService.cls 7438 20 7438 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4421 /force-app/main/default/classes/MetadataService.cls 7438 20 7438 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4422 /force-app/main/default/classes/MetadataService.cls 7439 20 7439 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4422 /force-app/main/default/classes/MetadataService.cls 7439 20 7439 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4423 /force-app/main/default/classes/MetadataService.cls 7440 20 7440 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 7440 20 7440 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 7441 20 7441 89 pmd 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]*'
4424 /force-app/main/default/classes/MetadataService.cls 7441 20 7441 89 pmd 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]*'
4425 /force-app/main/default/classes/MetadataService.cls 7442 20 7442 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4425 /force-app/main/default/classes/MetadataService.cls 7442 20 7442 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4426 /force-app/main/default/classes/MetadataService.cls 7443 20 7443 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4426 /force-app/main/default/classes/MetadataService.cls 7443 20 7443 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4427 /force-app/main/default/classes/MetadataService.cls 7444 20 7444 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 'ruleAssociations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4427 /force-app/main/default/classes/MetadataService.cls 7444 20 7444 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 'ruleAssociations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4428 /force-app/main/default/classes/MetadataService.cls 7445 20 7445 109 pmd 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]*'
4428 /force-app/main/default/classes/MetadataService.cls 7445 20 7445 109 pmd 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]*'
4429 /force-app/main/default/classes/MetadataService.cls 7446 20 7446 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4429 /force-app/main/default/classes/MetadataService.cls 7446 20 7446 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4430 /force-app/main/default/classes/MetadataService.cls 7447 20 7447 60 pmd FieldNamingConventions 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]*'
4430 /force-app/main/default/classes/MetadataService.cls 7447 20 7447 60 pmd FieldNamingConventions 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]*'
4431 /force-app/main/default/classes/MetadataService.cls 7448 20 7448 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]*'
4431 /force-app/main/default/classes/MetadataService.cls 7448 20 7448 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]*'
4432 /force-app/main/default/classes/MetadataService.cls 7450 9 7461 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4432 /force-app/main/default/classes/MetadataService.cls 7450 9 7461 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4433 /force-app/main/default/classes/MetadataService.cls 7455 20 7455 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4433 /force-app/main/default/classes/MetadataService.cls 7455 20 7455 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4434 /force-app/main/default/classes/MetadataService.cls 7456 20 7456 97 pmd 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]*'
4434 /force-app/main/default/classes/MetadataService.cls 7456 20 7456 97 pmd 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]*'
4435 /force-app/main/default/classes/MetadataService.cls 7457 20 7457 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 'units_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4435 /force-app/main/default/classes/MetadataService.cls 7457 20 7457 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 'units_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4436 /force-app/main/default/classes/MetadataService.cls 7458 20 7458 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4436 /force-app/main/default/classes/MetadataService.cls 7458 20 7458 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4437 /force-app/main/default/classes/MetadataService.cls 7459 20 7459 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4437 /force-app/main/default/classes/MetadataService.cls 7459 20 7459 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4438 /force-app/main/default/classes/MetadataService.cls 7460 20 7460 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]*'
4438 /force-app/main/default/classes/MetadataService.cls 7460 20 7460 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]*'
4439 /force-app/main/default/classes/MetadataService.cls 7462 9 7475 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4439 /force-app/main/default/classes/MetadataService.cls 7462 9 7475 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4440 /force-app/main/default/classes/MetadataService.cls 7468 20 7468 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4440 /force-app/main/default/classes/MetadataService.cls 7468 20 7468 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4441 /force-app/main/default/classes/MetadataService.cls 7469 20 7469 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4441 /force-app/main/default/classes/MetadataService.cls 7469 20 7469 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4442 /force-app/main/default/classes/MetadataService.cls 7470 20 7470 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4442 /force-app/main/default/classes/MetadataService.cls 7470 20 7470 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4443 /force-app/main/default/classes/MetadataService.cls 7471 20 7471 97 pmd 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]*'
4443 /force-app/main/default/classes/MetadataService.cls 7471 20 7471 97 pmd 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]*'
4444 /force-app/main/default/classes/MetadataService.cls 7472 20 7472 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4444 /force-app/main/default/classes/MetadataService.cls 7472 20 7472 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4445 /force-app/main/default/classes/MetadataService.cls 7473 20 7473 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4445 /force-app/main/default/classes/MetadataService.cls 7473 20 7473 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4446 /force-app/main/default/classes/MetadataService.cls 7474 20 7474 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]*'
4446 /force-app/main/default/classes/MetadataService.cls 7474 20 7474 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]*'
4447 /force-app/main/default/classes/MetadataService.cls 7476 9 7495 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4447 /force-app/main/default/classes/MetadataService.cls 7476 9 7495 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4448 /force-app/main/default/classes/MetadataService.cls 7476 9 7495 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4448 /force-app/main/default/classes/MetadataService.cls 7476 9 7495 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4449 /force-app/main/default/classes/MetadataService.cls 7485 20 7485 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 'bucketType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4449 /force-app/main/default/classes/MetadataService.cls 7485 20 7485 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 'bucketType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4450 /force-app/main/default/classes/MetadataService.cls 7486 20 7486 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4450 /force-app/main/default/classes/MetadataService.cls 7486 20 7486 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4451 /force-app/main/default/classes/MetadataService.cls 7487 20 7487 103 pmd 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]*'
4451 /force-app/main/default/classes/MetadataService.cls 7487 20 7487 103 pmd 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]*'
4452 /force-app/main/default/classes/MetadataService.cls 7488 20 7488 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 'nullTreatment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4452 /force-app/main/default/classes/MetadataService.cls 7488 20 7488 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 'nullTreatment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4453 /force-app/main/default/classes/MetadataService.cls 7489 20 7489 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 'otherBucketLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4453 /force-app/main/default/classes/MetadataService.cls 7489 20 7489 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 'otherBucketLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4454 /force-app/main/default/classes/MetadataService.cls 7490 20 7490 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 'sourceColumnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4454 /force-app/main/default/classes/MetadataService.cls 7490 20 7490 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 'sourceColumnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4455 /force-app/main/default/classes/MetadataService.cls 7491 20 7491 97 pmd 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]*'
4455 /force-app/main/default/classes/MetadataService.cls 7491 20 7491 97 pmd 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]*'
4456 /force-app/main/default/classes/MetadataService.cls 7492 20 7492 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4456 /force-app/main/default/classes/MetadataService.cls 7492 20 7492 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4457 /force-app/main/default/classes/MetadataService.cls 7493 20 7493 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4457 /force-app/main/default/classes/MetadataService.cls 7493 20 7493 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4458 /force-app/main/default/classes/MetadataService.cls 7494 20 7494 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]*'
4458 /force-app/main/default/classes/MetadataService.cls 7494 20 7494 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]*'
4459 /force-app/main/default/classes/MetadataService.cls 7496 9 7503 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4459 /force-app/main/default/classes/MetadataService.cls 7496 9 7503 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4460 /force-app/main/default/classes/MetadataService.cls 7499 20 7499 89 pmd 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]*'
4460 /force-app/main/default/classes/MetadataService.cls 7499 20 7499 89 pmd 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]*'
4461 /force-app/main/default/classes/MetadataService.cls 7500 20 7500 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 'properties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4461 /force-app/main/default/classes/MetadataService.cls 7500 20 7500 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 'properties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4462 /force-app/main/default/classes/MetadataService.cls 7501 20 7501 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4462 /force-app/main/default/classes/MetadataService.cls 7501 20 7501 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4463 /force-app/main/default/classes/MetadataService.cls 7502 20 7502 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]*'
4463 /force-app/main/default/classes/MetadataService.cls 7502 20 7502 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]*'
4464 /force-app/main/default/classes/MetadataService.cls 7504 9 7509 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4464 /force-app/main/default/classes/MetadataService.cls 7504 9 7509 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4465 /force-app/main/default/classes/MetadataService.cls 7506 20 7506 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 'community_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4465 /force-app/main/default/classes/MetadataService.cls 7506 20 7506 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 'community_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4466 /force-app/main/default/classes/MetadataService.cls 7507 20 7507 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4466 /force-app/main/default/classes/MetadataService.cls 7507 20 7507 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4467 /force-app/main/default/classes/MetadataService.cls 7508 20 7508 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7508 20 7508 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 7510 9 7517 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4468 /force-app/main/default/classes/MetadataService.cls 7510 9 7517 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4469 /force-app/main/default/classes/MetadataService.cls 7513 20 7513 99 pmd 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]*'
4469 /force-app/main/default/classes/MetadataService.cls 7513 20 7513 99 pmd 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]*'
4470 /force-app/main/default/classes/MetadataService.cls 7514 20 7514 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4470 /force-app/main/default/classes/MetadataService.cls 7514 20 7514 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4471 /force-app/main/default/classes/MetadataService.cls 7515 20 7515 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4471 /force-app/main/default/classes/MetadataService.cls 7515 20 7515 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4472 /force-app/main/default/classes/MetadataService.cls 7516 20 7516 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]*'
4472 /force-app/main/default/classes/MetadataService.cls 7516 20 7516 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]*'
4473 /force-app/main/default/classes/MetadataService.cls 7518 9 7523 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4473 /force-app/main/default/classes/MetadataService.cls 7518 9 7523 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4474 /force-app/main/default/classes/MetadataService.cls 7520 20 7520 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4474 /force-app/main/default/classes/MetadataService.cls 7520 20 7520 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4475 /force-app/main/default/classes/MetadataService.cls 7521 20 7521 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4475 /force-app/main/default/classes/MetadataService.cls 7521 20 7521 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4476 /force-app/main/default/classes/MetadataService.cls 7522 20 7522 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4476 /force-app/main/default/classes/MetadataService.cls 7522 20 7522 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4477 /force-app/main/default/classes/MetadataService.cls 7524 9 7543 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4477 /force-app/main/default/classes/MetadataService.cls 7524 9 7543 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4478 /force-app/main/default/classes/MetadataService.cls 7524 9 7543 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4478 /force-app/main/default/classes/MetadataService.cls 7524 9 7543 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4479 /force-app/main/default/classes/MetadataService.cls 7527 20 7527 97 pmd 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]*'
4479 /force-app/main/default/classes/MetadataService.cls 7527 20 7527 97 pmd 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]*'
4480 /force-app/main/default/classes/MetadataService.cls 7534 20 7534 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 'autoActivateNewReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4480 /force-app/main/default/classes/MetadataService.cls 7534 20 7534 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 'autoActivateNewReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4481 /force-app/main/default/classes/MetadataService.cls 7535 20 7535 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 'enableFindSimilarOpportunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4481 /force-app/main/default/classes/MetadataService.cls 7535 20 7535 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 'enableFindSimilarOpportunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4482 /force-app/main/default/classes/MetadataService.cls 7536 20 7536 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 'enableOpportunityTeam_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4482 /force-app/main/default/classes/MetadataService.cls 7536 20 7536 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 'enableOpportunityTeam_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4483 /force-app/main/default/classes/MetadataService.cls 7537 20 7537 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 'enableUpdateReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4483 /force-app/main/default/classes/MetadataService.cls 7537 20 7537 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 'enableUpdateReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4484 /force-app/main/default/classes/MetadataService.cls 7538 20 7538 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 'findSimilarOppFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4484 /force-app/main/default/classes/MetadataService.cls 7538 20 7538 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 'findSimilarOppFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4485 /force-app/main/default/classes/MetadataService.cls 7539 20 7539 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 'promptToAddProducts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4485 /force-app/main/default/classes/MetadataService.cls 7539 20 7539 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 'promptToAddProducts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4486 /force-app/main/default/classes/MetadataService.cls 7540 20 7540 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4486 /force-app/main/default/classes/MetadataService.cls 7540 20 7540 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4487 /force-app/main/default/classes/MetadataService.cls 7541 20 7541 60 pmd FieldNamingConventions 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]*'
4487 /force-app/main/default/classes/MetadataService.cls 7541 20 7541 60 pmd FieldNamingConventions 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]*'
4488 /force-app/main/default/classes/MetadataService.cls 7542 20 7542 222 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4488 /force-app/main/default/classes/MetadataService.cls 7542 20 7542 222 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4489 /force-app/main/default/classes/MetadataService.cls 7544 9 7555 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4489 /force-app/main/default/classes/MetadataService.cls 7544 9 7555 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4490 /force-app/main/default/classes/MetadataService.cls 7549 20 7549 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4490 /force-app/main/default/classes/MetadataService.cls 7549 20 7549 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4491 /force-app/main/default/classes/MetadataService.cls 7550 20 7550 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4491 /force-app/main/default/classes/MetadataService.cls 7550 20 7550 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4492 /force-app/main/default/classes/MetadataService.cls 7551 20 7551 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4492 /force-app/main/default/classes/MetadataService.cls 7551 20 7551 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4493 /force-app/main/default/classes/MetadataService.cls 7552 20 7552 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4493 /force-app/main/default/classes/MetadataService.cls 7552 20 7552 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4494 /force-app/main/default/classes/MetadataService.cls 7553 20 7553 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4494 /force-app/main/default/classes/MetadataService.cls 7553 20 7553 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4495 /force-app/main/default/classes/MetadataService.cls 7554 20 7554 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]*'
4495 /force-app/main/default/classes/MetadataService.cls 7554 20 7554 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]*'
4496 /force-app/main/default/classes/MetadataService.cls 7556 9 7563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4496 /force-app/main/default/classes/MetadataService.cls 7556 9 7563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4497 /force-app/main/default/classes/MetadataService.cls 7559 20 7559 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4497 /force-app/main/default/classes/MetadataService.cls 7559 20 7559 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4498 /force-app/main/default/classes/MetadataService.cls 7560 20 7560 89 pmd 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]*'
4498 /force-app/main/default/classes/MetadataService.cls 7560 20 7560 89 pmd 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]*'
4499 /force-app/main/default/classes/MetadataService.cls 7561 20 7561 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4499 /force-app/main/default/classes/MetadataService.cls 7561 20 7561 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4500 /force-app/main/default/classes/MetadataService.cls 7562 20 7562 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]*'
4500 /force-app/main/default/classes/MetadataService.cls 7562 20 7562 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]*'
4501 /force-app/main/default/classes/MetadataService.cls 7564 9 7573 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4501 /force-app/main/default/classes/MetadataService.cls 7564 9 7573 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4502 /force-app/main/default/classes/MetadataService.cls 7568 20 7568 97 pmd 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]*'
4502 /force-app/main/default/classes/MetadataService.cls 7568 20 7568 97 pmd 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]*'
4503 /force-app/main/default/classes/MetadataService.cls 7569 20 7569 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 'defaultArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4503 /force-app/main/default/classes/MetadataService.cls 7569 20 7569 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 'defaultArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4504 /force-app/main/default/classes/MetadataService.cls 7570 20 7570 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4504 /force-app/main/default/classes/MetadataService.cls 7570 20 7570 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4505 /force-app/main/default/classes/MetadataService.cls 7571 20 7571 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4505 /force-app/main/default/classes/MetadataService.cls 7571 20 7571 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4506 /force-app/main/default/classes/MetadataService.cls 7572 20 7572 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]*'
4506 /force-app/main/default/classes/MetadataService.cls 7572 20 7572 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]*'
4507 /force-app/main/default/classes/MetadataService.cls 7574 9 7601 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4507 /force-app/main/default/classes/MetadataService.cls 7574 9 7601 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4508 /force-app/main/default/classes/MetadataService.cls 7574 9 7601 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4508 /force-app/main/default/classes/MetadataService.cls 7574 9 7601 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4509 /force-app/main/default/classes/MetadataService.cls 7577 20 7577 97 pmd 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]*'
4509 /force-app/main/default/classes/MetadataService.cls 7577 20 7577 97 pmd 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]*'
4510 /force-app/main/default/classes/MetadataService.cls 7588 20 7588 99 pmd 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]*'
4510 /force-app/main/default/classes/MetadataService.cls 7588 20 7588 99 pmd 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]*'
4511 /force-app/main/default/classes/MetadataService.cls 7589 20 7589 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4511 /force-app/main/default/classes/MetadataService.cls 7589 20 7589 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4512 /force-app/main/default/classes/MetadataService.cls 7590 20 7590 99 pmd 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]*'
4512 /force-app/main/default/classes/MetadataService.cls 7590 20 7590 99 pmd 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]*'
4513 /force-app/main/default/classes/MetadataService.cls 7591 20 7591 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 'bottomLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4513 /force-app/main/default/classes/MetadataService.cls 7591 20 7591 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 'bottomLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4514 /force-app/main/default/classes/MetadataService.cls 7592 20 7592 103 pmd 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]*'
4514 /force-app/main/default/classes/MetadataService.cls 7592 20 7592 103 pmd 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]*'
4515 /force-app/main/default/classes/MetadataService.cls 7593 20 7593 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4515 /force-app/main/default/classes/MetadataService.cls 7593 20 7593 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4516 /force-app/main/default/classes/MetadataService.cls 7594 20 7594 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4516 /force-app/main/default/classes/MetadataService.cls 7594 20 7594 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4517 /force-app/main/default/classes/MetadataService.cls 7595 20 7595 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 'middleLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4517 /force-app/main/default/classes/MetadataService.cls 7595 20 7595 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 'middleLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4518 /force-app/main/default/classes/MetadataService.cls 7596 20 7596 89 pmd 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]*'
4518 /force-app/main/default/classes/MetadataService.cls 7596 20 7596 89 pmd 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]*'
4519 /force-app/main/default/classes/MetadataService.cls 7597 20 7597 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 'topLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4519 /force-app/main/default/classes/MetadataService.cls 7597 20 7597 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 'topLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4520 /force-app/main/default/classes/MetadataService.cls 7598 20 7598 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4520 /force-app/main/default/classes/MetadataService.cls 7598 20 7598 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4521 /force-app/main/default/classes/MetadataService.cls 7599 20 7599 60 pmd FieldNamingConventions 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]*'
4521 /force-app/main/default/classes/MetadataService.cls 7599 20 7599 60 pmd FieldNamingConventions 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]*'
4522 /force-app/main/default/classes/MetadataService.cls 7600 20 7600 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]*'
4522 /force-app/main/default/classes/MetadataService.cls 7600 20 7600 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]*'
4523 /force-app/main/default/classes/MetadataService.cls 7602 9 7611 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4523 /force-app/main/default/classes/MetadataService.cls 7602 9 7611 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4524 /force-app/main/default/classes/MetadataService.cls 7605 20 7605 97 pmd 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]*'
4524 /force-app/main/default/classes/MetadataService.cls 7605 20 7605 97 pmd 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]*'
4525 /force-app/main/default/classes/MetadataService.cls 7607 20 7607 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 'countriesAndStates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4525 /force-app/main/default/classes/MetadataService.cls 7607 20 7607 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 'countriesAndStates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4526 /force-app/main/default/classes/MetadataService.cls 7608 20 7608 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4526 /force-app/main/default/classes/MetadataService.cls 7608 20 7608 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4527 /force-app/main/default/classes/MetadataService.cls 7609 20 7609 60 pmd FieldNamingConventions 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]*'
4527 /force-app/main/default/classes/MetadataService.cls 7609 20 7609 60 pmd FieldNamingConventions 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]*'
4528 /force-app/main/default/classes/MetadataService.cls 7610 20 7610 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]*'
4528 /force-app/main/default/classes/MetadataService.cls 7610 20 7610 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]*'
4529 /force-app/main/default/classes/MetadataService.cls 7612 9 7623 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4529 /force-app/main/default/classes/MetadataService.cls 7612 9 7623 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4530 /force-app/main/default/classes/MetadataService.cls 7615 20 7615 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4530 /force-app/main/default/classes/MetadataService.cls 7615 20 7615 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4531 /force-app/main/default/classes/MetadataService.cls 7618 20 7618 89 pmd 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]*'
4531 /force-app/main/default/classes/MetadataService.cls 7618 20 7618 89 pmd 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]*'
4532 /force-app/main/default/classes/MetadataService.cls 7619 20 7619 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4532 /force-app/main/default/classes/MetadataService.cls 7619 20 7619 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4533 /force-app/main/default/classes/MetadataService.cls 7620 20 7620 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4533 /force-app/main/default/classes/MetadataService.cls 7620 20 7620 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4534 /force-app/main/default/classes/MetadataService.cls 7621 20 7621 60 pmd FieldNamingConventions 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]*'
4534 /force-app/main/default/classes/MetadataService.cls 7621 20 7621 60 pmd FieldNamingConventions 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]*'
4535 /force-app/main/default/classes/MetadataService.cls 7622 20 7622 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7622 20 7622 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4536 /force-app/main/default/classes/MetadataService.cls 7624 9 7629 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4536 /force-app/main/default/classes/MetadataService.cls 7624 9 7629 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4537 /force-app/main/default/classes/MetadataService.cls 7626 20 7626 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 'pathAssistantEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4537 /force-app/main/default/classes/MetadataService.cls 7626 20 7626 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 'pathAssistantEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4538 /force-app/main/default/classes/MetadataService.cls 7627 20 7627 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4538 /force-app/main/default/classes/MetadataService.cls 7627 20 7627 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4539 /force-app/main/default/classes/MetadataService.cls 7628 20 7628 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]*'
4539 /force-app/main/default/classes/MetadataService.cls 7628 20 7628 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]*'
4540 /force-app/main/default/classes/MetadataService.cls 7630 9 7639 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4540 /force-app/main/default/classes/MetadataService.cls 7630 9 7639 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4541 /force-app/main/default/classes/MetadataService.cls 7634 20 7634 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 'matchRuleSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4541 /force-app/main/default/classes/MetadataService.cls 7634 20 7634 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 'matchRuleSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4542 /force-app/main/default/classes/MetadataService.cls 7635 20 7635 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 'matchingRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4542 /force-app/main/default/classes/MetadataService.cls 7635 20 7635 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 'matchingRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4543 /force-app/main/default/classes/MetadataService.cls 7636 20 7636 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 'objectMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4543 /force-app/main/default/classes/MetadataService.cls 7636 20 7636 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 'objectMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4544 /force-app/main/default/classes/MetadataService.cls 7637 20 7637 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4544 /force-app/main/default/classes/MetadataService.cls 7637 20 7637 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4545 /force-app/main/default/classes/MetadataService.cls 7638 20 7638 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]*'
4545 /force-app/main/default/classes/MetadataService.cls 7638 20 7638 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]*'
4546 /force-app/main/default/classes/MetadataService.cls 7640 9 7659 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4546 /force-app/main/default/classes/MetadataService.cls 7640 9 7659 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4547 /force-app/main/default/classes/MetadataService.cls 7640 9 7659 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4547 /force-app/main/default/classes/MetadataService.cls 7640 9 7659 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4548 /force-app/main/default/classes/MetadataService.cls 7648 17 7648 23 pmd FieldNamingConventions 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]*'
4548 /force-app/main/default/classes/MetadataService.cls 7648 17 7648 23 pmd FieldNamingConventions 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]*'
4549 /force-app/main/default/classes/MetadataService.cls 7649 20 7649 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4549 /force-app/main/default/classes/MetadataService.cls 7649 20 7649 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4550 /force-app/main/default/classes/MetadataService.cls 7650 20 7650 103 pmd 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]*'
4550 /force-app/main/default/classes/MetadataService.cls 7650 20 7650 103 pmd 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]*'
4551 /force-app/main/default/classes/MetadataService.cls 7651 20 7651 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4551 /force-app/main/default/classes/MetadataService.cls 7651 20 7651 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4552 /force-app/main/default/classes/MetadataService.cls 7652 20 7652 99 pmd 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]*'
4552 /force-app/main/default/classes/MetadataService.cls 7652 20 7652 99 pmd 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]*'
4553 /force-app/main/default/classes/MetadataService.cls 7653 20 7653 99 pmd 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]*'
4553 /force-app/main/default/classes/MetadataService.cls 7653 20 7653 99 pmd 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]*'
4554 /force-app/main/default/classes/MetadataService.cls 7654 20 7654 89 pmd 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]*'
4554 /force-app/main/default/classes/MetadataService.cls 7654 20 7654 89 pmd 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]*'
4555 /force-app/main/default/classes/MetadataService.cls 7655 20 7655 103 pmd 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]*'
4555 /force-app/main/default/classes/MetadataService.cls 7655 20 7655 103 pmd 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]*'
4556 /force-app/main/default/classes/MetadataService.cls 7656 20 7656 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4556 /force-app/main/default/classes/MetadataService.cls 7656 20 7656 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4557 /force-app/main/default/classes/MetadataService.cls 7657 20 7657 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4557 /force-app/main/default/classes/MetadataService.cls 7657 20 7657 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4558 /force-app/main/default/classes/MetadataService.cls 7658 20 7658 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]*'
4558 /force-app/main/default/classes/MetadataService.cls 7658 20 7658 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]*'
4559 /force-app/main/default/classes/MetadataService.cls 7660 9 7669 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4559 /force-app/main/default/classes/MetadataService.cls 7660 9 7669 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4560 /force-app/main/default/classes/MetadataService.cls 7663 20 7663 97 pmd 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]*'
4560 /force-app/main/default/classes/MetadataService.cls 7663 20 7663 97 pmd 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]*'
4561 /force-app/main/default/classes/MetadataService.cls 7665 20 7665 103 pmd 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]*'
4561 /force-app/main/default/classes/MetadataService.cls 7665 20 7665 103 pmd 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]*'
4562 /force-app/main/default/classes/MetadataService.cls 7666 20 7666 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4562 /force-app/main/default/classes/MetadataService.cls 7666 20 7666 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4563 /force-app/main/default/classes/MetadataService.cls 7667 20 7667 60 pmd FieldNamingConventions 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]*'
4563 /force-app/main/default/classes/MetadataService.cls 7667 20 7667 60 pmd FieldNamingConventions 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]*'
4564 /force-app/main/default/classes/MetadataService.cls 7668 20 7668 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]*'
4564 /force-app/main/default/classes/MetadataService.cls 7668 20 7668 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]*'
4565 /force-app/main/default/classes/MetadataService.cls 7670 9 7699 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4565 /force-app/main/default/classes/MetadataService.cls 7670 9 7699 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4566 /force-app/main/default/classes/MetadataService.cls 7670 9 7699 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4566 /force-app/main/default/classes/MetadataService.cls 7670 9 7699 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4567 /force-app/main/default/classes/MetadataService.cls 7684 20 7684 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4567 /force-app/main/default/classes/MetadataService.cls 7684 20 7684 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4568 /force-app/main/default/classes/MetadataService.cls 7685 20 7685 99 pmd 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]*'
4568 /force-app/main/default/classes/MetadataService.cls 7685 20 7685 99 pmd 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]*'
4569 /force-app/main/default/classes/MetadataService.cls 7686 20 7686 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4569 /force-app/main/default/classes/MetadataService.cls 7686 20 7686 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4570 /force-app/main/default/classes/MetadataService.cls 7687 20 7687 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4570 /force-app/main/default/classes/MetadataService.cls 7687 20 7687 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4571 /force-app/main/default/classes/MetadataService.cls 7688 20 7688 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4571 /force-app/main/default/classes/MetadataService.cls 7688 20 7688 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4572 /force-app/main/default/classes/MetadataService.cls 7689 20 7689 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4572 /force-app/main/default/classes/MetadataService.cls 7689 20 7689 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4573 /force-app/main/default/classes/MetadataService.cls 7690 20 7690 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4573 /force-app/main/default/classes/MetadataService.cls 7690 20 7690 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4574 /force-app/main/default/classes/MetadataService.cls 7691 20 7691 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4574 /force-app/main/default/classes/MetadataService.cls 7691 20 7691 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4575 /force-app/main/default/classes/MetadataService.cls 7692 20 7692 109 pmd 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]*'
4575 /force-app/main/default/classes/MetadataService.cls 7692 20 7692 109 pmd 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]*'
4576 /force-app/main/default/classes/MetadataService.cls 7693 20 7693 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4576 /force-app/main/default/classes/MetadataService.cls 7693 20 7693 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4577 /force-app/main/default/classes/MetadataService.cls 7694 20 7694 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4577 /force-app/main/default/classes/MetadataService.cls 7694 20 7694 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4578 /force-app/main/default/classes/MetadataService.cls 7695 20 7695 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4578 /force-app/main/default/classes/MetadataService.cls 7695 20 7695 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4579 /force-app/main/default/classes/MetadataService.cls 7696 20 7696 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4579 /force-app/main/default/classes/MetadataService.cls 7696 20 7696 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4580 /force-app/main/default/classes/MetadataService.cls 7697 20 7697 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4580 /force-app/main/default/classes/MetadataService.cls 7697 20 7697 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4581 /force-app/main/default/classes/MetadataService.cls 7698 20 7698 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]*'
4581 /force-app/main/default/classes/MetadataService.cls 7698 20 7698 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]*'
4582 /force-app/main/default/classes/MetadataService.cls 7700 9 7743 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4582 /force-app/main/default/classes/MetadataService.cls 7700 9 7743 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4583 /force-app/main/default/classes/MetadataService.cls 7700 9 7743 3 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)
4583 /force-app/main/default/classes/MetadataService.cls 7700 9 7743 3 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)
4584 /force-app/main/default/classes/MetadataService.cls 7700 9 7743 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4584 /force-app/main/default/classes/MetadataService.cls 7700 9 7743 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4585 /force-app/main/default/classes/MetadataService.cls 7703 20 7703 97 pmd 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]*'
4585 /force-app/main/default/classes/MetadataService.cls 7703 20 7703 97 pmd 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]*'
4586 /force-app/main/default/classes/MetadataService.cls 7705 18 7705 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4586 /force-app/main/default/classes/MetadataService.cls 7705 18 7705 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4587 /force-app/main/default/classes/MetadataService.cls 7722 20 7722 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4587 /force-app/main/default/classes/MetadataService.cls 7722 20 7722 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4588 /force-app/main/default/classes/MetadataService.cls 7723 20 7723 97 pmd 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]*'
4588 /force-app/main/default/classes/MetadataService.cls 7723 20 7723 97 pmd 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]*'
4589 /force-app/main/default/classes/MetadataService.cls 7724 20 7724 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 'fridayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4589 /force-app/main/default/classes/MetadataService.cls 7724 20 7724 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 'fridayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4590 /force-app/main/default/classes/MetadataService.cls 7725 20 7725 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 'fridayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4590 /force-app/main/default/classes/MetadataService.cls 7725 20 7725 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 'fridayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4591 /force-app/main/default/classes/MetadataService.cls 7726 20 7726 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 'mondayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4591 /force-app/main/default/classes/MetadataService.cls 7726 20 7726 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 'mondayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4592 /force-app/main/default/classes/MetadataService.cls 7727 20 7727 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 'mondayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4592 /force-app/main/default/classes/MetadataService.cls 7727 20 7727 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 'mondayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4593 /force-app/main/default/classes/MetadataService.cls 7728 20 7728 89 pmd 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]*'
4593 /force-app/main/default/classes/MetadataService.cls 7728 20 7728 89 pmd 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]*'
4594 /force-app/main/default/classes/MetadataService.cls 7729 20 7729 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 'saturdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4594 /force-app/main/default/classes/MetadataService.cls 7729 20 7729 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 'saturdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4595 /force-app/main/default/classes/MetadataService.cls 7730 20 7730 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 'saturdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4595 /force-app/main/default/classes/MetadataService.cls 7730 20 7730 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 'saturdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4596 /force-app/main/default/classes/MetadataService.cls 7731 20 7731 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 'sundayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4596 /force-app/main/default/classes/MetadataService.cls 7731 20 7731 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 'sundayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4597 /force-app/main/default/classes/MetadataService.cls 7732 20 7732 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 'sundayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4597 /force-app/main/default/classes/MetadataService.cls 7732 20 7732 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 'sundayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4598 /force-app/main/default/classes/MetadataService.cls 7733 20 7733 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 'thursdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4598 /force-app/main/default/classes/MetadataService.cls 7733 20 7733 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 'thursdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4599 /force-app/main/default/classes/MetadataService.cls 7734 20 7734 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 'thursdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4599 /force-app/main/default/classes/MetadataService.cls 7734 20 7734 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 'thursdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4600 /force-app/main/default/classes/MetadataService.cls 7735 20 7735 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 'timeZoneId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4600 /force-app/main/default/classes/MetadataService.cls 7735 20 7735 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 'timeZoneId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4601 /force-app/main/default/classes/MetadataService.cls 7736 20 7736 109 pmd 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]*'
4601 /force-app/main/default/classes/MetadataService.cls 7736 20 7736 109 pmd 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]*'
4602 /force-app/main/default/classes/MetadataService.cls 7737 20 7737 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 'tuesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4602 /force-app/main/default/classes/MetadataService.cls 7737 20 7737 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 'tuesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4603 /force-app/main/default/classes/MetadataService.cls 7738 20 7738 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 'wednesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4603 /force-app/main/default/classes/MetadataService.cls 7738 20 7738 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 'wednesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4604 /force-app/main/default/classes/MetadataService.cls 7739 20 7739 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 'wednesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4604 /force-app/main/default/classes/MetadataService.cls 7739 20 7739 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 'wednesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4605 /force-app/main/default/classes/MetadataService.cls 7740 20 7740 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4605 /force-app/main/default/classes/MetadataService.cls 7740 20 7740 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4606 /force-app/main/default/classes/MetadataService.cls 7741 20 7741 60 pmd FieldNamingConventions 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]*'
4606 /force-app/main/default/classes/MetadataService.cls 7741 20 7741 60 pmd FieldNamingConventions 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]*'
4607 /force-app/main/default/classes/MetadataService.cls 7742 20 7742 364 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 7742 20 7742 364 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4608 /force-app/main/default/classes/MetadataService.cls 7744 9 7751 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4608 /force-app/main/default/classes/MetadataService.cls 7744 9 7751 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4609 /force-app/main/default/classes/MetadataService.cls 7747 20 7747 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 'permissionSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4609 /force-app/main/default/classes/MetadataService.cls 7747 20 7747 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 'permissionSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4610 /force-app/main/default/classes/MetadataService.cls 7748 20 7748 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4610 /force-app/main/default/classes/MetadataService.cls 7748 20 7748 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4611 /force-app/main/default/classes/MetadataService.cls 7749 20 7749 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4611 /force-app/main/default/classes/MetadataService.cls 7749 20 7749 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4612 /force-app/main/default/classes/MetadataService.cls 7750 20 7750 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]*'
4612 /force-app/main/default/classes/MetadataService.cls 7750 20 7750 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]*'
4613 /force-app/main/default/classes/MetadataService.cls 7752 9 7773 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4613 /force-app/main/default/classes/MetadataService.cls 7752 9 7773 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4614 /force-app/main/default/classes/MetadataService.cls 7752 9 7773 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4614 /force-app/main/default/classes/MetadataService.cls 7752 9 7773 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4615 /force-app/main/default/classes/MetadataService.cls 7755 20 7755 97 pmd 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]*'
4615 /force-app/main/default/classes/MetadataService.cls 7755 20 7755 97 pmd 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]*'
4616 /force-app/main/default/classes/MetadataService.cls 7757 20 7757 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4616 /force-app/main/default/classes/MetadataService.cls 7757 20 7757 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4617 /force-app/main/default/classes/MetadataService.cls 7764 20 7764 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4617 /force-app/main/default/classes/MetadataService.cls 7764 20 7764 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4618 /force-app/main/default/classes/MetadataService.cls 7765 20 7765 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 'availableInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4618 /force-app/main/default/classes/MetadataService.cls 7765 20 7765 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 'availableInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4619 /force-app/main/default/classes/MetadataService.cls 7766 20 7766 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 'confirmationTokenRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4619 /force-app/main/default/classes/MetadataService.cls 7766 20 7766 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 'confirmationTokenRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4620 /force-app/main/default/classes/MetadataService.cls 7767 20 7767 103 pmd 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]*'
4620 /force-app/main/default/classes/MetadataService.cls 7767 20 7767 103 pmd 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]*'
4621 /force-app/main/default/classes/MetadataService.cls 7768 20 7768 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4621 /force-app/main/default/classes/MetadataService.cls 7768 20 7768 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4622 /force-app/main/default/classes/MetadataService.cls 7769 20 7769 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4622 /force-app/main/default/classes/MetadataService.cls 7769 20 7769 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4623 /force-app/main/default/classes/MetadataService.cls 7770 20 7770 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4623 /force-app/main/default/classes/MetadataService.cls 7770 20 7770 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4624 /force-app/main/default/classes/MetadataService.cls 7771 20 7771 60 pmd FieldNamingConventions 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]*'
4624 /force-app/main/default/classes/MetadataService.cls 7771 20 7771 60 pmd FieldNamingConventions 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]*'
4625 /force-app/main/default/classes/MetadataService.cls 7772 20 7772 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]*'
4625 /force-app/main/default/classes/MetadataService.cls 7772 20 7772 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]*'
4626 /force-app/main/default/classes/MetadataService.cls 7774 9 7873 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4626 /force-app/main/default/classes/MetadataService.cls 7774 9 7873 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4627 /force-app/main/default/classes/MetadataService.cls 7774 9 7873 3 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)
4627 /force-app/main/default/classes/MetadataService.cls 7774 9 7873 3 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)
4628 /force-app/main/default/classes/MetadataService.cls 7774 9 7873 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4628 /force-app/main/default/classes/MetadataService.cls 7774 9 7873 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4629 /force-app/main/default/classes/MetadataService.cls 7777 20 7777 97 pmd 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]*'
4629 /force-app/main/default/classes/MetadataService.cls 7777 20 7777 97 pmd 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]*'
4630 /force-app/main/default/classes/MetadataService.cls 7824 20 7824 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4630 /force-app/main/default/classes/MetadataService.cls 7824 20 7824 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4631 /force-app/main/default/classes/MetadataService.cls 7825 20 7825 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 'allowHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4631 /force-app/main/default/classes/MetadataService.cls 7825 20 7825 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 'allowHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4632 /force-app/main/default/classes/MetadataService.cls 7826 20 7826 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 'allowStandardAnswersPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4632 /force-app/main/default/classes/MetadataService.cls 7826 20 7826 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 'allowStandardAnswersPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4633 /force-app/main/default/classes/MetadataService.cls 7827 20 7827 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 'allowStandardIdeasPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4633 /force-app/main/default/classes/MetadataService.cls 7827 20 7827 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 'allowStandardIdeasPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4634 /force-app/main/default/classes/MetadataService.cls 7828 20 7828 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 'allowStandardLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4634 /force-app/main/default/classes/MetadataService.cls 7828 20 7828 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 'allowStandardLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4635 /force-app/main/default/classes/MetadataService.cls 7829 20 7829 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 'allowStandardPortalPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4635 /force-app/main/default/classes/MetadataService.cls 7829 20 7829 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 'allowStandardPortalPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4636 /force-app/main/default/classes/MetadataService.cls 7830 20 7830 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 'allowStandardSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4636 /force-app/main/default/classes/MetadataService.cls 7830 20 7830 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 'allowStandardSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4637 /force-app/main/default/classes/MetadataService.cls 7831 20 7831 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 'analyticsTrackingCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4637 /force-app/main/default/classes/MetadataService.cls 7831 20 7831 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 'analyticsTrackingCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4638 /force-app/main/default/classes/MetadataService.cls 7832 20 7832 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 'authorizationRequiredPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4638 /force-app/main/default/classes/MetadataService.cls 7832 20 7832 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 'authorizationRequiredPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4639 /force-app/main/default/classes/MetadataService.cls 7833 20 7833 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 'bandwidthExceededPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4639 /force-app/main/default/classes/MetadataService.cls 7833 20 7833 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 'bandwidthExceededPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4640 /force-app/main/default/classes/MetadataService.cls 7834 20 7834 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 'browserXssProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4640 /force-app/main/default/classes/MetadataService.cls 7834 20 7834 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 'browserXssProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4641 /force-app/main/default/classes/MetadataService.cls 7835 20 7835 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 'changePasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4641 /force-app/main/default/classes/MetadataService.cls 7835 20 7835 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 'changePasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4642 /force-app/main/default/classes/MetadataService.cls 7836 20 7836 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 'chatterAnswersForgotPasswordConfirmPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4642 /force-app/main/default/classes/MetadataService.cls 7836 20 7836 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 'chatterAnswersForgotPasswordConfirmPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4643 /force-app/main/default/classes/MetadataService.cls 7837 20 7837 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 'chatterAnswersForgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4643 /force-app/main/default/classes/MetadataService.cls 7837 20 7837 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 'chatterAnswersForgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4644 /force-app/main/default/classes/MetadataService.cls 7838 20 7838 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 'chatterAnswersHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4644 /force-app/main/default/classes/MetadataService.cls 7838 20 7838 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 'chatterAnswersHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4645 /force-app/main/default/classes/MetadataService.cls 7839 20 7839 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 'chatterAnswersLoginPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4645 /force-app/main/default/classes/MetadataService.cls 7839 20 7839 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 'chatterAnswersLoginPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4646 /force-app/main/default/classes/MetadataService.cls 7840 20 7840 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 'chatterAnswersRegistrationPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4646 /force-app/main/default/classes/MetadataService.cls 7840 20 7840 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 'chatterAnswersRegistrationPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4647 /force-app/main/default/classes/MetadataService.cls 7841 20 7841 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 'clickjackProtectionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4647 /force-app/main/default/classes/MetadataService.cls 7841 20 7841 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 'clickjackProtectionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4648 /force-app/main/default/classes/MetadataService.cls 7842 20 7842 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 'contentSniffingProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4648 /force-app/main/default/classes/MetadataService.cls 7842 20 7842 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 'contentSniffingProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4649 /force-app/main/default/classes/MetadataService.cls 7843 20 7843 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 'cspUpgradeInsecureRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4649 /force-app/main/default/classes/MetadataService.cls 7843 20 7843 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 'cspUpgradeInsecureRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4650 /force-app/main/default/classes/MetadataService.cls 7844 20 7844 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 'customWebAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4650 /force-app/main/default/classes/MetadataService.cls 7844 20 7844 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 'customWebAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4651 /force-app/main/default/classes/MetadataService.cls 7845 20 7845 103 pmd 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]*'
4651 /force-app/main/default/classes/MetadataService.cls 7845 20 7845 103 pmd 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]*'
4652 /force-app/main/default/classes/MetadataService.cls 7846 20 7846 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 'favoriteIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4652 /force-app/main/default/classes/MetadataService.cls 7846 20 7846 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 'favoriteIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4653 /force-app/main/default/classes/MetadataService.cls 7847 20 7847 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 'fileNotFoundPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4653 /force-app/main/default/classes/MetadataService.cls 7847 20 7847 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 'fileNotFoundPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4654 /force-app/main/default/classes/MetadataService.cls 7848 20 7848 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 'forgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4654 /force-app/main/default/classes/MetadataService.cls 7848 20 7848 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 'forgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4655 /force-app/main/default/classes/MetadataService.cls 7849 20 7849 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 'genericErrorPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4655 /force-app/main/default/classes/MetadataService.cls 7849 20 7849 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 'genericErrorPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4656 /force-app/main/default/classes/MetadataService.cls 7850 20 7850 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 'guestProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4656 /force-app/main/default/classes/MetadataService.cls 7850 20 7850 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 'guestProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4657 /force-app/main/default/classes/MetadataService.cls 7851 20 7851 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 'inMaintenancePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4657 /force-app/main/default/classes/MetadataService.cls 7851 20 7851 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 'inMaintenancePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4658 /force-app/main/default/classes/MetadataService.cls 7852 20 7852 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 'inactiveIndexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4658 /force-app/main/default/classes/MetadataService.cls 7852 20 7852 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 'inactiveIndexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4659 /force-app/main/default/classes/MetadataService.cls 7853 20 7853 99 pmd 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]*'
4659 /force-app/main/default/classes/MetadataService.cls 7853 20 7853 99 pmd 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]*'
4660 /force-app/main/default/classes/MetadataService.cls 7854 20 7854 103 pmd 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]*'
4660 /force-app/main/default/classes/MetadataService.cls 7854 20 7854 103 pmd 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]*'
4661 /force-app/main/default/classes/MetadataService.cls 7855 20 7855 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 'myProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4661 /force-app/main/default/classes/MetadataService.cls 7855 20 7855 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 'myProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4662 /force-app/main/default/classes/MetadataService.cls 7856 20 7856 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4662 /force-app/main/default/classes/MetadataService.cls 7856 20 7856 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4663 /force-app/main/default/classes/MetadataService.cls 7857 20 7857 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 'referrerPolicyOriginWhenCrossOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4663 /force-app/main/default/classes/MetadataService.cls 7857 20 7857 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 'referrerPolicyOriginWhenCrossOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4664 /force-app/main/default/classes/MetadataService.cls 7858 20 7858 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4664 /force-app/main/default/classes/MetadataService.cls 7858 20 7858 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4665 /force-app/main/default/classes/MetadataService.cls 7859 20 7859 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 'requireInsecurePortalAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4665 /force-app/main/default/classes/MetadataService.cls 7859 20 7859 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 'requireInsecurePortalAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4666 /force-app/main/default/classes/MetadataService.cls 7860 20 7860 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 'robotsTxtPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4666 /force-app/main/default/classes/MetadataService.cls 7860 20 7860 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 'robotsTxtPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4667 /force-app/main/default/classes/MetadataService.cls 7861 20 7861 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 'rootComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4667 /force-app/main/default/classes/MetadataService.cls 7861 20 7861 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 'rootComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4668 /force-app/main/default/classes/MetadataService.cls 7862 20 7862 103 pmd 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]*'
4668 /force-app/main/default/classes/MetadataService.cls 7862 20 7862 103 pmd 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]*'
4669 /force-app/main/default/classes/MetadataService.cls 7863 20 7863 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 'serverIsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4669 /force-app/main/default/classes/MetadataService.cls 7863 20 7863 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 'serverIsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4670 /force-app/main/default/classes/MetadataService.cls 7864 20 7864 99 pmd 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]*'
4670 /force-app/main/default/classes/MetadataService.cls 7864 20 7864 99 pmd 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]*'
4671 /force-app/main/default/classes/MetadataService.cls 7865 20 7865 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 'siteRedirectMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4671 /force-app/main/default/classes/MetadataService.cls 7865 20 7865 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 'siteRedirectMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4672 /force-app/main/default/classes/MetadataService.cls 7866 20 7866 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 'siteTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4672 /force-app/main/default/classes/MetadataService.cls 7866 20 7866 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 'siteTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4673 /force-app/main/default/classes/MetadataService.cls 7867 20 7867 97 pmd 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]*'
4673 /force-app/main/default/classes/MetadataService.cls 7867 20 7867 97 pmd 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]*'
4674 /force-app/main/default/classes/MetadataService.cls 7868 20 7868 99 pmd 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]*'
4674 /force-app/main/default/classes/MetadataService.cls 7868 20 7868 99 pmd 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]*'
4675 /force-app/main/default/classes/MetadataService.cls 7869 20 7869 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4675 /force-app/main/default/classes/MetadataService.cls 7869 20 7869 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4676 /force-app/main/default/classes/MetadataService.cls 7870 20 7870 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4676 /force-app/main/default/classes/MetadataService.cls 7870 20 7870 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4677 /force-app/main/default/classes/MetadataService.cls 7871 20 7871 60 pmd FieldNamingConventions 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]*'
4677 /force-app/main/default/classes/MetadataService.cls 7871 20 7871 60 pmd FieldNamingConventions 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]*'
4678 /force-app/main/default/classes/MetadataService.cls 7872 20 7872 1033 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4678 /force-app/main/default/classes/MetadataService.cls 7872 20 7872 1033 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 7874 9 7887 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4679 /force-app/main/default/classes/MetadataService.cls 7874 9 7887 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4680 /force-app/main/default/classes/MetadataService.cls 7877 20 7877 97 pmd 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]*'
4680 /force-app/main/default/classes/MetadataService.cls 7877 20 7877 97 pmd 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]*'
4681 /force-app/main/default/classes/MetadataService.cls 7881 20 7881 103 pmd 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]*'
4681 /force-app/main/default/classes/MetadataService.cls 7881 20 7881 103 pmd 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]*'
4682 /force-app/main/default/classes/MetadataService.cls 7882 20 7882 103 pmd 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]*'
4682 /force-app/main/default/classes/MetadataService.cls 7882 20 7882 103 pmd 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]*'
4683 /force-app/main/default/classes/MetadataService.cls 7883 20 7883 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4683 /force-app/main/default/classes/MetadataService.cls 7883 20 7883 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4684 /force-app/main/default/classes/MetadataService.cls 7884 20 7884 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4684 /force-app/main/default/classes/MetadataService.cls 7884 20 7884 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4685 /force-app/main/default/classes/MetadataService.cls 7885 20 7885 60 pmd FieldNamingConventions 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]*'
4685 /force-app/main/default/classes/MetadataService.cls 7885 20 7885 60 pmd FieldNamingConventions 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]*'
4686 /force-app/main/default/classes/MetadataService.cls 7886 20 7886 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]*'
4686 /force-app/main/default/classes/MetadataService.cls 7886 20 7886 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]*'
4687 /force-app/main/default/classes/MetadataService.cls 7888 9 7893 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4687 /force-app/main/default/classes/MetadataService.cls 7888 9 7893 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4688 /force-app/main/default/classes/MetadataService.cls 7888 9 7893 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4688 /force-app/main/default/classes/MetadataService.cls 7888 9 7893 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4689 /force-app/main/default/classes/MetadataService.cls 7890 20 7890 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4689 /force-app/main/default/classes/MetadataService.cls 7890 20 7890 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4690 /force-app/main/default/classes/MetadataService.cls 7891 20 7891 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4690 /force-app/main/default/classes/MetadataService.cls 7891 20 7891 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4691 /force-app/main/default/classes/MetadataService.cls 7892 20 7892 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4691 /force-app/main/default/classes/MetadataService.cls 7892 20 7892 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4692 /force-app/main/default/classes/MetadataService.cls 7894 9 7901 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4692 /force-app/main/default/classes/MetadataService.cls 7894 9 7901 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4693 /force-app/main/default/classes/MetadataService.cls 7897 20 7897 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 'hideOnDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4693 /force-app/main/default/classes/MetadataService.cls 7897 20 7897 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 'hideOnDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4694 /force-app/main/default/classes/MetadataService.cls 7898 20 7898 89 pmd 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]*'
4694 /force-app/main/default/classes/MetadataService.cls 7898 20 7898 89 pmd 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]*'
4695 /force-app/main/default/classes/MetadataService.cls 7899 20 7899 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4695 /force-app/main/default/classes/MetadataService.cls 7899 20 7899 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4696 /force-app/main/default/classes/MetadataService.cls 7900 20 7900 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]*'
4696 /force-app/main/default/classes/MetadataService.cls 7900 20 7900 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]*'
4697 /force-app/main/default/classes/MetadataService.cls 7902 9 7909 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4697 /force-app/main/default/classes/MetadataService.cls 7902 9 7909 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4698 /force-app/main/default/classes/MetadataService.cls 7905 20 7905 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 'languages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4698 /force-app/main/default/classes/MetadataService.cls 7905 20 7905 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 'languages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4699 /force-app/main/default/classes/MetadataService.cls 7906 20 7906 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 'terms_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4699 /force-app/main/default/classes/MetadataService.cls 7906 20 7906 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 'terms_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4700 /force-app/main/default/classes/MetadataService.cls 7907 20 7907 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4700 /force-app/main/default/classes/MetadataService.cls 7907 20 7907 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4701 /force-app/main/default/classes/MetadataService.cls 7908 20 7908 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]*'
4701 /force-app/main/default/classes/MetadataService.cls 7908 20 7908 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]*'
4702 /force-app/main/default/classes/MetadataService.cls 7910 9 7935 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4702 /force-app/main/default/classes/MetadataService.cls 7910 9 7935 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4703 /force-app/main/default/classes/MetadataService.cls 7910 9 7935 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4703 /force-app/main/default/classes/MetadataService.cls 7910 9 7935 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4704 /force-app/main/default/classes/MetadataService.cls 7913 20 7913 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4704 /force-app/main/default/classes/MetadataService.cls 7913 20 7913 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4705 /force-app/main/default/classes/MetadataService.cls 7916 20 7916 103 pmd 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]*'
4705 /force-app/main/default/classes/MetadataService.cls 7916 20 7916 103 pmd 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]*'
4706 /force-app/main/default/classes/MetadataService.cls 7917 20 7917 89 pmd 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]*'
4706 /force-app/main/default/classes/MetadataService.cls 7917 20 7917 89 pmd 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]*'
4707 /force-app/main/default/classes/MetadataService.cls 7921 20 7921 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4707 /force-app/main/default/classes/MetadataService.cls 7921 20 7921 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4708 /force-app/main/default/classes/MetadataService.cls 7922 20 7922 99 pmd 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]*'
4708 /force-app/main/default/classes/MetadataService.cls 7922 20 7922 99 pmd 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]*'
4709 /force-app/main/default/classes/MetadataService.cls 7923 20 7923 99 pmd 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]*'
4709 /force-app/main/default/classes/MetadataService.cls 7923 20 7923 99 pmd 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]*'
4710 /force-app/main/default/classes/MetadataService.cls 7928 20 7928 99 pmd 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]*'
4710 /force-app/main/default/classes/MetadataService.cls 7928 20 7928 99 pmd 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]*'
4711 /force-app/main/default/classes/MetadataService.cls 7929 20 7929 97 pmd 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]*'
4711 /force-app/main/default/classes/MetadataService.cls 7929 20 7929 97 pmd 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]*'
4712 /force-app/main/default/classes/MetadataService.cls 7930 20 7930 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4712 /force-app/main/default/classes/MetadataService.cls 7930 20 7930 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4713 /force-app/main/default/classes/MetadataService.cls 7931 20 7931 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4713 /force-app/main/default/classes/MetadataService.cls 7931 20 7931 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4714 /force-app/main/default/classes/MetadataService.cls 7932 20 7932 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4714 /force-app/main/default/classes/MetadataService.cls 7932 20 7932 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4715 /force-app/main/default/classes/MetadataService.cls 7933 20 7933 60 pmd FieldNamingConventions 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]*'
4715 /force-app/main/default/classes/MetadataService.cls 7933 20 7933 60 pmd FieldNamingConventions 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]*'
4716 /force-app/main/default/classes/MetadataService.cls 7934 20 7934 197 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4716 /force-app/main/default/classes/MetadataService.cls 7934 20 7934 197 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4717 /force-app/main/default/classes/MetadataService.cls 7936 9 7953 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4717 /force-app/main/default/classes/MetadataService.cls 7936 9 7953 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4718 /force-app/main/default/classes/MetadataService.cls 7936 9 7953 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4718 /force-app/main/default/classes/MetadataService.cls 7936 9 7953 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4719 /force-app/main/default/classes/MetadataService.cls 7939 20 7939 97 pmd 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]*'
4719 /force-app/main/default/classes/MetadataService.cls 7939 20 7939 97 pmd 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]*'
4720 /force-app/main/default/classes/MetadataService.cls 7945 20 7945 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4720 /force-app/main/default/classes/MetadataService.cls 7945 20 7945 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4721 /force-app/main/default/classes/MetadataService.cls 7946 20 7946 103 pmd 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]*'
4721 /force-app/main/default/classes/MetadataService.cls 7946 20 7946 103 pmd 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]*'
4722 /force-app/main/default/classes/MetadataService.cls 7947 20 7947 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4722 /force-app/main/default/classes/MetadataService.cls 7947 20 7947 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4723 /force-app/main/default/classes/MetadataService.cls 7948 20 7948 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 'matchingRuleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4723 /force-app/main/default/classes/MetadataService.cls 7948 20 7948 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 'matchingRuleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4724 /force-app/main/default/classes/MetadataService.cls 7949 20 7949 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 'ruleStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4724 /force-app/main/default/classes/MetadataService.cls 7949 20 7949 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 'ruleStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4725 /force-app/main/default/classes/MetadataService.cls 7950 20 7950 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4725 /force-app/main/default/classes/MetadataService.cls 7950 20 7950 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4726 /force-app/main/default/classes/MetadataService.cls 7951 20 7951 60 pmd FieldNamingConventions 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]*'
4726 /force-app/main/default/classes/MetadataService.cls 7951 20 7951 60 pmd FieldNamingConventions 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]*'
4727 /force-app/main/default/classes/MetadataService.cls 7952 20 7952 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]*'
4727 /force-app/main/default/classes/MetadataService.cls 7952 20 7952 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]*'
4728 /force-app/main/default/classes/MetadataService.cls 7954 9 7981 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4728 /force-app/main/default/classes/MetadataService.cls 7954 9 7981 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4729 /force-app/main/default/classes/MetadataService.cls 7954 9 7981 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4729 /force-app/main/default/classes/MetadataService.cls 7954 9 7981 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4730 /force-app/main/default/classes/MetadataService.cls 7967 20 7967 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 'apiOnlyUserHomePageURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4730 /force-app/main/default/classes/MetadataService.cls 7967 20 7967 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 'apiOnlyUserHomePageURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4731 /force-app/main/default/classes/MetadataService.cls 7968 20 7968 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 'complexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4731 /force-app/main/default/classes/MetadataService.cls 7968 20 7968 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 'complexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4732 /force-app/main/default/classes/MetadataService.cls 7969 20 7969 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 'expiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4732 /force-app/main/default/classes/MetadataService.cls 7969 20 7969 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 'expiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4733 /force-app/main/default/classes/MetadataService.cls 7970 20 7970 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 'historyRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4733 /force-app/main/default/classes/MetadataService.cls 7970 20 7970 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 'historyRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4734 /force-app/main/default/classes/MetadataService.cls 7971 20 7971 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4734 /force-app/main/default/classes/MetadataService.cls 7971 20 7971 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4735 /force-app/main/default/classes/MetadataService.cls 7972 20 7972 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4735 /force-app/main/default/classes/MetadataService.cls 7972 20 7972 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4736 /force-app/main/default/classes/MetadataService.cls 7973 20 7973 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 'minimumPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4736 /force-app/main/default/classes/MetadataService.cls 7973 20 7973 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 'minimumPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4737 /force-app/main/default/classes/MetadataService.cls 7974 20 7974 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4737 /force-app/main/default/classes/MetadataService.cls 7974 20 7974 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4738 /force-app/main/default/classes/MetadataService.cls 7975 20 7975 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 'obscureSecretAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4738 /force-app/main/default/classes/MetadataService.cls 7975 20 7975 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 'obscureSecretAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4739 /force-app/main/default/classes/MetadataService.cls 7976 20 7976 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 'passwordAssistanceMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4739 /force-app/main/default/classes/MetadataService.cls 7976 20 7976 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 'passwordAssistanceMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4740 /force-app/main/default/classes/MetadataService.cls 7977 20 7977 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 'passwordAssistanceURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4740 /force-app/main/default/classes/MetadataService.cls 7977 20 7977 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 'passwordAssistanceURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4741 /force-app/main/default/classes/MetadataService.cls 7978 20 7978 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 'questionRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4741 /force-app/main/default/classes/MetadataService.cls 7978 20 7978 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 'questionRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4742 /force-app/main/default/classes/MetadataService.cls 7979 20 7979 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4742 /force-app/main/default/classes/MetadataService.cls 7979 20 7979 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4743 /force-app/main/default/classes/MetadataService.cls 7980 20 7980 312 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4743 /force-app/main/default/classes/MetadataService.cls 7980 20 7980 312 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4744 /force-app/main/default/classes/MetadataService.cls 7982 9 8005 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4744 /force-app/main/default/classes/MetadataService.cls 7982 9 8005 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4745 /force-app/main/default/classes/MetadataService.cls 7982 9 8005 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4745 /force-app/main/default/classes/MetadataService.cls 7982 9 8005 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4746 /force-app/main/default/classes/MetadataService.cls 7993 20 7993 99 pmd 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]*'
4746 /force-app/main/default/classes/MetadataService.cls 7993 20 7993 99 pmd 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]*'
4747 /force-app/main/default/classes/MetadataService.cls 7994 20 7994 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 'devName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4747 /force-app/main/default/classes/MetadataService.cls 7994 20 7994 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 'devName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4748 /force-app/main/default/classes/MetadataService.cls 7995 20 7995 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4748 /force-app/main/default/classes/MetadataService.cls 7995 20 7995 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4749 /force-app/main/default/classes/MetadataService.cls 7996 20 7996 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4749 /force-app/main/default/classes/MetadataService.cls 7996 20 7996 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4750 /force-app/main/default/classes/MetadataService.cls 7997 20 7997 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4750 /force-app/main/default/classes/MetadataService.cls 7997 20 7997 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4751 /force-app/main/default/classes/MetadataService.cls 7998 20 7998 103 pmd 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]*'
4751 /force-app/main/default/classes/MetadataService.cls 7998 20 7998 103 pmd 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]*'
4752 /force-app/main/default/classes/MetadataService.cls 7999 20 7999 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 'showHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4752 /force-app/main/default/classes/MetadataService.cls 7999 20 7999 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 'showHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4753 /force-app/main/default/classes/MetadataService.cls 8000 20 8000 103 pmd 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]*'
4753 /force-app/main/default/classes/MetadataService.cls 8000 20 8000 103 pmd 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]*'
4754 /force-app/main/default/classes/MetadataService.cls 8001 20 8001 99 pmd 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]*'
4754 /force-app/main/default/classes/MetadataService.cls 8001 20 8001 99 pmd 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]*'
4755 /force-app/main/default/classes/MetadataService.cls 8002 20 8002 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4755 /force-app/main/default/classes/MetadataService.cls 8002 20 8002 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4756 /force-app/main/default/classes/MetadataService.cls 8003 20 8003 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4756 /force-app/main/default/classes/MetadataService.cls 8003 20 8003 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4757 /force-app/main/default/classes/MetadataService.cls 8004 20 8004 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]*'
4757 /force-app/main/default/classes/MetadataService.cls 8004 20 8004 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]*'
4758 /force-app/main/default/classes/MetadataService.cls 8006 9 8033 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4758 /force-app/main/default/classes/MetadataService.cls 8006 9 8033 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4759 /force-app/main/default/classes/MetadataService.cls 8006 9 8033 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4759 /force-app/main/default/classes/MetadataService.cls 8006 9 8033 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4760 /force-app/main/default/classes/MetadataService.cls 8019 20 8019 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 'componentList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4760 /force-app/main/default/classes/MetadataService.cls 8019 20 8019 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 'componentList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4761 /force-app/main/default/classes/MetadataService.cls 8020 20 8020 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 'detailPageRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4761 /force-app/main/default/classes/MetadataService.cls 8020 20 8020 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 'detailPageRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4762 /force-app/main/default/classes/MetadataService.cls 8021 20 8021 103 pmd 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]*'
4762 /force-app/main/default/classes/MetadataService.cls 8021 20 8021 103 pmd 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]*'
4763 /force-app/main/default/classes/MetadataService.cls 8022 20 8022 103 pmd 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]*'
4763 /force-app/main/default/classes/MetadataService.cls 8022 20 8022 103 pmd 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]*'
4764 /force-app/main/default/classes/MetadataService.cls 8023 20 8023 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 'keyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4764 /force-app/main/default/classes/MetadataService.cls 8023 20 8023 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 'keyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4765 /force-app/main/default/classes/MetadataService.cls 8024 20 8024 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 'listPlacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4765 /force-app/main/default/classes/MetadataService.cls 8024 20 8024 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 'listPlacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4766 /force-app/main/default/classes/MetadataService.cls 8025 20 8025 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 'listRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4766 /force-app/main/default/classes/MetadataService.cls 8025 20 8025 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 'listRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4767 /force-app/main/default/classes/MetadataService.cls 8026 20 8026 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 'liveAgentConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4767 /force-app/main/default/classes/MetadataService.cls 8026 20 8026 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 'liveAgentConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4768 /force-app/main/default/classes/MetadataService.cls 8027 20 8027 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 'primaryTabColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4768 /force-app/main/default/classes/MetadataService.cls 8027 20 8027 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 'primaryTabColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4769 /force-app/main/default/classes/MetadataService.cls 8028 20 8028 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 'pushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4769 /force-app/main/default/classes/MetadataService.cls 8028 20 8028 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 'pushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4770 /force-app/main/default/classes/MetadataService.cls 8029 20 8029 109 pmd 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]*'
4770 /force-app/main/default/classes/MetadataService.cls 8029 20 8029 109 pmd 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]*'
4771 /force-app/main/default/classes/MetadataService.cls 8030 20 8030 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 'whitelistedDomains_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4771 /force-app/main/default/classes/MetadataService.cls 8030 20 8030 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 'whitelistedDomains_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4772 /force-app/main/default/classes/MetadataService.cls 8031 20 8031 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4772 /force-app/main/default/classes/MetadataService.cls 8031 20 8031 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4773 /force-app/main/default/classes/MetadataService.cls 8032 20 8032 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]*'
4773 /force-app/main/default/classes/MetadataService.cls 8032 20 8032 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]*'
4774 /force-app/main/default/classes/MetadataService.cls 8034 9 8041 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4774 /force-app/main/default/classes/MetadataService.cls 8034 9 8041 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4775 /force-app/main/default/classes/MetadataService.cls 8037 20 8037 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 'enableMobileLite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4775 /force-app/main/default/classes/MetadataService.cls 8037 20 8037 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 'enableMobileLite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4776 /force-app/main/default/classes/MetadataService.cls 8038 20 8038 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 'enableUserToDeviceLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4776 /force-app/main/default/classes/MetadataService.cls 8038 20 8038 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 'enableUserToDeviceLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4777 /force-app/main/default/classes/MetadataService.cls 8039 20 8039 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4777 /force-app/main/default/classes/MetadataService.cls 8039 20 8039 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4778 /force-app/main/default/classes/MetadataService.cls 8040 20 8040 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]*'
4778 /force-app/main/default/classes/MetadataService.cls 8040 20 8040 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]*'
4779 /force-app/main/default/classes/MetadataService.cls 8042 9 8051 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4779 /force-app/main/default/classes/MetadataService.cls 8042 9 8051 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4780 /force-app/main/default/classes/MetadataService.cls 8045 20 8045 97 pmd 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]*'
4780 /force-app/main/default/classes/MetadataService.cls 8045 20 8045 97 pmd 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]*'
4781 /force-app/main/default/classes/MetadataService.cls 8047 20 8047 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4781 /force-app/main/default/classes/MetadataService.cls 8047 20 8047 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4782 /force-app/main/default/classes/MetadataService.cls 8048 20 8048 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4782 /force-app/main/default/classes/MetadataService.cls 8048 20 8048 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4783 /force-app/main/default/classes/MetadataService.cls 8049 20 8049 60 pmd FieldNamingConventions 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]*'
4783 /force-app/main/default/classes/MetadataService.cls 8049 20 8049 60 pmd FieldNamingConventions 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]*'
4784 /force-app/main/default/classes/MetadataService.cls 8050 20 8050 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]*'
4784 /force-app/main/default/classes/MetadataService.cls 8050 20 8050 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]*'
4785 /force-app/main/default/classes/MetadataService.cls 8052 9 8075 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4785 /force-app/main/default/classes/MetadataService.cls 8052 9 8075 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4786 /force-app/main/default/classes/MetadataService.cls 8052 9 8075 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4786 /force-app/main/default/classes/MetadataService.cls 8052 9 8075 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4787 /force-app/main/default/classes/MetadataService.cls 8055 20 8055 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4787 /force-app/main/default/classes/MetadataService.cls 8055 20 8055 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4788 /force-app/main/default/classes/MetadataService.cls 8058 20 8058 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 8058 20 8058 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 8059 20 8059 89 pmd 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]*'
4789 /force-app/main/default/classes/MetadataService.cls 8059 20 8059 89 pmd 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]*'
4790 /force-app/main/default/classes/MetadataService.cls 8063 20 8063 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4790 /force-app/main/default/classes/MetadataService.cls 8063 20 8063 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4791 /force-app/main/default/classes/MetadataService.cls 8064 20 8064 99 pmd 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]*'
4791 /force-app/main/default/classes/MetadataService.cls 8064 20 8064 99 pmd 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]*'
4792 /force-app/main/default/classes/MetadataService.cls 8065 20 8065 99 pmd 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]*'
4792 /force-app/main/default/classes/MetadataService.cls 8065 20 8065 99 pmd 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]*'
4793 /force-app/main/default/classes/MetadataService.cls 8069 20 8069 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4793 /force-app/main/default/classes/MetadataService.cls 8069 20 8069 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4794 /force-app/main/default/classes/MetadataService.cls 8070 20 8070 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4794 /force-app/main/default/classes/MetadataService.cls 8070 20 8070 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4795 /force-app/main/default/classes/MetadataService.cls 8071 20 8071 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4795 /force-app/main/default/classes/MetadataService.cls 8071 20 8071 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4796 /force-app/main/default/classes/MetadataService.cls 8072 20 8072 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4796 /force-app/main/default/classes/MetadataService.cls 8072 20 8072 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4797 /force-app/main/default/classes/MetadataService.cls 8073 20 8073 60 pmd FieldNamingConventions 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]*'
4797 /force-app/main/default/classes/MetadataService.cls 8073 20 8073 60 pmd FieldNamingConventions 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]*'
4798 /force-app/main/default/classes/MetadataService.cls 8074 20 8074 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]*'
4798 /force-app/main/default/classes/MetadataService.cls 8074 20 8074 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]*'
4799 /force-app/main/default/classes/MetadataService.cls 8076 9 8087 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4799 /force-app/main/default/classes/MetadataService.cls 8076 9 8087 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4800 /force-app/main/default/classes/MetadataService.cls 8081 20 8081 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 'criteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4800 /force-app/main/default/classes/MetadataService.cls 8081 20 8081 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 'criteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4801 /force-app/main/default/classes/MetadataService.cls 8082 20 8082 103 pmd 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]*'
4801 /force-app/main/default/classes/MetadataService.cls 8082 20 8082 103 pmd 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]*'
4802 /force-app/main/default/classes/MetadataService.cls 8083 20 8083 103 pmd 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]*'
4802 /force-app/main/default/classes/MetadataService.cls 8083 20 8083 103 pmd 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]*'
4803 /force-app/main/default/classes/MetadataService.cls 8084 20 8084 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4803 /force-app/main/default/classes/MetadataService.cls 8084 20 8084 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4804 /force-app/main/default/classes/MetadataService.cls 8085 20 8085 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4804 /force-app/main/default/classes/MetadataService.cls 8085 20 8085 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4805 /force-app/main/default/classes/MetadataService.cls 8086 20 8086 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]*'
4805 /force-app/main/default/classes/MetadataService.cls 8086 20 8086 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]*'
4806 /force-app/main/default/classes/MetadataService.cls 8088 9 8099 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4806 /force-app/main/default/classes/MetadataService.cls 8088 9 8099 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4807 /force-app/main/default/classes/MetadataService.cls 8089 18 8089 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4807 /force-app/main/default/classes/MetadataService.cls 8089 18 8089 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4808 /force-app/main/default/classes/MetadataService.cls 8093 20 8093 97 pmd 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]*'
4808 /force-app/main/default/classes/MetadataService.cls 8093 20 8093 97 pmd 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]*'
4809 /force-app/main/default/classes/MetadataService.cls 8094 20 8094 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 'personAccountDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4809 /force-app/main/default/classes/MetadataService.cls 8094 20 8094 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 'personAccountDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4810 /force-app/main/default/classes/MetadataService.cls 8095 20 8095 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4810 /force-app/main/default/classes/MetadataService.cls 8095 20 8095 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4811 /force-app/main/default/classes/MetadataService.cls 8096 20 8096 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4811 /force-app/main/default/classes/MetadataService.cls 8096 20 8096 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4812 /force-app/main/default/classes/MetadataService.cls 8097 20 8097 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4812 /force-app/main/default/classes/MetadataService.cls 8097 20 8097 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4813 /force-app/main/default/classes/MetadataService.cls 8098 20 8098 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]*'
4813 /force-app/main/default/classes/MetadataService.cls 8098 20 8098 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]*'
4814 /force-app/main/default/classes/MetadataService.cls 8100 9 8105 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4814 /force-app/main/default/classes/MetadataService.cls 8100 9 8105 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4815 /force-app/main/default/classes/MetadataService.cls 8102 20 8102 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 'enableDashboardIPadApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4815 /force-app/main/default/classes/MetadataService.cls 8102 20 8102 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 'enableDashboardIPadApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4816 /force-app/main/default/classes/MetadataService.cls 8103 20 8103 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4816 /force-app/main/default/classes/MetadataService.cls 8103 20 8103 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4817 /force-app/main/default/classes/MetadataService.cls 8104 20 8104 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]*'
4817 /force-app/main/default/classes/MetadataService.cls 8104 20 8104 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]*'
4818 /force-app/main/default/classes/MetadataService.cls 8106 9 8117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4818 /force-app/main/default/classes/MetadataService.cls 8106 9 8117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4819 /force-app/main/default/classes/MetadataService.cls 8111 20 8111 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4819 /force-app/main/default/classes/MetadataService.cls 8111 20 8111 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4820 /force-app/main/default/classes/MetadataService.cls 8112 20 8112 97 pmd 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]*'
4820 /force-app/main/default/classes/MetadataService.cls 8112 20 8112 97 pmd 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]*'
4821 /force-app/main/default/classes/MetadataService.cls 8113 20 8113 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 'source_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4821 /force-app/main/default/classes/MetadataService.cls 8113 20 8113 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 'source_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4822 /force-app/main/default/classes/MetadataService.cls 8114 20 8114 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4822 /force-app/main/default/classes/MetadataService.cls 8114 20 8114 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4823 /force-app/main/default/classes/MetadataService.cls 8115 20 8115 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4823 /force-app/main/default/classes/MetadataService.cls 8115 20 8115 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4824 /force-app/main/default/classes/MetadataService.cls 8116 20 8116 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]*'
4824 /force-app/main/default/classes/MetadataService.cls 8116 20 8116 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]*'
4825 /force-app/main/default/classes/MetadataService.cls 8118 9 8123 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4825 /force-app/main/default/classes/MetadataService.cls 8118 9 8123 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4826 /force-app/main/default/classes/MetadataService.cls 8120 20 8120 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4826 /force-app/main/default/classes/MetadataService.cls 8120 20 8120 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4827 /force-app/main/default/classes/MetadataService.cls 8121 20 8121 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4827 /force-app/main/default/classes/MetadataService.cls 8121 20 8121 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4828 /force-app/main/default/classes/MetadataService.cls 8122 20 8122 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4828 /force-app/main/default/classes/MetadataService.cls 8122 20 8122 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4829 /force-app/main/default/classes/MetadataService.cls 8124 9 8126 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4829 /force-app/main/default/classes/MetadataService.cls 8124 9 8126 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4830 /force-app/main/default/classes/MetadataService.cls 8125 3 8125 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4830 /force-app/main/default/classes/MetadataService.cls 8125 3 8125 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4831 /force-app/main/default/classes/MetadataService.cls 8127 9 8129 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4831 /force-app/main/default/classes/MetadataService.cls 8127 9 8129 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4832 /force-app/main/default/classes/MetadataService.cls 8128 3 8128 27 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4832 /force-app/main/default/classes/MetadataService.cls 8128 3 8128 27 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4833 /force-app/main/default/classes/MetadataService.cls 8130 9 8136 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4833 /force-app/main/default/classes/MetadataService.cls 8130 9 8136 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4834 /force-app/main/default/classes/MetadataService.cls 8132 10 8132 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4834 /force-app/main/default/classes/MetadataService.cls 8132 10 8132 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4835 /force-app/main/default/classes/MetadataService.cls 8133 20 8133 96 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
4835 /force-app/main/default/classes/MetadataService.cls 8133 20 8133 96 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
4836 /force-app/main/default/classes/MetadataService.cls 8133 20 8133 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4836 /force-app/main/default/classes/MetadataService.cls 8133 20 8133 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4837 /force-app/main/default/classes/MetadataService.cls 8134 20 8134 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4837 /force-app/main/default/classes/MetadataService.cls 8134 20 8134 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4838 /force-app/main/default/classes/MetadataService.cls 8134 20 8134 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4838 /force-app/main/default/classes/MetadataService.cls 8134 20 8134 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4839 /force-app/main/default/classes/MetadataService.cls 8135 20 8135 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4839 /force-app/main/default/classes/MetadataService.cls 8135 20 8135 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4840 /force-app/main/default/classes/MetadataService.cls 8135 20 8135 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4840 /force-app/main/default/classes/MetadataService.cls 8135 20 8135 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4841 /force-app/main/default/classes/MetadataService.cls 8137 9 8143 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4841 /force-app/main/default/classes/MetadataService.cls 8137 9 8143 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4842 /force-app/main/default/classes/MetadataService.cls 8137 9 8143 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4842 /force-app/main/default/classes/MetadataService.cls 8137 9 8143 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4843 /force-app/main/default/classes/MetadataService.cls 8139 10 8139 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4843 /force-app/main/default/classes/MetadataService.cls 8139 10 8139 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4844 /force-app/main/default/classes/MetadataService.cls 8140 20 8140 93 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
4844 /force-app/main/default/classes/MetadataService.cls 8140 20 8140 93 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
4845 /force-app/main/default/classes/MetadataService.cls 8140 20 8140 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4845 /force-app/main/default/classes/MetadataService.cls 8140 20 8140 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4846 /force-app/main/default/classes/MetadataService.cls 8141 20 8141 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4846 /force-app/main/default/classes/MetadataService.cls 8141 20 8141 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4847 /force-app/main/default/classes/MetadataService.cls 8141 20 8141 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4847 /force-app/main/default/classes/MetadataService.cls 8141 20 8141 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4848 /force-app/main/default/classes/MetadataService.cls 8142 20 8142 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4848 /force-app/main/default/classes/MetadataService.cls 8142 20 8142 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4849 /force-app/main/default/classes/MetadataService.cls 8142 20 8142 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4849 /force-app/main/default/classes/MetadataService.cls 8142 20 8142 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4850 /force-app/main/default/classes/MetadataService.cls 8144 9 8150 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4850 /force-app/main/default/classes/MetadataService.cls 8144 9 8150 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4851 /force-app/main/default/classes/MetadataService.cls 8146 10 8146 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4851 /force-app/main/default/classes/MetadataService.cls 8146 10 8146 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4852 /force-app/main/default/classes/MetadataService.cls 8147 20 8147 96 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
4852 /force-app/main/default/classes/MetadataService.cls 8147 20 8147 96 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
4853 /force-app/main/default/classes/MetadataService.cls 8147 20 8147 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4853 /force-app/main/default/classes/MetadataService.cls 8147 20 8147 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4854 /force-app/main/default/classes/MetadataService.cls 8148 20 8148 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4854 /force-app/main/default/classes/MetadataService.cls 8148 20 8148 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4855 /force-app/main/default/classes/MetadataService.cls 8148 20 8148 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4855 /force-app/main/default/classes/MetadataService.cls 8148 20 8148 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4856 /force-app/main/default/classes/MetadataService.cls 8149 20 8149 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4856 /force-app/main/default/classes/MetadataService.cls 8149 20 8149 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4857 /force-app/main/default/classes/MetadataService.cls 8149 20 8149 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4857 /force-app/main/default/classes/MetadataService.cls 8149 20 8149 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4858 /force-app/main/default/classes/MetadataService.cls 8151 9 8157 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4858 /force-app/main/default/classes/MetadataService.cls 8151 9 8157 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4859 /force-app/main/default/classes/MetadataService.cls 8151 9 8157 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readListViewResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4859 /force-app/main/default/classes/MetadataService.cls 8151 9 8157 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readListViewResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4860 /force-app/main/default/classes/MetadataService.cls 8153 10 8153 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4860 /force-app/main/default/classes/MetadataService.cls 8153 10 8153 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4861 /force-app/main/default/classes/MetadataService.cls 8154 20 8154 93 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
4861 /force-app/main/default/classes/MetadataService.cls 8154 20 8154 93 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
4862 /force-app/main/default/classes/MetadataService.cls 8154 20 8154 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4862 /force-app/main/default/classes/MetadataService.cls 8154 20 8154 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4863 /force-app/main/default/classes/MetadataService.cls 8155 20 8155 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4863 /force-app/main/default/classes/MetadataService.cls 8155 20 8155 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4864 /force-app/main/default/classes/MetadataService.cls 8155 20 8155 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4864 /force-app/main/default/classes/MetadataService.cls 8155 20 8155 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4865 /force-app/main/default/classes/MetadataService.cls 8156 20 8156 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4865 /force-app/main/default/classes/MetadataService.cls 8156 20 8156 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4866 /force-app/main/default/classes/MetadataService.cls 8156 20 8156 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4866 /force-app/main/default/classes/MetadataService.cls 8156 20 8156 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4867 /force-app/main/default/classes/MetadataService.cls 8158 9 8164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4867 /force-app/main/default/classes/MetadataService.cls 8158 9 8164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4868 /force-app/main/default/classes/MetadataService.cls 8160 10 8160 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4868 /force-app/main/default/classes/MetadataService.cls 8160 10 8160 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4869 /force-app/main/default/classes/MetadataService.cls 8161 20 8161 96 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
4869 /force-app/main/default/classes/MetadataService.cls 8161 20 8161 96 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
4870 /force-app/main/default/classes/MetadataService.cls 8161 20 8161 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4870 /force-app/main/default/classes/MetadataService.cls 8161 20 8161 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4871 /force-app/main/default/classes/MetadataService.cls 8162 20 8162 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4871 /force-app/main/default/classes/MetadataService.cls 8162 20 8162 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4872 /force-app/main/default/classes/MetadataService.cls 8162 20 8162 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4872 /force-app/main/default/classes/MetadataService.cls 8162 20 8162 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4873 /force-app/main/default/classes/MetadataService.cls 8163 20 8163 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4873 /force-app/main/default/classes/MetadataService.cls 8163 20 8163 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4874 /force-app/main/default/classes/MetadataService.cls 8163 20 8163 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4874 /force-app/main/default/classes/MetadataService.cls 8163 20 8163 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4875 /force-app/main/default/classes/MetadataService.cls 8165 9 8171 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4875 /force-app/main/default/classes/MetadataService.cls 8165 9 8171 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4876 /force-app/main/default/classes/MetadataService.cls 8165 9 8171 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readInstalledPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4876 /force-app/main/default/classes/MetadataService.cls 8165 9 8171 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readInstalledPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4877 /force-app/main/default/classes/MetadataService.cls 8167 10 8167 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4877 /force-app/main/default/classes/MetadataService.cls 8167 10 8167 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4878 /force-app/main/default/classes/MetadataService.cls 8168 20 8168 93 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
4878 /force-app/main/default/classes/MetadataService.cls 8168 20 8168 93 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
4879 /force-app/main/default/classes/MetadataService.cls 8168 20 8168 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4879 /force-app/main/default/classes/MetadataService.cls 8168 20 8168 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4880 /force-app/main/default/classes/MetadataService.cls 8169 20 8169 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4880 /force-app/main/default/classes/MetadataService.cls 8169 20 8169 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4881 /force-app/main/default/classes/MetadataService.cls 8169 20 8169 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4881 /force-app/main/default/classes/MetadataService.cls 8169 20 8169 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4882 /force-app/main/default/classes/MetadataService.cls 8170 20 8170 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4882 /force-app/main/default/classes/MetadataService.cls 8170 20 8170 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4883 /force-app/main/default/classes/MetadataService.cls 8170 20 8170 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4883 /force-app/main/default/classes/MetadataService.cls 8170 20 8170 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4884 /force-app/main/default/classes/MetadataService.cls 8172 9 8178 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4884 /force-app/main/default/classes/MetadataService.cls 8172 9 8178 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4885 /force-app/main/default/classes/MetadataService.cls 8174 10 8174 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4885 /force-app/main/default/classes/MetadataService.cls 8174 10 8174 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4886 /force-app/main/default/classes/MetadataService.cls 8175 20 8175 96 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
4886 /force-app/main/default/classes/MetadataService.cls 8175 20 8175 96 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
4887 /force-app/main/default/classes/MetadataService.cls 8175 20 8175 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4887 /force-app/main/default/classes/MetadataService.cls 8175 20 8175 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4888 /force-app/main/default/classes/MetadataService.cls 8176 20 8176 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4888 /force-app/main/default/classes/MetadataService.cls 8176 20 8176 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4889 /force-app/main/default/classes/MetadataService.cls 8176 20 8176 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4889 /force-app/main/default/classes/MetadataService.cls 8176 20 8176 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4890 /force-app/main/default/classes/MetadataService.cls 8177 20 8177 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4890 /force-app/main/default/classes/MetadataService.cls 8177 20 8177 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4891 /force-app/main/default/classes/MetadataService.cls 8177 20 8177 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4891 /force-app/main/default/classes/MetadataService.cls 8177 20 8177 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4892 /force-app/main/default/classes/MetadataService.cls 8179 9 8185 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4892 /force-app/main/default/classes/MetadataService.cls 8179 9 8185 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4893 /force-app/main/default/classes/MetadataService.cls 8179 9 8185 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomFieldResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4893 /force-app/main/default/classes/MetadataService.cls 8179 9 8185 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomFieldResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4894 /force-app/main/default/classes/MetadataService.cls 8181 10 8181 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4894 /force-app/main/default/classes/MetadataService.cls 8181 10 8181 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4895 /force-app/main/default/classes/MetadataService.cls 8182 20 8182 93 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
4895 /force-app/main/default/classes/MetadataService.cls 8182 20 8182 93 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
4896 /force-app/main/default/classes/MetadataService.cls 8182 20 8182 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4896 /force-app/main/default/classes/MetadataService.cls 8182 20 8182 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4897 /force-app/main/default/classes/MetadataService.cls 8183 20 8183 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4897 /force-app/main/default/classes/MetadataService.cls 8183 20 8183 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4898 /force-app/main/default/classes/MetadataService.cls 8183 20 8183 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4898 /force-app/main/default/classes/MetadataService.cls 8183 20 8183 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4899 /force-app/main/default/classes/MetadataService.cls 8184 20 8184 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4899 /force-app/main/default/classes/MetadataService.cls 8184 20 8184 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4900 /force-app/main/default/classes/MetadataService.cls 8184 20 8184 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4900 /force-app/main/default/classes/MetadataService.cls 8184 20 8184 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4901 /force-app/main/default/classes/MetadataService.cls 8186 9 8192 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4901 /force-app/main/default/classes/MetadataService.cls 8186 9 8192 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4902 /force-app/main/default/classes/MetadataService.cls 8188 10 8188 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4902 /force-app/main/default/classes/MetadataService.cls 8188 10 8188 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4903 /force-app/main/default/classes/MetadataService.cls 8189 20 8189 96 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
4903 /force-app/main/default/classes/MetadataService.cls 8189 20 8189 96 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
4904 /force-app/main/default/classes/MetadataService.cls 8189 20 8189 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4904 /force-app/main/default/classes/MetadataService.cls 8189 20 8189 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4905 /force-app/main/default/classes/MetadataService.cls 8190 20 8190 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4905 /force-app/main/default/classes/MetadataService.cls 8190 20 8190 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4906 /force-app/main/default/classes/MetadataService.cls 8190 20 8190 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4906 /force-app/main/default/classes/MetadataService.cls 8190 20 8190 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4907 /force-app/main/default/classes/MetadataService.cls 8191 20 8191 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4907 /force-app/main/default/classes/MetadataService.cls 8191 20 8191 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4908 /force-app/main/default/classes/MetadataService.cls 8191 20 8191 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4908 /force-app/main/default/classes/MetadataService.cls 8191 20 8191 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4909 /force-app/main/default/classes/MetadataService.cls 8193 9 8199 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4909 /force-app/main/default/classes/MetadataService.cls 8193 9 8199 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4910 /force-app/main/default/classes/MetadataService.cls 8193 9 8199 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFieldSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4910 /force-app/main/default/classes/MetadataService.cls 8193 9 8199 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFieldSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4911 /force-app/main/default/classes/MetadataService.cls 8195 10 8195 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4911 /force-app/main/default/classes/MetadataService.cls 8195 10 8195 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4912 /force-app/main/default/classes/MetadataService.cls 8196 20 8196 93 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
4912 /force-app/main/default/classes/MetadataService.cls 8196 20 8196 93 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
4913 /force-app/main/default/classes/MetadataService.cls 8196 20 8196 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4913 /force-app/main/default/classes/MetadataService.cls 8196 20 8196 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4914 /force-app/main/default/classes/MetadataService.cls 8197 20 8197 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4914 /force-app/main/default/classes/MetadataService.cls 8197 20 8197 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4915 /force-app/main/default/classes/MetadataService.cls 8197 20 8197 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4915 /force-app/main/default/classes/MetadataService.cls 8197 20 8197 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4916 /force-app/main/default/classes/MetadataService.cls 8198 20 8198 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4916 /force-app/main/default/classes/MetadataService.cls 8198 20 8198 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4917 /force-app/main/default/classes/MetadataService.cls 8198 20 8198 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4917 /force-app/main/default/classes/MetadataService.cls 8198 20 8198 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4918 /force-app/main/default/classes/MetadataService.cls 8200 9 8206 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4918 /force-app/main/default/classes/MetadataService.cls 8200 9 8206 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4919 /force-app/main/default/classes/MetadataService.cls 8202 10 8202 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4919 /force-app/main/default/classes/MetadataService.cls 8202 10 8202 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4920 /force-app/main/default/classes/MetadataService.cls 8203 20 8203 96 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
4920 /force-app/main/default/classes/MetadataService.cls 8203 20 8203 96 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
4921 /force-app/main/default/classes/MetadataService.cls 8203 20 8203 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4921 /force-app/main/default/classes/MetadataService.cls 8203 20 8203 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4922 /force-app/main/default/classes/MetadataService.cls 8204 20 8204 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4922 /force-app/main/default/classes/MetadataService.cls 8204 20 8204 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4923 /force-app/main/default/classes/MetadataService.cls 8204 20 8204 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4923 /force-app/main/default/classes/MetadataService.cls 8204 20 8204 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4924 /force-app/main/default/classes/MetadataService.cls 8205 20 8205 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4924 /force-app/main/default/classes/MetadataService.cls 8205 20 8205 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4925 /force-app/main/default/classes/MetadataService.cls 8205 20 8205 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4925 /force-app/main/default/classes/MetadataService.cls 8205 20 8205 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4926 /force-app/main/default/classes/MetadataService.cls 8207 9 8213 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4926 /force-app/main/default/classes/MetadataService.cls 8207 9 8213 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4927 /force-app/main/default/classes/MetadataService.cls 8207 9 8213 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4927 /force-app/main/default/classes/MetadataService.cls 8207 9 8213 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4928 /force-app/main/default/classes/MetadataService.cls 8209 10 8209 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4928 /force-app/main/default/classes/MetadataService.cls 8209 10 8209 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4929 /force-app/main/default/classes/MetadataService.cls 8210 20 8210 93 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
4929 /force-app/main/default/classes/MetadataService.cls 8210 20 8210 93 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
4930 /force-app/main/default/classes/MetadataService.cls 8210 20 8210 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4930 /force-app/main/default/classes/MetadataService.cls 8210 20 8210 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4931 /force-app/main/default/classes/MetadataService.cls 8211 20 8211 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4931 /force-app/main/default/classes/MetadataService.cls 8211 20 8211 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4932 /force-app/main/default/classes/MetadataService.cls 8211 20 8211 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4932 /force-app/main/default/classes/MetadataService.cls 8211 20 8211 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4933 /force-app/main/default/classes/MetadataService.cls 8212 20 8212 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4933 /force-app/main/default/classes/MetadataService.cls 8212 20 8212 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4934 /force-app/main/default/classes/MetadataService.cls 8212 20 8212 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4934 /force-app/main/default/classes/MetadataService.cls 8212 20 8212 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4935 /force-app/main/default/classes/MetadataService.cls 8214 9 8220 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4935 /force-app/main/default/classes/MetadataService.cls 8214 9 8220 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4936 /force-app/main/default/classes/MetadataService.cls 8216 10 8216 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4936 /force-app/main/default/classes/MetadataService.cls 8216 10 8216 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4937 /force-app/main/default/classes/MetadataService.cls 8217 20 8217 96 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
4937 /force-app/main/default/classes/MetadataService.cls 8217 20 8217 96 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
4938 /force-app/main/default/classes/MetadataService.cls 8217 20 8217 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4938 /force-app/main/default/classes/MetadataService.cls 8217 20 8217 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4939 /force-app/main/default/classes/MetadataService.cls 8218 20 8218 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4939 /force-app/main/default/classes/MetadataService.cls 8218 20 8218 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4940 /force-app/main/default/classes/MetadataService.cls 8218 20 8218 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4940 /force-app/main/default/classes/MetadataService.cls 8218 20 8218 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4941 /force-app/main/default/classes/MetadataService.cls 8219 20 8219 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4941 /force-app/main/default/classes/MetadataService.cls 8219 20 8219 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4942 /force-app/main/default/classes/MetadataService.cls 8219 20 8219 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4942 /force-app/main/default/classes/MetadataService.cls 8219 20 8219 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4943 /force-app/main/default/classes/MetadataService.cls 8221 9 8227 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4943 /force-app/main/default/classes/MetadataService.cls 8221 9 8227 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4944 /force-app/main/default/classes/MetadataService.cls 8221 9 8227 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRecordTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4944 /force-app/main/default/classes/MetadataService.cls 8221 9 8227 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRecordTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4945 /force-app/main/default/classes/MetadataService.cls 8223 10 8223 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4945 /force-app/main/default/classes/MetadataService.cls 8223 10 8223 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4946 /force-app/main/default/classes/MetadataService.cls 8224 20 8224 93 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
4946 /force-app/main/default/classes/MetadataService.cls 8224 20 8224 93 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
4947 /force-app/main/default/classes/MetadataService.cls 8224 20 8224 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4947 /force-app/main/default/classes/MetadataService.cls 8224 20 8224 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4948 /force-app/main/default/classes/MetadataService.cls 8225 20 8225 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4948 /force-app/main/default/classes/MetadataService.cls 8225 20 8225 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4949 /force-app/main/default/classes/MetadataService.cls 8225 20 8225 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4949 /force-app/main/default/classes/MetadataService.cls 8225 20 8225 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4950 /force-app/main/default/classes/MetadataService.cls 8226 20 8226 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4950 /force-app/main/default/classes/MetadataService.cls 8226 20 8226 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4951 /force-app/main/default/classes/MetadataService.cls 8226 20 8226 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4951 /force-app/main/default/classes/MetadataService.cls 8226 20 8226 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4952 /force-app/main/default/classes/MetadataService.cls 8228 9 8234 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4952 /force-app/main/default/classes/MetadataService.cls 8228 9 8234 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4953 /force-app/main/default/classes/MetadataService.cls 8230 10 8230 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4953 /force-app/main/default/classes/MetadataService.cls 8230 10 8230 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4954 /force-app/main/default/classes/MetadataService.cls 8231 20 8231 96 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
4954 /force-app/main/default/classes/MetadataService.cls 8231 20 8231 96 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
4955 /force-app/main/default/classes/MetadataService.cls 8231 20 8231 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4955 /force-app/main/default/classes/MetadataService.cls 8231 20 8231 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4956 /force-app/main/default/classes/MetadataService.cls 8232 20 8232 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4956 /force-app/main/default/classes/MetadataService.cls 8232 20 8232 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4957 /force-app/main/default/classes/MetadataService.cls 8232 20 8232 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4957 /force-app/main/default/classes/MetadataService.cls 8232 20 8232 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4958 /force-app/main/default/classes/MetadataService.cls 8233 20 8233 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4958 /force-app/main/default/classes/MetadataService.cls 8233 20 8233 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4959 /force-app/main/default/classes/MetadataService.cls 8233 20 8233 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4959 /force-app/main/default/classes/MetadataService.cls 8233 20 8233 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4960 /force-app/main/default/classes/MetadataService.cls 8235 9 8241 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4960 /force-app/main/default/classes/MetadataService.cls 8235 9 8241 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4961 /force-app/main/default/classes/MetadataService.cls 8235 9 8241 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4961 /force-app/main/default/classes/MetadataService.cls 8235 9 8241 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4962 /force-app/main/default/classes/MetadataService.cls 8237 10 8237 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4962 /force-app/main/default/classes/MetadataService.cls 8237 10 8237 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4963 /force-app/main/default/classes/MetadataService.cls 8238 20 8238 93 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
4963 /force-app/main/default/classes/MetadataService.cls 8238 20 8238 93 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
4964 /force-app/main/default/classes/MetadataService.cls 8238 20 8238 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4964 /force-app/main/default/classes/MetadataService.cls 8238 20 8238 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4965 /force-app/main/default/classes/MetadataService.cls 8239 20 8239 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4965 /force-app/main/default/classes/MetadataService.cls 8239 20 8239 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4966 /force-app/main/default/classes/MetadataService.cls 8239 20 8239 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4966 /force-app/main/default/classes/MetadataService.cls 8239 20 8239 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4967 /force-app/main/default/classes/MetadataService.cls 8240 20 8240 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4967 /force-app/main/default/classes/MetadataService.cls 8240 20 8240 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4968 /force-app/main/default/classes/MetadataService.cls 8240 20 8240 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4968 /force-app/main/default/classes/MetadataService.cls 8240 20 8240 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4969 /force-app/main/default/classes/MetadataService.cls 8242 9 8248 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4969 /force-app/main/default/classes/MetadataService.cls 8242 9 8248 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4970 /force-app/main/default/classes/MetadataService.cls 8244 10 8244 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4970 /force-app/main/default/classes/MetadataService.cls 8244 10 8244 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4971 /force-app/main/default/classes/MetadataService.cls 8245 20 8245 96 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
4971 /force-app/main/default/classes/MetadataService.cls 8245 20 8245 96 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
4972 /force-app/main/default/classes/MetadataService.cls 8245 20 8245 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4972 /force-app/main/default/classes/MetadataService.cls 8245 20 8245 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4973 /force-app/main/default/classes/MetadataService.cls 8246 20 8246 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4973 /force-app/main/default/classes/MetadataService.cls 8246 20 8246 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4974 /force-app/main/default/classes/MetadataService.cls 8246 20 8246 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4974 /force-app/main/default/classes/MetadataService.cls 8246 20 8246 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4975 /force-app/main/default/classes/MetadataService.cls 8247 20 8247 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4975 /force-app/main/default/classes/MetadataService.cls 8247 20 8247 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4976 /force-app/main/default/classes/MetadataService.cls 8247 20 8247 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4976 /force-app/main/default/classes/MetadataService.cls 8247 20 8247 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4977 /force-app/main/default/classes/MetadataService.cls 8249 9 8255 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4977 /force-app/main/default/classes/MetadataService.cls 8249 9 8255 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4978 /force-app/main/default/classes/MetadataService.cls 8249 9 8255 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAddressSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4978 /force-app/main/default/classes/MetadataService.cls 8249 9 8255 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAddressSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4979 /force-app/main/default/classes/MetadataService.cls 8251 10 8251 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4979 /force-app/main/default/classes/MetadataService.cls 8251 10 8251 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4980 /force-app/main/default/classes/MetadataService.cls 8252 20 8252 93 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
4980 /force-app/main/default/classes/MetadataService.cls 8252 20 8252 93 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
4981 /force-app/main/default/classes/MetadataService.cls 8252 20 8252 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4981 /force-app/main/default/classes/MetadataService.cls 8252 20 8252 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4982 /force-app/main/default/classes/MetadataService.cls 8253 20 8253 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4982 /force-app/main/default/classes/MetadataService.cls 8253 20 8253 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4983 /force-app/main/default/classes/MetadataService.cls 8253 20 8253 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4983 /force-app/main/default/classes/MetadataService.cls 8253 20 8253 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4984 /force-app/main/default/classes/MetadataService.cls 8254 20 8254 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4984 /force-app/main/default/classes/MetadataService.cls 8254 20 8254 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4985 /force-app/main/default/classes/MetadataService.cls 8254 20 8254 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4985 /force-app/main/default/classes/MetadataService.cls 8254 20 8254 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4986 /force-app/main/default/classes/MetadataService.cls 8256 9 8262 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4986 /force-app/main/default/classes/MetadataService.cls 8256 9 8262 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4987 /force-app/main/default/classes/MetadataService.cls 8258 10 8258 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4987 /force-app/main/default/classes/MetadataService.cls 8258 10 8258 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4988 /force-app/main/default/classes/MetadataService.cls 8259 20 8259 96 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
4988 /force-app/main/default/classes/MetadataService.cls 8259 20 8259 96 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
4989 /force-app/main/default/classes/MetadataService.cls 8259 20 8259 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4989 /force-app/main/default/classes/MetadataService.cls 8259 20 8259 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4990 /force-app/main/default/classes/MetadataService.cls 8260 20 8260 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4990 /force-app/main/default/classes/MetadataService.cls 8260 20 8260 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4991 /force-app/main/default/classes/MetadataService.cls 8260 20 8260 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4991 /force-app/main/default/classes/MetadataService.cls 8260 20 8260 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4992 /force-app/main/default/classes/MetadataService.cls 8261 20 8261 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4992 /force-app/main/default/classes/MetadataService.cls 8261 20 8261 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4993 /force-app/main/default/classes/MetadataService.cls 8261 20 8261 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4993 /force-app/main/default/classes/MetadataService.cls 8261 20 8261 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4994 /force-app/main/default/classes/MetadataService.cls 8263 9 8269 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4994 /force-app/main/default/classes/MetadataService.cls 8263 9 8269 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4995 /force-app/main/default/classes/MetadataService.cls 8263 9 8269 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCaseSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4995 /force-app/main/default/classes/MetadataService.cls 8263 9 8269 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCaseSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4996 /force-app/main/default/classes/MetadataService.cls 8265 10 8265 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4996 /force-app/main/default/classes/MetadataService.cls 8265 10 8265 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4997 /force-app/main/default/classes/MetadataService.cls 8266 20 8266 93 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
4997 /force-app/main/default/classes/MetadataService.cls 8266 20 8266 93 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
4998 /force-app/main/default/classes/MetadataService.cls 8266 20 8266 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4998 /force-app/main/default/classes/MetadataService.cls 8266 20 8266 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4999 /force-app/main/default/classes/MetadataService.cls 8267 20 8267 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4999 /force-app/main/default/classes/MetadataService.cls 8267 20 8267 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5000 /force-app/main/default/classes/MetadataService.cls 8267 20 8267 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5000 /force-app/main/default/classes/MetadataService.cls 8267 20 8267 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5001 /force-app/main/default/classes/MetadataService.cls 8268 20 8268 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5001 /force-app/main/default/classes/MetadataService.cls 8268 20 8268 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5002 /force-app/main/default/classes/MetadataService.cls 8268 20 8268 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5002 /force-app/main/default/classes/MetadataService.cls 8268 20 8268 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5003 /force-app/main/default/classes/MetadataService.cls 8270 9 8276 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5003 /force-app/main/default/classes/MetadataService.cls 8270 9 8276 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5004 /force-app/main/default/classes/MetadataService.cls 8272 10 8272 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5004 /force-app/main/default/classes/MetadataService.cls 8272 10 8272 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5005 /force-app/main/default/classes/MetadataService.cls 8273 20 8273 96 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
5005 /force-app/main/default/classes/MetadataService.cls 8273 20 8273 96 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
5006 /force-app/main/default/classes/MetadataService.cls 8273 20 8273 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5006 /force-app/main/default/classes/MetadataService.cls 8273 20 8273 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5007 /force-app/main/default/classes/MetadataService.cls 8274 20 8274 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5007 /force-app/main/default/classes/MetadataService.cls 8274 20 8274 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5008 /force-app/main/default/classes/MetadataService.cls 8274 20 8274 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5008 /force-app/main/default/classes/MetadataService.cls 8274 20 8274 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5009 /force-app/main/default/classes/MetadataService.cls 8275 20 8275 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5009 /force-app/main/default/classes/MetadataService.cls 8275 20 8275 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5010 /force-app/main/default/classes/MetadataService.cls 8275 20 8275 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5010 /force-app/main/default/classes/MetadataService.cls 8275 20 8275 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5011 /force-app/main/default/classes/MetadataService.cls 8277 9 8283 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5011 /force-app/main/default/classes/MetadataService.cls 8277 9 8283 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5012 /force-app/main/default/classes/MetadataService.cls 8277 9 8283 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5012 /force-app/main/default/classes/MetadataService.cls 8277 9 8283 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5013 /force-app/main/default/classes/MetadataService.cls 8279 10 8279 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5013 /force-app/main/default/classes/MetadataService.cls 8279 10 8279 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5014 /force-app/main/default/classes/MetadataService.cls 8280 20 8280 93 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
5014 /force-app/main/default/classes/MetadataService.cls 8280 20 8280 93 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
5015 /force-app/main/default/classes/MetadataService.cls 8280 20 8280 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5015 /force-app/main/default/classes/MetadataService.cls 8280 20 8280 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5016 /force-app/main/default/classes/MetadataService.cls 8281 20 8281 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5016 /force-app/main/default/classes/MetadataService.cls 8281 20 8281 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5017 /force-app/main/default/classes/MetadataService.cls 8281 20 8281 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5017 /force-app/main/default/classes/MetadataService.cls 8281 20 8281 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5018 /force-app/main/default/classes/MetadataService.cls 8282 20 8282 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5018 /force-app/main/default/classes/MetadataService.cls 8282 20 8282 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5019 /force-app/main/default/classes/MetadataService.cls 8282 20 8282 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5019 /force-app/main/default/classes/MetadataService.cls 8282 20 8282 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5020 /force-app/main/default/classes/MetadataService.cls 8284 9 8290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5020 /force-app/main/default/classes/MetadataService.cls 8284 9 8290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5021 /force-app/main/default/classes/MetadataService.cls 8286 10 8286 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5021 /force-app/main/default/classes/MetadataService.cls 8286 10 8286 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5022 /force-app/main/default/classes/MetadataService.cls 8287 20 8287 96 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
5022 /force-app/main/default/classes/MetadataService.cls 8287 20 8287 96 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
5023 /force-app/main/default/classes/MetadataService.cls 8287 20 8287 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5023 /force-app/main/default/classes/MetadataService.cls 8287 20 8287 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5024 /force-app/main/default/classes/MetadataService.cls 8288 20 8288 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5024 /force-app/main/default/classes/MetadataService.cls 8288 20 8288 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5025 /force-app/main/default/classes/MetadataService.cls 8288 20 8288 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5025 /force-app/main/default/classes/MetadataService.cls 8288 20 8288 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5026 /force-app/main/default/classes/MetadataService.cls 8289 20 8289 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5026 /force-app/main/default/classes/MetadataService.cls 8289 20 8289 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5027 /force-app/main/default/classes/MetadataService.cls 8289 20 8289 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5027 /force-app/main/default/classes/MetadataService.cls 8289 20 8289 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5028 /force-app/main/default/classes/MetadataService.cls 8291 9 8297 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5028 /force-app/main/default/classes/MetadataService.cls 8291 9 8297 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5029 /force-app/main/default/classes/MetadataService.cls 8291 9 8297 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5029 /force-app/main/default/classes/MetadataService.cls 8291 9 8297 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5030 /force-app/main/default/classes/MetadataService.cls 8293 10 8293 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5030 /force-app/main/default/classes/MetadataService.cls 8293 10 8293 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5031 /force-app/main/default/classes/MetadataService.cls 8294 20 8294 93 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
5031 /force-app/main/default/classes/MetadataService.cls 8294 20 8294 93 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
5032 /force-app/main/default/classes/MetadataService.cls 8294 20 8294 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5032 /force-app/main/default/classes/MetadataService.cls 8294 20 8294 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5033 /force-app/main/default/classes/MetadataService.cls 8295 20 8295 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5033 /force-app/main/default/classes/MetadataService.cls 8295 20 8295 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5034 /force-app/main/default/classes/MetadataService.cls 8295 20 8295 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5034 /force-app/main/default/classes/MetadataService.cls 8295 20 8295 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5035 /force-app/main/default/classes/MetadataService.cls 8296 20 8296 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5035 /force-app/main/default/classes/MetadataService.cls 8296 20 8296 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5036 /force-app/main/default/classes/MetadataService.cls 8296 20 8296 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5036 /force-app/main/default/classes/MetadataService.cls 8296 20 8296 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5037 /force-app/main/default/classes/MetadataService.cls 8298 9 8304 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5037 /force-app/main/default/classes/MetadataService.cls 8298 9 8304 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5038 /force-app/main/default/classes/MetadataService.cls 8300 10 8300 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5038 /force-app/main/default/classes/MetadataService.cls 8300 10 8300 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5039 /force-app/main/default/classes/MetadataService.cls 8301 20 8301 96 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
5039 /force-app/main/default/classes/MetadataService.cls 8301 20 8301 96 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
5040 /force-app/main/default/classes/MetadataService.cls 8301 20 8301 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5040 /force-app/main/default/classes/MetadataService.cls 8301 20 8301 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5041 /force-app/main/default/classes/MetadataService.cls 8302 20 8302 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5041 /force-app/main/default/classes/MetadataService.cls 8302 20 8302 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5042 /force-app/main/default/classes/MetadataService.cls 8302 20 8302 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5042 /force-app/main/default/classes/MetadataService.cls 8302 20 8302 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5043 /force-app/main/default/classes/MetadataService.cls 8303 20 8303 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5043 /force-app/main/default/classes/MetadataService.cls 8303 20 8303 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5044 /force-app/main/default/classes/MetadataService.cls 8303 20 8303 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5044 /force-app/main/default/classes/MetadataService.cls 8303 20 8303 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5045 /force-app/main/default/classes/MetadataService.cls 8305 9 8311 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5045 /force-app/main/default/classes/MetadataService.cls 8305 9 8311 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5046 /force-app/main/default/classes/MetadataService.cls 8305 9 8311 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5046 /force-app/main/default/classes/MetadataService.cls 8305 9 8311 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5047 /force-app/main/default/classes/MetadataService.cls 8307 10 8307 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5047 /force-app/main/default/classes/MetadataService.cls 8307 10 8307 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5048 /force-app/main/default/classes/MetadataService.cls 8308 20 8308 93 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
5048 /force-app/main/default/classes/MetadataService.cls 8308 20 8308 93 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
5049 /force-app/main/default/classes/MetadataService.cls 8308 20 8308 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5049 /force-app/main/default/classes/MetadataService.cls 8308 20 8308 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5050 /force-app/main/default/classes/MetadataService.cls 8309 20 8309 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5050 /force-app/main/default/classes/MetadataService.cls 8309 20 8309 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5051 /force-app/main/default/classes/MetadataService.cls 8309 20 8309 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5051 /force-app/main/default/classes/MetadataService.cls 8309 20 8309 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5052 /force-app/main/default/classes/MetadataService.cls 8310 20 8310 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5052 /force-app/main/default/classes/MetadataService.cls 8310 20 8310 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5053 /force-app/main/default/classes/MetadataService.cls 8310 20 8310 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5053 /force-app/main/default/classes/MetadataService.cls 8310 20 8310 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5054 /force-app/main/default/classes/MetadataService.cls 8312 9 8318 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5054 /force-app/main/default/classes/MetadataService.cls 8312 9 8318 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5055 /force-app/main/default/classes/MetadataService.cls 8314 10 8314 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5055 /force-app/main/default/classes/MetadataService.cls 8314 10 8314 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5056 /force-app/main/default/classes/MetadataService.cls 8315 20 8315 96 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
5056 /force-app/main/default/classes/MetadataService.cls 8315 20 8315 96 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
5057 /force-app/main/default/classes/MetadataService.cls 8315 20 8315 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5057 /force-app/main/default/classes/MetadataService.cls 8315 20 8315 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5058 /force-app/main/default/classes/MetadataService.cls 8316 20 8316 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5058 /force-app/main/default/classes/MetadataService.cls 8316 20 8316 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5059 /force-app/main/default/classes/MetadataService.cls 8316 20 8316 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5059 /force-app/main/default/classes/MetadataService.cls 8316 20 8316 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5060 /force-app/main/default/classes/MetadataService.cls 8317 20 8317 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5060 /force-app/main/default/classes/MetadataService.cls 8317 20 8317 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5061 /force-app/main/default/classes/MetadataService.cls 8317 20 8317 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5061 /force-app/main/default/classes/MetadataService.cls 8317 20 8317 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5062 /force-app/main/default/classes/MetadataService.cls 8319 9 8325 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5062 /force-app/main/default/classes/MetadataService.cls 8319 9 8325 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5063 /force-app/main/default/classes/MetadataService.cls 8319 9 8325 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readScontrolResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5063 /force-app/main/default/classes/MetadataService.cls 8319 9 8325 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readScontrolResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5064 /force-app/main/default/classes/MetadataService.cls 8321 10 8321 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5064 /force-app/main/default/classes/MetadataService.cls 8321 10 8321 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5065 /force-app/main/default/classes/MetadataService.cls 8322 20 8322 93 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
5065 /force-app/main/default/classes/MetadataService.cls 8322 20 8322 93 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
5066 /force-app/main/default/classes/MetadataService.cls 8322 20 8322 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5066 /force-app/main/default/classes/MetadataService.cls 8322 20 8322 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5067 /force-app/main/default/classes/MetadataService.cls 8323 20 8323 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5067 /force-app/main/default/classes/MetadataService.cls 8323 20 8323 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5068 /force-app/main/default/classes/MetadataService.cls 8323 20 8323 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5068 /force-app/main/default/classes/MetadataService.cls 8323 20 8323 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5069 /force-app/main/default/classes/MetadataService.cls 8324 20 8324 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5069 /force-app/main/default/classes/MetadataService.cls 8324 20 8324 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5070 /force-app/main/default/classes/MetadataService.cls 8324 20 8324 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5070 /force-app/main/default/classes/MetadataService.cls 8324 20 8324 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5071 /force-app/main/default/classes/MetadataService.cls 8326 9 8332 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5071 /force-app/main/default/classes/MetadataService.cls 8326 9 8332 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5072 /force-app/main/default/classes/MetadataService.cls 8328 10 8328 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5072 /force-app/main/default/classes/MetadataService.cls 8328 10 8328 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5073 /force-app/main/default/classes/MetadataService.cls 8329 20 8329 96 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
5073 /force-app/main/default/classes/MetadataService.cls 8329 20 8329 96 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
5074 /force-app/main/default/classes/MetadataService.cls 8329 20 8329 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5074 /force-app/main/default/classes/MetadataService.cls 8329 20 8329 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5075 /force-app/main/default/classes/MetadataService.cls 8330 20 8330 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5075 /force-app/main/default/classes/MetadataService.cls 8330 20 8330 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5076 /force-app/main/default/classes/MetadataService.cls 8330 20 8330 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5076 /force-app/main/default/classes/MetadataService.cls 8330 20 8330 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5077 /force-app/main/default/classes/MetadataService.cls 8331 20 8331 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5077 /force-app/main/default/classes/MetadataService.cls 8331 20 8331 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5078 /force-app/main/default/classes/MetadataService.cls 8331 20 8331 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5078 /force-app/main/default/classes/MetadataService.cls 8331 20 8331 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5079 /force-app/main/default/classes/MetadataService.cls 8333 9 8339 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5079 /force-app/main/default/classes/MetadataService.cls 8333 9 8339 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5080 /force-app/main/default/classes/MetadataService.cls 8333 9 8339 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5080 /force-app/main/default/classes/MetadataService.cls 8333 9 8339 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5081 /force-app/main/default/classes/MetadataService.cls 8335 10 8335 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5081 /force-app/main/default/classes/MetadataService.cls 8335 10 8335 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5082 /force-app/main/default/classes/MetadataService.cls 8336 20 8336 93 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
5082 /force-app/main/default/classes/MetadataService.cls 8336 20 8336 93 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
5083 /force-app/main/default/classes/MetadataService.cls 8336 20 8336 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5083 /force-app/main/default/classes/MetadataService.cls 8336 20 8336 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5084 /force-app/main/default/classes/MetadataService.cls 8337 20 8337 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5084 /force-app/main/default/classes/MetadataService.cls 8337 20 8337 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5085 /force-app/main/default/classes/MetadataService.cls 8337 20 8337 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5085 /force-app/main/default/classes/MetadataService.cls 8337 20 8337 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5086 /force-app/main/default/classes/MetadataService.cls 8338 20 8338 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5086 /force-app/main/default/classes/MetadataService.cls 8338 20 8338 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5087 /force-app/main/default/classes/MetadataService.cls 8338 20 8338 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5087 /force-app/main/default/classes/MetadataService.cls 8338 20 8338 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5088 /force-app/main/default/classes/MetadataService.cls 8340 9 8346 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5088 /force-app/main/default/classes/MetadataService.cls 8340 9 8346 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5089 /force-app/main/default/classes/MetadataService.cls 8342 10 8342 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5089 /force-app/main/default/classes/MetadataService.cls 8342 10 8342 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5090 /force-app/main/default/classes/MetadataService.cls 8343 20 8343 96 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
5090 /force-app/main/default/classes/MetadataService.cls 8343 20 8343 96 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
5091 /force-app/main/default/classes/MetadataService.cls 8343 20 8343 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5091 /force-app/main/default/classes/MetadataService.cls 8343 20 8343 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5092 /force-app/main/default/classes/MetadataService.cls 8344 20 8344 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5092 /force-app/main/default/classes/MetadataService.cls 8344 20 8344 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5093 /force-app/main/default/classes/MetadataService.cls 8344 20 8344 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5093 /force-app/main/default/classes/MetadataService.cls 8344 20 8344 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5094 /force-app/main/default/classes/MetadataService.cls 8345 20 8345 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5094 /force-app/main/default/classes/MetadataService.cls 8345 20 8345 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5095 /force-app/main/default/classes/MetadataService.cls 8345 20 8345 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5095 /force-app/main/default/classes/MetadataService.cls 8345 20 8345 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5096 /force-app/main/default/classes/MetadataService.cls 8347 9 8353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5096 /force-app/main/default/classes/MetadataService.cls 8347 9 8353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5097 /force-app/main/default/classes/MetadataService.cls 8347 9 8353 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5097 /force-app/main/default/classes/MetadataService.cls 8347 9 8353 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5098 /force-app/main/default/classes/MetadataService.cls 8349 10 8349 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5098 /force-app/main/default/classes/MetadataService.cls 8349 10 8349 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5099 /force-app/main/default/classes/MetadataService.cls 8350 20 8350 93 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
5099 /force-app/main/default/classes/MetadataService.cls 8350 20 8350 93 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
5100 /force-app/main/default/classes/MetadataService.cls 8350 20 8350 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5100 /force-app/main/default/classes/MetadataService.cls 8350 20 8350 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5101 /force-app/main/default/classes/MetadataService.cls 8351 20 8351 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5101 /force-app/main/default/classes/MetadataService.cls 8351 20 8351 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5102 /force-app/main/default/classes/MetadataService.cls 8351 20 8351 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5102 /force-app/main/default/classes/MetadataService.cls 8351 20 8351 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5103 /force-app/main/default/classes/MetadataService.cls 8352 20 8352 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5103 /force-app/main/default/classes/MetadataService.cls 8352 20 8352 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5104 /force-app/main/default/classes/MetadataService.cls 8352 20 8352 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5104 /force-app/main/default/classes/MetadataService.cls 8352 20 8352 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5105 /force-app/main/default/classes/MetadataService.cls 8354 9 8360 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5105 /force-app/main/default/classes/MetadataService.cls 8354 9 8360 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5106 /force-app/main/default/classes/MetadataService.cls 8356 10 8356 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5106 /force-app/main/default/classes/MetadataService.cls 8356 10 8356 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5107 /force-app/main/default/classes/MetadataService.cls 8357 20 8357 96 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
5107 /force-app/main/default/classes/MetadataService.cls 8357 20 8357 96 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
5108 /force-app/main/default/classes/MetadataService.cls 8357 20 8357 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5108 /force-app/main/default/classes/MetadataService.cls 8357 20 8357 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5109 /force-app/main/default/classes/MetadataService.cls 8358 20 8358 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5109 /force-app/main/default/classes/MetadataService.cls 8358 20 8358 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5110 /force-app/main/default/classes/MetadataService.cls 8358 20 8358 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5110 /force-app/main/default/classes/MetadataService.cls 8358 20 8358 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5111 /force-app/main/default/classes/MetadataService.cls 8359 20 8359 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5111 /force-app/main/default/classes/MetadataService.cls 8359 20 8359 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5112 /force-app/main/default/classes/MetadataService.cls 8359 20 8359 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5112 /force-app/main/default/classes/MetadataService.cls 8359 20 8359 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5113 /force-app/main/default/classes/MetadataService.cls 8361 9 8367 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5113 /force-app/main/default/classes/MetadataService.cls 8361 9 8367 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5114 /force-app/main/default/classes/MetadataService.cls 8361 9 8367 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexClassResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5114 /force-app/main/default/classes/MetadataService.cls 8361 9 8367 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexClassResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5115 /force-app/main/default/classes/MetadataService.cls 8363 10 8363 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5115 /force-app/main/default/classes/MetadataService.cls 8363 10 8363 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5116 /force-app/main/default/classes/MetadataService.cls 8364 20 8364 93 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
5116 /force-app/main/default/classes/MetadataService.cls 8364 20 8364 93 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
5117 /force-app/main/default/classes/MetadataService.cls 8364 20 8364 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5117 /force-app/main/default/classes/MetadataService.cls 8364 20 8364 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5118 /force-app/main/default/classes/MetadataService.cls 8365 20 8365 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5118 /force-app/main/default/classes/MetadataService.cls 8365 20 8365 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5119 /force-app/main/default/classes/MetadataService.cls 8365 20 8365 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5119 /force-app/main/default/classes/MetadataService.cls 8365 20 8365 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5120 /force-app/main/default/classes/MetadataService.cls 8366 20 8366 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5120 /force-app/main/default/classes/MetadataService.cls 8366 20 8366 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5121 /force-app/main/default/classes/MetadataService.cls 8366 20 8366 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5121 /force-app/main/default/classes/MetadataService.cls 8366 20 8366 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5122 /force-app/main/default/classes/MetadataService.cls 8368 9 8374 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5122 /force-app/main/default/classes/MetadataService.cls 8368 9 8374 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5123 /force-app/main/default/classes/MetadataService.cls 8370 10 8370 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5123 /force-app/main/default/classes/MetadataService.cls 8370 10 8370 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5124 /force-app/main/default/classes/MetadataService.cls 8371 20 8371 96 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
5124 /force-app/main/default/classes/MetadataService.cls 8371 20 8371 96 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
5125 /force-app/main/default/classes/MetadataService.cls 8371 20 8371 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5125 /force-app/main/default/classes/MetadataService.cls 8371 20 8371 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5126 /force-app/main/default/classes/MetadataService.cls 8372 20 8372 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5126 /force-app/main/default/classes/MetadataService.cls 8372 20 8372 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5127 /force-app/main/default/classes/MetadataService.cls 8372 20 8372 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5127 /force-app/main/default/classes/MetadataService.cls 8372 20 8372 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5128 /force-app/main/default/classes/MetadataService.cls 8373 20 8373 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5128 /force-app/main/default/classes/MetadataService.cls 8373 20 8373 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5129 /force-app/main/default/classes/MetadataService.cls 8373 20 8373 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5129 /force-app/main/default/classes/MetadataService.cls 8373 20 8373 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5130 /force-app/main/default/classes/MetadataService.cls 8375 9 8381 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5130 /force-app/main/default/classes/MetadataService.cls 8375 9 8381 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5131 /force-app/main/default/classes/MetadataService.cls 8375 9 8381 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexTriggerResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5131 /force-app/main/default/classes/MetadataService.cls 8375 9 8381 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexTriggerResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5132 /force-app/main/default/classes/MetadataService.cls 8377 10 8377 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5132 /force-app/main/default/classes/MetadataService.cls 8377 10 8377 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5133 /force-app/main/default/classes/MetadataService.cls 8378 20 8378 93 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
5133 /force-app/main/default/classes/MetadataService.cls 8378 20 8378 93 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
5134 /force-app/main/default/classes/MetadataService.cls 8378 20 8378 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5134 /force-app/main/default/classes/MetadataService.cls 8378 20 8378 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5135 /force-app/main/default/classes/MetadataService.cls 8379 20 8379 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5135 /force-app/main/default/classes/MetadataService.cls 8379 20 8379 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5136 /force-app/main/default/classes/MetadataService.cls 8379 20 8379 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5136 /force-app/main/default/classes/MetadataService.cls 8379 20 8379 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5137 /force-app/main/default/classes/MetadataService.cls 8380 20 8380 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5137 /force-app/main/default/classes/MetadataService.cls 8380 20 8380 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5138 /force-app/main/default/classes/MetadataService.cls 8380 20 8380 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5138 /force-app/main/default/classes/MetadataService.cls 8380 20 8380 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5139 /force-app/main/default/classes/MetadataService.cls 8382 9 8388 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5139 /force-app/main/default/classes/MetadataService.cls 8382 9 8388 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5140 /force-app/main/default/classes/MetadataService.cls 8384 10 8384 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5140 /force-app/main/default/classes/MetadataService.cls 8384 10 8384 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5141 /force-app/main/default/classes/MetadataService.cls 8385 20 8385 96 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
5141 /force-app/main/default/classes/MetadataService.cls 8385 20 8385 96 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
5142 /force-app/main/default/classes/MetadataService.cls 8385 20 8385 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5142 /force-app/main/default/classes/MetadataService.cls 8385 20 8385 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5143 /force-app/main/default/classes/MetadataService.cls 8386 20 8386 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5143 /force-app/main/default/classes/MetadataService.cls 8386 20 8386 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5144 /force-app/main/default/classes/MetadataService.cls 8386 20 8386 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5144 /force-app/main/default/classes/MetadataService.cls 8386 20 8386 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5145 /force-app/main/default/classes/MetadataService.cls 8387 20 8387 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5145 /force-app/main/default/classes/MetadataService.cls 8387 20 8387 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5146 /force-app/main/default/classes/MetadataService.cls 8387 20 8387 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5146 /force-app/main/default/classes/MetadataService.cls 8387 20 8387 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5147 /force-app/main/default/classes/MetadataService.cls 8389 9 8395 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5147 /force-app/main/default/classes/MetadataService.cls 8389 9 8395 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5148 /force-app/main/default/classes/MetadataService.cls 8389 9 8395 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStaticResourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5148 /force-app/main/default/classes/MetadataService.cls 8389 9 8395 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStaticResourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5149 /force-app/main/default/classes/MetadataService.cls 8391 10 8391 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5149 /force-app/main/default/classes/MetadataService.cls 8391 10 8391 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5150 /force-app/main/default/classes/MetadataService.cls 8392 20 8392 93 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
5150 /force-app/main/default/classes/MetadataService.cls 8392 20 8392 93 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
5151 /force-app/main/default/classes/MetadataService.cls 8392 20 8392 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5151 /force-app/main/default/classes/MetadataService.cls 8392 20 8392 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5152 /force-app/main/default/classes/MetadataService.cls 8393 20 8393 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5152 /force-app/main/default/classes/MetadataService.cls 8393 20 8393 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5153 /force-app/main/default/classes/MetadataService.cls 8393 20 8393 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5153 /force-app/main/default/classes/MetadataService.cls 8393 20 8393 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5154 /force-app/main/default/classes/MetadataService.cls 8394 20 8394 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5154 /force-app/main/default/classes/MetadataService.cls 8394 20 8394 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5155 /force-app/main/default/classes/MetadataService.cls 8394 20 8394 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5155 /force-app/main/default/classes/MetadataService.cls 8394 20 8394 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5156 /force-app/main/default/classes/MetadataService.cls 8396 9 8402 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5156 /force-app/main/default/classes/MetadataService.cls 8396 9 8402 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5157 /force-app/main/default/classes/MetadataService.cls 8398 10 8398 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5157 /force-app/main/default/classes/MetadataService.cls 8398 10 8398 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5158 /force-app/main/default/classes/MetadataService.cls 8399 20 8399 96 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
5158 /force-app/main/default/classes/MetadataService.cls 8399 20 8399 96 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
5159 /force-app/main/default/classes/MetadataService.cls 8399 20 8399 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5159 /force-app/main/default/classes/MetadataService.cls 8399 20 8399 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5160 /force-app/main/default/classes/MetadataService.cls 8400 20 8400 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5160 /force-app/main/default/classes/MetadataService.cls 8400 20 8400 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5161 /force-app/main/default/classes/MetadataService.cls 8400 20 8400 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5161 /force-app/main/default/classes/MetadataService.cls 8400 20 8400 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5162 /force-app/main/default/classes/MetadataService.cls 8401 20 8401 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5162 /force-app/main/default/classes/MetadataService.cls 8401 20 8401 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5163 /force-app/main/default/classes/MetadataService.cls 8401 20 8401 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5163 /force-app/main/default/classes/MetadataService.cls 8401 20 8401 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5164 /force-app/main/default/classes/MetadataService.cls 8403 9 8409 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5164 /force-app/main/default/classes/MetadataService.cls 8403 9 8409 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5165 /force-app/main/default/classes/MetadataService.cls 8403 9 8409 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5165 /force-app/main/default/classes/MetadataService.cls 8403 9 8409 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5166 /force-app/main/default/classes/MetadataService.cls 8405 10 8405 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5166 /force-app/main/default/classes/MetadataService.cls 8405 10 8405 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5167 /force-app/main/default/classes/MetadataService.cls 8406 20 8406 93 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
5167 /force-app/main/default/classes/MetadataService.cls 8406 20 8406 93 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
5168 /force-app/main/default/classes/MetadataService.cls 8406 20 8406 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5168 /force-app/main/default/classes/MetadataService.cls 8406 20 8406 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5169 /force-app/main/default/classes/MetadataService.cls 8407 20 8407 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5169 /force-app/main/default/classes/MetadataService.cls 8407 20 8407 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5170 /force-app/main/default/classes/MetadataService.cls 8407 20 8407 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5170 /force-app/main/default/classes/MetadataService.cls 8407 20 8407 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5171 /force-app/main/default/classes/MetadataService.cls 8408 20 8408 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5171 /force-app/main/default/classes/MetadataService.cls 8408 20 8408 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5172 /force-app/main/default/classes/MetadataService.cls 8408 20 8408 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5172 /force-app/main/default/classes/MetadataService.cls 8408 20 8408 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5173 /force-app/main/default/classes/MetadataService.cls 8410 9 8416 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5173 /force-app/main/default/classes/MetadataService.cls 8410 9 8416 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5174 /force-app/main/default/classes/MetadataService.cls 8412 10 8412 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5174 /force-app/main/default/classes/MetadataService.cls 8412 10 8412 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5175 /force-app/main/default/classes/MetadataService.cls 8413 20 8413 96 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
5175 /force-app/main/default/classes/MetadataService.cls 8413 20 8413 96 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
5176 /force-app/main/default/classes/MetadataService.cls 8413 20 8413 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5176 /force-app/main/default/classes/MetadataService.cls 8413 20 8413 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5177 /force-app/main/default/classes/MetadataService.cls 8414 20 8414 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5177 /force-app/main/default/classes/MetadataService.cls 8414 20 8414 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5178 /force-app/main/default/classes/MetadataService.cls 8414 20 8414 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5178 /force-app/main/default/classes/MetadataService.cls 8414 20 8414 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5179 /force-app/main/default/classes/MetadataService.cls 8415 20 8415 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5179 /force-app/main/default/classes/MetadataService.cls 8415 20 8415 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5180 /force-app/main/default/classes/MetadataService.cls 8415 20 8415 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5180 /force-app/main/default/classes/MetadataService.cls 8415 20 8415 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5181 /force-app/main/default/classes/MetadataService.cls 8417 9 8423 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5181 /force-app/main/default/classes/MetadataService.cls 8417 9 8423 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5182 /force-app/main/default/classes/MetadataService.cls 8417 9 8423 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5182 /force-app/main/default/classes/MetadataService.cls 8417 9 8423 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5183 /force-app/main/default/classes/MetadataService.cls 8419 10 8419 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5183 /force-app/main/default/classes/MetadataService.cls 8419 10 8419 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5184 /force-app/main/default/classes/MetadataService.cls 8420 20 8420 93 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
5184 /force-app/main/default/classes/MetadataService.cls 8420 20 8420 93 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
5185 /force-app/main/default/classes/MetadataService.cls 8420 20 8420 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5185 /force-app/main/default/classes/MetadataService.cls 8420 20 8420 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5186 /force-app/main/default/classes/MetadataService.cls 8421 20 8421 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5186 /force-app/main/default/classes/MetadataService.cls 8421 20 8421 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5187 /force-app/main/default/classes/MetadataService.cls 8421 20 8421 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5187 /force-app/main/default/classes/MetadataService.cls 8421 20 8421 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5188 /force-app/main/default/classes/MetadataService.cls 8422 20 8422 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5188 /force-app/main/default/classes/MetadataService.cls 8422 20 8422 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5189 /force-app/main/default/classes/MetadataService.cls 8422 20 8422 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5189 /force-app/main/default/classes/MetadataService.cls 8422 20 8422 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5190 /force-app/main/default/classes/MetadataService.cls 8424 9 8430 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5190 /force-app/main/default/classes/MetadataService.cls 8424 9 8430 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5191 /force-app/main/default/classes/MetadataService.cls 8426 10 8426 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5191 /force-app/main/default/classes/MetadataService.cls 8426 10 8426 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5192 /force-app/main/default/classes/MetadataService.cls 8427 20 8427 96 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
5192 /force-app/main/default/classes/MetadataService.cls 8427 20 8427 96 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
5193 /force-app/main/default/classes/MetadataService.cls 8427 20 8427 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5193 /force-app/main/default/classes/MetadataService.cls 8427 20 8427 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5194 /force-app/main/default/classes/MetadataService.cls 8428 20 8428 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5194 /force-app/main/default/classes/MetadataService.cls 8428 20 8428 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5195 /force-app/main/default/classes/MetadataService.cls 8428 20 8428 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5195 /force-app/main/default/classes/MetadataService.cls 8428 20 8428 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5196 /force-app/main/default/classes/MetadataService.cls 8429 20 8429 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5196 /force-app/main/default/classes/MetadataService.cls 8429 20 8429 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5197 /force-app/main/default/classes/MetadataService.cls 8429 20 8429 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5197 /force-app/main/default/classes/MetadataService.cls 8429 20 8429 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5198 /force-app/main/default/classes/MetadataService.cls 8431 9 8437 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5198 /force-app/main/default/classes/MetadataService.cls 8431 9 8437 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5199 /force-app/main/default/classes/MetadataService.cls 8431 9 8437 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5199 /force-app/main/default/classes/MetadataService.cls 8431 9 8437 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5200 /force-app/main/default/classes/MetadataService.cls 8433 10 8433 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5200 /force-app/main/default/classes/MetadataService.cls 8433 10 8433 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5201 /force-app/main/default/classes/MetadataService.cls 8434 20 8434 93 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
5201 /force-app/main/default/classes/MetadataService.cls 8434 20 8434 93 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
5202 /force-app/main/default/classes/MetadataService.cls 8434 20 8434 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5202 /force-app/main/default/classes/MetadataService.cls 8434 20 8434 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5203 /force-app/main/default/classes/MetadataService.cls 8435 20 8435 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5203 /force-app/main/default/classes/MetadataService.cls 8435 20 8435 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5204 /force-app/main/default/classes/MetadataService.cls 8435 20 8435 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5204 /force-app/main/default/classes/MetadataService.cls 8435 20 8435 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5205 /force-app/main/default/classes/MetadataService.cls 8436 20 8436 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5205 /force-app/main/default/classes/MetadataService.cls 8436 20 8436 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5206 /force-app/main/default/classes/MetadataService.cls 8436 20 8436 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5206 /force-app/main/default/classes/MetadataService.cls 8436 20 8436 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5207 /force-app/main/default/classes/MetadataService.cls 8438 9 8444 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5207 /force-app/main/default/classes/MetadataService.cls 8438 9 8444 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5208 /force-app/main/default/classes/MetadataService.cls 8440 10 8440 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5208 /force-app/main/default/classes/MetadataService.cls 8440 10 8440 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5209 /force-app/main/default/classes/MetadataService.cls 8441 20 8441 96 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
5209 /force-app/main/default/classes/MetadataService.cls 8441 20 8441 96 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
5210 /force-app/main/default/classes/MetadataService.cls 8441 20 8441 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5210 /force-app/main/default/classes/MetadataService.cls 8441 20 8441 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5211 /force-app/main/default/classes/MetadataService.cls 8442 20 8442 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5211 /force-app/main/default/classes/MetadataService.cls 8442 20 8442 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5212 /force-app/main/default/classes/MetadataService.cls 8442 20 8442 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5212 /force-app/main/default/classes/MetadataService.cls 8442 20 8442 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5213 /force-app/main/default/classes/MetadataService.cls 8443 20 8443 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5213 /force-app/main/default/classes/MetadataService.cls 8443 20 8443 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5214 /force-app/main/default/classes/MetadataService.cls 8443 20 8443 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5214 /force-app/main/default/classes/MetadataService.cls 8443 20 8443 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5215 /force-app/main/default/classes/MetadataService.cls 8445 9 8451 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5215 /force-app/main/default/classes/MetadataService.cls 8445 9 8451 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5216 /force-app/main/default/classes/MetadataService.cls 8445 9 8451 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAccountSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5216 /force-app/main/default/classes/MetadataService.cls 8445 9 8451 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAccountSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5217 /force-app/main/default/classes/MetadataService.cls 8447 10 8447 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5217 /force-app/main/default/classes/MetadataService.cls 8447 10 8447 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5218 /force-app/main/default/classes/MetadataService.cls 8448 20 8448 93 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
5218 /force-app/main/default/classes/MetadataService.cls 8448 20 8448 93 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
5219 /force-app/main/default/classes/MetadataService.cls 8448 20 8448 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5219 /force-app/main/default/classes/MetadataService.cls 8448 20 8448 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5220 /force-app/main/default/classes/MetadataService.cls 8449 20 8449 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5220 /force-app/main/default/classes/MetadataService.cls 8449 20 8449 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5221 /force-app/main/default/classes/MetadataService.cls 8449 20 8449 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5221 /force-app/main/default/classes/MetadataService.cls 8449 20 8449 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5222 /force-app/main/default/classes/MetadataService.cls 8450 20 8450 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5222 /force-app/main/default/classes/MetadataService.cls 8450 20 8450 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5223 /force-app/main/default/classes/MetadataService.cls 8450 20 8450 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5223 /force-app/main/default/classes/MetadataService.cls 8450 20 8450 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5224 /force-app/main/default/classes/MetadataService.cls 8452 9 8458 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5224 /force-app/main/default/classes/MetadataService.cls 8452 9 8458 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5225 /force-app/main/default/classes/MetadataService.cls 8454 10 8454 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5225 /force-app/main/default/classes/MetadataService.cls 8454 10 8454 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5226 /force-app/main/default/classes/MetadataService.cls 8455 20 8455 96 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
5226 /force-app/main/default/classes/MetadataService.cls 8455 20 8455 96 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
5227 /force-app/main/default/classes/MetadataService.cls 8455 20 8455 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5227 /force-app/main/default/classes/MetadataService.cls 8455 20 8455 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5228 /force-app/main/default/classes/MetadataService.cls 8456 20 8456 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5228 /force-app/main/default/classes/MetadataService.cls 8456 20 8456 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5229 /force-app/main/default/classes/MetadataService.cls 8456 20 8456 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5229 /force-app/main/default/classes/MetadataService.cls 8456 20 8456 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5230 /force-app/main/default/classes/MetadataService.cls 8457 20 8457 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5230 /force-app/main/default/classes/MetadataService.cls 8457 20 8457 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5231 /force-app/main/default/classes/MetadataService.cls 8457 20 8457 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5231 /force-app/main/default/classes/MetadataService.cls 8457 20 8457 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5232 /force-app/main/default/classes/MetadataService.cls 8459 9 8465 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5232 /force-app/main/default/classes/MetadataService.cls 8459 9 8465 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5233 /force-app/main/default/classes/MetadataService.cls 8459 9 8465 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQueueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5233 /force-app/main/default/classes/MetadataService.cls 8459 9 8465 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQueueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5234 /force-app/main/default/classes/MetadataService.cls 8461 10 8461 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5234 /force-app/main/default/classes/MetadataService.cls 8461 10 8461 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5235 /force-app/main/default/classes/MetadataService.cls 8462 20 8462 93 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
5235 /force-app/main/default/classes/MetadataService.cls 8462 20 8462 93 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
5236 /force-app/main/default/classes/MetadataService.cls 8462 20 8462 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5236 /force-app/main/default/classes/MetadataService.cls 8462 20 8462 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5237 /force-app/main/default/classes/MetadataService.cls 8463 20 8463 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5237 /force-app/main/default/classes/MetadataService.cls 8463 20 8463 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5238 /force-app/main/default/classes/MetadataService.cls 8463 20 8463 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5238 /force-app/main/default/classes/MetadataService.cls 8463 20 8463 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5239 /force-app/main/default/classes/MetadataService.cls 8464 20 8464 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5239 /force-app/main/default/classes/MetadataService.cls 8464 20 8464 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5240 /force-app/main/default/classes/MetadataService.cls 8464 20 8464 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5240 /force-app/main/default/classes/MetadataService.cls 8464 20 8464 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5241 /force-app/main/default/classes/MetadataService.cls 8466 9 8472 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5241 /force-app/main/default/classes/MetadataService.cls 8466 9 8472 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5242 /force-app/main/default/classes/MetadataService.cls 8468 10 8468 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5242 /force-app/main/default/classes/MetadataService.cls 8468 10 8468 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5243 /force-app/main/default/classes/MetadataService.cls 8469 20 8469 96 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
5243 /force-app/main/default/classes/MetadataService.cls 8469 20 8469 96 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
5244 /force-app/main/default/classes/MetadataService.cls 8469 20 8469 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5244 /force-app/main/default/classes/MetadataService.cls 8469 20 8469 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5245 /force-app/main/default/classes/MetadataService.cls 8470 20 8470 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5245 /force-app/main/default/classes/MetadataService.cls 8470 20 8470 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5246 /force-app/main/default/classes/MetadataService.cls 8470 20 8470 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5246 /force-app/main/default/classes/MetadataService.cls 8470 20 8470 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5247 /force-app/main/default/classes/MetadataService.cls 8471 20 8471 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5247 /force-app/main/default/classes/MetadataService.cls 8471 20 8471 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5248 /force-app/main/default/classes/MetadataService.cls 8471 20 8471 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5248 /force-app/main/default/classes/MetadataService.cls 8471 20 8471 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5249 /force-app/main/default/classes/MetadataService.cls 8473 9 8479 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5249 /force-app/main/default/classes/MetadataService.cls 8473 9 8479 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5250 /force-app/main/default/classes/MetadataService.cls 8473 9 8479 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomDataTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5250 /force-app/main/default/classes/MetadataService.cls 8473 9 8479 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomDataTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5251 /force-app/main/default/classes/MetadataService.cls 8475 10 8475 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5251 /force-app/main/default/classes/MetadataService.cls 8475 10 8475 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5252 /force-app/main/default/classes/MetadataService.cls 8476 20 8476 93 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
5252 /force-app/main/default/classes/MetadataService.cls 8476 20 8476 93 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
5253 /force-app/main/default/classes/MetadataService.cls 8476 20 8476 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5253 /force-app/main/default/classes/MetadataService.cls 8476 20 8476 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5254 /force-app/main/default/classes/MetadataService.cls 8477 20 8477 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5254 /force-app/main/default/classes/MetadataService.cls 8477 20 8477 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5255 /force-app/main/default/classes/MetadataService.cls 8477 20 8477 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5255 /force-app/main/default/classes/MetadataService.cls 8477 20 8477 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5256 /force-app/main/default/classes/MetadataService.cls 8478 20 8478 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5256 /force-app/main/default/classes/MetadataService.cls 8478 20 8478 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5257 /force-app/main/default/classes/MetadataService.cls 8478 20 8478 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5257 /force-app/main/default/classes/MetadataService.cls 8478 20 8478 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5258 /force-app/main/default/classes/MetadataService.cls 8480 9 8486 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5258 /force-app/main/default/classes/MetadataService.cls 8480 9 8486 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5259 /force-app/main/default/classes/MetadataService.cls 8482 10 8482 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5259 /force-app/main/default/classes/MetadataService.cls 8482 10 8482 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5260 /force-app/main/default/classes/MetadataService.cls 8483 20 8483 96 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
5260 /force-app/main/default/classes/MetadataService.cls 8483 20 8483 96 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
5261 /force-app/main/default/classes/MetadataService.cls 8483 20 8483 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5261 /force-app/main/default/classes/MetadataService.cls 8483 20 8483 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5262 /force-app/main/default/classes/MetadataService.cls 8484 20 8484 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5262 /force-app/main/default/classes/MetadataService.cls 8484 20 8484 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5263 /force-app/main/default/classes/MetadataService.cls 8484 20 8484 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5263 /force-app/main/default/classes/MetadataService.cls 8484 20 8484 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5264 /force-app/main/default/classes/MetadataService.cls 8485 20 8485 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5264 /force-app/main/default/classes/MetadataService.cls 8485 20 8485 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5265 /force-app/main/default/classes/MetadataService.cls 8485 20 8485 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5265 /force-app/main/default/classes/MetadataService.cls 8485 20 8485 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5266 /force-app/main/default/classes/MetadataService.cls 8487 9 8493 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5266 /force-app/main/default/classes/MetadataService.cls 8487 9 8493 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5267 /force-app/main/default/classes/MetadataService.cls 8487 9 8493 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readExternalDataSourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5267 /force-app/main/default/classes/MetadataService.cls 8487 9 8493 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readExternalDataSourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5268 /force-app/main/default/classes/MetadataService.cls 8489 10 8489 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5268 /force-app/main/default/classes/MetadataService.cls 8489 10 8489 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5269 /force-app/main/default/classes/MetadataService.cls 8490 20 8490 93 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
5269 /force-app/main/default/classes/MetadataService.cls 8490 20 8490 93 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
5270 /force-app/main/default/classes/MetadataService.cls 8490 20 8490 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5270 /force-app/main/default/classes/MetadataService.cls 8490 20 8490 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5271 /force-app/main/default/classes/MetadataService.cls 8491 20 8491 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5271 /force-app/main/default/classes/MetadataService.cls 8491 20 8491 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5272 /force-app/main/default/classes/MetadataService.cls 8491 20 8491 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5272 /force-app/main/default/classes/MetadataService.cls 8491 20 8491 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5273 /force-app/main/default/classes/MetadataService.cls 8492 20 8492 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5273 /force-app/main/default/classes/MetadataService.cls 8492 20 8492 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5274 /force-app/main/default/classes/MetadataService.cls 8492 20 8492 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5274 /force-app/main/default/classes/MetadataService.cls 8492 20 8492 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5275 /force-app/main/default/classes/MetadataService.cls 8494 9 8500 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5275 /force-app/main/default/classes/MetadataService.cls 8494 9 8500 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5276 /force-app/main/default/classes/MetadataService.cls 8496 10 8496 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5276 /force-app/main/default/classes/MetadataService.cls 8496 10 8496 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5277 /force-app/main/default/classes/MetadataService.cls 8497 20 8497 96 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
5277 /force-app/main/default/classes/MetadataService.cls 8497 20 8497 96 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
5278 /force-app/main/default/classes/MetadataService.cls 8497 20 8497 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5278 /force-app/main/default/classes/MetadataService.cls 8497 20 8497 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5279 /force-app/main/default/classes/MetadataService.cls 8498 20 8498 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5279 /force-app/main/default/classes/MetadataService.cls 8498 20 8498 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5280 /force-app/main/default/classes/MetadataService.cls 8498 20 8498 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5280 /force-app/main/default/classes/MetadataService.cls 8498 20 8498 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5281 /force-app/main/default/classes/MetadataService.cls 8499 20 8499 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5281 /force-app/main/default/classes/MetadataService.cls 8499 20 8499 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5282 /force-app/main/default/classes/MetadataService.cls 8499 20 8499 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5282 /force-app/main/default/classes/MetadataService.cls 8499 20 8499 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5283 /force-app/main/default/classes/MetadataService.cls 8501 9 8507 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5283 /force-app/main/default/classes/MetadataService.cls 8501 9 8507 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5284 /force-app/main/default/classes/MetadataService.cls 8501 9 8507 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5284 /force-app/main/default/classes/MetadataService.cls 8501 9 8507 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5285 /force-app/main/default/classes/MetadataService.cls 8503 10 8503 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5285 /force-app/main/default/classes/MetadataService.cls 8503 10 8503 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5286 /force-app/main/default/classes/MetadataService.cls 8504 20 8504 93 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
5286 /force-app/main/default/classes/MetadataService.cls 8504 20 8504 93 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
5287 /force-app/main/default/classes/MetadataService.cls 8504 20 8504 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5287 /force-app/main/default/classes/MetadataService.cls 8504 20 8504 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5288 /force-app/main/default/classes/MetadataService.cls 8505 20 8505 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5288 /force-app/main/default/classes/MetadataService.cls 8505 20 8505 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5289 /force-app/main/default/classes/MetadataService.cls 8505 20 8505 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5289 /force-app/main/default/classes/MetadataService.cls 8505 20 8505 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5290 /force-app/main/default/classes/MetadataService.cls 8506 20 8506 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5290 /force-app/main/default/classes/MetadataService.cls 8506 20 8506 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5291 /force-app/main/default/classes/MetadataService.cls 8506 20 8506 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5291 /force-app/main/default/classes/MetadataService.cls 8506 20 8506 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5292 /force-app/main/default/classes/MetadataService.cls 8508 9 8514 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5292 /force-app/main/default/classes/MetadataService.cls 8508 9 8514 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5293 /force-app/main/default/classes/MetadataService.cls 8510 10 8510 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5293 /force-app/main/default/classes/MetadataService.cls 8510 10 8510 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5294 /force-app/main/default/classes/MetadataService.cls 8511 20 8511 96 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
5294 /force-app/main/default/classes/MetadataService.cls 8511 20 8511 96 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
5295 /force-app/main/default/classes/MetadataService.cls 8511 20 8511 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5295 /force-app/main/default/classes/MetadataService.cls 8511 20 8511 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5296 /force-app/main/default/classes/MetadataService.cls 8512 20 8512 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5296 /force-app/main/default/classes/MetadataService.cls 8512 20 8512 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5297 /force-app/main/default/classes/MetadataService.cls 8512 20 8512 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5297 /force-app/main/default/classes/MetadataService.cls 8512 20 8512 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5298 /force-app/main/default/classes/MetadataService.cls 8513 20 8513 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5298 /force-app/main/default/classes/MetadataService.cls 8513 20 8513 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5299 /force-app/main/default/classes/MetadataService.cls 8513 20 8513 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5299 /force-app/main/default/classes/MetadataService.cls 8513 20 8513 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5300 /force-app/main/default/classes/MetadataService.cls 8515 9 8521 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5300 /force-app/main/default/classes/MetadataService.cls 8515 9 8521 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5301 /force-app/main/default/classes/MetadataService.cls 8515 9 8521 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5301 /force-app/main/default/classes/MetadataService.cls 8515 9 8521 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5302 /force-app/main/default/classes/MetadataService.cls 8517 10 8517 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5302 /force-app/main/default/classes/MetadataService.cls 8517 10 8517 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5303 /force-app/main/default/classes/MetadataService.cls 8518 20 8518 93 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
5303 /force-app/main/default/classes/MetadataService.cls 8518 20 8518 93 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
5304 /force-app/main/default/classes/MetadataService.cls 8518 20 8518 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5304 /force-app/main/default/classes/MetadataService.cls 8518 20 8518 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5305 /force-app/main/default/classes/MetadataService.cls 8519 20 8519 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5305 /force-app/main/default/classes/MetadataService.cls 8519 20 8519 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5306 /force-app/main/default/classes/MetadataService.cls 8519 20 8519 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5306 /force-app/main/default/classes/MetadataService.cls 8519 20 8519 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5307 /force-app/main/default/classes/MetadataService.cls 8520 20 8520 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5307 /force-app/main/default/classes/MetadataService.cls 8520 20 8520 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5308 /force-app/main/default/classes/MetadataService.cls 8520 20 8520 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5308 /force-app/main/default/classes/MetadataService.cls 8520 20 8520 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5309 /force-app/main/default/classes/MetadataService.cls 8522 9 8528 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5309 /force-app/main/default/classes/MetadataService.cls 8522 9 8528 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5310 /force-app/main/default/classes/MetadataService.cls 8524 10 8524 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5310 /force-app/main/default/classes/MetadataService.cls 8524 10 8524 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5311 /force-app/main/default/classes/MetadataService.cls 8525 20 8525 96 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
5311 /force-app/main/default/classes/MetadataService.cls 8525 20 8525 96 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
5312 /force-app/main/default/classes/MetadataService.cls 8525 20 8525 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5312 /force-app/main/default/classes/MetadataService.cls 8525 20 8525 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5313 /force-app/main/default/classes/MetadataService.cls 8526 20 8526 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5313 /force-app/main/default/classes/MetadataService.cls 8526 20 8526 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5314 /force-app/main/default/classes/MetadataService.cls 8526 20 8526 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5314 /force-app/main/default/classes/MetadataService.cls 8526 20 8526 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5315 /force-app/main/default/classes/MetadataService.cls 8527 20 8527 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5315 /force-app/main/default/classes/MetadataService.cls 8527 20 8527 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5316 /force-app/main/default/classes/MetadataService.cls 8527 20 8527 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5316 /force-app/main/default/classes/MetadataService.cls 8527 20 8527 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5317 /force-app/main/default/classes/MetadataService.cls 8529 9 8535 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5317 /force-app/main/default/classes/MetadataService.cls 8529 9 8535 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5318 /force-app/main/default/classes/MetadataService.cls 8529 9 8535 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompactLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5318 /force-app/main/default/classes/MetadataService.cls 8529 9 8535 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompactLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5319 /force-app/main/default/classes/MetadataService.cls 8531 10 8531 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5319 /force-app/main/default/classes/MetadataService.cls 8531 10 8531 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5320 /force-app/main/default/classes/MetadataService.cls 8532 20 8532 93 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
5320 /force-app/main/default/classes/MetadataService.cls 8532 20 8532 93 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
5321 /force-app/main/default/classes/MetadataService.cls 8532 20 8532 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5321 /force-app/main/default/classes/MetadataService.cls 8532 20 8532 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5322 /force-app/main/default/classes/MetadataService.cls 8533 20 8533 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5322 /force-app/main/default/classes/MetadataService.cls 8533 20 8533 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5323 /force-app/main/default/classes/MetadataService.cls 8533 20 8533 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5323 /force-app/main/default/classes/MetadataService.cls 8533 20 8533 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5324 /force-app/main/default/classes/MetadataService.cls 8534 20 8534 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5324 /force-app/main/default/classes/MetadataService.cls 8534 20 8534 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5325 /force-app/main/default/classes/MetadataService.cls 8534 20 8534 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5325 /force-app/main/default/classes/MetadataService.cls 8534 20 8534 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5326 /force-app/main/default/classes/MetadataService.cls 8536 9 8542 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5326 /force-app/main/default/classes/MetadataService.cls 8536 9 8542 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5327 /force-app/main/default/classes/MetadataService.cls 8538 10 8538 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5327 /force-app/main/default/classes/MetadataService.cls 8538 10 8538 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5328 /force-app/main/default/classes/MetadataService.cls 8539 20 8539 96 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
5328 /force-app/main/default/classes/MetadataService.cls 8539 20 8539 96 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
5329 /force-app/main/default/classes/MetadataService.cls 8539 20 8539 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5329 /force-app/main/default/classes/MetadataService.cls 8539 20 8539 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5330 /force-app/main/default/classes/MetadataService.cls 8540 20 8540 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5330 /force-app/main/default/classes/MetadataService.cls 8540 20 8540 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5331 /force-app/main/default/classes/MetadataService.cls 8540 20 8540 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5331 /force-app/main/default/classes/MetadataService.cls 8540 20 8540 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5332 /force-app/main/default/classes/MetadataService.cls 8541 20 8541 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5332 /force-app/main/default/classes/MetadataService.cls 8541 20 8541 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5333 /force-app/main/default/classes/MetadataService.cls 8541 20 8541 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5333 /force-app/main/default/classes/MetadataService.cls 8541 20 8541 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5334 /force-app/main/default/classes/MetadataService.cls 8543 9 8549 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5334 /force-app/main/default/classes/MetadataService.cls 8543 9 8549 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5335 /force-app/main/default/classes/MetadataService.cls 8543 9 8549 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingReasonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5335 /force-app/main/default/classes/MetadataService.cls 8543 9 8549 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingReasonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5336 /force-app/main/default/classes/MetadataService.cls 8545 10 8545 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5336 /force-app/main/default/classes/MetadataService.cls 8545 10 8545 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5337 /force-app/main/default/classes/MetadataService.cls 8546 20 8546 93 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
5337 /force-app/main/default/classes/MetadataService.cls 8546 20 8546 93 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
5338 /force-app/main/default/classes/MetadataService.cls 8546 20 8546 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5338 /force-app/main/default/classes/MetadataService.cls 8546 20 8546 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5339 /force-app/main/default/classes/MetadataService.cls 8547 20 8547 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5339 /force-app/main/default/classes/MetadataService.cls 8547 20 8547 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5340 /force-app/main/default/classes/MetadataService.cls 8547 20 8547 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5340 /force-app/main/default/classes/MetadataService.cls 8547 20 8547 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5341 /force-app/main/default/classes/MetadataService.cls 8548 20 8548 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5341 /force-app/main/default/classes/MetadataService.cls 8548 20 8548 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5342 /force-app/main/default/classes/MetadataService.cls 8548 20 8548 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5342 /force-app/main/default/classes/MetadataService.cls 8548 20 8548 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5343 /force-app/main/default/classes/MetadataService.cls 8550 9 8556 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5343 /force-app/main/default/classes/MetadataService.cls 8550 9 8556 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5344 /force-app/main/default/classes/MetadataService.cls 8552 10 8552 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5344 /force-app/main/default/classes/MetadataService.cls 8552 10 8552 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5345 /force-app/main/default/classes/MetadataService.cls 8553 20 8553 96 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
5345 /force-app/main/default/classes/MetadataService.cls 8553 20 8553 96 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
5346 /force-app/main/default/classes/MetadataService.cls 8553 20 8553 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5346 /force-app/main/default/classes/MetadataService.cls 8553 20 8553 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5347 /force-app/main/default/classes/MetadataService.cls 8554 20 8554 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5347 /force-app/main/default/classes/MetadataService.cls 8554 20 8554 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5348 /force-app/main/default/classes/MetadataService.cls 8554 20 8554 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5348 /force-app/main/default/classes/MetadataService.cls 8554 20 8554 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5349 /force-app/main/default/classes/MetadataService.cls 8555 20 8555 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5349 /force-app/main/default/classes/MetadataService.cls 8555 20 8555 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5350 /force-app/main/default/classes/MetadataService.cls 8555 20 8555 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5350 /force-app/main/default/classes/MetadataService.cls 8555 20 8555 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5351 /force-app/main/default/classes/MetadataService.cls 8557 9 8563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5351 /force-app/main/default/classes/MetadataService.cls 8557 9 8563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5352 /force-app/main/default/classes/MetadataService.cls 8557 9 8563 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readValidationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5352 /force-app/main/default/classes/MetadataService.cls 8557 9 8563 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readValidationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5353 /force-app/main/default/classes/MetadataService.cls 8559 10 8559 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5353 /force-app/main/default/classes/MetadataService.cls 8559 10 8559 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5354 /force-app/main/default/classes/MetadataService.cls 8560 20 8560 93 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
5354 /force-app/main/default/classes/MetadataService.cls 8560 20 8560 93 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
5355 /force-app/main/default/classes/MetadataService.cls 8560 20 8560 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5355 /force-app/main/default/classes/MetadataService.cls 8560 20 8560 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5356 /force-app/main/default/classes/MetadataService.cls 8561 20 8561 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5356 /force-app/main/default/classes/MetadataService.cls 8561 20 8561 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5357 /force-app/main/default/classes/MetadataService.cls 8561 20 8561 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5357 /force-app/main/default/classes/MetadataService.cls 8561 20 8561 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5358 /force-app/main/default/classes/MetadataService.cls 8562 20 8562 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5358 /force-app/main/default/classes/MetadataService.cls 8562 20 8562 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5359 /force-app/main/default/classes/MetadataService.cls 8562 20 8562 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5359 /force-app/main/default/classes/MetadataService.cls 8562 20 8562 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5360 /force-app/main/default/classes/MetadataService.cls 8564 9 8570 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5360 /force-app/main/default/classes/MetadataService.cls 8564 9 8570 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5361 /force-app/main/default/classes/MetadataService.cls 8566 10 8566 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5361 /force-app/main/default/classes/MetadataService.cls 8566 10 8566 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5362 /force-app/main/default/classes/MetadataService.cls 8567 20 8567 96 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
5362 /force-app/main/default/classes/MetadataService.cls 8567 20 8567 96 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
5363 /force-app/main/default/classes/MetadataService.cls 8567 20 8567 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5363 /force-app/main/default/classes/MetadataService.cls 8567 20 8567 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5364 /force-app/main/default/classes/MetadataService.cls 8568 20 8568 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5364 /force-app/main/default/classes/MetadataService.cls 8568 20 8568 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5365 /force-app/main/default/classes/MetadataService.cls 8568 20 8568 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5365 /force-app/main/default/classes/MetadataService.cls 8568 20 8568 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5366 /force-app/main/default/classes/MetadataService.cls 8569 20 8569 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5366 /force-app/main/default/classes/MetadataService.cls 8569 20 8569 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5367 /force-app/main/default/classes/MetadataService.cls 8569 20 8569 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5367 /force-app/main/default/classes/MetadataService.cls 8569 20 8569 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5368 /force-app/main/default/classes/MetadataService.cls 8571 9 8577 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5368 /force-app/main/default/classes/MetadataService.cls 8571 9 8577 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5369 /force-app/main/default/classes/MetadataService.cls 8571 9 8577 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5369 /force-app/main/default/classes/MetadataService.cls 8571 9 8577 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5370 /force-app/main/default/classes/MetadataService.cls 8573 10 8573 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5370 /force-app/main/default/classes/MetadataService.cls 8573 10 8573 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5371 /force-app/main/default/classes/MetadataService.cls 8574 20 8574 93 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
5371 /force-app/main/default/classes/MetadataService.cls 8574 20 8574 93 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
5372 /force-app/main/default/classes/MetadataService.cls 8574 20 8574 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5372 /force-app/main/default/classes/MetadataService.cls 8574 20 8574 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5373 /force-app/main/default/classes/MetadataService.cls 8575 20 8575 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5373 /force-app/main/default/classes/MetadataService.cls 8575 20 8575 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5374 /force-app/main/default/classes/MetadataService.cls 8575 20 8575 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5374 /force-app/main/default/classes/MetadataService.cls 8575 20 8575 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5375 /force-app/main/default/classes/MetadataService.cls 8576 20 8576 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5375 /force-app/main/default/classes/MetadataService.cls 8576 20 8576 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5376 /force-app/main/default/classes/MetadataService.cls 8576 20 8576 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5376 /force-app/main/default/classes/MetadataService.cls 8576 20 8576 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5377 /force-app/main/default/classes/MetadataService.cls 8578 9 8584 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5377 /force-app/main/default/classes/MetadataService.cls 8578 9 8584 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5378 /force-app/main/default/classes/MetadataService.cls 8580 10 8580 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5378 /force-app/main/default/classes/MetadataService.cls 8580 10 8580 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5379 /force-app/main/default/classes/MetadataService.cls 8581 20 8581 96 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
5379 /force-app/main/default/classes/MetadataService.cls 8581 20 8581 96 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
5380 /force-app/main/default/classes/MetadataService.cls 8581 20 8581 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5380 /force-app/main/default/classes/MetadataService.cls 8581 20 8581 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5381 /force-app/main/default/classes/MetadataService.cls 8582 20 8582 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5381 /force-app/main/default/classes/MetadataService.cls 8582 20 8582 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5382 /force-app/main/default/classes/MetadataService.cls 8582 20 8582 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5382 /force-app/main/default/classes/MetadataService.cls 8582 20 8582 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5383 /force-app/main/default/classes/MetadataService.cls 8583 20 8583 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5383 /force-app/main/default/classes/MetadataService.cls 8583 20 8583 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5384 /force-app/main/default/classes/MetadataService.cls 8583 20 8583 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5384 /force-app/main/default/classes/MetadataService.cls 8583 20 8583 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5385 /force-app/main/default/classes/MetadataService.cls 8585 9 8591 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5385 /force-app/main/default/classes/MetadataService.cls 8585 9 8591 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5386 /force-app/main/default/classes/MetadataService.cls 8585 9 8591 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5386 /force-app/main/default/classes/MetadataService.cls 8585 9 8591 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5387 /force-app/main/default/classes/MetadataService.cls 8587 10 8587 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5387 /force-app/main/default/classes/MetadataService.cls 8587 10 8587 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5388 /force-app/main/default/classes/MetadataService.cls 8588 20 8588 93 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
5388 /force-app/main/default/classes/MetadataService.cls 8588 20 8588 93 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
5389 /force-app/main/default/classes/MetadataService.cls 8588 20 8588 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5389 /force-app/main/default/classes/MetadataService.cls 8588 20 8588 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5390 /force-app/main/default/classes/MetadataService.cls 8589 20 8589 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5390 /force-app/main/default/classes/MetadataService.cls 8589 20 8589 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5391 /force-app/main/default/classes/MetadataService.cls 8589 20 8589 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5391 /force-app/main/default/classes/MetadataService.cls 8589 20 8589 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5392 /force-app/main/default/classes/MetadataService.cls 8590 20 8590 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5392 /force-app/main/default/classes/MetadataService.cls 8590 20 8590 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5393 /force-app/main/default/classes/MetadataService.cls 8590 20 8590 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5393 /force-app/main/default/classes/MetadataService.cls 8590 20 8590 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5394 /force-app/main/default/classes/MetadataService.cls 8592 9 8598 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5394 /force-app/main/default/classes/MetadataService.cls 8592 9 8598 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5395 /force-app/main/default/classes/MetadataService.cls 8594 10 8594 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5395 /force-app/main/default/classes/MetadataService.cls 8594 10 8594 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5396 /force-app/main/default/classes/MetadataService.cls 8595 20 8595 96 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
5396 /force-app/main/default/classes/MetadataService.cls 8595 20 8595 96 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
5397 /force-app/main/default/classes/MetadataService.cls 8595 20 8595 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5397 /force-app/main/default/classes/MetadataService.cls 8595 20 8595 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5398 /force-app/main/default/classes/MetadataService.cls 8596 20 8596 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5398 /force-app/main/default/classes/MetadataService.cls 8596 20 8596 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5399 /force-app/main/default/classes/MetadataService.cls 8596 20 8596 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5399 /force-app/main/default/classes/MetadataService.cls 8596 20 8596 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5400 /force-app/main/default/classes/MetadataService.cls 8597 20 8597 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5400 /force-app/main/default/classes/MetadataService.cls 8597 20 8597 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5401 /force-app/main/default/classes/MetadataService.cls 8597 20 8597 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5401 /force-app/main/default/classes/MetadataService.cls 8597 20 8597 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5402 /force-app/main/default/classes/MetadataService.cls 8599 9 8605 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5402 /force-app/main/default/classes/MetadataService.cls 8599 9 8605 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5403 /force-app/main/default/classes/MetadataService.cls 8599 9 8605 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5403 /force-app/main/default/classes/MetadataService.cls 8599 9 8605 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5404 /force-app/main/default/classes/MetadataService.cls 8601 10 8601 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5404 /force-app/main/default/classes/MetadataService.cls 8601 10 8601 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5405 /force-app/main/default/classes/MetadataService.cls 8602 20 8602 93 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
5405 /force-app/main/default/classes/MetadataService.cls 8602 20 8602 93 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
5406 /force-app/main/default/classes/MetadataService.cls 8602 20 8602 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5406 /force-app/main/default/classes/MetadataService.cls 8602 20 8602 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5407 /force-app/main/default/classes/MetadataService.cls 8603 20 8603 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5407 /force-app/main/default/classes/MetadataService.cls 8603 20 8603 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5408 /force-app/main/default/classes/MetadataService.cls 8603 20 8603 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5408 /force-app/main/default/classes/MetadataService.cls 8603 20 8603 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5409 /force-app/main/default/classes/MetadataService.cls 8604 20 8604 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5409 /force-app/main/default/classes/MetadataService.cls 8604 20 8604 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5410 /force-app/main/default/classes/MetadataService.cls 8604 20 8604 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5410 /force-app/main/default/classes/MetadataService.cls 8604 20 8604 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5411 /force-app/main/default/classes/MetadataService.cls 8606 9 8612 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5411 /force-app/main/default/classes/MetadataService.cls 8606 9 8612 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5412 /force-app/main/default/classes/MetadataService.cls 8608 10 8608 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5412 /force-app/main/default/classes/MetadataService.cls 8608 10 8608 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5413 /force-app/main/default/classes/MetadataService.cls 8609 20 8609 96 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
5413 /force-app/main/default/classes/MetadataService.cls 8609 20 8609 96 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
5414 /force-app/main/default/classes/MetadataService.cls 8609 20 8609 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5414 /force-app/main/default/classes/MetadataService.cls 8609 20 8609 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5415 /force-app/main/default/classes/MetadataService.cls 8610 20 8610 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5415 /force-app/main/default/classes/MetadataService.cls 8610 20 8610 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5416 /force-app/main/default/classes/MetadataService.cls 8610 20 8610 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5416 /force-app/main/default/classes/MetadataService.cls 8610 20 8610 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5417 /force-app/main/default/classes/MetadataService.cls 8611 20 8611 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5417 /force-app/main/default/classes/MetadataService.cls 8611 20 8611 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5418 /force-app/main/default/classes/MetadataService.cls 8611 20 8611 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5418 /force-app/main/default/classes/MetadataService.cls 8611 20 8611 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5419 /force-app/main/default/classes/MetadataService.cls 8613 9 8619 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5419 /force-app/main/default/classes/MetadataService.cls 8613 9 8619 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5420 /force-app/main/default/classes/MetadataService.cls 8613 9 8619 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAnalyticSnapshotResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5420 /force-app/main/default/classes/MetadataService.cls 8613 9 8619 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAnalyticSnapshotResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5421 /force-app/main/default/classes/MetadataService.cls 8615 10 8615 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5421 /force-app/main/default/classes/MetadataService.cls 8615 10 8615 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5422 /force-app/main/default/classes/MetadataService.cls 8616 20 8616 93 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
5422 /force-app/main/default/classes/MetadataService.cls 8616 20 8616 93 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
5423 /force-app/main/default/classes/MetadataService.cls 8616 20 8616 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5423 /force-app/main/default/classes/MetadataService.cls 8616 20 8616 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5424 /force-app/main/default/classes/MetadataService.cls 8617 20 8617 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5424 /force-app/main/default/classes/MetadataService.cls 8617 20 8617 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5425 /force-app/main/default/classes/MetadataService.cls 8617 20 8617 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5425 /force-app/main/default/classes/MetadataService.cls 8617 20 8617 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5426 /force-app/main/default/classes/MetadataService.cls 8618 20 8618 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5426 /force-app/main/default/classes/MetadataService.cls 8618 20 8618 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5427 /force-app/main/default/classes/MetadataService.cls 8618 20 8618 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5427 /force-app/main/default/classes/MetadataService.cls 8618 20 8618 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5428 /force-app/main/default/classes/MetadataService.cls 8620 9 8626 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5428 /force-app/main/default/classes/MetadataService.cls 8620 9 8626 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5429 /force-app/main/default/classes/MetadataService.cls 8622 10 8622 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5429 /force-app/main/default/classes/MetadataService.cls 8622 10 8622 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5430 /force-app/main/default/classes/MetadataService.cls 8623 20 8623 96 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
5430 /force-app/main/default/classes/MetadataService.cls 8623 20 8623 96 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
5431 /force-app/main/default/classes/MetadataService.cls 8623 20 8623 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5431 /force-app/main/default/classes/MetadataService.cls 8623 20 8623 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5432 /force-app/main/default/classes/MetadataService.cls 8624 20 8624 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5432 /force-app/main/default/classes/MetadataService.cls 8624 20 8624 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5433 /force-app/main/default/classes/MetadataService.cls 8624 20 8624 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5433 /force-app/main/default/classes/MetadataService.cls 8624 20 8624 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5434 /force-app/main/default/classes/MetadataService.cls 8625 20 8625 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5434 /force-app/main/default/classes/MetadataService.cls 8625 20 8625 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5435 /force-app/main/default/classes/MetadataService.cls 8625 20 8625 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5435 /force-app/main/default/classes/MetadataService.cls 8625 20 8625 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5436 /force-app/main/default/classes/MetadataService.cls 8627 9 8633 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5436 /force-app/main/default/classes/MetadataService.cls 8627 9 8633 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5437 /force-app/main/default/classes/MetadataService.cls 8627 9 8633 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPageWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5437 /force-app/main/default/classes/MetadataService.cls 8627 9 8633 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPageWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5438 /force-app/main/default/classes/MetadataService.cls 8629 10 8629 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5438 /force-app/main/default/classes/MetadataService.cls 8629 10 8629 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5439 /force-app/main/default/classes/MetadataService.cls 8630 20 8630 93 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
5439 /force-app/main/default/classes/MetadataService.cls 8630 20 8630 93 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
5440 /force-app/main/default/classes/MetadataService.cls 8630 20 8630 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5440 /force-app/main/default/classes/MetadataService.cls 8630 20 8630 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5441 /force-app/main/default/classes/MetadataService.cls 8631 20 8631 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5441 /force-app/main/default/classes/MetadataService.cls 8631 20 8631 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5442 /force-app/main/default/classes/MetadataService.cls 8631 20 8631 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5442 /force-app/main/default/classes/MetadataService.cls 8631 20 8631 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5443 /force-app/main/default/classes/MetadataService.cls 8632 20 8632 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5443 /force-app/main/default/classes/MetadataService.cls 8632 20 8632 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5444 /force-app/main/default/classes/MetadataService.cls 8632 20 8632 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5444 /force-app/main/default/classes/MetadataService.cls 8632 20 8632 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5445 /force-app/main/default/classes/MetadataService.cls 8634 9 8640 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5445 /force-app/main/default/classes/MetadataService.cls 8634 9 8640 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5446 /force-app/main/default/classes/MetadataService.cls 8636 10 8636 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5446 /force-app/main/default/classes/MetadataService.cls 8636 10 8636 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5447 /force-app/main/default/classes/MetadataService.cls 8637 20 8637 96 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
5447 /force-app/main/default/classes/MetadataService.cls 8637 20 8637 96 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
5448 /force-app/main/default/classes/MetadataService.cls 8637 20 8637 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5448 /force-app/main/default/classes/MetadataService.cls 8637 20 8637 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5449 /force-app/main/default/classes/MetadataService.cls 8638 20 8638 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5449 /force-app/main/default/classes/MetadataService.cls 8638 20 8638 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5450 /force-app/main/default/classes/MetadataService.cls 8638 20 8638 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5450 /force-app/main/default/classes/MetadataService.cls 8638 20 8638 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5451 /force-app/main/default/classes/MetadataService.cls 8639 20 8639 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5451 /force-app/main/default/classes/MetadataService.cls 8639 20 8639 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5452 /force-app/main/default/classes/MetadataService.cls 8639 20 8639 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5452 /force-app/main/default/classes/MetadataService.cls 8639 20 8639 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5453 /force-app/main/default/classes/MetadataService.cls 8641 9 8647 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5453 /force-app/main/default/classes/MetadataService.cls 8641 9 8647 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5454 /force-app/main/default/classes/MetadataService.cls 8641 9 8647 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuickActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5454 /force-app/main/default/classes/MetadataService.cls 8641 9 8647 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuickActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5455 /force-app/main/default/classes/MetadataService.cls 8643 10 8643 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5455 /force-app/main/default/classes/MetadataService.cls 8643 10 8643 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5456 /force-app/main/default/classes/MetadataService.cls 8644 20 8644 93 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
5456 /force-app/main/default/classes/MetadataService.cls 8644 20 8644 93 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
5457 /force-app/main/default/classes/MetadataService.cls 8644 20 8644 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5457 /force-app/main/default/classes/MetadataService.cls 8644 20 8644 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5458 /force-app/main/default/classes/MetadataService.cls 8645 20 8645 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5458 /force-app/main/default/classes/MetadataService.cls 8645 20 8645 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5459 /force-app/main/default/classes/MetadataService.cls 8645 20 8645 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5459 /force-app/main/default/classes/MetadataService.cls 8645 20 8645 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5460 /force-app/main/default/classes/MetadataService.cls 8646 20 8646 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5460 /force-app/main/default/classes/MetadataService.cls 8646 20 8646 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5461 /force-app/main/default/classes/MetadataService.cls 8646 20 8646 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5461 /force-app/main/default/classes/MetadataService.cls 8646 20 8646 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5462 /force-app/main/default/classes/MetadataService.cls 8648 9 8654 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5462 /force-app/main/default/classes/MetadataService.cls 8648 9 8654 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5463 /force-app/main/default/classes/MetadataService.cls 8650 10 8650 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5463 /force-app/main/default/classes/MetadataService.cls 8650 10 8650 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5464 /force-app/main/default/classes/MetadataService.cls 8651 20 8651 96 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
5464 /force-app/main/default/classes/MetadataService.cls 8651 20 8651 96 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
5465 /force-app/main/default/classes/MetadataService.cls 8651 20 8651 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5465 /force-app/main/default/classes/MetadataService.cls 8651 20 8651 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5466 /force-app/main/default/classes/MetadataService.cls 8652 20 8652 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5466 /force-app/main/default/classes/MetadataService.cls 8652 20 8652 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5467 /force-app/main/default/classes/MetadataService.cls 8652 20 8652 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5467 /force-app/main/default/classes/MetadataService.cls 8652 20 8652 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5468 /force-app/main/default/classes/MetadataService.cls 8653 20 8653 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5468 /force-app/main/default/classes/MetadataService.cls 8653 20 8653 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5469 /force-app/main/default/classes/MetadataService.cls 8653 20 8653 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5469 /force-app/main/default/classes/MetadataService.cls 8653 20 8653 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5470 /force-app/main/default/classes/MetadataService.cls 8655 9 8661 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5470 /force-app/main/default/classes/MetadataService.cls 8655 9 8661 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5471 /force-app/main/default/classes/MetadataService.cls 8655 9 8661 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlexiPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5471 /force-app/main/default/classes/MetadataService.cls 8655 9 8661 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlexiPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5472 /force-app/main/default/classes/MetadataService.cls 8657 10 8657 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5472 /force-app/main/default/classes/MetadataService.cls 8657 10 8657 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5473 /force-app/main/default/classes/MetadataService.cls 8658 20 8658 93 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
5473 /force-app/main/default/classes/MetadataService.cls 8658 20 8658 93 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
5474 /force-app/main/default/classes/MetadataService.cls 8658 20 8658 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5474 /force-app/main/default/classes/MetadataService.cls 8658 20 8658 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5475 /force-app/main/default/classes/MetadataService.cls 8659 20 8659 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5475 /force-app/main/default/classes/MetadataService.cls 8659 20 8659 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5476 /force-app/main/default/classes/MetadataService.cls 8659 20 8659 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5476 /force-app/main/default/classes/MetadataService.cls 8659 20 8659 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5477 /force-app/main/default/classes/MetadataService.cls 8660 20 8660 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5477 /force-app/main/default/classes/MetadataService.cls 8660 20 8660 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5478 /force-app/main/default/classes/MetadataService.cls 8660 20 8660 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5478 /force-app/main/default/classes/MetadataService.cls 8660 20 8660 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5479 /force-app/main/default/classes/MetadataService.cls 8662 9 8668 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5479 /force-app/main/default/classes/MetadataService.cls 8662 9 8668 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5480 /force-app/main/default/classes/MetadataService.cls 8664 10 8664 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5480 /force-app/main/default/classes/MetadataService.cls 8664 10 8664 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5481 /force-app/main/default/classes/MetadataService.cls 8665 20 8665 96 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
5481 /force-app/main/default/classes/MetadataService.cls 8665 20 8665 96 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
5482 /force-app/main/default/classes/MetadataService.cls 8665 20 8665 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5482 /force-app/main/default/classes/MetadataService.cls 8665 20 8665 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5483 /force-app/main/default/classes/MetadataService.cls 8666 20 8666 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5483 /force-app/main/default/classes/MetadataService.cls 8666 20 8666 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5484 /force-app/main/default/classes/MetadataService.cls 8666 20 8666 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5484 /force-app/main/default/classes/MetadataService.cls 8666 20 8666 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5485 /force-app/main/default/classes/MetadataService.cls 8667 20 8667 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5485 /force-app/main/default/classes/MetadataService.cls 8667 20 8667 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5486 /force-app/main/default/classes/MetadataService.cls 8667 20 8667 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5486 /force-app/main/default/classes/MetadataService.cls 8667 20 8667 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5487 /force-app/main/default/classes/MetadataService.cls 8669 9 8675 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5487 /force-app/main/default/classes/MetadataService.cls 8669 9 8675 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5488 /force-app/main/default/classes/MetadataService.cls 8669 9 8675 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomTabResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5488 /force-app/main/default/classes/MetadataService.cls 8669 9 8675 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomTabResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5489 /force-app/main/default/classes/MetadataService.cls 8671 10 8671 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5489 /force-app/main/default/classes/MetadataService.cls 8671 10 8671 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5490 /force-app/main/default/classes/MetadataService.cls 8672 20 8672 93 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
5490 /force-app/main/default/classes/MetadataService.cls 8672 20 8672 93 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
5491 /force-app/main/default/classes/MetadataService.cls 8672 20 8672 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5491 /force-app/main/default/classes/MetadataService.cls 8672 20 8672 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5492 /force-app/main/default/classes/MetadataService.cls 8673 20 8673 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5492 /force-app/main/default/classes/MetadataService.cls 8673 20 8673 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5493 /force-app/main/default/classes/MetadataService.cls 8673 20 8673 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5493 /force-app/main/default/classes/MetadataService.cls 8673 20 8673 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5494 /force-app/main/default/classes/MetadataService.cls 8674 20 8674 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5494 /force-app/main/default/classes/MetadataService.cls 8674 20 8674 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5495 /force-app/main/default/classes/MetadataService.cls 8674 20 8674 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5495 /force-app/main/default/classes/MetadataService.cls 8674 20 8674 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5496 /force-app/main/default/classes/MetadataService.cls 8676 9 8682 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5496 /force-app/main/default/classes/MetadataService.cls 8676 9 8682 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5497 /force-app/main/default/classes/MetadataService.cls 8678 10 8678 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5497 /force-app/main/default/classes/MetadataService.cls 8678 10 8678 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5498 /force-app/main/default/classes/MetadataService.cls 8679 20 8679 96 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
5498 /force-app/main/default/classes/MetadataService.cls 8679 20 8679 96 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
5499 /force-app/main/default/classes/MetadataService.cls 8679 20 8679 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5499 /force-app/main/default/classes/MetadataService.cls 8679 20 8679 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5500 /force-app/main/default/classes/MetadataService.cls 8680 20 8680 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5500 /force-app/main/default/classes/MetadataService.cls 8680 20 8680 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5501 /force-app/main/default/classes/MetadataService.cls 8680 20 8680 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5501 /force-app/main/default/classes/MetadataService.cls 8680 20 8680 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5502 /force-app/main/default/classes/MetadataService.cls 8681 20 8681 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5502 /force-app/main/default/classes/MetadataService.cls 8681 20 8681 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5503 /force-app/main/default/classes/MetadataService.cls 8681 20 8681 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5503 /force-app/main/default/classes/MetadataService.cls 8681 20 8681 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5504 /force-app/main/default/classes/MetadataService.cls 8683 9 8689 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5504 /force-app/main/default/classes/MetadataService.cls 8683 9 8689 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5505 /force-app/main/default/classes/MetadataService.cls 8683 9 8689 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5505 /force-app/main/default/classes/MetadataService.cls 8683 9 8689 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5506 /force-app/main/default/classes/MetadataService.cls 8685 10 8685 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5506 /force-app/main/default/classes/MetadataService.cls 8685 10 8685 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5507 /force-app/main/default/classes/MetadataService.cls 8686 20 8686 93 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
5507 /force-app/main/default/classes/MetadataService.cls 8686 20 8686 93 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
5508 /force-app/main/default/classes/MetadataService.cls 8686 20 8686 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5508 /force-app/main/default/classes/MetadataService.cls 8686 20 8686 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5509 /force-app/main/default/classes/MetadataService.cls 8687 20 8687 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5509 /force-app/main/default/classes/MetadataService.cls 8687 20 8687 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5510 /force-app/main/default/classes/MetadataService.cls 8687 20 8687 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5510 /force-app/main/default/classes/MetadataService.cls 8687 20 8687 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5511 /force-app/main/default/classes/MetadataService.cls 8688 20 8688 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5511 /force-app/main/default/classes/MetadataService.cls 8688 20 8688 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5512 /force-app/main/default/classes/MetadataService.cls 8688 20 8688 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5512 /force-app/main/default/classes/MetadataService.cls 8688 20 8688 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5513 /force-app/main/default/classes/MetadataService.cls 8690 9 8696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5513 /force-app/main/default/classes/MetadataService.cls 8690 9 8696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5514 /force-app/main/default/classes/MetadataService.cls 8692 10 8692 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5514 /force-app/main/default/classes/MetadataService.cls 8692 10 8692 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5515 /force-app/main/default/classes/MetadataService.cls 8693 20 8693 96 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
5515 /force-app/main/default/classes/MetadataService.cls 8693 20 8693 96 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
5516 /force-app/main/default/classes/MetadataService.cls 8693 20 8693 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5516 /force-app/main/default/classes/MetadataService.cls 8693 20 8693 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5517 /force-app/main/default/classes/MetadataService.cls 8694 20 8694 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5517 /force-app/main/default/classes/MetadataService.cls 8694 20 8694 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5518 /force-app/main/default/classes/MetadataService.cls 8694 20 8694 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5518 /force-app/main/default/classes/MetadataService.cls 8694 20 8694 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5519 /force-app/main/default/classes/MetadataService.cls 8695 20 8695 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5519 /force-app/main/default/classes/MetadataService.cls 8695 20 8695 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5520 /force-app/main/default/classes/MetadataService.cls 8695 20 8695 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5520 /force-app/main/default/classes/MetadataService.cls 8695 20 8695 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5521 /force-app/main/default/classes/MetadataService.cls 8697 9 8703 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5521 /force-app/main/default/classes/MetadataService.cls 8697 9 8703 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5522 /force-app/main/default/classes/MetadataService.cls 8697 9 8703 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5522 /force-app/main/default/classes/MetadataService.cls 8697 9 8703 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5523 /force-app/main/default/classes/MetadataService.cls 8699 10 8699 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5523 /force-app/main/default/classes/MetadataService.cls 8699 10 8699 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5524 /force-app/main/default/classes/MetadataService.cls 8700 20 8700 93 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
5524 /force-app/main/default/classes/MetadataService.cls 8700 20 8700 93 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
5525 /force-app/main/default/classes/MetadataService.cls 8700 20 8700 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5525 /force-app/main/default/classes/MetadataService.cls 8700 20 8700 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5526 /force-app/main/default/classes/MetadataService.cls 8701 20 8701 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5526 /force-app/main/default/classes/MetadataService.cls 8701 20 8701 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5527 /force-app/main/default/classes/MetadataService.cls 8701 20 8701 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5527 /force-app/main/default/classes/MetadataService.cls 8701 20 8701 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5528 /force-app/main/default/classes/MetadataService.cls 8702 20 8702 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5528 /force-app/main/default/classes/MetadataService.cls 8702 20 8702 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5529 /force-app/main/default/classes/MetadataService.cls 8702 20 8702 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5529 /force-app/main/default/classes/MetadataService.cls 8702 20 8702 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5530 /force-app/main/default/classes/MetadataService.cls 8704 9 8710 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5530 /force-app/main/default/classes/MetadataService.cls 8704 9 8710 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5531 /force-app/main/default/classes/MetadataService.cls 8706 10 8706 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5531 /force-app/main/default/classes/MetadataService.cls 8706 10 8706 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5532 /force-app/main/default/classes/MetadataService.cls 8707 20 8707 96 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
5532 /force-app/main/default/classes/MetadataService.cls 8707 20 8707 96 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
5533 /force-app/main/default/classes/MetadataService.cls 8707 20 8707 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5533 /force-app/main/default/classes/MetadataService.cls 8707 20 8707 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5534 /force-app/main/default/classes/MetadataService.cls 8708 20 8708 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5534 /force-app/main/default/classes/MetadataService.cls 8708 20 8708 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5535 /force-app/main/default/classes/MetadataService.cls 8708 20 8708 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5535 /force-app/main/default/classes/MetadataService.cls 8708 20 8708 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5536 /force-app/main/default/classes/MetadataService.cls 8709 20 8709 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5536 /force-app/main/default/classes/MetadataService.cls 8709 20 8709 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5537 /force-app/main/default/classes/MetadataService.cls 8709 20 8709 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5537 /force-app/main/default/classes/MetadataService.cls 8709 20 8709 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5538 /force-app/main/default/classes/MetadataService.cls 8711 9 8717 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5538 /force-app/main/default/classes/MetadataService.cls 8711 9 8717 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5539 /force-app/main/default/classes/MetadataService.cls 8711 9 8717 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPortalResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5539 /force-app/main/default/classes/MetadataService.cls 8711 9 8717 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPortalResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5540 /force-app/main/default/classes/MetadataService.cls 8713 10 8713 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5540 /force-app/main/default/classes/MetadataService.cls 8713 10 8713 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5541 /force-app/main/default/classes/MetadataService.cls 8714 20 8714 93 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
5541 /force-app/main/default/classes/MetadataService.cls 8714 20 8714 93 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
5542 /force-app/main/default/classes/MetadataService.cls 8714 20 8714 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5542 /force-app/main/default/classes/MetadataService.cls 8714 20 8714 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5543 /force-app/main/default/classes/MetadataService.cls 8715 20 8715 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5543 /force-app/main/default/classes/MetadataService.cls 8715 20 8715 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5544 /force-app/main/default/classes/MetadataService.cls 8715 20 8715 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5544 /force-app/main/default/classes/MetadataService.cls 8715 20 8715 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5545 /force-app/main/default/classes/MetadataService.cls 8716 20 8716 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5545 /force-app/main/default/classes/MetadataService.cls 8716 20 8716 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5546 /force-app/main/default/classes/MetadataService.cls 8716 20 8716 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5546 /force-app/main/default/classes/MetadataService.cls 8716 20 8716 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5547 /force-app/main/default/classes/MetadataService.cls 8718 9 8724 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5547 /force-app/main/default/classes/MetadataService.cls 8718 9 8724 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5548 /force-app/main/default/classes/MetadataService.cls 8720 10 8720 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5548 /force-app/main/default/classes/MetadataService.cls 8720 10 8720 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5549 /force-app/main/default/classes/MetadataService.cls 8721 20 8721 96 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
5549 /force-app/main/default/classes/MetadataService.cls 8721 20 8721 96 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
5550 /force-app/main/default/classes/MetadataService.cls 8721 20 8721 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5550 /force-app/main/default/classes/MetadataService.cls 8721 20 8721 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5551 /force-app/main/default/classes/MetadataService.cls 8722 20 8722 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5551 /force-app/main/default/classes/MetadataService.cls 8722 20 8722 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5552 /force-app/main/default/classes/MetadataService.cls 8722 20 8722 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5552 /force-app/main/default/classes/MetadataService.cls 8722 20 8722 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5553 /force-app/main/default/classes/MetadataService.cls 8723 20 8723 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5553 /force-app/main/default/classes/MetadataService.cls 8723 20 8723 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5554 /force-app/main/default/classes/MetadataService.cls 8723 20 8723 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5554 /force-app/main/default/classes/MetadataService.cls 8723 20 8723 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5555 /force-app/main/default/classes/MetadataService.cls 8725 9 8731 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5555 /force-app/main/default/classes/MetadataService.cls 8725 9 8731 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5556 /force-app/main/default/classes/MetadataService.cls 8725 9 8731 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLetterheadResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5556 /force-app/main/default/classes/MetadataService.cls 8725 9 8731 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLetterheadResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5557 /force-app/main/default/classes/MetadataService.cls 8727 10 8727 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5557 /force-app/main/default/classes/MetadataService.cls 8727 10 8727 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5558 /force-app/main/default/classes/MetadataService.cls 8728 20 8728 93 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
5558 /force-app/main/default/classes/MetadataService.cls 8728 20 8728 93 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
5559 /force-app/main/default/classes/MetadataService.cls 8728 20 8728 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5559 /force-app/main/default/classes/MetadataService.cls 8728 20 8728 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5560 /force-app/main/default/classes/MetadataService.cls 8729 20 8729 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5560 /force-app/main/default/classes/MetadataService.cls 8729 20 8729 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5561 /force-app/main/default/classes/MetadataService.cls 8729 20 8729 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5561 /force-app/main/default/classes/MetadataService.cls 8729 20 8729 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5562 /force-app/main/default/classes/MetadataService.cls 8730 20 8730 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5562 /force-app/main/default/classes/MetadataService.cls 8730 20 8730 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5563 /force-app/main/default/classes/MetadataService.cls 8730 20 8730 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5563 /force-app/main/default/classes/MetadataService.cls 8730 20 8730 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5564 /force-app/main/default/classes/MetadataService.cls 8732 9 8738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5564 /force-app/main/default/classes/MetadataService.cls 8732 9 8738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5565 /force-app/main/default/classes/MetadataService.cls 8734 10 8734 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5565 /force-app/main/default/classes/MetadataService.cls 8734 10 8734 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5566 /force-app/main/default/classes/MetadataService.cls 8735 20 8735 96 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
5566 /force-app/main/default/classes/MetadataService.cls 8735 20 8735 96 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
5567 /force-app/main/default/classes/MetadataService.cls 8735 20 8735 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5567 /force-app/main/default/classes/MetadataService.cls 8735 20 8735 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5568 /force-app/main/default/classes/MetadataService.cls 8736 20 8736 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5568 /force-app/main/default/classes/MetadataService.cls 8736 20 8736 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5569 /force-app/main/default/classes/MetadataService.cls 8736 20 8736 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5569 /force-app/main/default/classes/MetadataService.cls 8736 20 8736 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5570 /force-app/main/default/classes/MetadataService.cls 8737 20 8737 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5570 /force-app/main/default/classes/MetadataService.cls 8737 20 8737 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5571 /force-app/main/default/classes/MetadataService.cls 8737 20 8737 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5571 /force-app/main/default/classes/MetadataService.cls 8737 20 8737 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5572 /force-app/main/default/classes/MetadataService.cls 8739 9 8745 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5572 /force-app/main/default/classes/MetadataService.cls 8739 9 8745 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5573 /force-app/main/default/classes/MetadataService.cls 8739 9 8745 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5573 /force-app/main/default/classes/MetadataService.cls 8739 9 8745 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5574 /force-app/main/default/classes/MetadataService.cls 8741 10 8741 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5574 /force-app/main/default/classes/MetadataService.cls 8741 10 8741 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5575 /force-app/main/default/classes/MetadataService.cls 8742 20 8742 93 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
5575 /force-app/main/default/classes/MetadataService.cls 8742 20 8742 93 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
5576 /force-app/main/default/classes/MetadataService.cls 8742 20 8742 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5576 /force-app/main/default/classes/MetadataService.cls 8742 20 8742 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5577 /force-app/main/default/classes/MetadataService.cls 8743 20 8743 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5577 /force-app/main/default/classes/MetadataService.cls 8743 20 8743 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5578 /force-app/main/default/classes/MetadataService.cls 8743 20 8743 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5578 /force-app/main/default/classes/MetadataService.cls 8743 20 8743 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5579 /force-app/main/default/classes/MetadataService.cls 8744 20 8744 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5579 /force-app/main/default/classes/MetadataService.cls 8744 20 8744 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5580 /force-app/main/default/classes/MetadataService.cls 8744 20 8744 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5580 /force-app/main/default/classes/MetadataService.cls 8744 20 8744 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5581 /force-app/main/default/classes/MetadataService.cls 8746 9 8752 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5581 /force-app/main/default/classes/MetadataService.cls 8746 9 8752 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5582 /force-app/main/default/classes/MetadataService.cls 8748 10 8748 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5582 /force-app/main/default/classes/MetadataService.cls 8748 10 8748 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5583 /force-app/main/default/classes/MetadataService.cls 8749 20 8749 96 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
5583 /force-app/main/default/classes/MetadataService.cls 8749 20 8749 96 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
5584 /force-app/main/default/classes/MetadataService.cls 8749 20 8749 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5584 /force-app/main/default/classes/MetadataService.cls 8749 20 8749 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5585 /force-app/main/default/classes/MetadataService.cls 8750 20 8750 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5585 /force-app/main/default/classes/MetadataService.cls 8750 20 8750 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5586 /force-app/main/default/classes/MetadataService.cls 8750 20 8750 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5586 /force-app/main/default/classes/MetadataService.cls 8750 20 8750 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5587 /force-app/main/default/classes/MetadataService.cls 8751 20 8751 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5587 /force-app/main/default/classes/MetadataService.cls 8751 20 8751 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5588 /force-app/main/default/classes/MetadataService.cls 8751 20 8751 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5588 /force-app/main/default/classes/MetadataService.cls 8751 20 8751 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5589 /force-app/main/default/classes/MetadataService.cls 8753 9 8759 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5589 /force-app/main/default/classes/MetadataService.cls 8753 9 8759 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5590 /force-app/main/default/classes/MetadataService.cls 8753 9 8759 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5590 /force-app/main/default/classes/MetadataService.cls 8753 9 8759 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5591 /force-app/main/default/classes/MetadataService.cls 8755 10 8755 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5591 /force-app/main/default/classes/MetadataService.cls 8755 10 8755 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5592 /force-app/main/default/classes/MetadataService.cls 8756 20 8756 93 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
5592 /force-app/main/default/classes/MetadataService.cls 8756 20 8756 93 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
5593 /force-app/main/default/classes/MetadataService.cls 8756 20 8756 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5593 /force-app/main/default/classes/MetadataService.cls 8756 20 8756 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5594 /force-app/main/default/classes/MetadataService.cls 8757 20 8757 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5594 /force-app/main/default/classes/MetadataService.cls 8757 20 8757 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5595 /force-app/main/default/classes/MetadataService.cls 8757 20 8757 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5595 /force-app/main/default/classes/MetadataService.cls 8757 20 8757 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5596 /force-app/main/default/classes/MetadataService.cls 8758 20 8758 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5596 /force-app/main/default/classes/MetadataService.cls 8758 20 8758 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5597 /force-app/main/default/classes/MetadataService.cls 8758 20 8758 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5597 /force-app/main/default/classes/MetadataService.cls 8758 20 8758 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5598 /force-app/main/default/classes/MetadataService.cls 8760 9 8766 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5598 /force-app/main/default/classes/MetadataService.cls 8760 9 8766 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5599 /force-app/main/default/classes/MetadataService.cls 8762 10 8762 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5599 /force-app/main/default/classes/MetadataService.cls 8762 10 8762 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5600 /force-app/main/default/classes/MetadataService.cls 8763 20 8763 96 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
5600 /force-app/main/default/classes/MetadataService.cls 8763 20 8763 96 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
5601 /force-app/main/default/classes/MetadataService.cls 8763 20 8763 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5601 /force-app/main/default/classes/MetadataService.cls 8763 20 8763 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5602 /force-app/main/default/classes/MetadataService.cls 8764 20 8764 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5602 /force-app/main/default/classes/MetadataService.cls 8764 20 8764 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5603 /force-app/main/default/classes/MetadataService.cls 8764 20 8764 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5603 /force-app/main/default/classes/MetadataService.cls 8764 20 8764 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5604 /force-app/main/default/classes/MetadataService.cls 8765 20 8765 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5604 /force-app/main/default/classes/MetadataService.cls 8765 20 8765 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5605 /force-app/main/default/classes/MetadataService.cls 8765 20 8765 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5605 /force-app/main/default/classes/MetadataService.cls 8765 20 8765 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5606 /force-app/main/default/classes/MetadataService.cls 8767 9 8773 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5606 /force-app/main/default/classes/MetadataService.cls 8767 9 8773 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5607 /force-app/main/default/classes/MetadataService.cls 8767 9 8773 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5607 /force-app/main/default/classes/MetadataService.cls 8767 9 8773 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5608 /force-app/main/default/classes/MetadataService.cls 8769 10 8769 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5608 /force-app/main/default/classes/MetadataService.cls 8769 10 8769 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5609 /force-app/main/default/classes/MetadataService.cls 8770 20 8770 93 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
5609 /force-app/main/default/classes/MetadataService.cls 8770 20 8770 93 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
5610 /force-app/main/default/classes/MetadataService.cls 8770 20 8770 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5610 /force-app/main/default/classes/MetadataService.cls 8770 20 8770 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5611 /force-app/main/default/classes/MetadataService.cls 8771 20 8771 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5611 /force-app/main/default/classes/MetadataService.cls 8771 20 8771 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5612 /force-app/main/default/classes/MetadataService.cls 8771 20 8771 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5612 /force-app/main/default/classes/MetadataService.cls 8771 20 8771 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5613 /force-app/main/default/classes/MetadataService.cls 8772 20 8772 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5613 /force-app/main/default/classes/MetadataService.cls 8772 20 8772 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5614 /force-app/main/default/classes/MetadataService.cls 8772 20 8772 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5614 /force-app/main/default/classes/MetadataService.cls 8772 20 8772 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5615 /force-app/main/default/classes/MetadataService.cls 8774 9 8780 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5615 /force-app/main/default/classes/MetadataService.cls 8774 9 8780 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5616 /force-app/main/default/classes/MetadataService.cls 8776 10 8776 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5616 /force-app/main/default/classes/MetadataService.cls 8776 10 8776 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5617 /force-app/main/default/classes/MetadataService.cls 8777 20 8777 96 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
5617 /force-app/main/default/classes/MetadataService.cls 8777 20 8777 96 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
5618 /force-app/main/default/classes/MetadataService.cls 8777 20 8777 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5618 /force-app/main/default/classes/MetadataService.cls 8777 20 8777 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5619 /force-app/main/default/classes/MetadataService.cls 8778 20 8778 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5619 /force-app/main/default/classes/MetadataService.cls 8778 20 8778 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5620 /force-app/main/default/classes/MetadataService.cls 8778 20 8778 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5620 /force-app/main/default/classes/MetadataService.cls 8778 20 8778 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5621 /force-app/main/default/classes/MetadataService.cls 8779 20 8779 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5621 /force-app/main/default/classes/MetadataService.cls 8779 20 8779 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5622 /force-app/main/default/classes/MetadataService.cls 8779 20 8779 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5622 /force-app/main/default/classes/MetadataService.cls 8779 20 8779 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5623 /force-app/main/default/classes/MetadataService.cls 8781 9 8787 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5623 /force-app/main/default/classes/MetadataService.cls 8781 9 8787 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5624 /force-app/main/default/classes/MetadataService.cls 8781 9 8787 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5624 /force-app/main/default/classes/MetadataService.cls 8781 9 8787 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5625 /force-app/main/default/classes/MetadataService.cls 8783 10 8783 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5625 /force-app/main/default/classes/MetadataService.cls 8783 10 8783 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5626 /force-app/main/default/classes/MetadataService.cls 8784 20 8784 93 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
5626 /force-app/main/default/classes/MetadataService.cls 8784 20 8784 93 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
5627 /force-app/main/default/classes/MetadataService.cls 8784 20 8784 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5627 /force-app/main/default/classes/MetadataService.cls 8784 20 8784 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5628 /force-app/main/default/classes/MetadataService.cls 8785 20 8785 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5628 /force-app/main/default/classes/MetadataService.cls 8785 20 8785 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5629 /force-app/main/default/classes/MetadataService.cls 8785 20 8785 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5629 /force-app/main/default/classes/MetadataService.cls 8785 20 8785 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5630 /force-app/main/default/classes/MetadataService.cls 8786 20 8786 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5630 /force-app/main/default/classes/MetadataService.cls 8786 20 8786 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5631 /force-app/main/default/classes/MetadataService.cls 8786 20 8786 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5631 /force-app/main/default/classes/MetadataService.cls 8786 20 8786 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5632 /force-app/main/default/classes/MetadataService.cls 8788 9 8794 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5632 /force-app/main/default/classes/MetadataService.cls 8788 9 8794 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5633 /force-app/main/default/classes/MetadataService.cls 8790 10 8790 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5633 /force-app/main/default/classes/MetadataService.cls 8790 10 8790 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5634 /force-app/main/default/classes/MetadataService.cls 8791 20 8791 96 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
5634 /force-app/main/default/classes/MetadataService.cls 8791 20 8791 96 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
5635 /force-app/main/default/classes/MetadataService.cls 8791 20 8791 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5635 /force-app/main/default/classes/MetadataService.cls 8791 20 8791 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5636 /force-app/main/default/classes/MetadataService.cls 8792 20 8792 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5636 /force-app/main/default/classes/MetadataService.cls 8792 20 8792 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5637 /force-app/main/default/classes/MetadataService.cls 8792 20 8792 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5637 /force-app/main/default/classes/MetadataService.cls 8792 20 8792 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5638 /force-app/main/default/classes/MetadataService.cls 8793 20 8793 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5638 /force-app/main/default/classes/MetadataService.cls 8793 20 8793 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5639 /force-app/main/default/classes/MetadataService.cls 8793 20 8793 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5639 /force-app/main/default/classes/MetadataService.cls 8793 20 8793 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5640 /force-app/main/default/classes/MetadataService.cls 8795 9 8801 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5640 /force-app/main/default/classes/MetadataService.cls 8795 9 8801 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5641 /force-app/main/default/classes/MetadataService.cls 8795 9 8801 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5641 /force-app/main/default/classes/MetadataService.cls 8795 9 8801 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5642 /force-app/main/default/classes/MetadataService.cls 8797 10 8797 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5642 /force-app/main/default/classes/MetadataService.cls 8797 10 8797 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5643 /force-app/main/default/classes/MetadataService.cls 8798 20 8798 93 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
5643 /force-app/main/default/classes/MetadataService.cls 8798 20 8798 93 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
5644 /force-app/main/default/classes/MetadataService.cls 8798 20 8798 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5644 /force-app/main/default/classes/MetadataService.cls 8798 20 8798 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5645 /force-app/main/default/classes/MetadataService.cls 8799 20 8799 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5645 /force-app/main/default/classes/MetadataService.cls 8799 20 8799 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5646 /force-app/main/default/classes/MetadataService.cls 8799 20 8799 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5646 /force-app/main/default/classes/MetadataService.cls 8799 20 8799 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5647 /force-app/main/default/classes/MetadataService.cls 8800 20 8800 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5647 /force-app/main/default/classes/MetadataService.cls 8800 20 8800 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5648 /force-app/main/default/classes/MetadataService.cls 8800 20 8800 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5648 /force-app/main/default/classes/MetadataService.cls 8800 20 8800 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5649 /force-app/main/default/classes/MetadataService.cls 8802 9 8808 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5649 /force-app/main/default/classes/MetadataService.cls 8802 9 8808 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5650 /force-app/main/default/classes/MetadataService.cls 8804 10 8804 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5650 /force-app/main/default/classes/MetadataService.cls 8804 10 8804 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5651 /force-app/main/default/classes/MetadataService.cls 8805 20 8805 96 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
5651 /force-app/main/default/classes/MetadataService.cls 8805 20 8805 96 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
5652 /force-app/main/default/classes/MetadataService.cls 8805 20 8805 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5652 /force-app/main/default/classes/MetadataService.cls 8805 20 8805 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5653 /force-app/main/default/classes/MetadataService.cls 8806 20 8806 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5653 /force-app/main/default/classes/MetadataService.cls 8806 20 8806 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5654 /force-app/main/default/classes/MetadataService.cls 8806 20 8806 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5654 /force-app/main/default/classes/MetadataService.cls 8806 20 8806 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5655 /force-app/main/default/classes/MetadataService.cls 8807 20 8807 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5655 /force-app/main/default/classes/MetadataService.cls 8807 20 8807 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5656 /force-app/main/default/classes/MetadataService.cls 8807 20 8807 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5656 /force-app/main/default/classes/MetadataService.cls 8807 20 8807 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5657 /force-app/main/default/classes/MetadataService.cls 8809 9 8815 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5657 /force-app/main/default/classes/MetadataService.cls 8809 9 8815 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5658 /force-app/main/default/classes/MetadataService.cls 8809 9 8815 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5658 /force-app/main/default/classes/MetadataService.cls 8809 9 8815 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5659 /force-app/main/default/classes/MetadataService.cls 8811 10 8811 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5659 /force-app/main/default/classes/MetadataService.cls 8811 10 8811 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5660 /force-app/main/default/classes/MetadataService.cls 8812 20 8812 93 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
5660 /force-app/main/default/classes/MetadataService.cls 8812 20 8812 93 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
5661 /force-app/main/default/classes/MetadataService.cls 8812 20 8812 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5661 /force-app/main/default/classes/MetadataService.cls 8812 20 8812 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5662 /force-app/main/default/classes/MetadataService.cls 8813 20 8813 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5662 /force-app/main/default/classes/MetadataService.cls 8813 20 8813 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5663 /force-app/main/default/classes/MetadataService.cls 8813 20 8813 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5663 /force-app/main/default/classes/MetadataService.cls 8813 20 8813 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5664 /force-app/main/default/classes/MetadataService.cls 8814 20 8814 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5664 /force-app/main/default/classes/MetadataService.cls 8814 20 8814 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5665 /force-app/main/default/classes/MetadataService.cls 8814 20 8814 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5665 /force-app/main/default/classes/MetadataService.cls 8814 20 8814 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5666 /force-app/main/default/classes/MetadataService.cls 8816 9 8822 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5666 /force-app/main/default/classes/MetadataService.cls 8816 9 8822 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5667 /force-app/main/default/classes/MetadataService.cls 8818 10 8818 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5667 /force-app/main/default/classes/MetadataService.cls 8818 10 8818 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5668 /force-app/main/default/classes/MetadataService.cls 8819 20 8819 96 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
5668 /force-app/main/default/classes/MetadataService.cls 8819 20 8819 96 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
5669 /force-app/main/default/classes/MetadataService.cls 8819 20 8819 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5669 /force-app/main/default/classes/MetadataService.cls 8819 20 8819 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5670 /force-app/main/default/classes/MetadataService.cls 8820 20 8820 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5670 /force-app/main/default/classes/MetadataService.cls 8820 20 8820 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5671 /force-app/main/default/classes/MetadataService.cls 8820 20 8820 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5671 /force-app/main/default/classes/MetadataService.cls 8820 20 8820 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5672 /force-app/main/default/classes/MetadataService.cls 8821 20 8821 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5672 /force-app/main/default/classes/MetadataService.cls 8821 20 8821 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5673 /force-app/main/default/classes/MetadataService.cls 8821 20 8821 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5673 /force-app/main/default/classes/MetadataService.cls 8821 20 8821 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5674 /force-app/main/default/classes/MetadataService.cls 8823 9 8829 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5674 /force-app/main/default/classes/MetadataService.cls 8823 9 8829 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5675 /force-app/main/default/classes/MetadataService.cls 8823 9 8829 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5675 /force-app/main/default/classes/MetadataService.cls 8823 9 8829 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5676 /force-app/main/default/classes/MetadataService.cls 8825 10 8825 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5676 /force-app/main/default/classes/MetadataService.cls 8825 10 8825 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5677 /force-app/main/default/classes/MetadataService.cls 8826 20 8826 93 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
5677 /force-app/main/default/classes/MetadataService.cls 8826 20 8826 93 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
5678 /force-app/main/default/classes/MetadataService.cls 8826 20 8826 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5678 /force-app/main/default/classes/MetadataService.cls 8826 20 8826 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5679 /force-app/main/default/classes/MetadataService.cls 8827 20 8827 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5679 /force-app/main/default/classes/MetadataService.cls 8827 20 8827 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5680 /force-app/main/default/classes/MetadataService.cls 8827 20 8827 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5680 /force-app/main/default/classes/MetadataService.cls 8827 20 8827 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5681 /force-app/main/default/classes/MetadataService.cls 8828 20 8828 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5681 /force-app/main/default/classes/MetadataService.cls 8828 20 8828 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5682 /force-app/main/default/classes/MetadataService.cls 8828 20 8828 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5682 /force-app/main/default/classes/MetadataService.cls 8828 20 8828 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5683 /force-app/main/default/classes/MetadataService.cls 8830 9 8836 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5683 /force-app/main/default/classes/MetadataService.cls 8830 9 8836 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5684 /force-app/main/default/classes/MetadataService.cls 8832 10 8832 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5684 /force-app/main/default/classes/MetadataService.cls 8832 10 8832 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5685 /force-app/main/default/classes/MetadataService.cls 8833 20 8833 96 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
5685 /force-app/main/default/classes/MetadataService.cls 8833 20 8833 96 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
5686 /force-app/main/default/classes/MetadataService.cls 8833 20 8833 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5686 /force-app/main/default/classes/MetadataService.cls 8833 20 8833 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5687 /force-app/main/default/classes/MetadataService.cls 8834 20 8834 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5687 /force-app/main/default/classes/MetadataService.cls 8834 20 8834 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5688 /force-app/main/default/classes/MetadataService.cls 8834 20 8834 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5688 /force-app/main/default/classes/MetadataService.cls 8834 20 8834 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5689 /force-app/main/default/classes/MetadataService.cls 8835 20 8835 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5689 /force-app/main/default/classes/MetadataService.cls 8835 20 8835 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5690 /force-app/main/default/classes/MetadataService.cls 8835 20 8835 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5690 /force-app/main/default/classes/MetadataService.cls 8835 20 8835 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5691 /force-app/main/default/classes/MetadataService.cls 8837 9 8843 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5691 /force-app/main/default/classes/MetadataService.cls 8837 9 8843 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5692 /force-app/main/default/classes/MetadataService.cls 8837 9 8843 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5692 /force-app/main/default/classes/MetadataService.cls 8837 9 8843 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5693 /force-app/main/default/classes/MetadataService.cls 8839 10 8839 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5693 /force-app/main/default/classes/MetadataService.cls 8839 10 8839 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5694 /force-app/main/default/classes/MetadataService.cls 8840 20 8840 93 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
5694 /force-app/main/default/classes/MetadataService.cls 8840 20 8840 93 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
5695 /force-app/main/default/classes/MetadataService.cls 8840 20 8840 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5695 /force-app/main/default/classes/MetadataService.cls 8840 20 8840 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5696 /force-app/main/default/classes/MetadataService.cls 8841 20 8841 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5696 /force-app/main/default/classes/MetadataService.cls 8841 20 8841 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5697 /force-app/main/default/classes/MetadataService.cls 8841 20 8841 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5697 /force-app/main/default/classes/MetadataService.cls 8841 20 8841 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5698 /force-app/main/default/classes/MetadataService.cls 8842 20 8842 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5698 /force-app/main/default/classes/MetadataService.cls 8842 20 8842 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5699 /force-app/main/default/classes/MetadataService.cls 8842 20 8842 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5699 /force-app/main/default/classes/MetadataService.cls 8842 20 8842 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5700 /force-app/main/default/classes/MetadataService.cls 8844 9 8850 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5700 /force-app/main/default/classes/MetadataService.cls 8844 9 8850 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5701 /force-app/main/default/classes/MetadataService.cls 8846 10 8846 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5701 /force-app/main/default/classes/MetadataService.cls 8846 10 8846 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5702 /force-app/main/default/classes/MetadataService.cls 8847 20 8847 96 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
5702 /force-app/main/default/classes/MetadataService.cls 8847 20 8847 96 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
5703 /force-app/main/default/classes/MetadataService.cls 8847 20 8847 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5703 /force-app/main/default/classes/MetadataService.cls 8847 20 8847 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5704 /force-app/main/default/classes/MetadataService.cls 8848 20 8848 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5704 /force-app/main/default/classes/MetadataService.cls 8848 20 8848 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5705 /force-app/main/default/classes/MetadataService.cls 8848 20 8848 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5705 /force-app/main/default/classes/MetadataService.cls 8848 20 8848 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5706 /force-app/main/default/classes/MetadataService.cls 8849 20 8849 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5706 /force-app/main/default/classes/MetadataService.cls 8849 20 8849 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5707 /force-app/main/default/classes/MetadataService.cls 8849 20 8849 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5707 /force-app/main/default/classes/MetadataService.cls 8849 20 8849 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5708 /force-app/main/default/classes/MetadataService.cls 8851 9 8857 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5708 /force-app/main/default/classes/MetadataService.cls 8851 9 8857 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5709 /force-app/main/default/classes/MetadataService.cls 8851 9 8857 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5709 /force-app/main/default/classes/MetadataService.cls 8851 9 8857 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5710 /force-app/main/default/classes/MetadataService.cls 8853 10 8853 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5710 /force-app/main/default/classes/MetadataService.cls 8853 10 8853 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5711 /force-app/main/default/classes/MetadataService.cls 8854 20 8854 93 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
5711 /force-app/main/default/classes/MetadataService.cls 8854 20 8854 93 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
5712 /force-app/main/default/classes/MetadataService.cls 8854 20 8854 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5712 /force-app/main/default/classes/MetadataService.cls 8854 20 8854 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5713 /force-app/main/default/classes/MetadataService.cls 8855 20 8855 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5713 /force-app/main/default/classes/MetadataService.cls 8855 20 8855 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5714 /force-app/main/default/classes/MetadataService.cls 8855 20 8855 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5714 /force-app/main/default/classes/MetadataService.cls 8855 20 8855 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5715 /force-app/main/default/classes/MetadataService.cls 8856 20 8856 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5715 /force-app/main/default/classes/MetadataService.cls 8856 20 8856 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5716 /force-app/main/default/classes/MetadataService.cls 8856 20 8856 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5716 /force-app/main/default/classes/MetadataService.cls 8856 20 8856 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5717 /force-app/main/default/classes/MetadataService.cls 8858 9 8864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5717 /force-app/main/default/classes/MetadataService.cls 8858 9 8864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5718 /force-app/main/default/classes/MetadataService.cls 8860 10 8860 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5718 /force-app/main/default/classes/MetadataService.cls 8860 10 8860 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5719 /force-app/main/default/classes/MetadataService.cls 8861 20 8861 96 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
5719 /force-app/main/default/classes/MetadataService.cls 8861 20 8861 96 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
5720 /force-app/main/default/classes/MetadataService.cls 8861 20 8861 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5720 /force-app/main/default/classes/MetadataService.cls 8861 20 8861 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5721 /force-app/main/default/classes/MetadataService.cls 8862 20 8862 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5721 /force-app/main/default/classes/MetadataService.cls 8862 20 8862 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5722 /force-app/main/default/classes/MetadataService.cls 8862 20 8862 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5722 /force-app/main/default/classes/MetadataService.cls 8862 20 8862 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5723 /force-app/main/default/classes/MetadataService.cls 8863 20 8863 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5723 /force-app/main/default/classes/MetadataService.cls 8863 20 8863 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5724 /force-app/main/default/classes/MetadataService.cls 8863 20 8863 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5724 /force-app/main/default/classes/MetadataService.cls 8863 20 8863 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5725 /force-app/main/default/classes/MetadataService.cls 8865 9 8871 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5725 /force-app/main/default/classes/MetadataService.cls 8865 9 8871 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5726 /force-app/main/default/classes/MetadataService.cls 8865 9 8871 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPostTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5726 /force-app/main/default/classes/MetadataService.cls 8865 9 8871 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPostTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5727 /force-app/main/default/classes/MetadataService.cls 8867 10 8867 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5727 /force-app/main/default/classes/MetadataService.cls 8867 10 8867 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5728 /force-app/main/default/classes/MetadataService.cls 8868 20 8868 93 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
5728 /force-app/main/default/classes/MetadataService.cls 8868 20 8868 93 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
5729 /force-app/main/default/classes/MetadataService.cls 8868 20 8868 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5729 /force-app/main/default/classes/MetadataService.cls 8868 20 8868 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5730 /force-app/main/default/classes/MetadataService.cls 8869 20 8869 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5730 /force-app/main/default/classes/MetadataService.cls 8869 20 8869 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5731 /force-app/main/default/classes/MetadataService.cls 8869 20 8869 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5731 /force-app/main/default/classes/MetadataService.cls 8869 20 8869 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5732 /force-app/main/default/classes/MetadataService.cls 8870 20 8870 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5732 /force-app/main/default/classes/MetadataService.cls 8870 20 8870 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5733 /force-app/main/default/classes/MetadataService.cls 8870 20 8870 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5733 /force-app/main/default/classes/MetadataService.cls 8870 20 8870 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5734 /force-app/main/default/classes/MetadataService.cls 8872 9 8878 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5734 /force-app/main/default/classes/MetadataService.cls 8872 9 8878 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5735 /force-app/main/default/classes/MetadataService.cls 8874 10 8874 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5735 /force-app/main/default/classes/MetadataService.cls 8874 10 8874 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5736 /force-app/main/default/classes/MetadataService.cls 8875 20 8875 96 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
5736 /force-app/main/default/classes/MetadataService.cls 8875 20 8875 96 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
5737 /force-app/main/default/classes/MetadataService.cls 8875 20 8875 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5737 /force-app/main/default/classes/MetadataService.cls 8875 20 8875 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5738 /force-app/main/default/classes/MetadataService.cls 8876 20 8876 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5738 /force-app/main/default/classes/MetadataService.cls 8876 20 8876 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5739 /force-app/main/default/classes/MetadataService.cls 8876 20 8876 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5739 /force-app/main/default/classes/MetadataService.cls 8876 20 8876 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5740 /force-app/main/default/classes/MetadataService.cls 8877 20 8877 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5740 /force-app/main/default/classes/MetadataService.cls 8877 20 8877 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5741 /force-app/main/default/classes/MetadataService.cls 8877 20 8877 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5741 /force-app/main/default/classes/MetadataService.cls 8877 20 8877 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5742 /force-app/main/default/classes/MetadataService.cls 8879 9 8885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5742 /force-app/main/default/classes/MetadataService.cls 8879 9 8885 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5743 /force-app/main/default/classes/MetadataService.cls 8879 9 8885 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApprovalProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5743 /force-app/main/default/classes/MetadataService.cls 8879 9 8885 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApprovalProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5744 /force-app/main/default/classes/MetadataService.cls 8881 10 8881 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5744 /force-app/main/default/classes/MetadataService.cls 8881 10 8881 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5745 /force-app/main/default/classes/MetadataService.cls 8882 20 8882 93 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
5745 /force-app/main/default/classes/MetadataService.cls 8882 20 8882 93 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
5746 /force-app/main/default/classes/MetadataService.cls 8882 20 8882 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5746 /force-app/main/default/classes/MetadataService.cls 8882 20 8882 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5747 /force-app/main/default/classes/MetadataService.cls 8883 20 8883 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5747 /force-app/main/default/classes/MetadataService.cls 8883 20 8883 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5748 /force-app/main/default/classes/MetadataService.cls 8883 20 8883 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5748 /force-app/main/default/classes/MetadataService.cls 8883 20 8883 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5749 /force-app/main/default/classes/MetadataService.cls 8884 20 8884 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5749 /force-app/main/default/classes/MetadataService.cls 8884 20 8884 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5750 /force-app/main/default/classes/MetadataService.cls 8884 20 8884 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5750 /force-app/main/default/classes/MetadataService.cls 8884 20 8884 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5751 /force-app/main/default/classes/MetadataService.cls 8886 9 8892 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5751 /force-app/main/default/classes/MetadataService.cls 8886 9 8892 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5752 /force-app/main/default/classes/MetadataService.cls 8888 10 8888 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5752 /force-app/main/default/classes/MetadataService.cls 8888 10 8888 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5753 /force-app/main/default/classes/MetadataService.cls 8889 20 8889 96 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
5753 /force-app/main/default/classes/MetadataService.cls 8889 20 8889 96 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
5754 /force-app/main/default/classes/MetadataService.cls 8889 20 8889 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5754 /force-app/main/default/classes/MetadataService.cls 8889 20 8889 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5755 /force-app/main/default/classes/MetadataService.cls 8890 20 8890 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5755 /force-app/main/default/classes/MetadataService.cls 8890 20 8890 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5756 /force-app/main/default/classes/MetadataService.cls 8890 20 8890 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5756 /force-app/main/default/classes/MetadataService.cls 8890 20 8890 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5757 /force-app/main/default/classes/MetadataService.cls 8891 20 8891 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5757 /force-app/main/default/classes/MetadataService.cls 8891 20 8891 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5758 /force-app/main/default/classes/MetadataService.cls 8891 20 8891 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5758 /force-app/main/default/classes/MetadataService.cls 8891 20 8891 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5759 /force-app/main/default/classes/MetadataService.cls 8893 9 8899 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5759 /force-app/main/default/classes/MetadataService.cls 8893 9 8899 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5760 /force-app/main/default/classes/MetadataService.cls 8893 9 8899 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5760 /force-app/main/default/classes/MetadataService.cls 8893 9 8899 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5761 /force-app/main/default/classes/MetadataService.cls 8895 10 8895 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5761 /force-app/main/default/classes/MetadataService.cls 8895 10 8895 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5762 /force-app/main/default/classes/MetadataService.cls 8896 20 8896 93 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
5762 /force-app/main/default/classes/MetadataService.cls 8896 20 8896 93 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
5763 /force-app/main/default/classes/MetadataService.cls 8896 20 8896 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5763 /force-app/main/default/classes/MetadataService.cls 8896 20 8896 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5764 /force-app/main/default/classes/MetadataService.cls 8897 20 8897 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5764 /force-app/main/default/classes/MetadataService.cls 8897 20 8897 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5765 /force-app/main/default/classes/MetadataService.cls 8897 20 8897 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5765 /force-app/main/default/classes/MetadataService.cls 8897 20 8897 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5766 /force-app/main/default/classes/MetadataService.cls 8898 20 8898 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5766 /force-app/main/default/classes/MetadataService.cls 8898 20 8898 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5767 /force-app/main/default/classes/MetadataService.cls 8898 20 8898 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5767 /force-app/main/default/classes/MetadataService.cls 8898 20 8898 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5768 /force-app/main/default/classes/MetadataService.cls 8900 9 8906 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5768 /force-app/main/default/classes/MetadataService.cls 8900 9 8906 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5769 /force-app/main/default/classes/MetadataService.cls 8902 10 8902 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5769 /force-app/main/default/classes/MetadataService.cls 8902 10 8902 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5770 /force-app/main/default/classes/MetadataService.cls 8903 20 8903 96 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
5770 /force-app/main/default/classes/MetadataService.cls 8903 20 8903 96 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
5771 /force-app/main/default/classes/MetadataService.cls 8903 20 8903 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5771 /force-app/main/default/classes/MetadataService.cls 8903 20 8903 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5772 /force-app/main/default/classes/MetadataService.cls 8904 20 8904 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5772 /force-app/main/default/classes/MetadataService.cls 8904 20 8904 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5773 /force-app/main/default/classes/MetadataService.cls 8904 20 8904 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5773 /force-app/main/default/classes/MetadataService.cls 8904 20 8904 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5774 /force-app/main/default/classes/MetadataService.cls 8905 20 8905 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5774 /force-app/main/default/classes/MetadataService.cls 8905 20 8905 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5775 /force-app/main/default/classes/MetadataService.cls 8905 20 8905 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5775 /force-app/main/default/classes/MetadataService.cls 8905 20 8905 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5776 /force-app/main/default/classes/MetadataService.cls 8907 9 8913 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5776 /force-app/main/default/classes/MetadataService.cls 8907 9 8913 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5777 /force-app/main/default/classes/MetadataService.cls 8907 9 8913 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5777 /force-app/main/default/classes/MetadataService.cls 8907 9 8913 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5778 /force-app/main/default/classes/MetadataService.cls 8909 10 8909 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5778 /force-app/main/default/classes/MetadataService.cls 8909 10 8909 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5779 /force-app/main/default/classes/MetadataService.cls 8910 20 8910 93 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
5779 /force-app/main/default/classes/MetadataService.cls 8910 20 8910 93 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
5780 /force-app/main/default/classes/MetadataService.cls 8910 20 8910 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5780 /force-app/main/default/classes/MetadataService.cls 8910 20 8910 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5781 /force-app/main/default/classes/MetadataService.cls 8911 20 8911 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5781 /force-app/main/default/classes/MetadataService.cls 8911 20 8911 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5782 /force-app/main/default/classes/MetadataService.cls 8911 20 8911 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5782 /force-app/main/default/classes/MetadataService.cls 8911 20 8911 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5783 /force-app/main/default/classes/MetadataService.cls 8912 20 8912 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5783 /force-app/main/default/classes/MetadataService.cls 8912 20 8912 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5784 /force-app/main/default/classes/MetadataService.cls 8912 20 8912 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5784 /force-app/main/default/classes/MetadataService.cls 8912 20 8912 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5785 /force-app/main/default/classes/MetadataService.cls 8914 9 8920 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5785 /force-app/main/default/classes/MetadataService.cls 8914 9 8920 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5786 /force-app/main/default/classes/MetadataService.cls 8916 10 8916 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5786 /force-app/main/default/classes/MetadataService.cls 8916 10 8916 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5787 /force-app/main/default/classes/MetadataService.cls 8917 20 8917 96 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
5787 /force-app/main/default/classes/MetadataService.cls 8917 20 8917 96 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
5788 /force-app/main/default/classes/MetadataService.cls 8917 20 8917 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5788 /force-app/main/default/classes/MetadataService.cls 8917 20 8917 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5789 /force-app/main/default/classes/MetadataService.cls 8918 20 8918 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5789 /force-app/main/default/classes/MetadataService.cls 8918 20 8918 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5790 /force-app/main/default/classes/MetadataService.cls 8918 20 8918 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5790 /force-app/main/default/classes/MetadataService.cls 8918 20 8918 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5791 /force-app/main/default/classes/MetadataService.cls 8919 20 8919 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5791 /force-app/main/default/classes/MetadataService.cls 8919 20 8919 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5792 /force-app/main/default/classes/MetadataService.cls 8919 20 8919 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5792 /force-app/main/default/classes/MetadataService.cls 8919 20 8919 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5793 /force-app/main/default/classes/MetadataService.cls 8921 9 8927 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5793 /force-app/main/default/classes/MetadataService.cls 8921 9 8927 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5794 /force-app/main/default/classes/MetadataService.cls 8921 9 8927 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectTranslationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5794 /force-app/main/default/classes/MetadataService.cls 8921 9 8927 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectTranslationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5795 /force-app/main/default/classes/MetadataService.cls 8923 10 8923 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5795 /force-app/main/default/classes/MetadataService.cls 8923 10 8923 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5796 /force-app/main/default/classes/MetadataService.cls 8924 20 8924 93 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
5796 /force-app/main/default/classes/MetadataService.cls 8924 20 8924 93 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
5797 /force-app/main/default/classes/MetadataService.cls 8924 20 8924 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5797 /force-app/main/default/classes/MetadataService.cls 8924 20 8924 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5798 /force-app/main/default/classes/MetadataService.cls 8925 20 8925 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5798 /force-app/main/default/classes/MetadataService.cls 8925 20 8925 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5799 /force-app/main/default/classes/MetadataService.cls 8925 20 8925 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5799 /force-app/main/default/classes/MetadataService.cls 8925 20 8925 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5800 /force-app/main/default/classes/MetadataService.cls 8926 20 8926 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5800 /force-app/main/default/classes/MetadataService.cls 8926 20 8926 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5801 /force-app/main/default/classes/MetadataService.cls 8926 20 8926 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5801 /force-app/main/default/classes/MetadataService.cls 8926 20 8926 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5802 /force-app/main/default/classes/MetadataService.cls 8928 9 8934 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5802 /force-app/main/default/classes/MetadataService.cls 8928 9 8934 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5803 /force-app/main/default/classes/MetadataService.cls 8930 10 8930 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5803 /force-app/main/default/classes/MetadataService.cls 8930 10 8930 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5804 /force-app/main/default/classes/MetadataService.cls 8931 20 8931 96 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
5804 /force-app/main/default/classes/MetadataService.cls 8931 20 8931 96 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
5805 /force-app/main/default/classes/MetadataService.cls 8931 20 8931 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5805 /force-app/main/default/classes/MetadataService.cls 8931 20 8931 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5806 /force-app/main/default/classes/MetadataService.cls 8932 20 8932 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5806 /force-app/main/default/classes/MetadataService.cls 8932 20 8932 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5807 /force-app/main/default/classes/MetadataService.cls 8932 20 8932 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5807 /force-app/main/default/classes/MetadataService.cls 8932 20 8932 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5808 /force-app/main/default/classes/MetadataService.cls 8933 20 8933 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5808 /force-app/main/default/classes/MetadataService.cls 8933 20 8933 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5809 /force-app/main/default/classes/MetadataService.cls 8933 20 8933 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5809 /force-app/main/default/classes/MetadataService.cls 8933 20 8933 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5810 /force-app/main/default/classes/MetadataService.cls 8935 9 8941 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5810 /force-app/main/default/classes/MetadataService.cls 8935 9 8941 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5811 /force-app/main/default/classes/MetadataService.cls 8935 9 8941 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTranslationsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5811 /force-app/main/default/classes/MetadataService.cls 8935 9 8941 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTranslationsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5812 /force-app/main/default/classes/MetadataService.cls 8937 10 8937 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5812 /force-app/main/default/classes/MetadataService.cls 8937 10 8937 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5813 /force-app/main/default/classes/MetadataService.cls 8938 20 8938 93 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
5813 /force-app/main/default/classes/MetadataService.cls 8938 20 8938 93 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
5814 /force-app/main/default/classes/MetadataService.cls 8938 20 8938 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5814 /force-app/main/default/classes/MetadataService.cls 8938 20 8938 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5815 /force-app/main/default/classes/MetadataService.cls 8939 20 8939 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5815 /force-app/main/default/classes/MetadataService.cls 8939 20 8939 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5816 /force-app/main/default/classes/MetadataService.cls 8939 20 8939 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5816 /force-app/main/default/classes/MetadataService.cls 8939 20 8939 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5817 /force-app/main/default/classes/MetadataService.cls 8940 20 8940 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5817 /force-app/main/default/classes/MetadataService.cls 8940 20 8940 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5818 /force-app/main/default/classes/MetadataService.cls 8940 20 8940 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5818 /force-app/main/default/classes/MetadataService.cls 8940 20 8940 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5819 /force-app/main/default/classes/MetadataService.cls 8942 9 8948 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5819 /force-app/main/default/classes/MetadataService.cls 8942 9 8948 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5820 /force-app/main/default/classes/MetadataService.cls 8944 10 8944 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5820 /force-app/main/default/classes/MetadataService.cls 8944 10 8944 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5821 /force-app/main/default/classes/MetadataService.cls 8945 20 8945 96 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
5821 /force-app/main/default/classes/MetadataService.cls 8945 20 8945 96 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
5822 /force-app/main/default/classes/MetadataService.cls 8945 20 8945 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5822 /force-app/main/default/classes/MetadataService.cls 8945 20 8945 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5823 /force-app/main/default/classes/MetadataService.cls 8946 20 8946 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5823 /force-app/main/default/classes/MetadataService.cls 8946 20 8946 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5824 /force-app/main/default/classes/MetadataService.cls 8946 20 8946 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5824 /force-app/main/default/classes/MetadataService.cls 8946 20 8946 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5825 /force-app/main/default/classes/MetadataService.cls 8947 20 8947 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5825 /force-app/main/default/classes/MetadataService.cls 8947 20 8947 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5826 /force-app/main/default/classes/MetadataService.cls 8947 20 8947 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5826 /force-app/main/default/classes/MetadataService.cls 8947 20 8947 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5827 /force-app/main/default/classes/MetadataService.cls 8949 9 8955 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5827 /force-app/main/default/classes/MetadataService.cls 8949 9 8955 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5828 /force-app/main/default/classes/MetadataService.cls 8949 9 8955 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProfileResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5828 /force-app/main/default/classes/MetadataService.cls 8949 9 8955 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProfileResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5829 /force-app/main/default/classes/MetadataService.cls 8951 10 8951 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5829 /force-app/main/default/classes/MetadataService.cls 8951 10 8951 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5830 /force-app/main/default/classes/MetadataService.cls 8952 20 8952 93 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
5830 /force-app/main/default/classes/MetadataService.cls 8952 20 8952 93 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
5831 /force-app/main/default/classes/MetadataService.cls 8952 20 8952 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5831 /force-app/main/default/classes/MetadataService.cls 8952 20 8952 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5832 /force-app/main/default/classes/MetadataService.cls 8953 20 8953 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5832 /force-app/main/default/classes/MetadataService.cls 8953 20 8953 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5833 /force-app/main/default/classes/MetadataService.cls 8953 20 8953 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5833 /force-app/main/default/classes/MetadataService.cls 8953 20 8953 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5834 /force-app/main/default/classes/MetadataService.cls 8954 20 8954 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5834 /force-app/main/default/classes/MetadataService.cls 8954 20 8954 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5835 /force-app/main/default/classes/MetadataService.cls 8954 20 8954 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5835 /force-app/main/default/classes/MetadataService.cls 8954 20 8954 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5836 /force-app/main/default/classes/MetadataService.cls 8956 9 8962 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5836 /force-app/main/default/classes/MetadataService.cls 8956 9 8962 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5837 /force-app/main/default/classes/MetadataService.cls 8958 10 8958 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5837 /force-app/main/default/classes/MetadataService.cls 8958 10 8958 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5838 /force-app/main/default/classes/MetadataService.cls 8959 20 8959 96 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
5838 /force-app/main/default/classes/MetadataService.cls 8959 20 8959 96 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
5839 /force-app/main/default/classes/MetadataService.cls 8959 20 8959 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5839 /force-app/main/default/classes/MetadataService.cls 8959 20 8959 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5840 /force-app/main/default/classes/MetadataService.cls 8960 20 8960 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5840 /force-app/main/default/classes/MetadataService.cls 8960 20 8960 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5841 /force-app/main/default/classes/MetadataService.cls 8960 20 8960 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5841 /force-app/main/default/classes/MetadataService.cls 8960 20 8960 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5842 /force-app/main/default/classes/MetadataService.cls 8961 20 8961 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5842 /force-app/main/default/classes/MetadataService.cls 8961 20 8961 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5843 /force-app/main/default/classes/MetadataService.cls 8961 20 8961 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5843 /force-app/main/default/classes/MetadataService.cls 8961 20 8961 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5844 /force-app/main/default/classes/MetadataService.cls 8963 9 8969 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5844 /force-app/main/default/classes/MetadataService.cls 8963 9 8969 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5845 /force-app/main/default/classes/MetadataService.cls 8963 9 8969 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPermissionSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5845 /force-app/main/default/classes/MetadataService.cls 8963 9 8969 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPermissionSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5846 /force-app/main/default/classes/MetadataService.cls 8965 10 8965 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5846 /force-app/main/default/classes/MetadataService.cls 8965 10 8965 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5847 /force-app/main/default/classes/MetadataService.cls 8966 20 8966 93 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
5847 /force-app/main/default/classes/MetadataService.cls 8966 20 8966 93 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
5848 /force-app/main/default/classes/MetadataService.cls 8966 20 8966 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5848 /force-app/main/default/classes/MetadataService.cls 8966 20 8966 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5849 /force-app/main/default/classes/MetadataService.cls 8967 20 8967 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5849 /force-app/main/default/classes/MetadataService.cls 8967 20 8967 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5850 /force-app/main/default/classes/MetadataService.cls 8967 20 8967 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5850 /force-app/main/default/classes/MetadataService.cls 8967 20 8967 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5851 /force-app/main/default/classes/MetadataService.cls 8968 20 8968 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5851 /force-app/main/default/classes/MetadataService.cls 8968 20 8968 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5852 /force-app/main/default/classes/MetadataService.cls 8968 20 8968 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5852 /force-app/main/default/classes/MetadataService.cls 8968 20 8968 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5853 /force-app/main/default/classes/MetadataService.cls 8970 9 8976 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5853 /force-app/main/default/classes/MetadataService.cls 8970 9 8976 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5854 /force-app/main/default/classes/MetadataService.cls 8972 10 8972 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5854 /force-app/main/default/classes/MetadataService.cls 8972 10 8972 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5855 /force-app/main/default/classes/MetadataService.cls 8973 20 8973 96 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
5855 /force-app/main/default/classes/MetadataService.cls 8973 20 8973 96 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
5856 /force-app/main/default/classes/MetadataService.cls 8973 20 8973 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5856 /force-app/main/default/classes/MetadataService.cls 8973 20 8973 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5857 /force-app/main/default/classes/MetadataService.cls 8974 20 8974 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5857 /force-app/main/default/classes/MetadataService.cls 8974 20 8974 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5858 /force-app/main/default/classes/MetadataService.cls 8974 20 8974 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5858 /force-app/main/default/classes/MetadataService.cls 8974 20 8974 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5859 /force-app/main/default/classes/MetadataService.cls 8975 20 8975 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5859 /force-app/main/default/classes/MetadataService.cls 8975 20 8975 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5860 /force-app/main/default/classes/MetadataService.cls 8975 20 8975 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5860 /force-app/main/default/classes/MetadataService.cls 8975 20 8975 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5861 /force-app/main/default/classes/MetadataService.cls 8977 9 8983 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5861 /force-app/main/default/classes/MetadataService.cls 8977 9 8983 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5862 /force-app/main/default/classes/MetadataService.cls 8977 9 8983 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDataCategoryGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5862 /force-app/main/default/classes/MetadataService.cls 8977 9 8983 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDataCategoryGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5863 /force-app/main/default/classes/MetadataService.cls 8979 10 8979 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5863 /force-app/main/default/classes/MetadataService.cls 8979 10 8979 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5864 /force-app/main/default/classes/MetadataService.cls 8980 20 8980 93 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
5864 /force-app/main/default/classes/MetadataService.cls 8980 20 8980 93 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
5865 /force-app/main/default/classes/MetadataService.cls 8980 20 8980 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5865 /force-app/main/default/classes/MetadataService.cls 8980 20 8980 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5866 /force-app/main/default/classes/MetadataService.cls 8981 20 8981 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5866 /force-app/main/default/classes/MetadataService.cls 8981 20 8981 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5867 /force-app/main/default/classes/MetadataService.cls 8981 20 8981 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5867 /force-app/main/default/classes/MetadataService.cls 8981 20 8981 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5868 /force-app/main/default/classes/MetadataService.cls 8982 20 8982 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5868 /force-app/main/default/classes/MetadataService.cls 8982 20 8982 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5869 /force-app/main/default/classes/MetadataService.cls 8982 20 8982 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5869 /force-app/main/default/classes/MetadataService.cls 8982 20 8982 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5870 /force-app/main/default/classes/MetadataService.cls 8984 9 8990 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5870 /force-app/main/default/classes/MetadataService.cls 8984 9 8990 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5871 /force-app/main/default/classes/MetadataService.cls 8986 10 8986 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5871 /force-app/main/default/classes/MetadataService.cls 8986 10 8986 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5872 /force-app/main/default/classes/MetadataService.cls 8987 20 8987 96 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
5872 /force-app/main/default/classes/MetadataService.cls 8987 20 8987 96 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
5873 /force-app/main/default/classes/MetadataService.cls 8987 20 8987 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5873 /force-app/main/default/classes/MetadataService.cls 8987 20 8987 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5874 /force-app/main/default/classes/MetadataService.cls 8988 20 8988 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5874 /force-app/main/default/classes/MetadataService.cls 8988 20 8988 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5875 /force-app/main/default/classes/MetadataService.cls 8988 20 8988 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5875 /force-app/main/default/classes/MetadataService.cls 8988 20 8988 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5876 /force-app/main/default/classes/MetadataService.cls 8989 20 8989 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5876 /force-app/main/default/classes/MetadataService.cls 8989 20 8989 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5877 /force-app/main/default/classes/MetadataService.cls 8989 20 8989 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5877 /force-app/main/default/classes/MetadataService.cls 8989 20 8989 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5878 /force-app/main/default/classes/MetadataService.cls 8991 9 8997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5878 /force-app/main/default/classes/MetadataService.cls 8991 9 8997 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5879 /force-app/main/default/classes/MetadataService.cls 8991 9 8997 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRemoteSiteSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5879 /force-app/main/default/classes/MetadataService.cls 8991 9 8997 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRemoteSiteSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5880 /force-app/main/default/classes/MetadataService.cls 8993 10 8993 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5880 /force-app/main/default/classes/MetadataService.cls 8993 10 8993 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5881 /force-app/main/default/classes/MetadataService.cls 8994 20 8994 93 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
5881 /force-app/main/default/classes/MetadataService.cls 8994 20 8994 93 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
5882 /force-app/main/default/classes/MetadataService.cls 8994 20 8994 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5882 /force-app/main/default/classes/MetadataService.cls 8994 20 8994 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5883 /force-app/main/default/classes/MetadataService.cls 8995 20 8995 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5883 /force-app/main/default/classes/MetadataService.cls 8995 20 8995 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5884 /force-app/main/default/classes/MetadataService.cls 8995 20 8995 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5884 /force-app/main/default/classes/MetadataService.cls 8995 20 8995 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5885 /force-app/main/default/classes/MetadataService.cls 8996 20 8996 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5885 /force-app/main/default/classes/MetadataService.cls 8996 20 8996 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5886 /force-app/main/default/classes/MetadataService.cls 8996 20 8996 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5886 /force-app/main/default/classes/MetadataService.cls 8996 20 8996 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5887 /force-app/main/default/classes/MetadataService.cls 8998 9 9004 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5887 /force-app/main/default/classes/MetadataService.cls 8998 9 9004 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5888 /force-app/main/default/classes/MetadataService.cls 9000 10 9000 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5888 /force-app/main/default/classes/MetadataService.cls 9000 10 9000 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5889 /force-app/main/default/classes/MetadataService.cls 9001 20 9001 96 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
5889 /force-app/main/default/classes/MetadataService.cls 9001 20 9001 96 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
5890 /force-app/main/default/classes/MetadataService.cls 9001 20 9001 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5890 /force-app/main/default/classes/MetadataService.cls 9001 20 9001 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5891 /force-app/main/default/classes/MetadataService.cls 9002 20 9002 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5891 /force-app/main/default/classes/MetadataService.cls 9002 20 9002 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5892 /force-app/main/default/classes/MetadataService.cls 9002 20 9002 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5892 /force-app/main/default/classes/MetadataService.cls 9002 20 9002 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5893 /force-app/main/default/classes/MetadataService.cls 9003 20 9003 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5893 /force-app/main/default/classes/MetadataService.cls 9003 20 9003 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5894 /force-app/main/default/classes/MetadataService.cls 9003 20 9003 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5894 /force-app/main/default/classes/MetadataService.cls 9003 20 9003 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5895 /force-app/main/default/classes/MetadataService.cls 9005 9 9011 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5895 /force-app/main/default/classes/MetadataService.cls 9005 9 9011 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5896 /force-app/main/default/classes/MetadataService.cls 9005 9 9011 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5896 /force-app/main/default/classes/MetadataService.cls 9005 9 9011 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5897 /force-app/main/default/classes/MetadataService.cls 9007 10 9007 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5897 /force-app/main/default/classes/MetadataService.cls 9007 10 9007 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5898 /force-app/main/default/classes/MetadataService.cls 9008 20 9008 93 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
5898 /force-app/main/default/classes/MetadataService.cls 9008 20 9008 93 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
5899 /force-app/main/default/classes/MetadataService.cls 9008 20 9008 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5899 /force-app/main/default/classes/MetadataService.cls 9008 20 9008 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5900 /force-app/main/default/classes/MetadataService.cls 9009 20 9009 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5900 /force-app/main/default/classes/MetadataService.cls 9009 20 9009 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5901 /force-app/main/default/classes/MetadataService.cls 9009 20 9009 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5901 /force-app/main/default/classes/MetadataService.cls 9009 20 9009 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5902 /force-app/main/default/classes/MetadataService.cls 9010 20 9010 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5902 /force-app/main/default/classes/MetadataService.cls 9010 20 9010 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5903 /force-app/main/default/classes/MetadataService.cls 9010 20 9010 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5903 /force-app/main/default/classes/MetadataService.cls 9010 20 9010 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5904 /force-app/main/default/classes/MetadataService.cls 9012 9 9018 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5904 /force-app/main/default/classes/MetadataService.cls 9012 9 9018 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5905 /force-app/main/default/classes/MetadataService.cls 9014 10 9014 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5905 /force-app/main/default/classes/MetadataService.cls 9014 10 9014 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5906 /force-app/main/default/classes/MetadataService.cls 9015 20 9015 96 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
5906 /force-app/main/default/classes/MetadataService.cls 9015 20 9015 96 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
5907 /force-app/main/default/classes/MetadataService.cls 9015 20 9015 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5907 /force-app/main/default/classes/MetadataService.cls 9015 20 9015 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5908 /force-app/main/default/classes/MetadataService.cls 9016 20 9016 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5908 /force-app/main/default/classes/MetadataService.cls 9016 20 9016 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5909 /force-app/main/default/classes/MetadataService.cls 9016 20 9016 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5909 /force-app/main/default/classes/MetadataService.cls 9016 20 9016 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5910 /force-app/main/default/classes/MetadataService.cls 9017 20 9017 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5910 /force-app/main/default/classes/MetadataService.cls 9017 20 9017 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5911 /force-app/main/default/classes/MetadataService.cls 9017 20 9017 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5911 /force-app/main/default/classes/MetadataService.cls 9017 20 9017 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5912 /force-app/main/default/classes/MetadataService.cls 9019 9 9025 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5912 /force-app/main/default/classes/MetadataService.cls 9019 9 9025 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5913 /force-app/main/default/classes/MetadataService.cls 9019 9 9025 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuthProviderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5913 /force-app/main/default/classes/MetadataService.cls 9019 9 9025 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuthProviderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5914 /force-app/main/default/classes/MetadataService.cls 9021 10 9021 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5914 /force-app/main/default/classes/MetadataService.cls 9021 10 9021 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5915 /force-app/main/default/classes/MetadataService.cls 9022 20 9022 93 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
5915 /force-app/main/default/classes/MetadataService.cls 9022 20 9022 93 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
5916 /force-app/main/default/classes/MetadataService.cls 9022 20 9022 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5916 /force-app/main/default/classes/MetadataService.cls 9022 20 9022 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5917 /force-app/main/default/classes/MetadataService.cls 9023 20 9023 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5917 /force-app/main/default/classes/MetadataService.cls 9023 20 9023 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5918 /force-app/main/default/classes/MetadataService.cls 9023 20 9023 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5918 /force-app/main/default/classes/MetadataService.cls 9023 20 9023 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5919 /force-app/main/default/classes/MetadataService.cls 9024 20 9024 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5919 /force-app/main/default/classes/MetadataService.cls 9024 20 9024 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5920 /force-app/main/default/classes/MetadataService.cls 9024 20 9024 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5920 /force-app/main/default/classes/MetadataService.cls 9024 20 9024 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5921 /force-app/main/default/classes/MetadataService.cls 9026 9 9032 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5921 /force-app/main/default/classes/MetadataService.cls 9026 9 9032 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5922 /force-app/main/default/classes/MetadataService.cls 9028 10 9028 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5922 /force-app/main/default/classes/MetadataService.cls 9028 10 9028 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5923 /force-app/main/default/classes/MetadataService.cls 9029 20 9029 96 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
5923 /force-app/main/default/classes/MetadataService.cls 9029 20 9029 96 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
5924 /force-app/main/default/classes/MetadataService.cls 9029 20 9029 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5924 /force-app/main/default/classes/MetadataService.cls 9029 20 9029 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5925 /force-app/main/default/classes/MetadataService.cls 9030 20 9030 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5925 /force-app/main/default/classes/MetadataService.cls 9030 20 9030 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5926 /force-app/main/default/classes/MetadataService.cls 9030 20 9030 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5926 /force-app/main/default/classes/MetadataService.cls 9030 20 9030 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5927 /force-app/main/default/classes/MetadataService.cls 9031 20 9031 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5927 /force-app/main/default/classes/MetadataService.cls 9031 20 9031 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5928 /force-app/main/default/classes/MetadataService.cls 9031 20 9031 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5928 /force-app/main/default/classes/MetadataService.cls 9031 20 9031 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5929 /force-app/main/default/classes/MetadataService.cls 9033 9 9039 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5929 /force-app/main/default/classes/MetadataService.cls 9033 9 9039 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5930 /force-app/main/default/classes/MetadataService.cls 9033 9 9039 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readKnowledgeSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5930 /force-app/main/default/classes/MetadataService.cls 9033 9 9039 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readKnowledgeSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5931 /force-app/main/default/classes/MetadataService.cls 9035 10 9035 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5931 /force-app/main/default/classes/MetadataService.cls 9035 10 9035 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5932 /force-app/main/default/classes/MetadataService.cls 9036 20 9036 93 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
5932 /force-app/main/default/classes/MetadataService.cls 9036 20 9036 93 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
5933 /force-app/main/default/classes/MetadataService.cls 9036 20 9036 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5933 /force-app/main/default/classes/MetadataService.cls 9036 20 9036 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5934 /force-app/main/default/classes/MetadataService.cls 9037 20 9037 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5934 /force-app/main/default/classes/MetadataService.cls 9037 20 9037 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5935 /force-app/main/default/classes/MetadataService.cls 9037 20 9037 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5935 /force-app/main/default/classes/MetadataService.cls 9037 20 9037 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5936 /force-app/main/default/classes/MetadataService.cls 9038 20 9038 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5936 /force-app/main/default/classes/MetadataService.cls 9038 20 9038 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5937 /force-app/main/default/classes/MetadataService.cls 9038 20 9038 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5937 /force-app/main/default/classes/MetadataService.cls 9038 20 9038 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5938 /force-app/main/default/classes/MetadataService.cls 9040 9 9046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5938 /force-app/main/default/classes/MetadataService.cls 9040 9 9046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5939 /force-app/main/default/classes/MetadataService.cls 9042 10 9042 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5939 /force-app/main/default/classes/MetadataService.cls 9042 10 9042 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5940 /force-app/main/default/classes/MetadataService.cls 9043 20 9043 96 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
5940 /force-app/main/default/classes/MetadataService.cls 9043 20 9043 96 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
5941 /force-app/main/default/classes/MetadataService.cls 9043 20 9043 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5941 /force-app/main/default/classes/MetadataService.cls 9043 20 9043 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5942 /force-app/main/default/classes/MetadataService.cls 9044 20 9044 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5942 /force-app/main/default/classes/MetadataService.cls 9044 20 9044 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5943 /force-app/main/default/classes/MetadataService.cls 9044 20 9044 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5943 /force-app/main/default/classes/MetadataService.cls 9044 20 9044 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5944 /force-app/main/default/classes/MetadataService.cls 9045 20 9045 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5944 /force-app/main/default/classes/MetadataService.cls 9045 20 9045 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5945 /force-app/main/default/classes/MetadataService.cls 9045 20 9045 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5945 /force-app/main/default/classes/MetadataService.cls 9045 20 9045 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5946 /force-app/main/default/classes/MetadataService.cls 9047 9 9053 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5946 /force-app/main/default/classes/MetadataService.cls 9047 9 9053 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5947 /force-app/main/default/classes/MetadataService.cls 9047 9 9053 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5947 /force-app/main/default/classes/MetadataService.cls 9047 9 9053 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5948 /force-app/main/default/classes/MetadataService.cls 9049 10 9049 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5948 /force-app/main/default/classes/MetadataService.cls 9049 10 9049 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5949 /force-app/main/default/classes/MetadataService.cls 9050 20 9050 93 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
5949 /force-app/main/default/classes/MetadataService.cls 9050 20 9050 93 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
5950 /force-app/main/default/classes/MetadataService.cls 9050 20 9050 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5950 /force-app/main/default/classes/MetadataService.cls 9050 20 9050 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5951 /force-app/main/default/classes/MetadataService.cls 9051 20 9051 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5951 /force-app/main/default/classes/MetadataService.cls 9051 20 9051 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5952 /force-app/main/default/classes/MetadataService.cls 9051 20 9051 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5952 /force-app/main/default/classes/MetadataService.cls 9051 20 9051 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5953 /force-app/main/default/classes/MetadataService.cls 9052 20 9052 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5953 /force-app/main/default/classes/MetadataService.cls 9052 20 9052 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5954 /force-app/main/default/classes/MetadataService.cls 9052 20 9052 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5954 /force-app/main/default/classes/MetadataService.cls 9052 20 9052 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5955 /force-app/main/default/classes/MetadataService.cls 9054 9 9060 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5955 /force-app/main/default/classes/MetadataService.cls 9054 9 9060 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5956 /force-app/main/default/classes/MetadataService.cls 9056 10 9056 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5956 /force-app/main/default/classes/MetadataService.cls 9056 10 9056 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5957 /force-app/main/default/classes/MetadataService.cls 9057 20 9057 96 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
5957 /force-app/main/default/classes/MetadataService.cls 9057 20 9057 96 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
5958 /force-app/main/default/classes/MetadataService.cls 9057 20 9057 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5958 /force-app/main/default/classes/MetadataService.cls 9057 20 9057 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5959 /force-app/main/default/classes/MetadataService.cls 9058 20 9058 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5959 /force-app/main/default/classes/MetadataService.cls 9058 20 9058 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5960 /force-app/main/default/classes/MetadataService.cls 9058 20 9058 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5960 /force-app/main/default/classes/MetadataService.cls 9058 20 9058 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5961 /force-app/main/default/classes/MetadataService.cls 9059 20 9059 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5961 /force-app/main/default/classes/MetadataService.cls 9059 20 9059 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5962 /force-app/main/default/classes/MetadataService.cls 9059 20 9059 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5962 /force-app/main/default/classes/MetadataService.cls 9059 20 9059 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5963 /force-app/main/default/classes/MetadataService.cls 9061 9 9067 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5963 /force-app/main/default/classes/MetadataService.cls 9061 9 9067 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5964 /force-app/main/default/classes/MetadataService.cls 9061 9 9067 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5964 /force-app/main/default/classes/MetadataService.cls 9061 9 9067 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5965 /force-app/main/default/classes/MetadataService.cls 9063 10 9063 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5965 /force-app/main/default/classes/MetadataService.cls 9063 10 9063 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5966 /force-app/main/default/classes/MetadataService.cls 9064 20 9064 93 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
5966 /force-app/main/default/classes/MetadataService.cls 9064 20 9064 93 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
5967 /force-app/main/default/classes/MetadataService.cls 9064 20 9064 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5967 /force-app/main/default/classes/MetadataService.cls 9064 20 9064 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5968 /force-app/main/default/classes/MetadataService.cls 9065 20 9065 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5968 /force-app/main/default/classes/MetadataService.cls 9065 20 9065 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5969 /force-app/main/default/classes/MetadataService.cls 9065 20 9065 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5969 /force-app/main/default/classes/MetadataService.cls 9065 20 9065 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5970 /force-app/main/default/classes/MetadataService.cls 9066 20 9066 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5970 /force-app/main/default/classes/MetadataService.cls 9066 20 9066 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5971 /force-app/main/default/classes/MetadataService.cls 9066 20 9066 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5971 /force-app/main/default/classes/MetadataService.cls 9066 20 9066 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5972 /force-app/main/default/classes/MetadataService.cls 9068 9 9074 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5972 /force-app/main/default/classes/MetadataService.cls 9068 9 9074 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5973 /force-app/main/default/classes/MetadataService.cls 9070 10 9070 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5973 /force-app/main/default/classes/MetadataService.cls 9070 10 9070 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5974 /force-app/main/default/classes/MetadataService.cls 9071 20 9071 96 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
5974 /force-app/main/default/classes/MetadataService.cls 9071 20 9071 96 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
5975 /force-app/main/default/classes/MetadataService.cls 9071 20 9071 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5975 /force-app/main/default/classes/MetadataService.cls 9071 20 9071 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5976 /force-app/main/default/classes/MetadataService.cls 9072 20 9072 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5976 /force-app/main/default/classes/MetadataService.cls 9072 20 9072 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5977 /force-app/main/default/classes/MetadataService.cls 9072 20 9072 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5977 /force-app/main/default/classes/MetadataService.cls 9072 20 9072 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5978 /force-app/main/default/classes/MetadataService.cls 9073 20 9073 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5978 /force-app/main/default/classes/MetadataService.cls 9073 20 9073 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5979 /force-app/main/default/classes/MetadataService.cls 9073 20 9073 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5979 /force-app/main/default/classes/MetadataService.cls 9073 20 9073 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5980 /force-app/main/default/classes/MetadataService.cls 9075 9 9081 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5980 /force-app/main/default/classes/MetadataService.cls 9075 9 9081 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5981 /force-app/main/default/classes/MetadataService.cls 9075 9 9081 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readIdeasSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5981 /force-app/main/default/classes/MetadataService.cls 9075 9 9081 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readIdeasSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5982 /force-app/main/default/classes/MetadataService.cls 9077 10 9077 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5982 /force-app/main/default/classes/MetadataService.cls 9077 10 9077 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5983 /force-app/main/default/classes/MetadataService.cls 9078 20 9078 93 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
5983 /force-app/main/default/classes/MetadataService.cls 9078 20 9078 93 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
5984 /force-app/main/default/classes/MetadataService.cls 9078 20 9078 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5984 /force-app/main/default/classes/MetadataService.cls 9078 20 9078 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5985 /force-app/main/default/classes/MetadataService.cls 9079 20 9079 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5985 /force-app/main/default/classes/MetadataService.cls 9079 20 9079 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5986 /force-app/main/default/classes/MetadataService.cls 9079 20 9079 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5986 /force-app/main/default/classes/MetadataService.cls 9079 20 9079 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5987 /force-app/main/default/classes/MetadataService.cls 9080 20 9080 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5987 /force-app/main/default/classes/MetadataService.cls 9080 20 9080 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5988 /force-app/main/default/classes/MetadataService.cls 9080 20 9080 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5988 /force-app/main/default/classes/MetadataService.cls 9080 20 9080 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5989 /force-app/main/default/classes/MetadataService.cls 9082 9 9088 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5989 /force-app/main/default/classes/MetadataService.cls 9082 9 9088 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5990 /force-app/main/default/classes/MetadataService.cls 9084 10 9084 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5990 /force-app/main/default/classes/MetadataService.cls 9084 10 9084 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5991 /force-app/main/default/classes/MetadataService.cls 9085 20 9085 96 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
5991 /force-app/main/default/classes/MetadataService.cls 9085 20 9085 96 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
5992 /force-app/main/default/classes/MetadataService.cls 9085 20 9085 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5992 /force-app/main/default/classes/MetadataService.cls 9085 20 9085 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5993 /force-app/main/default/classes/MetadataService.cls 9086 20 9086 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5993 /force-app/main/default/classes/MetadataService.cls 9086 20 9086 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5994 /force-app/main/default/classes/MetadataService.cls 9086 20 9086 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5994 /force-app/main/default/classes/MetadataService.cls 9086 20 9086 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5995 /force-app/main/default/classes/MetadataService.cls 9087 20 9087 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5995 /force-app/main/default/classes/MetadataService.cls 9087 20 9087 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5996 /force-app/main/default/classes/MetadataService.cls 9087 20 9087 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5996 /force-app/main/default/classes/MetadataService.cls 9087 20 9087 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5997 /force-app/main/default/classes/MetadataService.cls 9089 9 9095 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5997 /force-app/main/default/classes/MetadataService.cls 9089 9 9095 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5998 /force-app/main/default/classes/MetadataService.cls 9089 9 9095 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readChatterAnswersSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5998 /force-app/main/default/classes/MetadataService.cls 9089 9 9095 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readChatterAnswersSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5999 /force-app/main/default/classes/MetadataService.cls 9091 10 9091 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5999 /force-app/main/default/classes/MetadataService.cls 9091 10 9091 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6000 /force-app/main/default/classes/MetadataService.cls 9092 20 9092 93 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
6000 /force-app/main/default/classes/MetadataService.cls 9092 20 9092 93 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
6001 /force-app/main/default/classes/MetadataService.cls 9092 20 9092 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6001 /force-app/main/default/classes/MetadataService.cls 9092 20 9092 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6002 /force-app/main/default/classes/MetadataService.cls 9093 20 9093 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6002 /force-app/main/default/classes/MetadataService.cls 9093 20 9093 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6003 /force-app/main/default/classes/MetadataService.cls 9093 20 9093 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6003 /force-app/main/default/classes/MetadataService.cls 9093 20 9093 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6004 /force-app/main/default/classes/MetadataService.cls 9094 20 9094 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6004 /force-app/main/default/classes/MetadataService.cls 9094 20 9094 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6005 /force-app/main/default/classes/MetadataService.cls 9094 20 9094 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6005 /force-app/main/default/classes/MetadataService.cls 9094 20 9094 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6006 /force-app/main/default/classes/MetadataService.cls 9096 9 9102 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6006 /force-app/main/default/classes/MetadataService.cls 9096 9 9102 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6007 /force-app/main/default/classes/MetadataService.cls 9098 10 9098 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6007 /force-app/main/default/classes/MetadataService.cls 9098 10 9098 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6008 /force-app/main/default/classes/MetadataService.cls 9099 20 9099 96 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
6008 /force-app/main/default/classes/MetadataService.cls 9099 20 9099 96 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
6009 /force-app/main/default/classes/MetadataService.cls 9099 20 9099 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6009 /force-app/main/default/classes/MetadataService.cls 9099 20 9099 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6010 /force-app/main/default/classes/MetadataService.cls 9100 20 9100 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6010 /force-app/main/default/classes/MetadataService.cls 9100 20 9100 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6011 /force-app/main/default/classes/MetadataService.cls 9100 20 9100 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6011 /force-app/main/default/classes/MetadataService.cls 9100 20 9100 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6012 /force-app/main/default/classes/MetadataService.cls 9101 20 9101 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6012 /force-app/main/default/classes/MetadataService.cls 9101 20 9101 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6013 /force-app/main/default/classes/MetadataService.cls 9101 20 9101 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6013 /force-app/main/default/classes/MetadataService.cls 9101 20 9101 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6014 /force-app/main/default/classes/MetadataService.cls 9103 9 9109 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6014 /force-app/main/default/classes/MetadataService.cls 9103 9 9109 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6015 /force-app/main/default/classes/MetadataService.cls 9103 9 9109 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCommunityResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6015 /force-app/main/default/classes/MetadataService.cls 9103 9 9109 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCommunityResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6016 /force-app/main/default/classes/MetadataService.cls 9105 10 9105 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6016 /force-app/main/default/classes/MetadataService.cls 9105 10 9105 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6017 /force-app/main/default/classes/MetadataService.cls 9106 20 9106 93 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
6017 /force-app/main/default/classes/MetadataService.cls 9106 20 9106 93 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
6018 /force-app/main/default/classes/MetadataService.cls 9106 20 9106 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6018 /force-app/main/default/classes/MetadataService.cls 9106 20 9106 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6019 /force-app/main/default/classes/MetadataService.cls 9107 20 9107 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6019 /force-app/main/default/classes/MetadataService.cls 9107 20 9107 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6020 /force-app/main/default/classes/MetadataService.cls 9107 20 9107 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6020 /force-app/main/default/classes/MetadataService.cls 9107 20 9107 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6021 /force-app/main/default/classes/MetadataService.cls 9108 20 9108 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6021 /force-app/main/default/classes/MetadataService.cls 9108 20 9108 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6022 /force-app/main/default/classes/MetadataService.cls 9108 20 9108 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6022 /force-app/main/default/classes/MetadataService.cls 9108 20 9108 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6023 /force-app/main/default/classes/MetadataService.cls 9110 9 9116 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6023 /force-app/main/default/classes/MetadataService.cls 9110 9 9116 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6024 /force-app/main/default/classes/MetadataService.cls 9112 10 9112 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6024 /force-app/main/default/classes/MetadataService.cls 9112 10 9112 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6025 /force-app/main/default/classes/MetadataService.cls 9113 20 9113 96 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
6025 /force-app/main/default/classes/MetadataService.cls 9113 20 9113 96 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
6026 /force-app/main/default/classes/MetadataService.cls 9113 20 9113 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6026 /force-app/main/default/classes/MetadataService.cls 9113 20 9113 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6027 /force-app/main/default/classes/MetadataService.cls 9114 20 9114 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6027 /force-app/main/default/classes/MetadataService.cls 9114 20 9114 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6028 /force-app/main/default/classes/MetadataService.cls 9114 20 9114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6028 /force-app/main/default/classes/MetadataService.cls 9114 20 9114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6029 /force-app/main/default/classes/MetadataService.cls 9115 20 9115 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6029 /force-app/main/default/classes/MetadataService.cls 9115 20 9115 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6030 /force-app/main/default/classes/MetadataService.cls 9115 20 9115 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6030 /force-app/main/default/classes/MetadataService.cls 9115 20 9115 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6031 /force-app/main/default/classes/MetadataService.cls 9117 9 9123 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6031 /force-app/main/default/classes/MetadataService.cls 9117 9 9123 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6032 /force-app/main/default/classes/MetadataService.cls 9117 9 9123 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readActivitiesSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6032 /force-app/main/default/classes/MetadataService.cls 9117 9 9123 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readActivitiesSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6033 /force-app/main/default/classes/MetadataService.cls 9119 10 9119 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6033 /force-app/main/default/classes/MetadataService.cls 9119 10 9119 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6034 /force-app/main/default/classes/MetadataService.cls 9120 20 9120 93 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
6034 /force-app/main/default/classes/MetadataService.cls 9120 20 9120 93 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
6035 /force-app/main/default/classes/MetadataService.cls 9120 20 9120 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6035 /force-app/main/default/classes/MetadataService.cls 9120 20 9120 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6036 /force-app/main/default/classes/MetadataService.cls 9121 20 9121 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6036 /force-app/main/default/classes/MetadataService.cls 9121 20 9121 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6037 /force-app/main/default/classes/MetadataService.cls 9121 20 9121 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6037 /force-app/main/default/classes/MetadataService.cls 9121 20 9121 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6038 /force-app/main/default/classes/MetadataService.cls 9122 20 9122 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6038 /force-app/main/default/classes/MetadataService.cls 9122 20 9122 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6039 /force-app/main/default/classes/MetadataService.cls 9122 20 9122 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6039 /force-app/main/default/classes/MetadataService.cls 9122 20 9122 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6040 /force-app/main/default/classes/MetadataService.cls 9124 9 9130 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6040 /force-app/main/default/classes/MetadataService.cls 9124 9 9130 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6041 /force-app/main/default/classes/MetadataService.cls 9126 10 9126 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6041 /force-app/main/default/classes/MetadataService.cls 9126 10 9126 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6042 /force-app/main/default/classes/MetadataService.cls 9127 20 9127 96 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
6042 /force-app/main/default/classes/MetadataService.cls 9127 20 9127 96 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
6043 /force-app/main/default/classes/MetadataService.cls 9127 20 9127 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6043 /force-app/main/default/classes/MetadataService.cls 9127 20 9127 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6044 /force-app/main/default/classes/MetadataService.cls 9128 20 9128 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6044 /force-app/main/default/classes/MetadataService.cls 9128 20 9128 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6045 /force-app/main/default/classes/MetadataService.cls 9128 20 9128 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6045 /force-app/main/default/classes/MetadataService.cls 9128 20 9128 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6046 /force-app/main/default/classes/MetadataService.cls 9129 20 9129 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6046 /force-app/main/default/classes/MetadataService.cls 9129 20 9129 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6047 /force-app/main/default/classes/MetadataService.cls 9129 20 9129 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6047 /force-app/main/default/classes/MetadataService.cls 9129 20 9129 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6048 /force-app/main/default/classes/MetadataService.cls 9131 9 9137 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6048 /force-app/main/default/classes/MetadataService.cls 9131 9 9137 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6049 /force-app/main/default/classes/MetadataService.cls 9131 9 9137 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readContractSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6049 /force-app/main/default/classes/MetadataService.cls 9131 9 9137 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readContractSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6050 /force-app/main/default/classes/MetadataService.cls 9133 10 9133 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6050 /force-app/main/default/classes/MetadataService.cls 9133 10 9133 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6051 /force-app/main/default/classes/MetadataService.cls 9134 20 9134 93 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
6051 /force-app/main/default/classes/MetadataService.cls 9134 20 9134 93 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
6052 /force-app/main/default/classes/MetadataService.cls 9134 20 9134 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6052 /force-app/main/default/classes/MetadataService.cls 9134 20 9134 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6053 /force-app/main/default/classes/MetadataService.cls 9135 20 9135 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6053 /force-app/main/default/classes/MetadataService.cls 9135 20 9135 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6054 /force-app/main/default/classes/MetadataService.cls 9135 20 9135 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6054 /force-app/main/default/classes/MetadataService.cls 9135 20 9135 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6055 /force-app/main/default/classes/MetadataService.cls 9136 20 9136 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6055 /force-app/main/default/classes/MetadataService.cls 9136 20 9136 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6056 /force-app/main/default/classes/MetadataService.cls 9136 20 9136 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6056 /force-app/main/default/classes/MetadataService.cls 9136 20 9136 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6057 /force-app/main/default/classes/MetadataService.cls 9138 9 9144 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6057 /force-app/main/default/classes/MetadataService.cls 9138 9 9144 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6058 /force-app/main/default/classes/MetadataService.cls 9140 10 9140 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6058 /force-app/main/default/classes/MetadataService.cls 9140 10 9140 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6059 /force-app/main/default/classes/MetadataService.cls 9141 20 9141 96 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
6059 /force-app/main/default/classes/MetadataService.cls 9141 20 9141 96 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
6060 /force-app/main/default/classes/MetadataService.cls 9141 20 9141 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6060 /force-app/main/default/classes/MetadataService.cls 9141 20 9141 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6061 /force-app/main/default/classes/MetadataService.cls 9142 20 9142 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6061 /force-app/main/default/classes/MetadataService.cls 9142 20 9142 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6062 /force-app/main/default/classes/MetadataService.cls 9142 20 9142 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6062 /force-app/main/default/classes/MetadataService.cls 9142 20 9142 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6063 /force-app/main/default/classes/MetadataService.cls 9143 20 9143 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6063 /force-app/main/default/classes/MetadataService.cls 9143 20 9143 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6064 /force-app/main/default/classes/MetadataService.cls 9143 20 9143 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6064 /force-app/main/default/classes/MetadataService.cls 9143 20 9143 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6065 /force-app/main/default/classes/MetadataService.cls 9145 9 9151 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6065 /force-app/main/default/classes/MetadataService.cls 9145 9 9151 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6066 /force-app/main/default/classes/MetadataService.cls 9145 9 9151 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOrderSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6066 /force-app/main/default/classes/MetadataService.cls 9145 9 9151 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOrderSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6067 /force-app/main/default/classes/MetadataService.cls 9147 10 9147 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6067 /force-app/main/default/classes/MetadataService.cls 9147 10 9147 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6068 /force-app/main/default/classes/MetadataService.cls 9148 20 9148 93 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
6068 /force-app/main/default/classes/MetadataService.cls 9148 20 9148 93 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
6069 /force-app/main/default/classes/MetadataService.cls 9148 20 9148 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6069 /force-app/main/default/classes/MetadataService.cls 9148 20 9148 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6070 /force-app/main/default/classes/MetadataService.cls 9149 20 9149 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6070 /force-app/main/default/classes/MetadataService.cls 9149 20 9149 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6071 /force-app/main/default/classes/MetadataService.cls 9149 20 9149 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6071 /force-app/main/default/classes/MetadataService.cls 9149 20 9149 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6072 /force-app/main/default/classes/MetadataService.cls 9150 20 9150 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6072 /force-app/main/default/classes/MetadataService.cls 9150 20 9150 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6073 /force-app/main/default/classes/MetadataService.cls 9150 20 9150 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6073 /force-app/main/default/classes/MetadataService.cls 9150 20 9150 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6074 /force-app/main/default/classes/MetadataService.cls 9152 9 9158 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6074 /force-app/main/default/classes/MetadataService.cls 9152 9 9158 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6075 /force-app/main/default/classes/MetadataService.cls 9154 10 9154 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6075 /force-app/main/default/classes/MetadataService.cls 9154 10 9154 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6076 /force-app/main/default/classes/MetadataService.cls 9155 20 9155 96 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
6076 /force-app/main/default/classes/MetadataService.cls 9155 20 9155 96 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
6077 /force-app/main/default/classes/MetadataService.cls 9155 20 9155 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6077 /force-app/main/default/classes/MetadataService.cls 9155 20 9155 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6078 /force-app/main/default/classes/MetadataService.cls 9156 20 9156 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6078 /force-app/main/default/classes/MetadataService.cls 9156 20 9156 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6079 /force-app/main/default/classes/MetadataService.cls 9156 20 9156 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6079 /force-app/main/default/classes/MetadataService.cls 9156 20 9156 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6080 /force-app/main/default/classes/MetadataService.cls 9157 20 9157 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6080 /force-app/main/default/classes/MetadataService.cls 9157 20 9157 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6081 /force-app/main/default/classes/MetadataService.cls 9157 20 9157 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6081 /force-app/main/default/classes/MetadataService.cls 9157 20 9157 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6082 /force-app/main/default/classes/MetadataService.cls 9159 9 9165 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6082 /force-app/main/default/classes/MetadataService.cls 9159 9 9165 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6083 /force-app/main/default/classes/MetadataService.cls 9159 9 9165 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOpportunitySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6083 /force-app/main/default/classes/MetadataService.cls 9159 9 9165 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOpportunitySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6084 /force-app/main/default/classes/MetadataService.cls 9161 10 9161 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6084 /force-app/main/default/classes/MetadataService.cls 9161 10 9161 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6085 /force-app/main/default/classes/MetadataService.cls 9162 20 9162 93 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
6085 /force-app/main/default/classes/MetadataService.cls 9162 20 9162 93 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
6086 /force-app/main/default/classes/MetadataService.cls 9162 20 9162 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6086 /force-app/main/default/classes/MetadataService.cls 9162 20 9162 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6087 /force-app/main/default/classes/MetadataService.cls 9163 20 9163 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6087 /force-app/main/default/classes/MetadataService.cls 9163 20 9163 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6088 /force-app/main/default/classes/MetadataService.cls 9163 20 9163 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6088 /force-app/main/default/classes/MetadataService.cls 9163 20 9163 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6089 /force-app/main/default/classes/MetadataService.cls 9164 20 9164 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6089 /force-app/main/default/classes/MetadataService.cls 9164 20 9164 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6090 /force-app/main/default/classes/MetadataService.cls 9164 20 9164 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6090 /force-app/main/default/classes/MetadataService.cls 9164 20 9164 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6091 /force-app/main/default/classes/MetadataService.cls 9166 9 9172 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6091 /force-app/main/default/classes/MetadataService.cls 9166 9 9172 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6092 /force-app/main/default/classes/MetadataService.cls 9168 10 9168 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6092 /force-app/main/default/classes/MetadataService.cls 9168 10 9168 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6093 /force-app/main/default/classes/MetadataService.cls 9169 20 9169 96 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
6093 /force-app/main/default/classes/MetadataService.cls 9169 20 9169 96 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
6094 /force-app/main/default/classes/MetadataService.cls 9169 20 9169 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6094 /force-app/main/default/classes/MetadataService.cls 9169 20 9169 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6095 /force-app/main/default/classes/MetadataService.cls 9170 20 9170 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6095 /force-app/main/default/classes/MetadataService.cls 9170 20 9170 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6096 /force-app/main/default/classes/MetadataService.cls 9170 20 9170 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6096 /force-app/main/default/classes/MetadataService.cls 9170 20 9170 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6097 /force-app/main/default/classes/MetadataService.cls 9171 20 9171 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6097 /force-app/main/default/classes/MetadataService.cls 9171 20 9171 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6098 /force-app/main/default/classes/MetadataService.cls 9171 20 9171 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6098 /force-app/main/default/classes/MetadataService.cls 9171 20 9171 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6099 /force-app/main/default/classes/MetadataService.cls 9173 9 9179 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6099 /force-app/main/default/classes/MetadataService.cls 9173 9 9179 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6100 /force-app/main/default/classes/MetadataService.cls 9173 9 9179 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProductSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6100 /force-app/main/default/classes/MetadataService.cls 9173 9 9179 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProductSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6101 /force-app/main/default/classes/MetadataService.cls 9175 10 9175 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6101 /force-app/main/default/classes/MetadataService.cls 9175 10 9175 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6102 /force-app/main/default/classes/MetadataService.cls 9176 20 9176 93 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
6102 /force-app/main/default/classes/MetadataService.cls 9176 20 9176 93 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
6103 /force-app/main/default/classes/MetadataService.cls 9176 20 9176 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6103 /force-app/main/default/classes/MetadataService.cls 9176 20 9176 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6104 /force-app/main/default/classes/MetadataService.cls 9177 20 9177 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6104 /force-app/main/default/classes/MetadataService.cls 9177 20 9177 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6105 /force-app/main/default/classes/MetadataService.cls 9177 20 9177 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6105 /force-app/main/default/classes/MetadataService.cls 9177 20 9177 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6106 /force-app/main/default/classes/MetadataService.cls 9178 20 9178 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6106 /force-app/main/default/classes/MetadataService.cls 9178 20 9178 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6107 /force-app/main/default/classes/MetadataService.cls 9178 20 9178 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6107 /force-app/main/default/classes/MetadataService.cls 9178 20 9178 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6108 /force-app/main/default/classes/MetadataService.cls 9180 9 9186 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6108 /force-app/main/default/classes/MetadataService.cls 9180 9 9186 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6109 /force-app/main/default/classes/MetadataService.cls 9182 10 9182 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6109 /force-app/main/default/classes/MetadataService.cls 9182 10 9182 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6110 /force-app/main/default/classes/MetadataService.cls 9183 20 9183 96 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
6110 /force-app/main/default/classes/MetadataService.cls 9183 20 9183 96 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
6111 /force-app/main/default/classes/MetadataService.cls 9183 20 9183 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6111 /force-app/main/default/classes/MetadataService.cls 9183 20 9183 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6112 /force-app/main/default/classes/MetadataService.cls 9184 20 9184 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6112 /force-app/main/default/classes/MetadataService.cls 9184 20 9184 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6113 /force-app/main/default/classes/MetadataService.cls 9184 20 9184 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6113 /force-app/main/default/classes/MetadataService.cls 9184 20 9184 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6114 /force-app/main/default/classes/MetadataService.cls 9185 20 9185 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6114 /force-app/main/default/classes/MetadataService.cls 9185 20 9185 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6115 /force-app/main/default/classes/MetadataService.cls 9185 20 9185 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6115 /force-app/main/default/classes/MetadataService.cls 9185 20 9185 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6116 /force-app/main/default/classes/MetadataService.cls 9187 9 9193 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6116 /force-app/main/default/classes/MetadataService.cls 9187 9 9193 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6117 /force-app/main/default/classes/MetadataService.cls 9187 9 9193 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuoteSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6117 /force-app/main/default/classes/MetadataService.cls 9187 9 9193 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuoteSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6118 /force-app/main/default/classes/MetadataService.cls 9189 10 9189 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6118 /force-app/main/default/classes/MetadataService.cls 9189 10 9189 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6119 /force-app/main/default/classes/MetadataService.cls 9190 20 9190 93 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
6119 /force-app/main/default/classes/MetadataService.cls 9190 20 9190 93 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
6120 /force-app/main/default/classes/MetadataService.cls 9190 20 9190 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6120 /force-app/main/default/classes/MetadataService.cls 9190 20 9190 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6121 /force-app/main/default/classes/MetadataService.cls 9191 20 9191 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6121 /force-app/main/default/classes/MetadataService.cls 9191 20 9191 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6122 /force-app/main/default/classes/MetadataService.cls 9191 20 9191 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6122 /force-app/main/default/classes/MetadataService.cls 9191 20 9191 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6123 /force-app/main/default/classes/MetadataService.cls 9192 20 9192 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6123 /force-app/main/default/classes/MetadataService.cls 9192 20 9192 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6124 /force-app/main/default/classes/MetadataService.cls 9192 20 9192 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6124 /force-app/main/default/classes/MetadataService.cls 9192 20 9192 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6125 /force-app/main/default/classes/MetadataService.cls 9194 9 9200 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6125 /force-app/main/default/classes/MetadataService.cls 9194 9 9200 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6126 /force-app/main/default/classes/MetadataService.cls 9196 10 9196 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6126 /force-app/main/default/classes/MetadataService.cls 9196 10 9196 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6127 /force-app/main/default/classes/MetadataService.cls 9197 20 9197 96 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
6127 /force-app/main/default/classes/MetadataService.cls 9197 20 9197 96 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
6128 /force-app/main/default/classes/MetadataService.cls 9197 20 9197 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6128 /force-app/main/default/classes/MetadataService.cls 9197 20 9197 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6129 /force-app/main/default/classes/MetadataService.cls 9198 20 9198 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6129 /force-app/main/default/classes/MetadataService.cls 9198 20 9198 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6130 /force-app/main/default/classes/MetadataService.cls 9198 20 9198 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6130 /force-app/main/default/classes/MetadataService.cls 9198 20 9198 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6131 /force-app/main/default/classes/MetadataService.cls 9199 20 9199 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6131 /force-app/main/default/classes/MetadataService.cls 9199 20 9199 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6132 /force-app/main/default/classes/MetadataService.cls 9199 20 9199 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6132 /force-app/main/default/classes/MetadataService.cls 9199 20 9199 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6133 /force-app/main/default/classes/MetadataService.cls 9201 9 9207 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6133 /force-app/main/default/classes/MetadataService.cls 9201 9 9207 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6134 /force-app/main/default/classes/MetadataService.cls 9201 9 9207 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCallCenterResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6134 /force-app/main/default/classes/MetadataService.cls 9201 9 9207 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCallCenterResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6135 /force-app/main/default/classes/MetadataService.cls 9203 10 9203 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6135 /force-app/main/default/classes/MetadataService.cls 9203 10 9203 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6136 /force-app/main/default/classes/MetadataService.cls 9204 20 9204 93 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
6136 /force-app/main/default/classes/MetadataService.cls 9204 20 9204 93 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
6137 /force-app/main/default/classes/MetadataService.cls 9204 20 9204 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6137 /force-app/main/default/classes/MetadataService.cls 9204 20 9204 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6138 /force-app/main/default/classes/MetadataService.cls 9205 20 9205 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6138 /force-app/main/default/classes/MetadataService.cls 9205 20 9205 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6139 /force-app/main/default/classes/MetadataService.cls 9205 20 9205 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6139 /force-app/main/default/classes/MetadataService.cls 9205 20 9205 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6140 /force-app/main/default/classes/MetadataService.cls 9206 20 9206 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6140 /force-app/main/default/classes/MetadataService.cls 9206 20 9206 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6141 /force-app/main/default/classes/MetadataService.cls 9206 20 9206 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6141 /force-app/main/default/classes/MetadataService.cls 9206 20 9206 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6142 /force-app/main/default/classes/MetadataService.cls 9208 9 9214 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6142 /force-app/main/default/classes/MetadataService.cls 9208 9 9214 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6143 /force-app/main/default/classes/MetadataService.cls 9210 10 9210 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6143 /force-app/main/default/classes/MetadataService.cls 9210 10 9210 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6144 /force-app/main/default/classes/MetadataService.cls 9211 20 9211 96 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
6144 /force-app/main/default/classes/MetadataService.cls 9211 20 9211 96 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
6145 /force-app/main/default/classes/MetadataService.cls 9211 20 9211 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6145 /force-app/main/default/classes/MetadataService.cls 9211 20 9211 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6146 /force-app/main/default/classes/MetadataService.cls 9212 20 9212 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6146 /force-app/main/default/classes/MetadataService.cls 9212 20 9212 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6147 /force-app/main/default/classes/MetadataService.cls 9212 20 9212 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6147 /force-app/main/default/classes/MetadataService.cls 9212 20 9212 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6148 /force-app/main/default/classes/MetadataService.cls 9213 20 9213 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6148 /force-app/main/default/classes/MetadataService.cls 9213 20 9213 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6149 /force-app/main/default/classes/MetadataService.cls 9213 20 9213 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6149 /force-app/main/default/classes/MetadataService.cls 9213 20 9213 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6150 /force-app/main/default/classes/MetadataService.cls 9215 9 9221 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6150 /force-app/main/default/classes/MetadataService.cls 9215 9 9221 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6151 /force-app/main/default/classes/MetadataService.cls 9215 9 9221 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6151 /force-app/main/default/classes/MetadataService.cls 9215 9 9221 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6152 /force-app/main/default/classes/MetadataService.cls 9217 10 9217 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6152 /force-app/main/default/classes/MetadataService.cls 9217 10 9217 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6153 /force-app/main/default/classes/MetadataService.cls 9218 20 9218 93 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
6153 /force-app/main/default/classes/MetadataService.cls 9218 20 9218 93 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
6154 /force-app/main/default/classes/MetadataService.cls 9218 20 9218 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6154 /force-app/main/default/classes/MetadataService.cls 9218 20 9218 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6155 /force-app/main/default/classes/MetadataService.cls 9219 20 9219 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6155 /force-app/main/default/classes/MetadataService.cls 9219 20 9219 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6156 /force-app/main/default/classes/MetadataService.cls 9219 20 9219 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6156 /force-app/main/default/classes/MetadataService.cls 9219 20 9219 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6157 /force-app/main/default/classes/MetadataService.cls 9220 20 9220 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6157 /force-app/main/default/classes/MetadataService.cls 9220 20 9220 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6158 /force-app/main/default/classes/MetadataService.cls 9220 20 9220 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6158 /force-app/main/default/classes/MetadataService.cls 9220 20 9220 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6159 /force-app/main/default/classes/MetadataService.cls 9222 9 9228 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6159 /force-app/main/default/classes/MetadataService.cls 9222 9 9228 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6160 /force-app/main/default/classes/MetadataService.cls 9224 10 9224 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6160 /force-app/main/default/classes/MetadataService.cls 9224 10 9224 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6161 /force-app/main/default/classes/MetadataService.cls 9225 20 9225 96 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
6161 /force-app/main/default/classes/MetadataService.cls 9225 20 9225 96 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
6162 /force-app/main/default/classes/MetadataService.cls 9225 20 9225 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6162 /force-app/main/default/classes/MetadataService.cls 9225 20 9225 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6163 /force-app/main/default/classes/MetadataService.cls 9226 20 9226 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6163 /force-app/main/default/classes/MetadataService.cls 9226 20 9226 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6164 /force-app/main/default/classes/MetadataService.cls 9226 20 9226 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6164 /force-app/main/default/classes/MetadataService.cls 9226 20 9226 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6165 /force-app/main/default/classes/MetadataService.cls 9227 20 9227 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6165 /force-app/main/default/classes/MetadataService.cls 9227 20 9227 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6166 /force-app/main/default/classes/MetadataService.cls 9227 20 9227 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6166 /force-app/main/default/classes/MetadataService.cls 9227 20 9227 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6167 /force-app/main/default/classes/MetadataService.cls 9229 9 9235 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6167 /force-app/main/default/classes/MetadataService.cls 9229 9 9235 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6168 /force-app/main/default/classes/MetadataService.cls 9229 9 9235 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMilestoneTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6168 /force-app/main/default/classes/MetadataService.cls 9229 9 9235 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMilestoneTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6169 /force-app/main/default/classes/MetadataService.cls 9231 10 9231 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6169 /force-app/main/default/classes/MetadataService.cls 9231 10 9231 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6170 /force-app/main/default/classes/MetadataService.cls 9232 20 9232 93 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
6170 /force-app/main/default/classes/MetadataService.cls 9232 20 9232 93 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
6171 /force-app/main/default/classes/MetadataService.cls 9232 20 9232 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6171 /force-app/main/default/classes/MetadataService.cls 9232 20 9232 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6172 /force-app/main/default/classes/MetadataService.cls 9233 20 9233 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6172 /force-app/main/default/classes/MetadataService.cls 9233 20 9233 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6173 /force-app/main/default/classes/MetadataService.cls 9233 20 9233 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6173 /force-app/main/default/classes/MetadataService.cls 9233 20 9233 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6174 /force-app/main/default/classes/MetadataService.cls 9234 20 9234 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6174 /force-app/main/default/classes/MetadataService.cls 9234 20 9234 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6175 /force-app/main/default/classes/MetadataService.cls 9234 20 9234 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6175 /force-app/main/default/classes/MetadataService.cls 9234 20 9234 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6176 /force-app/main/default/classes/MetadataService.cls 9236 9 9242 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6176 /force-app/main/default/classes/MetadataService.cls 9236 9 9242 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6177 /force-app/main/default/classes/MetadataService.cls 9238 10 9238 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6177 /force-app/main/default/classes/MetadataService.cls 9238 10 9238 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6178 /force-app/main/default/classes/MetadataService.cls 9239 20 9239 96 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
6178 /force-app/main/default/classes/MetadataService.cls 9239 20 9239 96 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
6179 /force-app/main/default/classes/MetadataService.cls 9239 20 9239 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6179 /force-app/main/default/classes/MetadataService.cls 9239 20 9239 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6180 /force-app/main/default/classes/MetadataService.cls 9240 20 9240 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6180 /force-app/main/default/classes/MetadataService.cls 9240 20 9240 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6181 /force-app/main/default/classes/MetadataService.cls 9240 20 9240 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6181 /force-app/main/default/classes/MetadataService.cls 9240 20 9240 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6182 /force-app/main/default/classes/MetadataService.cls 9241 20 9241 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6182 /force-app/main/default/classes/MetadataService.cls 9241 20 9241 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6183 /force-app/main/default/classes/MetadataService.cls 9241 20 9241 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6183 /force-app/main/default/classes/MetadataService.cls 9241 20 9241 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6184 /force-app/main/default/classes/MetadataService.cls 9243 9 9249 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6184 /force-app/main/default/classes/MetadataService.cls 9243 9 9249 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6185 /force-app/main/default/classes/MetadataService.cls 9243 9 9249 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6185 /force-app/main/default/classes/MetadataService.cls 9243 9 9249 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6186 /force-app/main/default/classes/MetadataService.cls 9245 10 9245 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6186 /force-app/main/default/classes/MetadataService.cls 9245 10 9245 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6187 /force-app/main/default/classes/MetadataService.cls 9246 20 9246 93 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
6187 /force-app/main/default/classes/MetadataService.cls 9246 20 9246 93 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
6188 /force-app/main/default/classes/MetadataService.cls 9246 20 9246 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6188 /force-app/main/default/classes/MetadataService.cls 9246 20 9246 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6189 /force-app/main/default/classes/MetadataService.cls 9247 20 9247 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6189 /force-app/main/default/classes/MetadataService.cls 9247 20 9247 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6190 /force-app/main/default/classes/MetadataService.cls 9247 20 9247 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6190 /force-app/main/default/classes/MetadataService.cls 9247 20 9247 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6191 /force-app/main/default/classes/MetadataService.cls 9248 20 9248 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6191 /force-app/main/default/classes/MetadataService.cls 9248 20 9248 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6192 /force-app/main/default/classes/MetadataService.cls 9248 20 9248 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6192 /force-app/main/default/classes/MetadataService.cls 9248 20 9248 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6193 /force-app/main/default/classes/MetadataService.cls 9250 9 9256 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6193 /force-app/main/default/classes/MetadataService.cls 9250 9 9256 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6194 /force-app/main/default/classes/MetadataService.cls 9252 10 9252 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6194 /force-app/main/default/classes/MetadataService.cls 9252 10 9252 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6195 /force-app/main/default/classes/MetadataService.cls 9253 20 9253 96 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
6195 /force-app/main/default/classes/MetadataService.cls 9253 20 9253 96 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
6196 /force-app/main/default/classes/MetadataService.cls 9253 20 9253 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6196 /force-app/main/default/classes/MetadataService.cls 9253 20 9253 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6197 /force-app/main/default/classes/MetadataService.cls 9254 20 9254 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6197 /force-app/main/default/classes/MetadataService.cls 9254 20 9254 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6198 /force-app/main/default/classes/MetadataService.cls 9254 20 9254 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6198 /force-app/main/default/classes/MetadataService.cls 9254 20 9254 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6199 /force-app/main/default/classes/MetadataService.cls 9255 20 9255 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6199 /force-app/main/default/classes/MetadataService.cls 9255 20 9255 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6200 /force-app/main/default/classes/MetadataService.cls 9255 20 9255 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6200 /force-app/main/default/classes/MetadataService.cls 9255 20 9255 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6201 /force-app/main/default/classes/MetadataService.cls 9257 9 9263 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6201 /force-app/main/default/classes/MetadataService.cls 9257 9 9263 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6202 /force-app/main/default/classes/MetadataService.cls 9257 9 9263 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6202 /force-app/main/default/classes/MetadataService.cls 9257 9 9263 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6203 /force-app/main/default/classes/MetadataService.cls 9259 10 9259 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6203 /force-app/main/default/classes/MetadataService.cls 9259 10 9259 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6204 /force-app/main/default/classes/MetadataService.cls 9260 20 9260 93 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
6204 /force-app/main/default/classes/MetadataService.cls 9260 20 9260 93 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
6205 /force-app/main/default/classes/MetadataService.cls 9260 20 9260 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6205 /force-app/main/default/classes/MetadataService.cls 9260 20 9260 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6206 /force-app/main/default/classes/MetadataService.cls 9261 20 9261 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6206 /force-app/main/default/classes/MetadataService.cls 9261 20 9261 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6207 /force-app/main/default/classes/MetadataService.cls 9261 20 9261 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6207 /force-app/main/default/classes/MetadataService.cls 9261 20 9261 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6208 /force-app/main/default/classes/MetadataService.cls 9262 20 9262 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6208 /force-app/main/default/classes/MetadataService.cls 9262 20 9262 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6209 /force-app/main/default/classes/MetadataService.cls 9262 20 9262 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6209 /force-app/main/default/classes/MetadataService.cls 9262 20 9262 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6210 /force-app/main/default/classes/MetadataService.cls 9264 9 9270 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6210 /force-app/main/default/classes/MetadataService.cls 9264 9 9270 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6211 /force-app/main/default/classes/MetadataService.cls 9266 10 9266 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6211 /force-app/main/default/classes/MetadataService.cls 9266 10 9266 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6212 /force-app/main/default/classes/MetadataService.cls 9267 20 9267 96 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
6212 /force-app/main/default/classes/MetadataService.cls 9267 20 9267 96 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
6213 /force-app/main/default/classes/MetadataService.cls 9267 20 9267 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6213 /force-app/main/default/classes/MetadataService.cls 9267 20 9267 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6214 /force-app/main/default/classes/MetadataService.cls 9268 20 9268 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6214 /force-app/main/default/classes/MetadataService.cls 9268 20 9268 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6215 /force-app/main/default/classes/MetadataService.cls 9268 20 9268 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6215 /force-app/main/default/classes/MetadataService.cls 9268 20 9268 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6216 /force-app/main/default/classes/MetadataService.cls 9269 20 9269 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6216 /force-app/main/default/classes/MetadataService.cls 9269 20 9269 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6217 /force-app/main/default/classes/MetadataService.cls 9269 20 9269 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6217 /force-app/main/default/classes/MetadataService.cls 9269 20 9269 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6218 /force-app/main/default/classes/MetadataService.cls 9271 9 9277 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6218 /force-app/main/default/classes/MetadataService.cls 9271 9 9277 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6219 /force-app/main/default/classes/MetadataService.cls 9271 9 9277 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6219 /force-app/main/default/classes/MetadataService.cls 9271 9 9277 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6220 /force-app/main/default/classes/MetadataService.cls 9273 10 9273 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6220 /force-app/main/default/classes/MetadataService.cls 9273 10 9273 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6221 /force-app/main/default/classes/MetadataService.cls 9274 20 9274 93 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
6221 /force-app/main/default/classes/MetadataService.cls 9274 20 9274 93 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
6222 /force-app/main/default/classes/MetadataService.cls 9274 20 9274 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6222 /force-app/main/default/classes/MetadataService.cls 9274 20 9274 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6223 /force-app/main/default/classes/MetadataService.cls 9275 20 9275 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6223 /force-app/main/default/classes/MetadataService.cls 9275 20 9275 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6224 /force-app/main/default/classes/MetadataService.cls 9275 20 9275 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6224 /force-app/main/default/classes/MetadataService.cls 9275 20 9275 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6225 /force-app/main/default/classes/MetadataService.cls 9276 20 9276 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6225 /force-app/main/default/classes/MetadataService.cls 9276 20 9276 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6226 /force-app/main/default/classes/MetadataService.cls 9276 20 9276 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6226 /force-app/main/default/classes/MetadataService.cls 9276 20 9276 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6227 /force-app/main/default/classes/MetadataService.cls 9278 9 9284 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6227 /force-app/main/default/classes/MetadataService.cls 9278 9 9284 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6228 /force-app/main/default/classes/MetadataService.cls 9280 10 9280 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6228 /force-app/main/default/classes/MetadataService.cls 9280 10 9280 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6229 /force-app/main/default/classes/MetadataService.cls 9281 20 9281 96 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
6229 /force-app/main/default/classes/MetadataService.cls 9281 20 9281 96 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
6230 /force-app/main/default/classes/MetadataService.cls 9281 20 9281 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6230 /force-app/main/default/classes/MetadataService.cls 9281 20 9281 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6231 /force-app/main/default/classes/MetadataService.cls 9282 20 9282 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6231 /force-app/main/default/classes/MetadataService.cls 9282 20 9282 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6232 /force-app/main/default/classes/MetadataService.cls 9282 20 9282 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6232 /force-app/main/default/classes/MetadataService.cls 9282 20 9282 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6233 /force-app/main/default/classes/MetadataService.cls 9283 20 9283 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6233 /force-app/main/default/classes/MetadataService.cls 9283 20 9283 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6234 /force-app/main/default/classes/MetadataService.cls 9283 20 9283 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6234 /force-app/main/default/classes/MetadataService.cls 9283 20 9283 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6235 /force-app/main/default/classes/MetadataService.cls 9285 9 9291 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6235 /force-app/main/default/classes/MetadataService.cls 9285 9 9291 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6236 /force-app/main/default/classes/MetadataService.cls 9285 9 9291 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursEntryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6236 /force-app/main/default/classes/MetadataService.cls 9285 9 9291 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursEntryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6237 /force-app/main/default/classes/MetadataService.cls 9287 10 9287 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6237 /force-app/main/default/classes/MetadataService.cls 9287 10 9287 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6238 /force-app/main/default/classes/MetadataService.cls 9288 20 9288 93 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
6238 /force-app/main/default/classes/MetadataService.cls 9288 20 9288 93 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
6239 /force-app/main/default/classes/MetadataService.cls 9288 20 9288 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6239 /force-app/main/default/classes/MetadataService.cls 9288 20 9288 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6240 /force-app/main/default/classes/MetadataService.cls 9289 20 9289 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6240 /force-app/main/default/classes/MetadataService.cls 9289 20 9289 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6241 /force-app/main/default/classes/MetadataService.cls 9289 20 9289 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6241 /force-app/main/default/classes/MetadataService.cls 9289 20 9289 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6242 /force-app/main/default/classes/MetadataService.cls 9290 20 9290 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6242 /force-app/main/default/classes/MetadataService.cls 9290 20 9290 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6243 /force-app/main/default/classes/MetadataService.cls 9290 20 9290 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6243 /force-app/main/default/classes/MetadataService.cls 9290 20 9290 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6244 /force-app/main/default/classes/MetadataService.cls 9292 9 9298 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6244 /force-app/main/default/classes/MetadataService.cls 9292 9 9298 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6245 /force-app/main/default/classes/MetadataService.cls 9294 10 9294 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6245 /force-app/main/default/classes/MetadataService.cls 9294 10 9294 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6246 /force-app/main/default/classes/MetadataService.cls 9295 20 9295 96 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
6246 /force-app/main/default/classes/MetadataService.cls 9295 20 9295 96 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
6247 /force-app/main/default/classes/MetadataService.cls 9295 20 9295 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6247 /force-app/main/default/classes/MetadataService.cls 9295 20 9295 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6248 /force-app/main/default/classes/MetadataService.cls 9296 20 9296 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6248 /force-app/main/default/classes/MetadataService.cls 9296 20 9296 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6249 /force-app/main/default/classes/MetadataService.cls 9296 20 9296 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6249 /force-app/main/default/classes/MetadataService.cls 9296 20 9296 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6250 /force-app/main/default/classes/MetadataService.cls 9297 20 9297 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6250 /force-app/main/default/classes/MetadataService.cls 9297 20 9297 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6251 /force-app/main/default/classes/MetadataService.cls 9297 20 9297 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6251 /force-app/main/default/classes/MetadataService.cls 9297 20 9297 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6252 /force-app/main/default/classes/MetadataService.cls 9299 9 9305 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6252 /force-app/main/default/classes/MetadataService.cls 9299 9 9305 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6253 /force-app/main/default/classes/MetadataService.cls 9299 9 9305 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readConnectedAppResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6253 /force-app/main/default/classes/MetadataService.cls 9299 9 9305 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readConnectedAppResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6254 /force-app/main/default/classes/MetadataService.cls 9301 10 9301 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6254 /force-app/main/default/classes/MetadataService.cls 9301 10 9301 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6255 /force-app/main/default/classes/MetadataService.cls 9302 20 9302 93 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
6255 /force-app/main/default/classes/MetadataService.cls 9302 20 9302 93 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
6256 /force-app/main/default/classes/MetadataService.cls 9302 20 9302 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6256 /force-app/main/default/classes/MetadataService.cls 9302 20 9302 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6257 /force-app/main/default/classes/MetadataService.cls 9303 20 9303 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6257 /force-app/main/default/classes/MetadataService.cls 9303 20 9303 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6258 /force-app/main/default/classes/MetadataService.cls 9303 20 9303 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6258 /force-app/main/default/classes/MetadataService.cls 9303 20 9303 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6259 /force-app/main/default/classes/MetadataService.cls 9304 20 9304 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6259 /force-app/main/default/classes/MetadataService.cls 9304 20 9304 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6260 /force-app/main/default/classes/MetadataService.cls 9304 20 9304 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6260 /force-app/main/default/classes/MetadataService.cls 9304 20 9304 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6261 /force-app/main/default/classes/MetadataService.cls 9306 9 9312 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6261 /force-app/main/default/classes/MetadataService.cls 9306 9 9312 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6262 /force-app/main/default/classes/MetadataService.cls 9308 10 9308 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6262 /force-app/main/default/classes/MetadataService.cls 9308 10 9308 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6263 /force-app/main/default/classes/MetadataService.cls 9309 20 9309 96 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
6263 /force-app/main/default/classes/MetadataService.cls 9309 20 9309 96 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
6264 /force-app/main/default/classes/MetadataService.cls 9309 20 9309 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6264 /force-app/main/default/classes/MetadataService.cls 9309 20 9309 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6265 /force-app/main/default/classes/MetadataService.cls 9310 20 9310 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6265 /force-app/main/default/classes/MetadataService.cls 9310 20 9310 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6266 /force-app/main/default/classes/MetadataService.cls 9310 20 9310 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6266 /force-app/main/default/classes/MetadataService.cls 9310 20 9310 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6267 /force-app/main/default/classes/MetadataService.cls 9311 20 9311 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6267 /force-app/main/default/classes/MetadataService.cls 9311 20 9311 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6268 /force-app/main/default/classes/MetadataService.cls 9311 20 9311 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6268 /force-app/main/default/classes/MetadataService.cls 9311 20 9311 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6269 /force-app/main/default/classes/MetadataService.cls 9313 9 9319 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6269 /force-app/main/default/classes/MetadataService.cls 9313 9 9319 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6270 /force-app/main/default/classes/MetadataService.cls 9313 9 9319 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAppMenuResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6270 /force-app/main/default/classes/MetadataService.cls 9313 9 9319 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAppMenuResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6271 /force-app/main/default/classes/MetadataService.cls 9315 10 9315 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6271 /force-app/main/default/classes/MetadataService.cls 9315 10 9315 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6272 /force-app/main/default/classes/MetadataService.cls 9316 20 9316 93 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
6272 /force-app/main/default/classes/MetadataService.cls 9316 20 9316 93 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
6273 /force-app/main/default/classes/MetadataService.cls 9316 20 9316 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6273 /force-app/main/default/classes/MetadataService.cls 9316 20 9316 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6274 /force-app/main/default/classes/MetadataService.cls 9317 20 9317 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6274 /force-app/main/default/classes/MetadataService.cls 9317 20 9317 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6275 /force-app/main/default/classes/MetadataService.cls 9317 20 9317 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6275 /force-app/main/default/classes/MetadataService.cls 9317 20 9317 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6276 /force-app/main/default/classes/MetadataService.cls 9318 20 9318 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6276 /force-app/main/default/classes/MetadataService.cls 9318 20 9318 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6277 /force-app/main/default/classes/MetadataService.cls 9318 20 9318 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6277 /force-app/main/default/classes/MetadataService.cls 9318 20 9318 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6278 /force-app/main/default/classes/MetadataService.cls 9320 9 9326 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6278 /force-app/main/default/classes/MetadataService.cls 9320 9 9326 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6279 /force-app/main/default/classes/MetadataService.cls 9322 10 9322 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6279 /force-app/main/default/classes/MetadataService.cls 9322 10 9322 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6280 /force-app/main/default/classes/MetadataService.cls 9323 20 9323 96 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
6280 /force-app/main/default/classes/MetadataService.cls 9323 20 9323 96 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
6281 /force-app/main/default/classes/MetadataService.cls 9323 20 9323 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6281 /force-app/main/default/classes/MetadataService.cls 9323 20 9323 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6282 /force-app/main/default/classes/MetadataService.cls 9324 20 9324 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6282 /force-app/main/default/classes/MetadataService.cls 9324 20 9324 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6283 /force-app/main/default/classes/MetadataService.cls 9324 20 9324 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6283 /force-app/main/default/classes/MetadataService.cls 9324 20 9324 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6284 /force-app/main/default/classes/MetadataService.cls 9325 20 9325 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6284 /force-app/main/default/classes/MetadataService.cls 9325 20 9325 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6285 /force-app/main/default/classes/MetadataService.cls 9325 20 9325 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6285 /force-app/main/default/classes/MetadataService.cls 9325 20 9325 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6286 /force-app/main/default/classes/MetadataService.cls 9327 9 9333 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6286 /force-app/main/default/classes/MetadataService.cls 9327 9 9333 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6287 /force-app/main/default/classes/MetadataService.cls 9327 9 9333 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMobileSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6287 /force-app/main/default/classes/MetadataService.cls 9327 9 9333 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMobileSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6288 /force-app/main/default/classes/MetadataService.cls 9329 10 9329 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6288 /force-app/main/default/classes/MetadataService.cls 9329 10 9329 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6289 /force-app/main/default/classes/MetadataService.cls 9330 20 9330 93 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
6289 /force-app/main/default/classes/MetadataService.cls 9330 20 9330 93 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
6290 /force-app/main/default/classes/MetadataService.cls 9330 20 9330 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6290 /force-app/main/default/classes/MetadataService.cls 9330 20 9330 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6291 /force-app/main/default/classes/MetadataService.cls 9331 20 9331 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6291 /force-app/main/default/classes/MetadataService.cls 9331 20 9331 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6292 /force-app/main/default/classes/MetadataService.cls 9331 20 9331 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6292 /force-app/main/default/classes/MetadataService.cls 9331 20 9331 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6293 /force-app/main/default/classes/MetadataService.cls 9332 20 9332 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6293 /force-app/main/default/classes/MetadataService.cls 9332 20 9332 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6294 /force-app/main/default/classes/MetadataService.cls 9332 20 9332 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6294 /force-app/main/default/classes/MetadataService.cls 9332 20 9332 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6295 /force-app/main/default/classes/MetadataService.cls 9334 9 9340 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6295 /force-app/main/default/classes/MetadataService.cls 9334 9 9340 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6296 /force-app/main/default/classes/MetadataService.cls 9336 10 9336 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6296 /force-app/main/default/classes/MetadataService.cls 9336 10 9336 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6297 /force-app/main/default/classes/MetadataService.cls 9337 20 9337 96 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
6297 /force-app/main/default/classes/MetadataService.cls 9337 20 9337 96 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
6298 /force-app/main/default/classes/MetadataService.cls 9337 20 9337 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6298 /force-app/main/default/classes/MetadataService.cls 9337 20 9337 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6299 /force-app/main/default/classes/MetadataService.cls 9338 20 9338 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6299 /force-app/main/default/classes/MetadataService.cls 9338 20 9338 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6300 /force-app/main/default/classes/MetadataService.cls 9338 20 9338 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6300 /force-app/main/default/classes/MetadataService.cls 9338 20 9338 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6301 /force-app/main/default/classes/MetadataService.cls 9339 20 9339 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6301 /force-app/main/default/classes/MetadataService.cls 9339 20 9339 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6302 /force-app/main/default/classes/MetadataService.cls 9339 20 9339 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6302 /force-app/main/default/classes/MetadataService.cls 9339 20 9339 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6303 /force-app/main/default/classes/MetadataService.cls 9341 9 9347 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6303 /force-app/main/default/classes/MetadataService.cls 9341 9 9347 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6304 /force-app/main/default/classes/MetadataService.cls 9341 9 9347 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNetworkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6304 /force-app/main/default/classes/MetadataService.cls 9341 9 9347 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNetworkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6305 /force-app/main/default/classes/MetadataService.cls 9343 10 9343 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6305 /force-app/main/default/classes/MetadataService.cls 9343 10 9343 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6306 /force-app/main/default/classes/MetadataService.cls 9344 20 9344 93 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
6306 /force-app/main/default/classes/MetadataService.cls 9344 20 9344 93 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
6307 /force-app/main/default/classes/MetadataService.cls 9344 20 9344 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6307 /force-app/main/default/classes/MetadataService.cls 9344 20 9344 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6308 /force-app/main/default/classes/MetadataService.cls 9345 20 9345 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6308 /force-app/main/default/classes/MetadataService.cls 9345 20 9345 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6309 /force-app/main/default/classes/MetadataService.cls 9345 20 9345 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6309 /force-app/main/default/classes/MetadataService.cls 9345 20 9345 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6310 /force-app/main/default/classes/MetadataService.cls 9346 20 9346 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6310 /force-app/main/default/classes/MetadataService.cls 9346 20 9346 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6311 /force-app/main/default/classes/MetadataService.cls 9346 20 9346 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6311 /force-app/main/default/classes/MetadataService.cls 9346 20 9346 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6312 /force-app/main/default/classes/MetadataService.cls 9348 9 9354 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6312 /force-app/main/default/classes/MetadataService.cls 9348 9 9354 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6313 /force-app/main/default/classes/MetadataService.cls 9350 10 9350 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6313 /force-app/main/default/classes/MetadataService.cls 9350 10 9350 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6314 /force-app/main/default/classes/MetadataService.cls 9351 20 9351 96 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
6314 /force-app/main/default/classes/MetadataService.cls 9351 20 9351 96 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
6315 /force-app/main/default/classes/MetadataService.cls 9351 20 9351 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6315 /force-app/main/default/classes/MetadataService.cls 9351 20 9351 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6316 /force-app/main/default/classes/MetadataService.cls 9352 20 9352 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6316 /force-app/main/default/classes/MetadataService.cls 9352 20 9352 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6317 /force-app/main/default/classes/MetadataService.cls 9352 20 9352 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6317 /force-app/main/default/classes/MetadataService.cls 9352 20 9352 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6318 /force-app/main/default/classes/MetadataService.cls 9353 20 9353 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6318 /force-app/main/default/classes/MetadataService.cls 9353 20 9353 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6319 /force-app/main/default/classes/MetadataService.cls 9353 20 9353 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6319 /force-app/main/default/classes/MetadataService.cls 9353 20 9353 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6320 /force-app/main/default/classes/MetadataService.cls 9355 9 9361 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6320 /force-app/main/default/classes/MetadataService.cls 9355 9 9361 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6321 /force-app/main/default/classes/MetadataService.cls 9355 9 9361 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompanySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6321 /force-app/main/default/classes/MetadataService.cls 9355 9 9361 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompanySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6322 /force-app/main/default/classes/MetadataService.cls 9357 10 9357 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6322 /force-app/main/default/classes/MetadataService.cls 9357 10 9357 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6323 /force-app/main/default/classes/MetadataService.cls 9358 20 9358 93 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
6323 /force-app/main/default/classes/MetadataService.cls 9358 20 9358 93 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
6324 /force-app/main/default/classes/MetadataService.cls 9358 20 9358 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6324 /force-app/main/default/classes/MetadataService.cls 9358 20 9358 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6325 /force-app/main/default/classes/MetadataService.cls 9359 20 9359 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6325 /force-app/main/default/classes/MetadataService.cls 9359 20 9359 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6326 /force-app/main/default/classes/MetadataService.cls 9359 20 9359 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6326 /force-app/main/default/classes/MetadataService.cls 9359 20 9359 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6327 /force-app/main/default/classes/MetadataService.cls 9360 20 9360 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6327 /force-app/main/default/classes/MetadataService.cls 9360 20 9360 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6328 /force-app/main/default/classes/MetadataService.cls 9360 20 9360 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6328 /force-app/main/default/classes/MetadataService.cls 9360 20 9360 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6329 /force-app/main/default/classes/MetadataService.cls 9362 9 9368 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6329 /force-app/main/default/classes/MetadataService.cls 9362 9 9368 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6330 /force-app/main/default/classes/MetadataService.cls 9364 10 9364 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6330 /force-app/main/default/classes/MetadataService.cls 9364 10 9364 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6331 /force-app/main/default/classes/MetadataService.cls 9365 20 9365 96 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
6331 /force-app/main/default/classes/MetadataService.cls 9365 20 9365 96 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
6332 /force-app/main/default/classes/MetadataService.cls 9365 20 9365 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6332 /force-app/main/default/classes/MetadataService.cls 9365 20 9365 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6333 /force-app/main/default/classes/MetadataService.cls 9366 20 9366 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6333 /force-app/main/default/classes/MetadataService.cls 9366 20 9366 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6334 /force-app/main/default/classes/MetadataService.cls 9366 20 9366 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6334 /force-app/main/default/classes/MetadataService.cls 9366 20 9366 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6335 /force-app/main/default/classes/MetadataService.cls 9367 20 9367 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6335 /force-app/main/default/classes/MetadataService.cls 9367 20 9367 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6336 /force-app/main/default/classes/MetadataService.cls 9367 20 9367 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6336 /force-app/main/default/classes/MetadataService.cls 9367 20 9367 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6337 /force-app/main/default/classes/MetadataService.cls 9369 9 9375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6337 /force-app/main/default/classes/MetadataService.cls 9369 9 9375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6338 /force-app/main/default/classes/MetadataService.cls 9369 9 9375 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readForecastingSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6338 /force-app/main/default/classes/MetadataService.cls 9369 9 9375 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readForecastingSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6339 /force-app/main/default/classes/MetadataService.cls 9371 10 9371 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6339 /force-app/main/default/classes/MetadataService.cls 9371 10 9371 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6340 /force-app/main/default/classes/MetadataService.cls 9372 20 9372 93 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
6340 /force-app/main/default/classes/MetadataService.cls 9372 20 9372 93 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
6341 /force-app/main/default/classes/MetadataService.cls 9372 20 9372 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6341 /force-app/main/default/classes/MetadataService.cls 9372 20 9372 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6342 /force-app/main/default/classes/MetadataService.cls 9373 20 9373 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6342 /force-app/main/default/classes/MetadataService.cls 9373 20 9373 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6343 /force-app/main/default/classes/MetadataService.cls 9373 20 9373 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6343 /force-app/main/default/classes/MetadataService.cls 9373 20 9373 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6344 /force-app/main/default/classes/MetadataService.cls 9374 20 9374 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6344 /force-app/main/default/classes/MetadataService.cls 9374 20 9374 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6345 /force-app/main/default/classes/MetadataService.cls 9374 20 9374 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6345 /force-app/main/default/classes/MetadataService.cls 9374 20 9374 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6346 /force-app/main/default/classes/MetadataService.cls 9376 9 9382 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6346 /force-app/main/default/classes/MetadataService.cls 9376 9 9382 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6347 /force-app/main/default/classes/MetadataService.cls 9378 10 9378 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6347 /force-app/main/default/classes/MetadataService.cls 9378 10 9378 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6348 /force-app/main/default/classes/MetadataService.cls 9379 20 9379 96 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
6348 /force-app/main/default/classes/MetadataService.cls 9379 20 9379 96 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
6349 /force-app/main/default/classes/MetadataService.cls 9379 20 9379 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6349 /force-app/main/default/classes/MetadataService.cls 9379 20 9379 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6350 /force-app/main/default/classes/MetadataService.cls 9380 20 9380 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6350 /force-app/main/default/classes/MetadataService.cls 9380 20 9380 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6351 /force-app/main/default/classes/MetadataService.cls 9380 20 9380 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6351 /force-app/main/default/classes/MetadataService.cls 9380 20 9380 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6352 /force-app/main/default/classes/MetadataService.cls 9381 20 9381 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6352 /force-app/main/default/classes/MetadataService.cls 9381 20 9381 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6353 /force-app/main/default/classes/MetadataService.cls 9381 20 9381 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6353 /force-app/main/default/classes/MetadataService.cls 9381 20 9381 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6354 /force-app/main/default/classes/MetadataService.cls 9383 9 9389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6354 /force-app/main/default/classes/MetadataService.cls 9383 9 9389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6355 /force-app/main/default/classes/MetadataService.cls 9383 9 9389 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSamlSsoConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6355 /force-app/main/default/classes/MetadataService.cls 9383 9 9389 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSamlSsoConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6356 /force-app/main/default/classes/MetadataService.cls 9385 10 9385 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6356 /force-app/main/default/classes/MetadataService.cls 9385 10 9385 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6357 /force-app/main/default/classes/MetadataService.cls 9386 20 9386 93 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
6357 /force-app/main/default/classes/MetadataService.cls 9386 20 9386 93 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
6358 /force-app/main/default/classes/MetadataService.cls 9386 20 9386 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6358 /force-app/main/default/classes/MetadataService.cls 9386 20 9386 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6359 /force-app/main/default/classes/MetadataService.cls 9387 20 9387 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6359 /force-app/main/default/classes/MetadataService.cls 9387 20 9387 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6360 /force-app/main/default/classes/MetadataService.cls 9387 20 9387 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6360 /force-app/main/default/classes/MetadataService.cls 9387 20 9387 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6361 /force-app/main/default/classes/MetadataService.cls 9388 20 9388 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6361 /force-app/main/default/classes/MetadataService.cls 9388 20 9388 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6362 /force-app/main/default/classes/MetadataService.cls 9388 20 9388 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6362 /force-app/main/default/classes/MetadataService.cls 9388 20 9388 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6363 /force-app/main/default/classes/MetadataService.cls 9390 9 9396 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6363 /force-app/main/default/classes/MetadataService.cls 9390 9 9396 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6364 /force-app/main/default/classes/MetadataService.cls 9392 10 9392 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6364 /force-app/main/default/classes/MetadataService.cls 9392 10 9392 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6365 /force-app/main/default/classes/MetadataService.cls 9393 20 9393 96 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
6365 /force-app/main/default/classes/MetadataService.cls 9393 20 9393 96 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
6366 /force-app/main/default/classes/MetadataService.cls 9393 20 9393 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6366 /force-app/main/default/classes/MetadataService.cls 9393 20 9393 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6367 /force-app/main/default/classes/MetadataService.cls 9394 20 9394 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6367 /force-app/main/default/classes/MetadataService.cls 9394 20 9394 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6368 /force-app/main/default/classes/MetadataService.cls 9394 20 9394 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6368 /force-app/main/default/classes/MetadataService.cls 9394 20 9394 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6369 /force-app/main/default/classes/MetadataService.cls 9395 20 9395 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6369 /force-app/main/default/classes/MetadataService.cls 9395 20 9395 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6370 /force-app/main/default/classes/MetadataService.cls 9395 20 9395 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6370 /force-app/main/default/classes/MetadataService.cls 9395 20 9395 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6371 /force-app/main/default/classes/MetadataService.cls 9397 9 9403 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6371 /force-app/main/default/classes/MetadataService.cls 9397 9 9403 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6372 /force-app/main/default/classes/MetadataService.cls 9397 9 9403 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveAgentSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6372 /force-app/main/default/classes/MetadataService.cls 9397 9 9403 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveAgentSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6373 /force-app/main/default/classes/MetadataService.cls 9399 10 9399 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6373 /force-app/main/default/classes/MetadataService.cls 9399 10 9399 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6374 /force-app/main/default/classes/MetadataService.cls 9400 20 9400 93 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
6374 /force-app/main/default/classes/MetadataService.cls 9400 20 9400 93 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
6375 /force-app/main/default/classes/MetadataService.cls 9400 20 9400 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6375 /force-app/main/default/classes/MetadataService.cls 9400 20 9400 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6376 /force-app/main/default/classes/MetadataService.cls 9401 20 9401 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6376 /force-app/main/default/classes/MetadataService.cls 9401 20 9401 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6377 /force-app/main/default/classes/MetadataService.cls 9401 20 9401 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6377 /force-app/main/default/classes/MetadataService.cls 9401 20 9401 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6378 /force-app/main/default/classes/MetadataService.cls 9402 20 9402 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6378 /force-app/main/default/classes/MetadataService.cls 9402 20 9402 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6379 /force-app/main/default/classes/MetadataService.cls 9402 20 9402 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6379 /force-app/main/default/classes/MetadataService.cls 9402 20 9402 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6380 /force-app/main/default/classes/MetadataService.cls 9404 9 9410 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6380 /force-app/main/default/classes/MetadataService.cls 9404 9 9410 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6381 /force-app/main/default/classes/MetadataService.cls 9406 10 9406 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6381 /force-app/main/default/classes/MetadataService.cls 9406 10 9406 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6382 /force-app/main/default/classes/MetadataService.cls 9407 20 9407 96 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
6382 /force-app/main/default/classes/MetadataService.cls 9407 20 9407 96 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
6383 /force-app/main/default/classes/MetadataService.cls 9407 20 9407 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6383 /force-app/main/default/classes/MetadataService.cls 9407 20 9407 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6384 /force-app/main/default/classes/MetadataService.cls 9408 20 9408 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6384 /force-app/main/default/classes/MetadataService.cls 9408 20 9408 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6385 /force-app/main/default/classes/MetadataService.cls 9408 20 9408 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6385 /force-app/main/default/classes/MetadataService.cls 9408 20 9408 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6386 /force-app/main/default/classes/MetadataService.cls 9409 20 9409 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6386 /force-app/main/default/classes/MetadataService.cls 9409 20 9409 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6387 /force-app/main/default/classes/MetadataService.cls 9409 20 9409 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6387 /force-app/main/default/classes/MetadataService.cls 9409 20 9409 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6388 /force-app/main/default/classes/MetadataService.cls 9411 9 9417 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6388 /force-app/main/default/classes/MetadataService.cls 9411 9 9417 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6389 /force-app/main/default/classes/MetadataService.cls 9411 9 9417 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSkillResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6389 /force-app/main/default/classes/MetadataService.cls 9411 9 9417 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSkillResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6390 /force-app/main/default/classes/MetadataService.cls 9413 10 9413 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6390 /force-app/main/default/classes/MetadataService.cls 9413 10 9413 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6391 /force-app/main/default/classes/MetadataService.cls 9414 20 9414 93 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
6391 /force-app/main/default/classes/MetadataService.cls 9414 20 9414 93 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
6392 /force-app/main/default/classes/MetadataService.cls 9414 20 9414 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6392 /force-app/main/default/classes/MetadataService.cls 9414 20 9414 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6393 /force-app/main/default/classes/MetadataService.cls 9415 20 9415 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6393 /force-app/main/default/classes/MetadataService.cls 9415 20 9415 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6394 /force-app/main/default/classes/MetadataService.cls 9415 20 9415 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6394 /force-app/main/default/classes/MetadataService.cls 9415 20 9415 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6395 /force-app/main/default/classes/MetadataService.cls 9416 20 9416 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6395 /force-app/main/default/classes/MetadataService.cls 9416 20 9416 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6396 /force-app/main/default/classes/MetadataService.cls 9416 20 9416 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6396 /force-app/main/default/classes/MetadataService.cls 9416 20 9416 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6397 /force-app/main/default/classes/MetadataService.cls 9418 9 9424 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6397 /force-app/main/default/classes/MetadataService.cls 9418 9 9424 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6398 /force-app/main/default/classes/MetadataService.cls 9420 10 9420 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6398 /force-app/main/default/classes/MetadataService.cls 9420 10 9420 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6399 /force-app/main/default/classes/MetadataService.cls 9421 20 9421 96 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
6399 /force-app/main/default/classes/MetadataService.cls 9421 20 9421 96 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
6400 /force-app/main/default/classes/MetadataService.cls 9421 20 9421 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6400 /force-app/main/default/classes/MetadataService.cls 9421 20 9421 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6401 /force-app/main/default/classes/MetadataService.cls 9422 20 9422 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6401 /force-app/main/default/classes/MetadataService.cls 9422 20 9422 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6402 /force-app/main/default/classes/MetadataService.cls 9422 20 9422 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6402 /force-app/main/default/classes/MetadataService.cls 9422 20 9422 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6403 /force-app/main/default/classes/MetadataService.cls 9423 20 9423 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6403 /force-app/main/default/classes/MetadataService.cls 9423 20 9423 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6404 /force-app/main/default/classes/MetadataService.cls 9423 20 9423 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6404 /force-app/main/default/classes/MetadataService.cls 9423 20 9423 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6405 /force-app/main/default/classes/MetadataService.cls 9425 9 9431 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6405 /force-app/main/default/classes/MetadataService.cls 9425 9 9431 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6406 /force-app/main/default/classes/MetadataService.cls 9425 9 9431 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatDeploymentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6406 /force-app/main/default/classes/MetadataService.cls 9425 9 9431 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatDeploymentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6407 /force-app/main/default/classes/MetadataService.cls 9427 10 9427 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6407 /force-app/main/default/classes/MetadataService.cls 9427 10 9427 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6408 /force-app/main/default/classes/MetadataService.cls 9428 20 9428 93 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
6408 /force-app/main/default/classes/MetadataService.cls 9428 20 9428 93 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
6409 /force-app/main/default/classes/MetadataService.cls 9428 20 9428 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6409 /force-app/main/default/classes/MetadataService.cls 9428 20 9428 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6410 /force-app/main/default/classes/MetadataService.cls 9429 20 9429 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6410 /force-app/main/default/classes/MetadataService.cls 9429 20 9429 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6411 /force-app/main/default/classes/MetadataService.cls 9429 20 9429 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6411 /force-app/main/default/classes/MetadataService.cls 9429 20 9429 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6412 /force-app/main/default/classes/MetadataService.cls 9430 20 9430 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6412 /force-app/main/default/classes/MetadataService.cls 9430 20 9430 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6413 /force-app/main/default/classes/MetadataService.cls 9430 20 9430 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6413 /force-app/main/default/classes/MetadataService.cls 9430 20 9430 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6414 /force-app/main/default/classes/MetadataService.cls 9432 9 9438 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6414 /force-app/main/default/classes/MetadataService.cls 9432 9 9438 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6415 /force-app/main/default/classes/MetadataService.cls 9434 10 9434 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6415 /force-app/main/default/classes/MetadataService.cls 9434 10 9434 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6416 /force-app/main/default/classes/MetadataService.cls 9435 20 9435 96 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
6416 /force-app/main/default/classes/MetadataService.cls 9435 20 9435 96 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
6417 /force-app/main/default/classes/MetadataService.cls 9435 20 9435 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6417 /force-app/main/default/classes/MetadataService.cls 9435 20 9435 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6418 /force-app/main/default/classes/MetadataService.cls 9436 20 9436 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6418 /force-app/main/default/classes/MetadataService.cls 9436 20 9436 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6419 /force-app/main/default/classes/MetadataService.cls 9436 20 9436 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6419 /force-app/main/default/classes/MetadataService.cls 9436 20 9436 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6420 /force-app/main/default/classes/MetadataService.cls 9437 20 9437 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6420 /force-app/main/default/classes/MetadataService.cls 9437 20 9437 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6421 /force-app/main/default/classes/MetadataService.cls 9437 20 9437 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6421 /force-app/main/default/classes/MetadataService.cls 9437 20 9437 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6422 /force-app/main/default/classes/MetadataService.cls 9439 9 9445 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6422 /force-app/main/default/classes/MetadataService.cls 9439 9 9445 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6423 /force-app/main/default/classes/MetadataService.cls 9439 9 9445 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatButtonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6423 /force-app/main/default/classes/MetadataService.cls 9439 9 9445 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatButtonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6424 /force-app/main/default/classes/MetadataService.cls 9441 10 9441 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6424 /force-app/main/default/classes/MetadataService.cls 9441 10 9441 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6425 /force-app/main/default/classes/MetadataService.cls 9442 20 9442 93 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
6425 /force-app/main/default/classes/MetadataService.cls 9442 20 9442 93 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
6426 /force-app/main/default/classes/MetadataService.cls 9442 20 9442 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6426 /force-app/main/default/classes/MetadataService.cls 9442 20 9442 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6427 /force-app/main/default/classes/MetadataService.cls 9443 20 9443 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6427 /force-app/main/default/classes/MetadataService.cls 9443 20 9443 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6428 /force-app/main/default/classes/MetadataService.cls 9443 20 9443 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6428 /force-app/main/default/classes/MetadataService.cls 9443 20 9443 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6429 /force-app/main/default/classes/MetadataService.cls 9444 20 9444 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6429 /force-app/main/default/classes/MetadataService.cls 9444 20 9444 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6430 /force-app/main/default/classes/MetadataService.cls 9444 20 9444 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6430 /force-app/main/default/classes/MetadataService.cls 9444 20 9444 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6431 /force-app/main/default/classes/MetadataService.cls 9446 9 9452 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6431 /force-app/main/default/classes/MetadataService.cls 9446 9 9452 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6432 /force-app/main/default/classes/MetadataService.cls 9448 10 9448 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6432 /force-app/main/default/classes/MetadataService.cls 9448 10 9448 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6433 /force-app/main/default/classes/MetadataService.cls 9449 20 9449 96 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
6433 /force-app/main/default/classes/MetadataService.cls 9449 20 9449 96 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
6434 /force-app/main/default/classes/MetadataService.cls 9449 20 9449 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6434 /force-app/main/default/classes/MetadataService.cls 9449 20 9449 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6435 /force-app/main/default/classes/MetadataService.cls 9450 20 9450 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6435 /force-app/main/default/classes/MetadataService.cls 9450 20 9450 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6436 /force-app/main/default/classes/MetadataService.cls 9450 20 9450 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6436 /force-app/main/default/classes/MetadataService.cls 9450 20 9450 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6437 /force-app/main/default/classes/MetadataService.cls 9451 20 9451 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6437 /force-app/main/default/classes/MetadataService.cls 9451 20 9451 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6438 /force-app/main/default/classes/MetadataService.cls 9451 20 9451 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6438 /force-app/main/default/classes/MetadataService.cls 9451 20 9451 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6439 /force-app/main/default/classes/MetadataService.cls 9453 9 9459 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6439 /force-app/main/default/classes/MetadataService.cls 9453 9 9459 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6440 /force-app/main/default/classes/MetadataService.cls 9453 9 9459 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatAgentConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6440 /force-app/main/default/classes/MetadataService.cls 9453 9 9459 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatAgentConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6441 /force-app/main/default/classes/MetadataService.cls 9455 10 9455 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6441 /force-app/main/default/classes/MetadataService.cls 9455 10 9455 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6442 /force-app/main/default/classes/MetadataService.cls 9456 20 9456 93 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
6442 /force-app/main/default/classes/MetadataService.cls 9456 20 9456 93 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
6443 /force-app/main/default/classes/MetadataService.cls 9456 20 9456 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6443 /force-app/main/default/classes/MetadataService.cls 9456 20 9456 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6444 /force-app/main/default/classes/MetadataService.cls 9457 20 9457 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6444 /force-app/main/default/classes/MetadataService.cls 9457 20 9457 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6445 /force-app/main/default/classes/MetadataService.cls 9457 20 9457 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6445 /force-app/main/default/classes/MetadataService.cls 9457 20 9457 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6446 /force-app/main/default/classes/MetadataService.cls 9458 20 9458 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6446 /force-app/main/default/classes/MetadataService.cls 9458 20 9458 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6447 /force-app/main/default/classes/MetadataService.cls 9458 20 9458 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6447 /force-app/main/default/classes/MetadataService.cls 9458 20 9458 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6448 /force-app/main/default/classes/MetadataService.cls 9460 9 9466 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6448 /force-app/main/default/classes/MetadataService.cls 9460 9 9466 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6449 /force-app/main/default/classes/MetadataService.cls 9462 10 9462 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6449 /force-app/main/default/classes/MetadataService.cls 9462 10 9462 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6450 /force-app/main/default/classes/MetadataService.cls 9463 20 9463 96 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
6450 /force-app/main/default/classes/MetadataService.cls 9463 20 9463 96 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
6451 /force-app/main/default/classes/MetadataService.cls 9463 20 9463 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6451 /force-app/main/default/classes/MetadataService.cls 9463 20 9463 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6452 /force-app/main/default/classes/MetadataService.cls 9464 20 9464 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6452 /force-app/main/default/classes/MetadataService.cls 9464 20 9464 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6453 /force-app/main/default/classes/MetadataService.cls 9464 20 9464 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6453 /force-app/main/default/classes/MetadataService.cls 9464 20 9464 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6454 /force-app/main/default/classes/MetadataService.cls 9465 20 9465 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6454 /force-app/main/default/classes/MetadataService.cls 9465 20 9465 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6455 /force-app/main/default/classes/MetadataService.cls 9465 20 9465 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6455 /force-app/main/default/classes/MetadataService.cls 9465 20 9465 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6456 /force-app/main/default/classes/MetadataService.cls 9467 9 9473 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6456 /force-app/main/default/classes/MetadataService.cls 9467 9 9473 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6457 /force-app/main/default/classes/MetadataService.cls 9467 9 9473 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSynonymDictionaryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6457 /force-app/main/default/classes/MetadataService.cls 9467 9 9473 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSynonymDictionaryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6458 /force-app/main/default/classes/MetadataService.cls 9469 10 9469 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6458 /force-app/main/default/classes/MetadataService.cls 9469 10 9469 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6459 /force-app/main/default/classes/MetadataService.cls 9470 20 9470 93 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
6459 /force-app/main/default/classes/MetadataService.cls 9470 20 9470 93 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
6460 /force-app/main/default/classes/MetadataService.cls 9470 20 9470 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6460 /force-app/main/default/classes/MetadataService.cls 9470 20 9470 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6461 /force-app/main/default/classes/MetadataService.cls 9471 20 9471 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6461 /force-app/main/default/classes/MetadataService.cls 9471 20 9471 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6462 /force-app/main/default/classes/MetadataService.cls 9471 20 9471 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6462 /force-app/main/default/classes/MetadataService.cls 9471 20 9471 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6463 /force-app/main/default/classes/MetadataService.cls 9472 20 9472 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6463 /force-app/main/default/classes/MetadataService.cls 9472 20 9472 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6464 /force-app/main/default/classes/MetadataService.cls 9472 20 9472 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6464 /force-app/main/default/classes/MetadataService.cls 9472 20 9472 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6465 /force-app/main/default/classes/MetadataService.cls 9474 9 9480 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6465 /force-app/main/default/classes/MetadataService.cls 9474 9 9480 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6466 /force-app/main/default/classes/MetadataService.cls 9476 10 9476 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6466 /force-app/main/default/classes/MetadataService.cls 9476 10 9476 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6467 /force-app/main/default/classes/MetadataService.cls 9477 20 9477 96 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
6467 /force-app/main/default/classes/MetadataService.cls 9477 20 9477 96 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
6468 /force-app/main/default/classes/MetadataService.cls 9477 20 9477 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6468 /force-app/main/default/classes/MetadataService.cls 9477 20 9477 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6469 /force-app/main/default/classes/MetadataService.cls 9478 20 9478 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6469 /force-app/main/default/classes/MetadataService.cls 9478 20 9478 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6470 /force-app/main/default/classes/MetadataService.cls 9478 20 9478 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6470 /force-app/main/default/classes/MetadataService.cls 9478 20 9478 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6471 /force-app/main/default/classes/MetadataService.cls 9479 20 9479 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6471 /force-app/main/default/classes/MetadataService.cls 9479 20 9479 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6472 /force-app/main/default/classes/MetadataService.cls 9479 20 9479 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6472 /force-app/main/default/classes/MetadataService.cls 9479 20 9479 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6473 /force-app/main/default/classes/MetadataService.cls 9481 9 9487 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6473 /force-app/main/default/classes/MetadataService.cls 9481 9 9487 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6474 /force-app/main/default/classes/MetadataService.cls 9481 9 9487 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6474 /force-app/main/default/classes/MetadataService.cls 9481 9 9487 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6475 /force-app/main/default/classes/MetadataService.cls 9483 10 9483 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6475 /force-app/main/default/classes/MetadataService.cls 9483 10 9483 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6476 /force-app/main/default/classes/MetadataService.cls 9484 20 9484 93 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
6476 /force-app/main/default/classes/MetadataService.cls 9484 20 9484 93 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
6477 /force-app/main/default/classes/MetadataService.cls 9484 20 9484 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6477 /force-app/main/default/classes/MetadataService.cls 9484 20 9484 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6478 /force-app/main/default/classes/MetadataService.cls 9485 20 9485 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6478 /force-app/main/default/classes/MetadataService.cls 9485 20 9485 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6479 /force-app/main/default/classes/MetadataService.cls 9485 20 9485 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6479 /force-app/main/default/classes/MetadataService.cls 9485 20 9485 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6480 /force-app/main/default/classes/MetadataService.cls 9486 20 9486 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6480 /force-app/main/default/classes/MetadataService.cls 9486 20 9486 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6481 /force-app/main/default/classes/MetadataService.cls 9486 20 9486 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6481 /force-app/main/default/classes/MetadataService.cls 9486 20 9486 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6482 /force-app/main/default/classes/MetadataService.cls 9488 9 9494 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6482 /force-app/main/default/classes/MetadataService.cls 9488 9 9494 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6483 /force-app/main/default/classes/MetadataService.cls 9490 10 9490 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6483 /force-app/main/default/classes/MetadataService.cls 9490 10 9490 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6484 /force-app/main/default/classes/MetadataService.cls 9491 20 9491 96 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
6484 /force-app/main/default/classes/MetadataService.cls 9491 20 9491 96 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
6485 /force-app/main/default/classes/MetadataService.cls 9491 20 9491 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6485 /force-app/main/default/classes/MetadataService.cls 9491 20 9491 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6486 /force-app/main/default/classes/MetadataService.cls 9492 20 9492 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6486 /force-app/main/default/classes/MetadataService.cls 9492 20 9492 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6487 /force-app/main/default/classes/MetadataService.cls 9492 20 9492 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6487 /force-app/main/default/classes/MetadataService.cls 9492 20 9492 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6488 /force-app/main/default/classes/MetadataService.cls 9493 20 9493 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6488 /force-app/main/default/classes/MetadataService.cls 9493 20 9493 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6489 /force-app/main/default/classes/MetadataService.cls 9493 20 9493 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6489 /force-app/main/default/classes/MetadataService.cls 9493 20 9493 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6490 /force-app/main/default/classes/MetadataService.cls 9495 9 9501 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6490 /force-app/main/default/classes/MetadataService.cls 9495 9 9501 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6491 /force-app/main/default/classes/MetadataService.cls 9495 9 9501 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6491 /force-app/main/default/classes/MetadataService.cls 9495 9 9501 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6492 /force-app/main/default/classes/MetadataService.cls 9497 10 9497 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6492 /force-app/main/default/classes/MetadataService.cls 9497 10 9497 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6493 /force-app/main/default/classes/MetadataService.cls 9498 20 9498 93 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
6493 /force-app/main/default/classes/MetadataService.cls 9498 20 9498 93 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
6494 /force-app/main/default/classes/MetadataService.cls 9498 20 9498 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6494 /force-app/main/default/classes/MetadataService.cls 9498 20 9498 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6495 /force-app/main/default/classes/MetadataService.cls 9499 20 9499 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6495 /force-app/main/default/classes/MetadataService.cls 9499 20 9499 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6496 /force-app/main/default/classes/MetadataService.cls 9499 20 9499 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6496 /force-app/main/default/classes/MetadataService.cls 9499 20 9499 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6497 /force-app/main/default/classes/MetadataService.cls 9500 20 9500 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6497 /force-app/main/default/classes/MetadataService.cls 9500 20 9500 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6498 /force-app/main/default/classes/MetadataService.cls 9500 20 9500 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6498 /force-app/main/default/classes/MetadataService.cls 9500 20 9500 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6499 /force-app/main/default/classes/MetadataService.cls 9502 9 9508 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6499 /force-app/main/default/classes/MetadataService.cls 9502 9 9508 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6500 /force-app/main/default/classes/MetadataService.cls 9504 10 9504 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6500 /force-app/main/default/classes/MetadataService.cls 9504 10 9504 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6501 /force-app/main/default/classes/MetadataService.cls 9505 20 9505 96 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
6501 /force-app/main/default/classes/MetadataService.cls 9505 20 9505 96 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
6502 /force-app/main/default/classes/MetadataService.cls 9505 20 9505 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6502 /force-app/main/default/classes/MetadataService.cls 9505 20 9505 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6503 /force-app/main/default/classes/MetadataService.cls 9506 20 9506 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6503 /force-app/main/default/classes/MetadataService.cls 9506 20 9506 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6504 /force-app/main/default/classes/MetadataService.cls 9506 20 9506 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6504 /force-app/main/default/classes/MetadataService.cls 9506 20 9506 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6505 /force-app/main/default/classes/MetadataService.cls 9507 20 9507 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6505 /force-app/main/default/classes/MetadataService.cls 9507 20 9507 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6506 /force-app/main/default/classes/MetadataService.cls 9507 20 9507 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6506 /force-app/main/default/classes/MetadataService.cls 9507 20 9507 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6507 /force-app/main/default/classes/MetadataService.cls 9509 9 9515 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6507 /force-app/main/default/classes/MetadataService.cls 9509 9 9515 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6508 /force-app/main/default/classes/MetadataService.cls 9509 9 9515 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6508 /force-app/main/default/classes/MetadataService.cls 9509 9 9515 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6509 /force-app/main/default/classes/MetadataService.cls 9511 10 9511 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6509 /force-app/main/default/classes/MetadataService.cls 9511 10 9511 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6510 /force-app/main/default/classes/MetadataService.cls 9512 20 9512 93 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
6510 /force-app/main/default/classes/MetadataService.cls 9512 20 9512 93 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
6511 /force-app/main/default/classes/MetadataService.cls 9512 20 9512 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6511 /force-app/main/default/classes/MetadataService.cls 9512 20 9512 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6512 /force-app/main/default/classes/MetadataService.cls 9513 20 9513 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6512 /force-app/main/default/classes/MetadataService.cls 9513 20 9513 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6513 /force-app/main/default/classes/MetadataService.cls 9513 20 9513 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6513 /force-app/main/default/classes/MetadataService.cls 9513 20 9513 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6514 /force-app/main/default/classes/MetadataService.cls 9514 20 9514 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6514 /force-app/main/default/classes/MetadataService.cls 9514 20 9514 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6515 /force-app/main/default/classes/MetadataService.cls 9514 20 9514 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6515 /force-app/main/default/classes/MetadataService.cls 9514 20 9514 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6516 /force-app/main/default/classes/MetadataService.cls 9516 9 9522 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6516 /force-app/main/default/classes/MetadataService.cls 9516 9 9522 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6517 /force-app/main/default/classes/MetadataService.cls 9518 10 9518 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6517 /force-app/main/default/classes/MetadataService.cls 9518 10 9518 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6518 /force-app/main/default/classes/MetadataService.cls 9519 20 9519 96 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
6518 /force-app/main/default/classes/MetadataService.cls 9519 20 9519 96 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
6519 /force-app/main/default/classes/MetadataService.cls 9519 20 9519 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6519 /force-app/main/default/classes/MetadataService.cls 9519 20 9519 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6520 /force-app/main/default/classes/MetadataService.cls 9520 20 9520 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6520 /force-app/main/default/classes/MetadataService.cls 9520 20 9520 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6521 /force-app/main/default/classes/MetadataService.cls 9520 20 9520 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6521 /force-app/main/default/classes/MetadataService.cls 9520 20 9520 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6522 /force-app/main/default/classes/MetadataService.cls 9521 20 9521 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6522 /force-app/main/default/classes/MetadataService.cls 9521 20 9521 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6523 /force-app/main/default/classes/MetadataService.cls 9521 20 9521 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6523 /force-app/main/default/classes/MetadataService.cls 9521 20 9521 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6524 /force-app/main/default/classes/MetadataService.cls 9523 9 9529 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6524 /force-app/main/default/classes/MetadataService.cls 9523 9 9529 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6525 /force-app/main/default/classes/MetadataService.cls 9523 9 9529 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6525 /force-app/main/default/classes/MetadataService.cls 9523 9 9529 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6526 /force-app/main/default/classes/MetadataService.cls 9525 10 9525 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6526 /force-app/main/default/classes/MetadataService.cls 9525 10 9525 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6527 /force-app/main/default/classes/MetadataService.cls 9526 20 9526 93 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
6527 /force-app/main/default/classes/MetadataService.cls 9526 20 9526 93 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
6528 /force-app/main/default/classes/MetadataService.cls 9526 20 9526 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6528 /force-app/main/default/classes/MetadataService.cls 9526 20 9526 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6529 /force-app/main/default/classes/MetadataService.cls 9527 20 9527 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6529 /force-app/main/default/classes/MetadataService.cls 9527 20 9527 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6530 /force-app/main/default/classes/MetadataService.cls 9527 20 9527 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6530 /force-app/main/default/classes/MetadataService.cls 9527 20 9527 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6531 /force-app/main/default/classes/MetadataService.cls 9528 20 9528 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6531 /force-app/main/default/classes/MetadataService.cls 9528 20 9528 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6532 /force-app/main/default/classes/MetadataService.cls 9528 20 9528 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6532 /force-app/main/default/classes/MetadataService.cls 9528 20 9528 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6533 /force-app/main/default/classes/MetadataService.cls 9530 9 9536 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6533 /force-app/main/default/classes/MetadataService.cls 9530 9 9536 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6534 /force-app/main/default/classes/MetadataService.cls 9532 10 9532 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6534 /force-app/main/default/classes/MetadataService.cls 9532 10 9532 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6535 /force-app/main/default/classes/MetadataService.cls 9533 20 9533 96 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
6535 /force-app/main/default/classes/MetadataService.cls 9533 20 9533 96 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
6536 /force-app/main/default/classes/MetadataService.cls 9533 20 9533 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6536 /force-app/main/default/classes/MetadataService.cls 9533 20 9533 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6537 /force-app/main/default/classes/MetadataService.cls 9534 20 9534 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6537 /force-app/main/default/classes/MetadataService.cls 9534 20 9534 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6538 /force-app/main/default/classes/MetadataService.cls 9534 20 9534 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6538 /force-app/main/default/classes/MetadataService.cls 9534 20 9534 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6539 /force-app/main/default/classes/MetadataService.cls 9535 20 9535 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6539 /force-app/main/default/classes/MetadataService.cls 9535 20 9535 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6540 /force-app/main/default/classes/MetadataService.cls 9535 20 9535 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6540 /force-app/main/default/classes/MetadataService.cls 9535 20 9535 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6541 /force-app/main/default/classes/MetadataService.cls 9537 9 9543 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6541 /force-app/main/default/classes/MetadataService.cls 9537 9 9543 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6542 /force-app/main/default/classes/MetadataService.cls 9537 9 9543 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6542 /force-app/main/default/classes/MetadataService.cls 9537 9 9543 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6543 /force-app/main/default/classes/MetadataService.cls 9539 10 9539 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6543 /force-app/main/default/classes/MetadataService.cls 9539 10 9539 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6544 /force-app/main/default/classes/MetadataService.cls 9540 20 9540 93 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
6544 /force-app/main/default/classes/MetadataService.cls 9540 20 9540 93 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
6545 /force-app/main/default/classes/MetadataService.cls 9540 20 9540 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6545 /force-app/main/default/classes/MetadataService.cls 9540 20 9540 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6546 /force-app/main/default/classes/MetadataService.cls 9541 20 9541 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6546 /force-app/main/default/classes/MetadataService.cls 9541 20 9541 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6547 /force-app/main/default/classes/MetadataService.cls 9541 20 9541 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6547 /force-app/main/default/classes/MetadataService.cls 9541 20 9541 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6548 /force-app/main/default/classes/MetadataService.cls 9542 20 9542 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6548 /force-app/main/default/classes/MetadataService.cls 9542 20 9542 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6549 /force-app/main/default/classes/MetadataService.cls 9542 20 9542 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6549 /force-app/main/default/classes/MetadataService.cls 9542 20 9542 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6550 /force-app/main/default/classes/MetadataService.cls 9544 9 9550 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6550 /force-app/main/default/classes/MetadataService.cls 9544 9 9550 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6551 /force-app/main/default/classes/MetadataService.cls 9546 10 9546 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6551 /force-app/main/default/classes/MetadataService.cls 9546 10 9546 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6552 /force-app/main/default/classes/MetadataService.cls 9547 20 9547 96 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
6552 /force-app/main/default/classes/MetadataService.cls 9547 20 9547 96 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
6553 /force-app/main/default/classes/MetadataService.cls 9547 20 9547 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6553 /force-app/main/default/classes/MetadataService.cls 9547 20 9547 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6554 /force-app/main/default/classes/MetadataService.cls 9548 20 9548 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6554 /force-app/main/default/classes/MetadataService.cls 9548 20 9548 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6555 /force-app/main/default/classes/MetadataService.cls 9548 20 9548 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6555 /force-app/main/default/classes/MetadataService.cls 9548 20 9548 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6556 /force-app/main/default/classes/MetadataService.cls 9549 20 9549 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6556 /force-app/main/default/classes/MetadataService.cls 9549 20 9549 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6557 /force-app/main/default/classes/MetadataService.cls 9549 20 9549 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6557 /force-app/main/default/classes/MetadataService.cls 9549 20 9549 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6558 /force-app/main/default/classes/MetadataService.cls 9551 9 9557 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6558 /force-app/main/default/classes/MetadataService.cls 9551 9 9557 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6559 /force-app/main/default/classes/MetadataService.cls 9551 9 9557 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRoleOrTerritoryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6559 /force-app/main/default/classes/MetadataService.cls 9551 9 9557 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRoleOrTerritoryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6560 /force-app/main/default/classes/MetadataService.cls 9553 10 9553 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6560 /force-app/main/default/classes/MetadataService.cls 9553 10 9553 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6561 /force-app/main/default/classes/MetadataService.cls 9554 20 9554 93 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
6561 /force-app/main/default/classes/MetadataService.cls 9554 20 9554 93 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
6562 /force-app/main/default/classes/MetadataService.cls 9554 20 9554 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6562 /force-app/main/default/classes/MetadataService.cls 9554 20 9554 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6563 /force-app/main/default/classes/MetadataService.cls 9555 20 9555 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6563 /force-app/main/default/classes/MetadataService.cls 9555 20 9555 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6564 /force-app/main/default/classes/MetadataService.cls 9555 20 9555 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6564 /force-app/main/default/classes/MetadataService.cls 9555 20 9555 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6565 /force-app/main/default/classes/MetadataService.cls 9556 20 9556 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6565 /force-app/main/default/classes/MetadataService.cls 9556 20 9556 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6566 /force-app/main/default/classes/MetadataService.cls 9556 20 9556 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6566 /force-app/main/default/classes/MetadataService.cls 9556 20 9556 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6567 /force-app/main/default/classes/MetadataService.cls 9558 9 9564 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6567 /force-app/main/default/classes/MetadataService.cls 9558 9 9564 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6568 /force-app/main/default/classes/MetadataService.cls 9560 10 9560 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6568 /force-app/main/default/classes/MetadataService.cls 9560 10 9560 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6569 /force-app/main/default/classes/MetadataService.cls 9561 20 9561 96 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
6569 /force-app/main/default/classes/MetadataService.cls 9561 20 9561 96 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
6570 /force-app/main/default/classes/MetadataService.cls 9561 20 9561 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6570 /force-app/main/default/classes/MetadataService.cls 9561 20 9561 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6571 /force-app/main/default/classes/MetadataService.cls 9562 20 9562 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6571 /force-app/main/default/classes/MetadataService.cls 9562 20 9562 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6572 /force-app/main/default/classes/MetadataService.cls 9562 20 9562 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6572 /force-app/main/default/classes/MetadataService.cls 9562 20 9562 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6573 /force-app/main/default/classes/MetadataService.cls 9563 20 9563 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6573 /force-app/main/default/classes/MetadataService.cls 9563 20 9563 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6574 /force-app/main/default/classes/MetadataService.cls 9563 20 9563 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6574 /force-app/main/default/classes/MetadataService.cls 9563 20 9563 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6575 /force-app/main/default/classes/MetadataService.cls 9565 9 9571 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6575 /force-app/main/default/classes/MetadataService.cls 9565 9 9571 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6576 /force-app/main/default/classes/MetadataService.cls 9565 9 9571 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6576 /force-app/main/default/classes/MetadataService.cls 9565 9 9571 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6577 /force-app/main/default/classes/MetadataService.cls 9567 10 9567 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6577 /force-app/main/default/classes/MetadataService.cls 9567 10 9567 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6578 /force-app/main/default/classes/MetadataService.cls 9568 20 9568 93 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
6578 /force-app/main/default/classes/MetadataService.cls 9568 20 9568 93 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
6579 /force-app/main/default/classes/MetadataService.cls 9568 20 9568 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6579 /force-app/main/default/classes/MetadataService.cls 9568 20 9568 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6580 /force-app/main/default/classes/MetadataService.cls 9569 20 9569 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6580 /force-app/main/default/classes/MetadataService.cls 9569 20 9569 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6581 /force-app/main/default/classes/MetadataService.cls 9569 20 9569 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6581 /force-app/main/default/classes/MetadataService.cls 9569 20 9569 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6582 /force-app/main/default/classes/MetadataService.cls 9570 20 9570 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6582 /force-app/main/default/classes/MetadataService.cls 9570 20 9570 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6583 /force-app/main/default/classes/MetadataService.cls 9570 20 9570 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6583 /force-app/main/default/classes/MetadataService.cls 9570 20 9570 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6584 /force-app/main/default/classes/MetadataService.cls 9572 9 9578 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6584 /force-app/main/default/classes/MetadataService.cls 9572 9 9578 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6585 /force-app/main/default/classes/MetadataService.cls 9574 10 9574 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6585 /force-app/main/default/classes/MetadataService.cls 9574 10 9574 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6586 /force-app/main/default/classes/MetadataService.cls 9575 20 9575 96 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
6586 /force-app/main/default/classes/MetadataService.cls 9575 20 9575 96 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
6587 /force-app/main/default/classes/MetadataService.cls 9575 20 9575 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6587 /force-app/main/default/classes/MetadataService.cls 9575 20 9575 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6588 /force-app/main/default/classes/MetadataService.cls 9576 20 9576 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6588 /force-app/main/default/classes/MetadataService.cls 9576 20 9576 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6589 /force-app/main/default/classes/MetadataService.cls 9576 20 9576 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6589 /force-app/main/default/classes/MetadataService.cls 9576 20 9576 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6590 /force-app/main/default/classes/MetadataService.cls 9577 20 9577 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6590 /force-app/main/default/classes/MetadataService.cls 9577 20 9577 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6591 /force-app/main/default/classes/MetadataService.cls 9577 20 9577 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6591 /force-app/main/default/classes/MetadataService.cls 9577 20 9577 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6592 /force-app/main/default/classes/MetadataService.cls 9579 9 9585 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6592 /force-app/main/default/classes/MetadataService.cls 9579 9 9585 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6593 /force-app/main/default/classes/MetadataService.cls 9579 9 9585 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSiteDotComResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6593 /force-app/main/default/classes/MetadataService.cls 9579 9 9585 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSiteDotComResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6594 /force-app/main/default/classes/MetadataService.cls 9581 10 9581 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6594 /force-app/main/default/classes/MetadataService.cls 9581 10 9581 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6595 /force-app/main/default/classes/MetadataService.cls 9582 20 9582 93 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
6595 /force-app/main/default/classes/MetadataService.cls 9582 20 9582 93 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
6596 /force-app/main/default/classes/MetadataService.cls 9582 20 9582 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6596 /force-app/main/default/classes/MetadataService.cls 9582 20 9582 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6597 /force-app/main/default/classes/MetadataService.cls 9583 20 9583 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6597 /force-app/main/default/classes/MetadataService.cls 9583 20 9583 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6598 /force-app/main/default/classes/MetadataService.cls 9583 20 9583 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6598 /force-app/main/default/classes/MetadataService.cls 9583 20 9583 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6599 /force-app/main/default/classes/MetadataService.cls 9584 20 9584 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6599 /force-app/main/default/classes/MetadataService.cls 9584 20 9584 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6600 /force-app/main/default/classes/MetadataService.cls 9584 20 9584 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6600 /force-app/main/default/classes/MetadataService.cls 9584 20 9584 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6601 /force-app/main/default/classes/MetadataService.cls 9586 9 9592 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6601 /force-app/main/default/classes/MetadataService.cls 9586 9 9592 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6602 /force-app/main/default/classes/MetadataService.cls 9588 10 9588 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6602 /force-app/main/default/classes/MetadataService.cls 9588 10 9588 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6603 /force-app/main/default/classes/MetadataService.cls 9589 20 9589 96 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
6603 /force-app/main/default/classes/MetadataService.cls 9589 20 9589 96 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
6604 /force-app/main/default/classes/MetadataService.cls 9589 20 9589 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6604 /force-app/main/default/classes/MetadataService.cls 9589 20 9589 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6605 /force-app/main/default/classes/MetadataService.cls 9590 20 9590 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6605 /force-app/main/default/classes/MetadataService.cls 9590 20 9590 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6606 /force-app/main/default/classes/MetadataService.cls 9590 20 9590 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6606 /force-app/main/default/classes/MetadataService.cls 9590 20 9590 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6607 /force-app/main/default/classes/MetadataService.cls 9591 20 9591 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6607 /force-app/main/default/classes/MetadataService.cls 9591 20 9591 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6608 /force-app/main/default/classes/MetadataService.cls 9591 20 9591 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6608 /force-app/main/default/classes/MetadataService.cls 9591 20 9591 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6609 /force-app/main/default/classes/MetadataService.cls 9593 9 9599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6609 /force-app/main/default/classes/MetadataService.cls 9593 9 9599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6610 /force-app/main/default/classes/MetadataService.cls 9593 9 9599 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowTaskResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6610 /force-app/main/default/classes/MetadataService.cls 9593 9 9599 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowTaskResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6611 /force-app/main/default/classes/MetadataService.cls 9595 10 9595 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6611 /force-app/main/default/classes/MetadataService.cls 9595 10 9595 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6612 /force-app/main/default/classes/MetadataService.cls 9596 20 9596 93 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
6612 /force-app/main/default/classes/MetadataService.cls 9596 20 9596 93 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
6613 /force-app/main/default/classes/MetadataService.cls 9596 20 9596 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6613 /force-app/main/default/classes/MetadataService.cls 9596 20 9596 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6614 /force-app/main/default/classes/MetadataService.cls 9597 20 9597 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6614 /force-app/main/default/classes/MetadataService.cls 9597 20 9597 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6615 /force-app/main/default/classes/MetadataService.cls 9597 20 9597 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6615 /force-app/main/default/classes/MetadataService.cls 9597 20 9597 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6616 /force-app/main/default/classes/MetadataService.cls 9598 20 9598 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6616 /force-app/main/default/classes/MetadataService.cls 9598 20 9598 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6617 /force-app/main/default/classes/MetadataService.cls 9598 20 9598 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6617 /force-app/main/default/classes/MetadataService.cls 9598 20 9598 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6618 /force-app/main/default/classes/MetadataService.cls 9600 9 9606 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6618 /force-app/main/default/classes/MetadataService.cls 9600 9 9606 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6619 /force-app/main/default/classes/MetadataService.cls 9602 10 9602 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6619 /force-app/main/default/classes/MetadataService.cls 9602 10 9602 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6620 /force-app/main/default/classes/MetadataService.cls 9603 20 9603 96 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
6620 /force-app/main/default/classes/MetadataService.cls 9603 20 9603 96 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
6621 /force-app/main/default/classes/MetadataService.cls 9603 20 9603 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6621 /force-app/main/default/classes/MetadataService.cls 9603 20 9603 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6622 /force-app/main/default/classes/MetadataService.cls 9604 20 9604 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6622 /force-app/main/default/classes/MetadataService.cls 9604 20 9604 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6623 /force-app/main/default/classes/MetadataService.cls 9604 20 9604 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6623 /force-app/main/default/classes/MetadataService.cls 9604 20 9604 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6624 /force-app/main/default/classes/MetadataService.cls 9605 20 9605 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6624 /force-app/main/default/classes/MetadataService.cls 9605 20 9605 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6625 /force-app/main/default/classes/MetadataService.cls 9605 20 9605 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6625 /force-app/main/default/classes/MetadataService.cls 9605 20 9605 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6626 /force-app/main/default/classes/MetadataService.cls 9607 9 9613 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6626 /force-app/main/default/classes/MetadataService.cls 9607 9 9613 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6627 /force-app/main/default/classes/MetadataService.cls 9607 9 9613 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowSendResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6627 /force-app/main/default/classes/MetadataService.cls 9607 9 9613 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowSendResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6628 /force-app/main/default/classes/MetadataService.cls 9609 10 9609 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6628 /force-app/main/default/classes/MetadataService.cls 9609 10 9609 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6629 /force-app/main/default/classes/MetadataService.cls 9610 20 9610 93 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
6629 /force-app/main/default/classes/MetadataService.cls 9610 20 9610 93 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
6630 /force-app/main/default/classes/MetadataService.cls 9610 20 9610 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6630 /force-app/main/default/classes/MetadataService.cls 9610 20 9610 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6631 /force-app/main/default/classes/MetadataService.cls 9611 20 9611 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6631 /force-app/main/default/classes/MetadataService.cls 9611 20 9611 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6632 /force-app/main/default/classes/MetadataService.cls 9611 20 9611 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6632 /force-app/main/default/classes/MetadataService.cls 9611 20 9611 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6633 /force-app/main/default/classes/MetadataService.cls 9612 20 9612 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6633 /force-app/main/default/classes/MetadataService.cls 9612 20 9612 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6634 /force-app/main/default/classes/MetadataService.cls 9612 20 9612 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6634 /force-app/main/default/classes/MetadataService.cls 9612 20 9612 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6635 /force-app/main/default/classes/MetadataService.cls 9614 9 9620 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6635 /force-app/main/default/classes/MetadataService.cls 9614 9 9620 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6636 /force-app/main/default/classes/MetadataService.cls 9616 10 9616 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6636 /force-app/main/default/classes/MetadataService.cls 9616 10 9616 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6637 /force-app/main/default/classes/MetadataService.cls 9617 20 9617 96 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
6637 /force-app/main/default/classes/MetadataService.cls 9617 20 9617 96 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
6638 /force-app/main/default/classes/MetadataService.cls 9617 20 9617 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6638 /force-app/main/default/classes/MetadataService.cls 9617 20 9617 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6639 /force-app/main/default/classes/MetadataService.cls 9618 20 9618 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6639 /force-app/main/default/classes/MetadataService.cls 9618 20 9618 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6640 /force-app/main/default/classes/MetadataService.cls 9618 20 9618 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6640 /force-app/main/default/classes/MetadataService.cls 9618 20 9618 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6641 /force-app/main/default/classes/MetadataService.cls 9619 20 9619 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6641 /force-app/main/default/classes/MetadataService.cls 9619 20 9619 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6642 /force-app/main/default/classes/MetadataService.cls 9619 20 9619 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6642 /force-app/main/default/classes/MetadataService.cls 9619 20 9619 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6643 /force-app/main/default/classes/MetadataService.cls 9621 9 9627 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6643 /force-app/main/default/classes/MetadataService.cls 9621 9 9627 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6644 /force-app/main/default/classes/MetadataService.cls 9621 9 9627 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowOutboundMessageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6644 /force-app/main/default/classes/MetadataService.cls 9621 9 9627 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowOutboundMessageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6645 /force-app/main/default/classes/MetadataService.cls 9623 10 9623 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6645 /force-app/main/default/classes/MetadataService.cls 9623 10 9623 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6646 /force-app/main/default/classes/MetadataService.cls 9624 20 9624 93 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
6646 /force-app/main/default/classes/MetadataService.cls 9624 20 9624 93 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
6647 /force-app/main/default/classes/MetadataService.cls 9624 20 9624 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6647 /force-app/main/default/classes/MetadataService.cls 9624 20 9624 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6648 /force-app/main/default/classes/MetadataService.cls 9625 20 9625 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6648 /force-app/main/default/classes/MetadataService.cls 9625 20 9625 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6649 /force-app/main/default/classes/MetadataService.cls 9625 20 9625 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6649 /force-app/main/default/classes/MetadataService.cls 9625 20 9625 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6650 /force-app/main/default/classes/MetadataService.cls 9626 20 9626 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6650 /force-app/main/default/classes/MetadataService.cls 9626 20 9626 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6651 /force-app/main/default/classes/MetadataService.cls 9626 20 9626 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6651 /force-app/main/default/classes/MetadataService.cls 9626 20 9626 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6652 /force-app/main/default/classes/MetadataService.cls 9628 9 9634 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6652 /force-app/main/default/classes/MetadataService.cls 9628 9 9634 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6653 /force-app/main/default/classes/MetadataService.cls 9630 10 9630 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6653 /force-app/main/default/classes/MetadataService.cls 9630 10 9630 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6654 /force-app/main/default/classes/MetadataService.cls 9631 20 9631 96 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
6654 /force-app/main/default/classes/MetadataService.cls 9631 20 9631 96 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
6655 /force-app/main/default/classes/MetadataService.cls 9631 20 9631 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6655 /force-app/main/default/classes/MetadataService.cls 9631 20 9631 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6656 /force-app/main/default/classes/MetadataService.cls 9632 20 9632 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6656 /force-app/main/default/classes/MetadataService.cls 9632 20 9632 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6657 /force-app/main/default/classes/MetadataService.cls 9632 20 9632 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6657 /force-app/main/default/classes/MetadataService.cls 9632 20 9632 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6658 /force-app/main/default/classes/MetadataService.cls 9633 20 9633 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6658 /force-app/main/default/classes/MetadataService.cls 9633 20 9633 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6659 /force-app/main/default/classes/MetadataService.cls 9633 20 9633 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6659 /force-app/main/default/classes/MetadataService.cls 9633 20 9633 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6660 /force-app/main/default/classes/MetadataService.cls 9635 9 9641 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6660 /force-app/main/default/classes/MetadataService.cls 9635 9 9641 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6661 /force-app/main/default/classes/MetadataService.cls 9635 9 9641 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowKnowledgePublishResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6661 /force-app/main/default/classes/MetadataService.cls 9635 9 9641 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowKnowledgePublishResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6662 /force-app/main/default/classes/MetadataService.cls 9637 10 9637 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6662 /force-app/main/default/classes/MetadataService.cls 9637 10 9637 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6663 /force-app/main/default/classes/MetadataService.cls 9638 20 9638 93 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
6663 /force-app/main/default/classes/MetadataService.cls 9638 20 9638 93 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
6664 /force-app/main/default/classes/MetadataService.cls 9638 20 9638 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6664 /force-app/main/default/classes/MetadataService.cls 9638 20 9638 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6665 /force-app/main/default/classes/MetadataService.cls 9639 20 9639 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6665 /force-app/main/default/classes/MetadataService.cls 9639 20 9639 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6666 /force-app/main/default/classes/MetadataService.cls 9639 20 9639 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6666 /force-app/main/default/classes/MetadataService.cls 9639 20 9639 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6667 /force-app/main/default/classes/MetadataService.cls 9640 20 9640 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6667 /force-app/main/default/classes/MetadataService.cls 9640 20 9640 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6668 /force-app/main/default/classes/MetadataService.cls 9640 20 9640 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6668 /force-app/main/default/classes/MetadataService.cls 9640 20 9640 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6669 /force-app/main/default/classes/MetadataService.cls 9642 9 9648 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6669 /force-app/main/default/classes/MetadataService.cls 9642 9 9648 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6670 /force-app/main/default/classes/MetadataService.cls 9644 10 9644 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6670 /force-app/main/default/classes/MetadataService.cls 9644 10 9644 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6671 /force-app/main/default/classes/MetadataService.cls 9645 20 9645 96 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
6671 /force-app/main/default/classes/MetadataService.cls 9645 20 9645 96 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
6672 /force-app/main/default/classes/MetadataService.cls 9645 20 9645 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6672 /force-app/main/default/classes/MetadataService.cls 9645 20 9645 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6673 /force-app/main/default/classes/MetadataService.cls 9646 20 9646 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6673 /force-app/main/default/classes/MetadataService.cls 9646 20 9646 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6674 /force-app/main/default/classes/MetadataService.cls 9646 20 9646 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6674 /force-app/main/default/classes/MetadataService.cls 9646 20 9646 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6675 /force-app/main/default/classes/MetadataService.cls 9647 20 9647 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6675 /force-app/main/default/classes/MetadataService.cls 9647 20 9647 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6676 /force-app/main/default/classes/MetadataService.cls 9647 20 9647 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6676 /force-app/main/default/classes/MetadataService.cls 9647 20 9647 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6677 /force-app/main/default/classes/MetadataService.cls 9649 9 9655 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6677 /force-app/main/default/classes/MetadataService.cls 9649 9 9655 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6678 /force-app/main/default/classes/MetadataService.cls 9649 9 9655 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowFieldUpdateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6678 /force-app/main/default/classes/MetadataService.cls 9649 9 9655 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowFieldUpdateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6679 /force-app/main/default/classes/MetadataService.cls 9651 10 9651 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6679 /force-app/main/default/classes/MetadataService.cls 9651 10 9651 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6680 /force-app/main/default/classes/MetadataService.cls 9652 20 9652 93 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
6680 /force-app/main/default/classes/MetadataService.cls 9652 20 9652 93 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
6681 /force-app/main/default/classes/MetadataService.cls 9652 20 9652 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6681 /force-app/main/default/classes/MetadataService.cls 9652 20 9652 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6682 /force-app/main/default/classes/MetadataService.cls 9653 20 9653 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6682 /force-app/main/default/classes/MetadataService.cls 9653 20 9653 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6683 /force-app/main/default/classes/MetadataService.cls 9653 20 9653 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6683 /force-app/main/default/classes/MetadataService.cls 9653 20 9653 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6684 /force-app/main/default/classes/MetadataService.cls 9654 20 9654 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6684 /force-app/main/default/classes/MetadataService.cls 9654 20 9654 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6685 /force-app/main/default/classes/MetadataService.cls 9654 20 9654 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6685 /force-app/main/default/classes/MetadataService.cls 9654 20 9654 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6686 /force-app/main/default/classes/MetadataService.cls 9656 9 9662 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6686 /force-app/main/default/classes/MetadataService.cls 9656 9 9662 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6687 /force-app/main/default/classes/MetadataService.cls 9658 10 9658 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6687 /force-app/main/default/classes/MetadataService.cls 9658 10 9658 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6688 /force-app/main/default/classes/MetadataService.cls 9659 20 9659 96 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
6688 /force-app/main/default/classes/MetadataService.cls 9659 20 9659 96 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
6689 /force-app/main/default/classes/MetadataService.cls 9659 20 9659 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6689 /force-app/main/default/classes/MetadataService.cls 9659 20 9659 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6690 /force-app/main/default/classes/MetadataService.cls 9660 20 9660 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6690 /force-app/main/default/classes/MetadataService.cls 9660 20 9660 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6691 /force-app/main/default/classes/MetadataService.cls 9660 20 9660 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6691 /force-app/main/default/classes/MetadataService.cls 9660 20 9660 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6692 /force-app/main/default/classes/MetadataService.cls 9661 20 9661 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6692 /force-app/main/default/classes/MetadataService.cls 9661 20 9661 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6693 /force-app/main/default/classes/MetadataService.cls 9661 20 9661 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6693 /force-app/main/default/classes/MetadataService.cls 9661 20 9661 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6694 /force-app/main/default/classes/MetadataService.cls 9663 9 9669 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6694 /force-app/main/default/classes/MetadataService.cls 9663 9 9669 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6695 /force-app/main/default/classes/MetadataService.cls 9663 9 9669 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowAlertResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6695 /force-app/main/default/classes/MetadataService.cls 9663 9 9669 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowAlertResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6696 /force-app/main/default/classes/MetadataService.cls 9665 10 9665 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6696 /force-app/main/default/classes/MetadataService.cls 9665 10 9665 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6697 /force-app/main/default/classes/MetadataService.cls 9666 20 9666 93 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
6697 /force-app/main/default/classes/MetadataService.cls 9666 20 9666 93 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
6698 /force-app/main/default/classes/MetadataService.cls 9666 20 9666 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6698 /force-app/main/default/classes/MetadataService.cls 9666 20 9666 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6699 /force-app/main/default/classes/MetadataService.cls 9667 20 9667 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6699 /force-app/main/default/classes/MetadataService.cls 9667 20 9667 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6700 /force-app/main/default/classes/MetadataService.cls 9667 20 9667 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6700 /force-app/main/default/classes/MetadataService.cls 9667 20 9667 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6701 /force-app/main/default/classes/MetadataService.cls 9668 20 9668 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6701 /force-app/main/default/classes/MetadataService.cls 9668 20 9668 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6702 /force-app/main/default/classes/MetadataService.cls 9668 20 9668 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6702 /force-app/main/default/classes/MetadataService.cls 9668 20 9668 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6703 /force-app/main/default/classes/MetadataService.cls 9670 9 9676 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6703 /force-app/main/default/classes/MetadataService.cls 9670 9 9676 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6704 /force-app/main/default/classes/MetadataService.cls 9672 10 9672 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6704 /force-app/main/default/classes/MetadataService.cls 9672 10 9672 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6705 /force-app/main/default/classes/MetadataService.cls 9673 20 9673 96 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
6705 /force-app/main/default/classes/MetadataService.cls 9673 20 9673 96 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
6706 /force-app/main/default/classes/MetadataService.cls 9673 20 9673 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6706 /force-app/main/default/classes/MetadataService.cls 9673 20 9673 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6707 /force-app/main/default/classes/MetadataService.cls 9674 20 9674 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6707 /force-app/main/default/classes/MetadataService.cls 9674 20 9674 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6708 /force-app/main/default/classes/MetadataService.cls 9674 20 9674 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6708 /force-app/main/default/classes/MetadataService.cls 9674 20 9674 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6709 /force-app/main/default/classes/MetadataService.cls 9675 20 9675 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6709 /force-app/main/default/classes/MetadataService.cls 9675 20 9675 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6710 /force-app/main/default/classes/MetadataService.cls 9675 20 9675 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6710 /force-app/main/default/classes/MetadataService.cls 9675 20 9675 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6711 /force-app/main/default/classes/MetadataService.cls 9677 9 9683 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6711 /force-app/main/default/classes/MetadataService.cls 9677 9 9683 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6712 /force-app/main/default/classes/MetadataService.cls 9677 9 9683 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readVisualizationPluginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6712 /force-app/main/default/classes/MetadataService.cls 9677 9 9683 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readVisualizationPluginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6713 /force-app/main/default/classes/MetadataService.cls 9679 10 9679 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6713 /force-app/main/default/classes/MetadataService.cls 9679 10 9679 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6714 /force-app/main/default/classes/MetadataService.cls 9680 20 9680 93 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
6714 /force-app/main/default/classes/MetadataService.cls 9680 20 9680 93 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
6715 /force-app/main/default/classes/MetadataService.cls 9680 20 9680 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6715 /force-app/main/default/classes/MetadataService.cls 9680 20 9680 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6716 /force-app/main/default/classes/MetadataService.cls 9681 20 9681 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6716 /force-app/main/default/classes/MetadataService.cls 9681 20 9681 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6717 /force-app/main/default/classes/MetadataService.cls 9681 20 9681 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6717 /force-app/main/default/classes/MetadataService.cls 9681 20 9681 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6718 /force-app/main/default/classes/MetadataService.cls 9682 20 9682 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6718 /force-app/main/default/classes/MetadataService.cls 9682 20 9682 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6719 /force-app/main/default/classes/MetadataService.cls 9682 20 9682 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6719 /force-app/main/default/classes/MetadataService.cls 9682 20 9682 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6720 /force-app/main/default/classes/MetadataService.cls 9684 9 9690 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6720 /force-app/main/default/classes/MetadataService.cls 9684 9 9690 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6721 /force-app/main/default/classes/MetadataService.cls 9686 10 9686 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6721 /force-app/main/default/classes/MetadataService.cls 9686 10 9686 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6722 /force-app/main/default/classes/MetadataService.cls 9687 20 9687 96 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
6722 /force-app/main/default/classes/MetadataService.cls 9687 20 9687 96 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
6723 /force-app/main/default/classes/MetadataService.cls 9687 20 9687 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6723 /force-app/main/default/classes/MetadataService.cls 9687 20 9687 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6724 /force-app/main/default/classes/MetadataService.cls 9688 20 9688 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6724 /force-app/main/default/classes/MetadataService.cls 9688 20 9688 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6725 /force-app/main/default/classes/MetadataService.cls 9688 20 9688 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6725 /force-app/main/default/classes/MetadataService.cls 9688 20 9688 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6726 /force-app/main/default/classes/MetadataService.cls 9689 20 9689 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6726 /force-app/main/default/classes/MetadataService.cls 9689 20 9689 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6727 /force-app/main/default/classes/MetadataService.cls 9689 20 9689 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6727 /force-app/main/default/classes/MetadataService.cls 9689 20 9689 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6728 /force-app/main/default/classes/MetadataService.cls 9691 9 9697 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6728 /force-app/main/default/classes/MetadataService.cls 9691 9 9697 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6729 /force-app/main/default/classes/MetadataService.cls 9691 9 9697 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6729 /force-app/main/default/classes/MetadataService.cls 9691 9 9697 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6730 /force-app/main/default/classes/MetadataService.cls 9693 10 9693 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6730 /force-app/main/default/classes/MetadataService.cls 9693 10 9693 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6731 /force-app/main/default/classes/MetadataService.cls 9694 20 9694 93 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
6731 /force-app/main/default/classes/MetadataService.cls 9694 20 9694 93 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
6732 /force-app/main/default/classes/MetadataService.cls 9694 20 9694 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6732 /force-app/main/default/classes/MetadataService.cls 9694 20 9694 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6733 /force-app/main/default/classes/MetadataService.cls 9695 20 9695 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6733 /force-app/main/default/classes/MetadataService.cls 9695 20 9695 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6734 /force-app/main/default/classes/MetadataService.cls 9695 20 9695 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6734 /force-app/main/default/classes/MetadataService.cls 9695 20 9695 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6735 /force-app/main/default/classes/MetadataService.cls 9696 20 9696 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6735 /force-app/main/default/classes/MetadataService.cls 9696 20 9696 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6736 /force-app/main/default/classes/MetadataService.cls 9696 20 9696 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6736 /force-app/main/default/classes/MetadataService.cls 9696 20 9696 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6737 /force-app/main/default/classes/MetadataService.cls 9698 9 9704 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6737 /force-app/main/default/classes/MetadataService.cls 9698 9 9704 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6738 /force-app/main/default/classes/MetadataService.cls 9700 10 9700 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6738 /force-app/main/default/classes/MetadataService.cls 9700 10 9700 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6739 /force-app/main/default/classes/MetadataService.cls 9701 20 9701 96 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
6739 /force-app/main/default/classes/MetadataService.cls 9701 20 9701 96 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
6740 /force-app/main/default/classes/MetadataService.cls 9701 20 9701 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6740 /force-app/main/default/classes/MetadataService.cls 9701 20 9701 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6741 /force-app/main/default/classes/MetadataService.cls 9702 20 9702 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6741 /force-app/main/default/classes/MetadataService.cls 9702 20 9702 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6742 /force-app/main/default/classes/MetadataService.cls 9702 20 9702 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6742 /force-app/main/default/classes/MetadataService.cls 9702 20 9702 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6743 /force-app/main/default/classes/MetadataService.cls 9703 20 9703 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6743 /force-app/main/default/classes/MetadataService.cls 9703 20 9703 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6744 /force-app/main/default/classes/MetadataService.cls 9703 20 9703 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6744 /force-app/main/default/classes/MetadataService.cls 9703 20 9703 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6745 /force-app/main/default/classes/MetadataService.cls 9705 9 9711 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6745 /force-app/main/default/classes/MetadataService.cls 9705 9 9711 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6746 /force-app/main/default/classes/MetadataService.cls 9705 9 9711 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNameSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6746 /force-app/main/default/classes/MetadataService.cls 9705 9 9711 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNameSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6747 /force-app/main/default/classes/MetadataService.cls 9707 10 9707 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6747 /force-app/main/default/classes/MetadataService.cls 9707 10 9707 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6748 /force-app/main/default/classes/MetadataService.cls 9708 20 9708 93 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
6748 /force-app/main/default/classes/MetadataService.cls 9708 20 9708 93 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
6749 /force-app/main/default/classes/MetadataService.cls 9708 20 9708 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6749 /force-app/main/default/classes/MetadataService.cls 9708 20 9708 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6750 /force-app/main/default/classes/MetadataService.cls 9709 20 9709 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6750 /force-app/main/default/classes/MetadataService.cls 9709 20 9709 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6751 /force-app/main/default/classes/MetadataService.cls 9709 20 9709 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6751 /force-app/main/default/classes/MetadataService.cls 9709 20 9709 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6752 /force-app/main/default/classes/MetadataService.cls 9710 20 9710 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6752 /force-app/main/default/classes/MetadataService.cls 9710 20 9710 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6753 /force-app/main/default/classes/MetadataService.cls 9710 20 9710 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6753 /force-app/main/default/classes/MetadataService.cls 9710 20 9710 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6754 /force-app/main/default/classes/MetadataService.cls 9712 9 9718 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6754 /force-app/main/default/classes/MetadataService.cls 9712 9 9718 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6755 /force-app/main/default/classes/MetadataService.cls 9714 10 9714 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6755 /force-app/main/default/classes/MetadataService.cls 9714 10 9714 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6756 /force-app/main/default/classes/MetadataService.cls 9715 20 9715 96 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
6756 /force-app/main/default/classes/MetadataService.cls 9715 20 9715 96 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
6757 /force-app/main/default/classes/MetadataService.cls 9715 20 9715 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6757 /force-app/main/default/classes/MetadataService.cls 9715 20 9715 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6758 /force-app/main/default/classes/MetadataService.cls 9716 20 9716 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6758 /force-app/main/default/classes/MetadataService.cls 9716 20 9716 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6759 /force-app/main/default/classes/MetadataService.cls 9716 20 9716 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6759 /force-app/main/default/classes/MetadataService.cls 9716 20 9716 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6760 /force-app/main/default/classes/MetadataService.cls 9717 20 9717 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6760 /force-app/main/default/classes/MetadataService.cls 9717 20 9717 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6761 /force-app/main/default/classes/MetadataService.cls 9717 20 9717 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6761 /force-app/main/default/classes/MetadataService.cls 9717 20 9717 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6762 /force-app/main/default/classes/MetadataService.cls 9719 9 9725 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6762 /force-app/main/default/classes/MetadataService.cls 9719 9 9725 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6763 /force-app/main/default/classes/MetadataService.cls 9719 9 9725 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMarketingActionSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6763 /force-app/main/default/classes/MetadataService.cls 9719 9 9725 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMarketingActionSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6764 /force-app/main/default/classes/MetadataService.cls 9721 10 9721 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6764 /force-app/main/default/classes/MetadataService.cls 9721 10 9721 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6765 /force-app/main/default/classes/MetadataService.cls 9722 20 9722 93 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
6765 /force-app/main/default/classes/MetadataService.cls 9722 20 9722 93 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
6766 /force-app/main/default/classes/MetadataService.cls 9722 20 9722 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6766 /force-app/main/default/classes/MetadataService.cls 9722 20 9722 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6767 /force-app/main/default/classes/MetadataService.cls 9723 20 9723 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6767 /force-app/main/default/classes/MetadataService.cls 9723 20 9723 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6768 /force-app/main/default/classes/MetadataService.cls 9723 20 9723 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6768 /force-app/main/default/classes/MetadataService.cls 9723 20 9723 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6769 /force-app/main/default/classes/MetadataService.cls 9724 20 9724 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6769 /force-app/main/default/classes/MetadataService.cls 9724 20 9724 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6770 /force-app/main/default/classes/MetadataService.cls 9724 20 9724 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6770 /force-app/main/default/classes/MetadataService.cls 9724 20 9724 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6771 /force-app/main/default/classes/MetadataService.cls 9726 9 9732 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6771 /force-app/main/default/classes/MetadataService.cls 9726 9 9732 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6772 /force-app/main/default/classes/MetadataService.cls 9728 10 9728 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6772 /force-app/main/default/classes/MetadataService.cls 9728 10 9728 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6773 /force-app/main/default/classes/MetadataService.cls 9729 20 9729 96 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
6773 /force-app/main/default/classes/MetadataService.cls 9729 20 9729 96 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
6774 /force-app/main/default/classes/MetadataService.cls 9729 20 9729 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6774 /force-app/main/default/classes/MetadataService.cls 9729 20 9729 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6775 /force-app/main/default/classes/MetadataService.cls 9730 20 9730 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6775 /force-app/main/default/classes/MetadataService.cls 9730 20 9730 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6776 /force-app/main/default/classes/MetadataService.cls 9730 20 9730 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6776 /force-app/main/default/classes/MetadataService.cls 9730 20 9730 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6777 /force-app/main/default/classes/MetadataService.cls 9731 20 9731 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6777 /force-app/main/default/classes/MetadataService.cls 9731 20 9731 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6778 /force-app/main/default/classes/MetadataService.cls 9731 20 9731 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6778 /force-app/main/default/classes/MetadataService.cls 9731 20 9731 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6779 /force-app/main/default/classes/MetadataService.cls 9733 9 9739 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6779 /force-app/main/default/classes/MetadataService.cls 9733 9 9739 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6780 /force-app/main/default/classes/MetadataService.cls 9733 9 9739 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPermissionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6780 /force-app/main/default/classes/MetadataService.cls 9733 9 9739 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPermissionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6781 /force-app/main/default/classes/MetadataService.cls 9735 10 9735 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6781 /force-app/main/default/classes/MetadataService.cls 9735 10 9735 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6782 /force-app/main/default/classes/MetadataService.cls 9736 20 9736 93 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
6782 /force-app/main/default/classes/MetadataService.cls 9736 20 9736 93 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
6783 /force-app/main/default/classes/MetadataService.cls 9736 20 9736 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6783 /force-app/main/default/classes/MetadataService.cls 9736 20 9736 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6784 /force-app/main/default/classes/MetadataService.cls 9737 20 9737 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6784 /force-app/main/default/classes/MetadataService.cls 9737 20 9737 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6785 /force-app/main/default/classes/MetadataService.cls 9737 20 9737 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6785 /force-app/main/default/classes/MetadataService.cls 9737 20 9737 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6786 /force-app/main/default/classes/MetadataService.cls 9738 20 9738 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6786 /force-app/main/default/classes/MetadataService.cls 9738 20 9738 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6787 /force-app/main/default/classes/MetadataService.cls 9738 20 9738 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6787 /force-app/main/default/classes/MetadataService.cls 9738 20 9738 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6788 /force-app/main/default/classes/MetadataService.cls 9740 9 9746 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6788 /force-app/main/default/classes/MetadataService.cls 9740 9 9746 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6789 /force-app/main/default/classes/MetadataService.cls 9742 10 9742 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6789 /force-app/main/default/classes/MetadataService.cls 9742 10 9742 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6790 /force-app/main/default/classes/MetadataService.cls 9743 20 9743 96 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
6790 /force-app/main/default/classes/MetadataService.cls 9743 20 9743 96 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
6791 /force-app/main/default/classes/MetadataService.cls 9743 20 9743 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6791 /force-app/main/default/classes/MetadataService.cls 9743 20 9743 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6792 /force-app/main/default/classes/MetadataService.cls 9744 20 9744 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6792 /force-app/main/default/classes/MetadataService.cls 9744 20 9744 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6793 /force-app/main/default/classes/MetadataService.cls 9744 20 9744 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6793 /force-app/main/default/classes/MetadataService.cls 9744 20 9744 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6794 /force-app/main/default/classes/MetadataService.cls 9745 20 9745 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6794 /force-app/main/default/classes/MetadataService.cls 9745 20 9745 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6795 /force-app/main/default/classes/MetadataService.cls 9745 20 9745 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6795 /force-app/main/default/classes/MetadataService.cls 9745 20 9745 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6796 /force-app/main/default/classes/MetadataService.cls 9747 9 9753 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6796 /force-app/main/default/classes/MetadataService.cls 9747 9 9753 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6797 /force-app/main/default/classes/MetadataService.cls 9747 9 9753 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuraDefinitionBundleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6797 /force-app/main/default/classes/MetadataService.cls 9747 9 9753 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuraDefinitionBundleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6798 /force-app/main/default/classes/MetadataService.cls 9749 10 9749 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6798 /force-app/main/default/classes/MetadataService.cls 9749 10 9749 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6799 /force-app/main/default/classes/MetadataService.cls 9750 20 9750 93 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
6799 /force-app/main/default/classes/MetadataService.cls 9750 20 9750 93 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
6800 /force-app/main/default/classes/MetadataService.cls 9750 20 9750 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6800 /force-app/main/default/classes/MetadataService.cls 9750 20 9750 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6801 /force-app/main/default/classes/MetadataService.cls 9751 20 9751 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6801 /force-app/main/default/classes/MetadataService.cls 9751 20 9751 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6802 /force-app/main/default/classes/MetadataService.cls 9751 20 9751 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6802 /force-app/main/default/classes/MetadataService.cls 9751 20 9751 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6803 /force-app/main/default/classes/MetadataService.cls 9752 20 9752 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6803 /force-app/main/default/classes/MetadataService.cls 9752 20 9752 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6804 /force-app/main/default/classes/MetadataService.cls 9752 20 9752 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6804 /force-app/main/default/classes/MetadataService.cls 9752 20 9752 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6805 /force-app/main/default/classes/MetadataService.cls 9754 9 9760 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6805 /force-app/main/default/classes/MetadataService.cls 9754 9 9760 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6806 /force-app/main/default/classes/MetadataService.cls 9756 10 9756 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6806 /force-app/main/default/classes/MetadataService.cls 9756 10 9756 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6807 /force-app/main/default/classes/MetadataService.cls 9757 20 9757 96 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
6807 /force-app/main/default/classes/MetadataService.cls 9757 20 9757 96 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
6808 /force-app/main/default/classes/MetadataService.cls 9757 20 9757 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6808 /force-app/main/default/classes/MetadataService.cls 9757 20 9757 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6809 /force-app/main/default/classes/MetadataService.cls 9758 20 9758 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6809 /force-app/main/default/classes/MetadataService.cls 9758 20 9758 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6810 /force-app/main/default/classes/MetadataService.cls 9758 20 9758 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6810 /force-app/main/default/classes/MetadataService.cls 9758 20 9758 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6811 /force-app/main/default/classes/MetadataService.cls 9759 20 9759 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6811 /force-app/main/default/classes/MetadataService.cls 9759 20 9759 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6812 /force-app/main/default/classes/MetadataService.cls 9759 20 9759 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6812 /force-app/main/default/classes/MetadataService.cls 9759 20 9759 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6813 /force-app/main/default/classes/MetadataService.cls 9761 9 9767 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6813 /force-app/main/default/classes/MetadataService.cls 9761 9 9767 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6814 /force-app/main/default/classes/MetadataService.cls 9761 9 9767 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCorsWhitelistOriginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6814 /force-app/main/default/classes/MetadataService.cls 9761 9 9767 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCorsWhitelistOriginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6815 /force-app/main/default/classes/MetadataService.cls 9763 10 9763 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6815 /force-app/main/default/classes/MetadataService.cls 9763 10 9763 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6816 /force-app/main/default/classes/MetadataService.cls 9764 20 9764 93 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
6816 /force-app/main/default/classes/MetadataService.cls 9764 20 9764 93 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
6817 /force-app/main/default/classes/MetadataService.cls 9764 20 9764 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6817 /force-app/main/default/classes/MetadataService.cls 9764 20 9764 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6818 /force-app/main/default/classes/MetadataService.cls 9765 20 9765 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6818 /force-app/main/default/classes/MetadataService.cls 9765 20 9765 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6819 /force-app/main/default/classes/MetadataService.cls 9765 20 9765 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6819 /force-app/main/default/classes/MetadataService.cls 9765 20 9765 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6820 /force-app/main/default/classes/MetadataService.cls 9766 20 9766 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6820 /force-app/main/default/classes/MetadataService.cls 9766 20 9766 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6821 /force-app/main/default/classes/MetadataService.cls 9766 20 9766 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6821 /force-app/main/default/classes/MetadataService.cls 9766 20 9766 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6822 /force-app/main/default/classes/MetadataService.cls 9768 9 9774 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6822 /force-app/main/default/classes/MetadataService.cls 9768 9 9774 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6823 /force-app/main/default/classes/MetadataService.cls 9770 10 9770 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6823 /force-app/main/default/classes/MetadataService.cls 9770 10 9770 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6824 /force-app/main/default/classes/MetadataService.cls 9771 20 9771 96 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
6824 /force-app/main/default/classes/MetadataService.cls 9771 20 9771 96 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
6825 /force-app/main/default/classes/MetadataService.cls 9771 20 9771 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6825 /force-app/main/default/classes/MetadataService.cls 9771 20 9771 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6826 /force-app/main/default/classes/MetadataService.cls 9772 20 9772 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6826 /force-app/main/default/classes/MetadataService.cls 9772 20 9772 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6827 /force-app/main/default/classes/MetadataService.cls 9772 20 9772 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6827 /force-app/main/default/classes/MetadataService.cls 9772 20 9772 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6828 /force-app/main/default/classes/MetadataService.cls 9773 20 9773 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6828 /force-app/main/default/classes/MetadataService.cls 9773 20 9773 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6829 /force-app/main/default/classes/MetadataService.cls 9773 20 9773 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6829 /force-app/main/default/classes/MetadataService.cls 9773 20 9773 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6830 /force-app/main/default/classes/MetadataService.cls 9775 9 9781 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6830 /force-app/main/default/classes/MetadataService.cls 9775 9 9781 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6831 /force-app/main/default/classes/MetadataService.cls 9775 9 9781 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readManagedTopicsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6831 /force-app/main/default/classes/MetadataService.cls 9775 9 9781 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readManagedTopicsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6832 /force-app/main/default/classes/MetadataService.cls 9777 10 9777 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6832 /force-app/main/default/classes/MetadataService.cls 9777 10 9777 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6833 /force-app/main/default/classes/MetadataService.cls 9778 20 9778 93 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
6833 /force-app/main/default/classes/MetadataService.cls 9778 20 9778 93 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
6834 /force-app/main/default/classes/MetadataService.cls 9778 20 9778 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6834 /force-app/main/default/classes/MetadataService.cls 9778 20 9778 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6835 /force-app/main/default/classes/MetadataService.cls 9779 20 9779 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6835 /force-app/main/default/classes/MetadataService.cls 9779 20 9779 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6836 /force-app/main/default/classes/MetadataService.cls 9779 20 9779 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6836 /force-app/main/default/classes/MetadataService.cls 9779 20 9779 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6837 /force-app/main/default/classes/MetadataService.cls 9780 20 9780 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6837 /force-app/main/default/classes/MetadataService.cls 9780 20 9780 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6838 /force-app/main/default/classes/MetadataService.cls 9780 20 9780 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6838 /force-app/main/default/classes/MetadataService.cls 9780 20 9780 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6839 /force-app/main/default/classes/MetadataService.cls 9782 9 9788 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6839 /force-app/main/default/classes/MetadataService.cls 9782 9 9788 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6840 /force-app/main/default/classes/MetadataService.cls 9784 10 9784 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6840 /force-app/main/default/classes/MetadataService.cls 9784 10 9784 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6841 /force-app/main/default/classes/MetadataService.cls 9785 20 9785 96 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
6841 /force-app/main/default/classes/MetadataService.cls 9785 20 9785 96 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
6842 /force-app/main/default/classes/MetadataService.cls 9785 20 9785 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6842 /force-app/main/default/classes/MetadataService.cls 9785 20 9785 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6843 /force-app/main/default/classes/MetadataService.cls 9786 20 9786 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6843 /force-app/main/default/classes/MetadataService.cls 9786 20 9786 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6844 /force-app/main/default/classes/MetadataService.cls 9786 20 9786 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6844 /force-app/main/default/classes/MetadataService.cls 9786 20 9786 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6845 /force-app/main/default/classes/MetadataService.cls 9787 20 9787 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6845 /force-app/main/default/classes/MetadataService.cls 9787 20 9787 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6846 /force-app/main/default/classes/MetadataService.cls 9787 20 9787 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6846 /force-app/main/default/classes/MetadataService.cls 9787 20 9787 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6847 /force-app/main/default/classes/MetadataService.cls 9789 9 9795 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6847 /force-app/main/default/classes/MetadataService.cls 9789 9 9795 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6848 /force-app/main/default/classes/MetadataService.cls 9789 9 9795 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2Response_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6848 /force-app/main/default/classes/MetadataService.cls 9789 9 9795 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2Response_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6849 /force-app/main/default/classes/MetadataService.cls 9791 10 9791 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6849 /force-app/main/default/classes/MetadataService.cls 9791 10 9791 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6850 /force-app/main/default/classes/MetadataService.cls 9792 20 9792 93 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
6850 /force-app/main/default/classes/MetadataService.cls 9792 20 9792 93 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
6851 /force-app/main/default/classes/MetadataService.cls 9792 20 9792 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6851 /force-app/main/default/classes/MetadataService.cls 9792 20 9792 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6852 /force-app/main/default/classes/MetadataService.cls 9793 20 9793 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6852 /force-app/main/default/classes/MetadataService.cls 9793 20 9793 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6853 /force-app/main/default/classes/MetadataService.cls 9793 20 9793 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6853 /force-app/main/default/classes/MetadataService.cls 9793 20 9793 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6854 /force-app/main/default/classes/MetadataService.cls 9794 20 9794 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6854 /force-app/main/default/classes/MetadataService.cls 9794 20 9794 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6855 /force-app/main/default/classes/MetadataService.cls 9794 20 9794 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6855 /force-app/main/default/classes/MetadataService.cls 9794 20 9794 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6856 /force-app/main/default/classes/MetadataService.cls 9796 9 9802 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6856 /force-app/main/default/classes/MetadataService.cls 9796 9 9802 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6857 /force-app/main/default/classes/MetadataService.cls 9798 10 9798 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6857 /force-app/main/default/classes/MetadataService.cls 9798 10 9798 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6858 /force-app/main/default/classes/MetadataService.cls 9799 20 9799 96 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
6858 /force-app/main/default/classes/MetadataService.cls 9799 20 9799 96 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
6859 /force-app/main/default/classes/MetadataService.cls 9799 20 9799 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6859 /force-app/main/default/classes/MetadataService.cls 9799 20 9799 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6860 /force-app/main/default/classes/MetadataService.cls 9800 20 9800 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6860 /force-app/main/default/classes/MetadataService.cls 9800 20 9800 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6861 /force-app/main/default/classes/MetadataService.cls 9800 20 9800 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6861 /force-app/main/default/classes/MetadataService.cls 9800 20 9800 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6862 /force-app/main/default/classes/MetadataService.cls 9801 20 9801 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6862 /force-app/main/default/classes/MetadataService.cls 9801 20 9801 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6863 /force-app/main/default/classes/MetadataService.cls 9801 20 9801 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6863 /force-app/main/default/classes/MetadataService.cls 9801 20 9801 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6864 /force-app/main/default/classes/MetadataService.cls 9803 9 9809 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6864 /force-app/main/default/classes/MetadataService.cls 9803 9 9809 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6865 /force-app/main/default/classes/MetadataService.cls 9803 9 9809 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2ModelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6865 /force-app/main/default/classes/MetadataService.cls 9803 9 9809 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2ModelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6866 /force-app/main/default/classes/MetadataService.cls 9805 10 9805 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6866 /force-app/main/default/classes/MetadataService.cls 9805 10 9805 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6867 /force-app/main/default/classes/MetadataService.cls 9806 20 9806 93 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
6867 /force-app/main/default/classes/MetadataService.cls 9806 20 9806 93 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
6868 /force-app/main/default/classes/MetadataService.cls 9806 20 9806 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6868 /force-app/main/default/classes/MetadataService.cls 9806 20 9806 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6869 /force-app/main/default/classes/MetadataService.cls 9807 20 9807 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6869 /force-app/main/default/classes/MetadataService.cls 9807 20 9807 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6870 /force-app/main/default/classes/MetadataService.cls 9807 20 9807 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6870 /force-app/main/default/classes/MetadataService.cls 9807 20 9807 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6871 /force-app/main/default/classes/MetadataService.cls 9808 20 9808 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6871 /force-app/main/default/classes/MetadataService.cls 9808 20 9808 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6872 /force-app/main/default/classes/MetadataService.cls 9808 20 9808 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6872 /force-app/main/default/classes/MetadataService.cls 9808 20 9808 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6873 /force-app/main/default/classes/MetadataService.cls 9810 9 9816 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6873 /force-app/main/default/classes/MetadataService.cls 9810 9 9816 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6874 /force-app/main/default/classes/MetadataService.cls 9812 10 9812 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6874 /force-app/main/default/classes/MetadataService.cls 9812 10 9812 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6875 /force-app/main/default/classes/MetadataService.cls 9813 20 9813 96 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
6875 /force-app/main/default/classes/MetadataService.cls 9813 20 9813 96 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
6876 /force-app/main/default/classes/MetadataService.cls 9813 20 9813 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6876 /force-app/main/default/classes/MetadataService.cls 9813 20 9813 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6877 /force-app/main/default/classes/MetadataService.cls 9814 20 9814 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6877 /force-app/main/default/classes/MetadataService.cls 9814 20 9814 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6878 /force-app/main/default/classes/MetadataService.cls 9814 20 9814 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6878 /force-app/main/default/classes/MetadataService.cls 9814 20 9814 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6879 /force-app/main/default/classes/MetadataService.cls 9815 20 9815 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6879 /force-app/main/default/classes/MetadataService.cls 9815 20 9815 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6880 /force-app/main/default/classes/MetadataService.cls 9815 20 9815 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6880 /force-app/main/default/classes/MetadataService.cls 9815 20 9815 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6881 /force-app/main/default/classes/MetadataService.cls 9817 9 9823 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6881 /force-app/main/default/classes/MetadataService.cls 9817 9 9823 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6882 /force-app/main/default/classes/MetadataService.cls 9817 9 9823 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2SettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6882 /force-app/main/default/classes/MetadataService.cls 9817 9 9823 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2SettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6883 /force-app/main/default/classes/MetadataService.cls 9819 10 9819 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6883 /force-app/main/default/classes/MetadataService.cls 9819 10 9819 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6884 /force-app/main/default/classes/MetadataService.cls 9820 20 9820 93 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
6884 /force-app/main/default/classes/MetadataService.cls 9820 20 9820 93 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
6885 /force-app/main/default/classes/MetadataService.cls 9820 20 9820 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6885 /force-app/main/default/classes/MetadataService.cls 9820 20 9820 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6886 /force-app/main/default/classes/MetadataService.cls 9821 20 9821 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6886 /force-app/main/default/classes/MetadataService.cls 9821 20 9821 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6887 /force-app/main/default/classes/MetadataService.cls 9821 20 9821 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6887 /force-app/main/default/classes/MetadataService.cls 9821 20 9821 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6888 /force-app/main/default/classes/MetadataService.cls 9822 20 9822 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6888 /force-app/main/default/classes/MetadataService.cls 9822 20 9822 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6889 /force-app/main/default/classes/MetadataService.cls 9822 20 9822 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6889 /force-app/main/default/classes/MetadataService.cls 9822 20 9822 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6890 /force-app/main/default/classes/MetadataService.cls 9824 9 9830 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6890 /force-app/main/default/classes/MetadataService.cls 9824 9 9830 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6891 /force-app/main/default/classes/MetadataService.cls 9826 10 9826 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6891 /force-app/main/default/classes/MetadataService.cls 9826 10 9826 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6892 /force-app/main/default/classes/MetadataService.cls 9827 20 9827 96 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
6892 /force-app/main/default/classes/MetadataService.cls 9827 20 9827 96 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
6893 /force-app/main/default/classes/MetadataService.cls 9827 20 9827 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6893 /force-app/main/default/classes/MetadataService.cls 9827 20 9827 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6894 /force-app/main/default/classes/MetadataService.cls 9828 20 9828 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6894 /force-app/main/default/classes/MetadataService.cls 9828 20 9828 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6895 /force-app/main/default/classes/MetadataService.cls 9828 20 9828 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6895 /force-app/main/default/classes/MetadataService.cls 9828 20 9828 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6896 /force-app/main/default/classes/MetadataService.cls 9829 20 9829 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6896 /force-app/main/default/classes/MetadataService.cls 9829 20 9829 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6897 /force-app/main/default/classes/MetadataService.cls 9829 20 9829 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6897 /force-app/main/default/classes/MetadataService.cls 9829 20 9829 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6898 /force-app/main/default/classes/MetadataService.cls 9831 9 9837 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6898 /force-app/main/default/classes/MetadataService.cls 9831 9 9837 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6899 /force-app/main/default/classes/MetadataService.cls 9831 9 9837 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2TypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6899 /force-app/main/default/classes/MetadataService.cls 9831 9 9837 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2TypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6900 /force-app/main/default/classes/MetadataService.cls 9833 10 9833 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6900 /force-app/main/default/classes/MetadataService.cls 9833 10 9833 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6901 /force-app/main/default/classes/MetadataService.cls 9834 20 9834 93 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
6901 /force-app/main/default/classes/MetadataService.cls 9834 20 9834 93 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
6902 /force-app/main/default/classes/MetadataService.cls 9834 20 9834 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6902 /force-app/main/default/classes/MetadataService.cls 9834 20 9834 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6903 /force-app/main/default/classes/MetadataService.cls 9835 20 9835 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6903 /force-app/main/default/classes/MetadataService.cls 9835 20 9835 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6904 /force-app/main/default/classes/MetadataService.cls 9835 20 9835 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6904 /force-app/main/default/classes/MetadataService.cls 9835 20 9835 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6905 /force-app/main/default/classes/MetadataService.cls 9836 20 9836 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6905 /force-app/main/default/classes/MetadataService.cls 9836 20 9836 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6906 /force-app/main/default/classes/MetadataService.cls 9836 20 9836 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6906 /force-app/main/default/classes/MetadataService.cls 9836 20 9836 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6907 /force-app/main/default/classes/MetadataService.cls 9838 9 9844 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6907 /force-app/main/default/classes/MetadataService.cls 9838 9 9844 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6908 /force-app/main/default/classes/MetadataService.cls 9840 10 9840 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6908 /force-app/main/default/classes/MetadataService.cls 9840 10 9840 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6909 /force-app/main/default/classes/MetadataService.cls 9841 20 9841 96 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
6909 /force-app/main/default/classes/MetadataService.cls 9841 20 9841 96 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
6910 /force-app/main/default/classes/MetadataService.cls 9841 20 9841 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6910 /force-app/main/default/classes/MetadataService.cls 9841 20 9841 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6911 /force-app/main/default/classes/MetadataService.cls 9842 20 9842 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6911 /force-app/main/default/classes/MetadataService.cls 9842 20 9842 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6912 /force-app/main/default/classes/MetadataService.cls 9842 20 9842 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6912 /force-app/main/default/classes/MetadataService.cls 9842 20 9842 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6913 /force-app/main/default/classes/MetadataService.cls 9843 20 9843 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6913 /force-app/main/default/classes/MetadataService.cls 9843 20 9843 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6914 /force-app/main/default/classes/MetadataService.cls 9843 20 9843 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6914 /force-app/main/default/classes/MetadataService.cls 9843 20 9843 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6915 /force-app/main/default/classes/MetadataService.cls 9845 9 9851 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6915 /force-app/main/default/classes/MetadataService.cls 9845 9 9851 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6916 /force-app/main/default/classes/MetadataService.cls 9845 9 9851 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readXOrgHubResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6916 /force-app/main/default/classes/MetadataService.cls 9845 9 9851 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readXOrgHubResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6917 /force-app/main/default/classes/MetadataService.cls 9847 10 9847 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6917 /force-app/main/default/classes/MetadataService.cls 9847 10 9847 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6918 /force-app/main/default/classes/MetadataService.cls 9848 20 9848 93 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
6918 /force-app/main/default/classes/MetadataService.cls 9848 20 9848 93 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
6919 /force-app/main/default/classes/MetadataService.cls 9848 20 9848 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6919 /force-app/main/default/classes/MetadataService.cls 9848 20 9848 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6920 /force-app/main/default/classes/MetadataService.cls 9849 20 9849 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6920 /force-app/main/default/classes/MetadataService.cls 9849 20 9849 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6921 /force-app/main/default/classes/MetadataService.cls 9849 20 9849 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6921 /force-app/main/default/classes/MetadataService.cls 9849 20 9849 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6922 /force-app/main/default/classes/MetadataService.cls 9850 20 9850 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6922 /force-app/main/default/classes/MetadataService.cls 9850 20 9850 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6923 /force-app/main/default/classes/MetadataService.cls 9850 20 9850 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6923 /force-app/main/default/classes/MetadataService.cls 9850 20 9850 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6924 /force-app/main/default/classes/MetadataService.cls 9852 9 9858 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6924 /force-app/main/default/classes/MetadataService.cls 9852 9 9858 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6925 /force-app/main/default/classes/MetadataService.cls 9854 10 9854 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6925 /force-app/main/default/classes/MetadataService.cls 9854 10 9854 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6926 /force-app/main/default/classes/MetadataService.cls 9855 20 9855 96 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
6926 /force-app/main/default/classes/MetadataService.cls 9855 20 9855 96 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
6927 /force-app/main/default/classes/MetadataService.cls 9855 20 9855 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6927 /force-app/main/default/classes/MetadataService.cls 9855 20 9855 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6928 /force-app/main/default/classes/MetadataService.cls 9856 20 9856 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6928 /force-app/main/default/classes/MetadataService.cls 9856 20 9856 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6929 /force-app/main/default/classes/MetadataService.cls 9856 20 9856 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6929 /force-app/main/default/classes/MetadataService.cls 9856 20 9856 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6930 /force-app/main/default/classes/MetadataService.cls 9857 20 9857 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6930 /force-app/main/default/classes/MetadataService.cls 9857 20 9857 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6931 /force-app/main/default/classes/MetadataService.cls 9857 20 9857 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6931 /force-app/main/default/classes/MetadataService.cls 9857 20 9857 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6932 /force-app/main/default/classes/MetadataService.cls 9859 9 9865 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6932 /force-app/main/default/classes/MetadataService.cls 9859 9 9865 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6933 /force-app/main/default/classes/MetadataService.cls 9859 9 9865 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readActionLinkGroupTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6933 /force-app/main/default/classes/MetadataService.cls 9859 9 9865 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readActionLinkGroupTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6934 /force-app/main/default/classes/MetadataService.cls 9861 10 9861 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6934 /force-app/main/default/classes/MetadataService.cls 9861 10 9861 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6935 /force-app/main/default/classes/MetadataService.cls 9862 20 9862 93 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
6935 /force-app/main/default/classes/MetadataService.cls 9862 20 9862 93 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
6936 /force-app/main/default/classes/MetadataService.cls 9862 20 9862 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6936 /force-app/main/default/classes/MetadataService.cls 9862 20 9862 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6937 /force-app/main/default/classes/MetadataService.cls 9863 20 9863 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6937 /force-app/main/default/classes/MetadataService.cls 9863 20 9863 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6938 /force-app/main/default/classes/MetadataService.cls 9863 20 9863 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6938 /force-app/main/default/classes/MetadataService.cls 9863 20 9863 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6939 /force-app/main/default/classes/MetadataService.cls 9864 20 9864 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6939 /force-app/main/default/classes/MetadataService.cls 9864 20 9864 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6940 /force-app/main/default/classes/MetadataService.cls 9864 20 9864 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6940 /force-app/main/default/classes/MetadataService.cls 9864 20 9864 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6941 /force-app/main/default/classes/MetadataService.cls 9866 9 9872 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6941 /force-app/main/default/classes/MetadataService.cls 9866 9 9872 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6942 /force-app/main/default/classes/MetadataService.cls 9868 10 9868 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6942 /force-app/main/default/classes/MetadataService.cls 9868 10 9868 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6943 /force-app/main/default/classes/MetadataService.cls 9869 20 9869 96 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
6943 /force-app/main/default/classes/MetadataService.cls 9869 20 9869 96 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
6944 /force-app/main/default/classes/MetadataService.cls 9869 20 9869 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6944 /force-app/main/default/classes/MetadataService.cls 9869 20 9869 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6945 /force-app/main/default/classes/MetadataService.cls 9870 20 9870 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6945 /force-app/main/default/classes/MetadataService.cls 9870 20 9870 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6946 /force-app/main/default/classes/MetadataService.cls 9870 20 9870 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6946 /force-app/main/default/classes/MetadataService.cls 9870 20 9870 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6947 /force-app/main/default/classes/MetadataService.cls 9871 20 9871 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6947 /force-app/main/default/classes/MetadataService.cls 9871 20 9871 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6948 /force-app/main/default/classes/MetadataService.cls 9871 20 9871 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6948 /force-app/main/default/classes/MetadataService.cls 9871 20 9871 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6949 /force-app/main/default/classes/MetadataService.cls 9873 9 9879 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6949 /force-app/main/default/classes/MetadataService.cls 9873 9 9879 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6950 /force-app/main/default/classes/MetadataService.cls 9873 9 9879 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLicenseDefinitionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6950 /force-app/main/default/classes/MetadataService.cls 9873 9 9879 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLicenseDefinitionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6951 /force-app/main/default/classes/MetadataService.cls 9875 10 9875 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6951 /force-app/main/default/classes/MetadataService.cls 9875 10 9875 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6952 /force-app/main/default/classes/MetadataService.cls 9876 20 9876 93 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
6952 /force-app/main/default/classes/MetadataService.cls 9876 20 9876 93 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
6953 /force-app/main/default/classes/MetadataService.cls 9876 20 9876 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6953 /force-app/main/default/classes/MetadataService.cls 9876 20 9876 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6954 /force-app/main/default/classes/MetadataService.cls 9877 20 9877 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6954 /force-app/main/default/classes/MetadataService.cls 9877 20 9877 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6955 /force-app/main/default/classes/MetadataService.cls 9877 20 9877 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6955 /force-app/main/default/classes/MetadataService.cls 9877 20 9877 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6956 /force-app/main/default/classes/MetadataService.cls 9878 20 9878 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6956 /force-app/main/default/classes/MetadataService.cls 9878 20 9878 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6957 /force-app/main/default/classes/MetadataService.cls 9878 20 9878 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6957 /force-app/main/default/classes/MetadataService.cls 9878 20 9878 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6958 /force-app/main/default/classes/MetadataService.cls 9880 9 9886 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6958 /force-app/main/default/classes/MetadataService.cls 9880 9 9886 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6959 /force-app/main/default/classes/MetadataService.cls 9882 10 9882 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6959 /force-app/main/default/classes/MetadataService.cls 9882 10 9882 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6960 /force-app/main/default/classes/MetadataService.cls 9883 20 9883 96 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
6960 /force-app/main/default/classes/MetadataService.cls 9883 20 9883 96 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
6961 /force-app/main/default/classes/MetadataService.cls 9883 20 9883 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6961 /force-app/main/default/classes/MetadataService.cls 9883 20 9883 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6962 /force-app/main/default/classes/MetadataService.cls 9884 20 9884 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6962 /force-app/main/default/classes/MetadataService.cls 9884 20 9884 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6963 /force-app/main/default/classes/MetadataService.cls 9884 20 9884 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6963 /force-app/main/default/classes/MetadataService.cls 9884 20 9884 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6964 /force-app/main/default/classes/MetadataService.cls 9885 20 9885 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6964 /force-app/main/default/classes/MetadataService.cls 9885 20 9885 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6965 /force-app/main/default/classes/MetadataService.cls 9885 20 9885 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6965 /force-app/main/default/classes/MetadataService.cls 9885 20 9885 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6966 /force-app/main/default/classes/MetadataService.cls 9887 9 9893 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6966 /force-app/main/default/classes/MetadataService.cls 9887 9 9893 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6967 /force-app/main/default/classes/MetadataService.cls 9887 9 9893 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMarketingResourceTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6967 /force-app/main/default/classes/MetadataService.cls 9887 9 9893 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMarketingResourceTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6968 /force-app/main/default/classes/MetadataService.cls 9889 10 9889 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6968 /force-app/main/default/classes/MetadataService.cls 9889 10 9889 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6969 /force-app/main/default/classes/MetadataService.cls 9890 20 9890 93 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
6969 /force-app/main/default/classes/MetadataService.cls 9890 20 9890 93 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
6970 /force-app/main/default/classes/MetadataService.cls 9890 20 9890 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6970 /force-app/main/default/classes/MetadataService.cls 9890 20 9890 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6971 /force-app/main/default/classes/MetadataService.cls 9891 20 9891 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6971 /force-app/main/default/classes/MetadataService.cls 9891 20 9891 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6972 /force-app/main/default/classes/MetadataService.cls 9891 20 9891 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6972 /force-app/main/default/classes/MetadataService.cls 9891 20 9891 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6973 /force-app/main/default/classes/MetadataService.cls 9892 20 9892 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6973 /force-app/main/default/classes/MetadataService.cls 9892 20 9892 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6974 /force-app/main/default/classes/MetadataService.cls 9892 20 9892 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6974 /force-app/main/default/classes/MetadataService.cls 9892 20 9892 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6975 /force-app/main/default/classes/MetadataService.cls 9894 9 9900 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6975 /force-app/main/default/classes/MetadataService.cls 9894 9 9900 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6976 /force-app/main/default/classes/MetadataService.cls 9896 10 9896 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6976 /force-app/main/default/classes/MetadataService.cls 9896 10 9896 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6977 /force-app/main/default/classes/MetadataService.cls 9897 20 9897 96 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
6977 /force-app/main/default/classes/MetadataService.cls 9897 20 9897 96 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
6978 /force-app/main/default/classes/MetadataService.cls 9897 20 9897 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6978 /force-app/main/default/classes/MetadataService.cls 9897 20 9897 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6979 /force-app/main/default/classes/MetadataService.cls 9898 20 9898 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6979 /force-app/main/default/classes/MetadataService.cls 9898 20 9898 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6980 /force-app/main/default/classes/MetadataService.cls 9898 20 9898 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6980 /force-app/main/default/classes/MetadataService.cls 9898 20 9898 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6981 /force-app/main/default/classes/MetadataService.cls 9899 20 9899 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6981 /force-app/main/default/classes/MetadataService.cls 9899 20 9899 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6982 /force-app/main/default/classes/MetadataService.cls 9899 20 9899 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6982 /force-app/main/default/classes/MetadataService.cls 9899 20 9899 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6983 /force-app/main/default/classes/MetadataService.cls 9901 9 9907 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6983 /force-app/main/default/classes/MetadataService.cls 9901 9 9907 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6984 /force-app/main/default/classes/MetadataService.cls 9901 9 9907 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMatchingRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6984 /force-app/main/default/classes/MetadataService.cls 9901 9 9907 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMatchingRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6985 /force-app/main/default/classes/MetadataService.cls 9903 10 9903 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6985 /force-app/main/default/classes/MetadataService.cls 9903 10 9903 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6986 /force-app/main/default/classes/MetadataService.cls 9904 20 9904 93 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
6986 /force-app/main/default/classes/MetadataService.cls 9904 20 9904 93 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
6987 /force-app/main/default/classes/MetadataService.cls 9904 20 9904 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6987 /force-app/main/default/classes/MetadataService.cls 9904 20 9904 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6988 /force-app/main/default/classes/MetadataService.cls 9905 20 9905 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6988 /force-app/main/default/classes/MetadataService.cls 9905 20 9905 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6989 /force-app/main/default/classes/MetadataService.cls 9905 20 9905 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6989 /force-app/main/default/classes/MetadataService.cls 9905 20 9905 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6990 /force-app/main/default/classes/MetadataService.cls 9906 20 9906 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6990 /force-app/main/default/classes/MetadataService.cls 9906 20 9906 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6991 /force-app/main/default/classes/MetadataService.cls 9906 20 9906 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6991 /force-app/main/default/classes/MetadataService.cls 9906 20 9906 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6992 /force-app/main/default/classes/MetadataService.cls 9908 9 9914 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6992 /force-app/main/default/classes/MetadataService.cls 9908 9 9914 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6993 /force-app/main/default/classes/MetadataService.cls 9910 10 9910 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6993 /force-app/main/default/classes/MetadataService.cls 9910 10 9910 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6994 /force-app/main/default/classes/MetadataService.cls 9911 20 9911 96 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
6994 /force-app/main/default/classes/MetadataService.cls 9911 20 9911 96 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
6995 /force-app/main/default/classes/MetadataService.cls 9911 20 9911 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6995 /force-app/main/default/classes/MetadataService.cls 9911 20 9911 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6996 /force-app/main/default/classes/MetadataService.cls 9912 20 9912 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6996 /force-app/main/default/classes/MetadataService.cls 9912 20 9912 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6997 /force-app/main/default/classes/MetadataService.cls 9912 20 9912 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6997 /force-app/main/default/classes/MetadataService.cls 9912 20 9912 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6998 /force-app/main/default/classes/MetadataService.cls 9913 20 9913 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6998 /force-app/main/default/classes/MetadataService.cls 9913 20 9913 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6999 /force-app/main/default/classes/MetadataService.cls 9913 20 9913 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6999 /force-app/main/default/classes/MetadataService.cls 9913 20 9913 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7000 /force-app/main/default/classes/MetadataService.cls 9915 9 9921 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7000 /force-app/main/default/classes/MetadataService.cls 9915 9 9921 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7001 /force-app/main/default/classes/MetadataService.cls 9915 9 9921 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMatchingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7001 /force-app/main/default/classes/MetadataService.cls 9915 9 9921 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMatchingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7002 /force-app/main/default/classes/MetadataService.cls 9917 10 9917 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7002 /force-app/main/default/classes/MetadataService.cls 9917 10 9917 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7003 /force-app/main/default/classes/MetadataService.cls 9918 20 9918 93 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
7003 /force-app/main/default/classes/MetadataService.cls 9918 20 9918 93 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
7004 /force-app/main/default/classes/MetadataService.cls 9918 20 9918 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7004 /force-app/main/default/classes/MetadataService.cls 9918 20 9918 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7005 /force-app/main/default/classes/MetadataService.cls 9919 20 9919 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7005 /force-app/main/default/classes/MetadataService.cls 9919 20 9919 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7006 /force-app/main/default/classes/MetadataService.cls 9919 20 9919 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7006 /force-app/main/default/classes/MetadataService.cls 9919 20 9919 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7007 /force-app/main/default/classes/MetadataService.cls 9920 20 9920 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7007 /force-app/main/default/classes/MetadataService.cls 9920 20 9920 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7008 /force-app/main/default/classes/MetadataService.cls 9920 20 9920 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7008 /force-app/main/default/classes/MetadataService.cls 9920 20 9920 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7009 /force-app/main/default/classes/MetadataService.cls 9922 9 9928 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7009 /force-app/main/default/classes/MetadataService.cls 9922 9 9928 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7010 /force-app/main/default/classes/MetadataService.cls 9924 10 9924 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7010 /force-app/main/default/classes/MetadataService.cls 9924 10 9924 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7011 /force-app/main/default/classes/MetadataService.cls 9925 20 9925 96 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
7011 /force-app/main/default/classes/MetadataService.cls 9925 20 9925 96 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
7012 /force-app/main/default/classes/MetadataService.cls 9925 20 9925 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7012 /force-app/main/default/classes/MetadataService.cls 9925 20 9925 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7013 /force-app/main/default/classes/MetadataService.cls 9926 20 9926 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7013 /force-app/main/default/classes/MetadataService.cls 9926 20 9926 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7014 /force-app/main/default/classes/MetadataService.cls 9926 20 9926 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7014 /force-app/main/default/classes/MetadataService.cls 9926 20 9926 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7015 /force-app/main/default/classes/MetadataService.cls 9927 20 9927 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7015 /force-app/main/default/classes/MetadataService.cls 9927 20 9927 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7016 /force-app/main/default/classes/MetadataService.cls 9927 20 9927 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7016 /force-app/main/default/classes/MetadataService.cls 9927 20 9927 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7017 /force-app/main/default/classes/MetadataService.cls 9929 9 9935 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7017 /force-app/main/default/classes/MetadataService.cls 9929 9 9935 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7018 /force-app/main/default/classes/MetadataService.cls 9929 9 9935 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNamedCredentialResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7018 /force-app/main/default/classes/MetadataService.cls 9929 9 9935 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNamedCredentialResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7019 /force-app/main/default/classes/MetadataService.cls 9931 10 9931 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7019 /force-app/main/default/classes/MetadataService.cls 9931 10 9931 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7020 /force-app/main/default/classes/MetadataService.cls 9932 20 9932 93 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
7020 /force-app/main/default/classes/MetadataService.cls 9932 20 9932 93 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
7021 /force-app/main/default/classes/MetadataService.cls 9932 20 9932 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7021 /force-app/main/default/classes/MetadataService.cls 9932 20 9932 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7022 /force-app/main/default/classes/MetadataService.cls 9933 20 9933 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7022 /force-app/main/default/classes/MetadataService.cls 9933 20 9933 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7023 /force-app/main/default/classes/MetadataService.cls 9933 20 9933 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7023 /force-app/main/default/classes/MetadataService.cls 9933 20 9933 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7024 /force-app/main/default/classes/MetadataService.cls 9934 20 9934 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7024 /force-app/main/default/classes/MetadataService.cls 9934 20 9934 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7025 /force-app/main/default/classes/MetadataService.cls 9934 20 9934 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7025 /force-app/main/default/classes/MetadataService.cls 9934 20 9934 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7026 /force-app/main/default/classes/MetadataService.cls 9936 9 9942 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7026 /force-app/main/default/classes/MetadataService.cls 9936 9 9942 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7027 /force-app/main/default/classes/MetadataService.cls 9938 10 9938 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7027 /force-app/main/default/classes/MetadataService.cls 9938 10 9938 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7028 /force-app/main/default/classes/MetadataService.cls 9939 20 9939 96 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
7028 /force-app/main/default/classes/MetadataService.cls 9939 20 9939 96 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
7029 /force-app/main/default/classes/MetadataService.cls 9939 20 9939 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7029 /force-app/main/default/classes/MetadataService.cls 9939 20 9939 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7030 /force-app/main/default/classes/MetadataService.cls 9940 20 9940 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7030 /force-app/main/default/classes/MetadataService.cls 9940 20 9940 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7031 /force-app/main/default/classes/MetadataService.cls 9940 20 9940 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7031 /force-app/main/default/classes/MetadataService.cls 9940 20 9940 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7032 /force-app/main/default/classes/MetadataService.cls 9941 20 9941 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7032 /force-app/main/default/classes/MetadataService.cls 9941 20 9941 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7033 /force-app/main/default/classes/MetadataService.cls 9941 20 9941 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7033 /force-app/main/default/classes/MetadataService.cls 9941 20 9941 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7034 /force-app/main/default/classes/MetadataService.cls 9943 9 9949 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7034 /force-app/main/default/classes/MetadataService.cls 9943 9 9949 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7035 /force-app/main/default/classes/MetadataService.cls 9943 9 9949 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPersonalJourneySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7035 /force-app/main/default/classes/MetadataService.cls 9943 9 9949 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPersonalJourneySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7036 /force-app/main/default/classes/MetadataService.cls 9945 10 9945 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7036 /force-app/main/default/classes/MetadataService.cls 9945 10 9945 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7037 /force-app/main/default/classes/MetadataService.cls 9946 20 9946 93 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
7037 /force-app/main/default/classes/MetadataService.cls 9946 20 9946 93 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
7038 /force-app/main/default/classes/MetadataService.cls 9946 20 9946 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7038 /force-app/main/default/classes/MetadataService.cls 9946 20 9946 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7039 /force-app/main/default/classes/MetadataService.cls 9947 20 9947 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7039 /force-app/main/default/classes/MetadataService.cls 9947 20 9947 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7040 /force-app/main/default/classes/MetadataService.cls 9947 20 9947 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7040 /force-app/main/default/classes/MetadataService.cls 9947 20 9947 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7041 /force-app/main/default/classes/MetadataService.cls 9948 20 9948 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7041 /force-app/main/default/classes/MetadataService.cls 9948 20 9948 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7042 /force-app/main/default/classes/MetadataService.cls 9948 20 9948 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7042 /force-app/main/default/classes/MetadataService.cls 9948 20 9948 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7043 /force-app/main/default/classes/MetadataService.cls 9950 9 9956 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7043 /force-app/main/default/classes/MetadataService.cls 9950 9 9956 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7044 /force-app/main/default/classes/MetadataService.cls 9952 10 9952 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7044 /force-app/main/default/classes/MetadataService.cls 9952 10 9952 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7045 /force-app/main/default/classes/MetadataService.cls 9953 20 9953 96 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
7045 /force-app/main/default/classes/MetadataService.cls 9953 20 9953 96 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
7046 /force-app/main/default/classes/MetadataService.cls 9953 20 9953 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7046 /force-app/main/default/classes/MetadataService.cls 9953 20 9953 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7047 /force-app/main/default/classes/MetadataService.cls 9954 20 9954 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7047 /force-app/main/default/classes/MetadataService.cls 9954 20 9954 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7048 /force-app/main/default/classes/MetadataService.cls 9954 20 9954 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7048 /force-app/main/default/classes/MetadataService.cls 9954 20 9954 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7049 /force-app/main/default/classes/MetadataService.cls 9955 20 9955 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7049 /force-app/main/default/classes/MetadataService.cls 9955 20 9955 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7050 /force-app/main/default/classes/MetadataService.cls 9955 20 9955 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7050 /force-app/main/default/classes/MetadataService.cls 9955 20 9955 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7051 /force-app/main/default/classes/MetadataService.cls 9957 9 9963 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7051 /force-app/main/default/classes/MetadataService.cls 9957 9 9963 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7052 /force-app/main/default/classes/MetadataService.cls 9957 9 9963 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7052 /force-app/main/default/classes/MetadataService.cls 9957 9 9963 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7053 /force-app/main/default/classes/MetadataService.cls 9959 10 9959 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7053 /force-app/main/default/classes/MetadataService.cls 9959 10 9959 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7054 /force-app/main/default/classes/MetadataService.cls 9960 20 9960 93 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
7054 /force-app/main/default/classes/MetadataService.cls 9960 20 9960 93 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
7055 /force-app/main/default/classes/MetadataService.cls 9960 20 9960 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7055 /force-app/main/default/classes/MetadataService.cls 9960 20 9960 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7056 /force-app/main/default/classes/MetadataService.cls 9961 20 9961 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7056 /force-app/main/default/classes/MetadataService.cls 9961 20 9961 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7057 /force-app/main/default/classes/MetadataService.cls 9961 20 9961 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7057 /force-app/main/default/classes/MetadataService.cls 9961 20 9961 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7058 /force-app/main/default/classes/MetadataService.cls 9962 20 9962 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7058 /force-app/main/default/classes/MetadataService.cls 9962 20 9962 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7059 /force-app/main/default/classes/MetadataService.cls 9962 20 9962 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7059 /force-app/main/default/classes/MetadataService.cls 9962 20 9962 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7060 /force-app/main/default/classes/MetadataService.cls 9964 9 9970 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7060 /force-app/main/default/classes/MetadataService.cls 9964 9 9970 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7061 /force-app/main/default/classes/MetadataService.cls 9966 10 9966 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7061 /force-app/main/default/classes/MetadataService.cls 9966 10 9966 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7062 /force-app/main/default/classes/MetadataService.cls 9967 20 9967 96 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
7062 /force-app/main/default/classes/MetadataService.cls 9967 20 9967 96 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
7063 /force-app/main/default/classes/MetadataService.cls 9967 20 9967 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7063 /force-app/main/default/classes/MetadataService.cls 9967 20 9967 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7064 /force-app/main/default/classes/MetadataService.cls 9968 20 9968 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7064 /force-app/main/default/classes/MetadataService.cls 9968 20 9968 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7065 /force-app/main/default/classes/MetadataService.cls 9968 20 9968 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7065 /force-app/main/default/classes/MetadataService.cls 9968 20 9968 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7066 /force-app/main/default/classes/MetadataService.cls 9969 20 9969 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7066 /force-app/main/default/classes/MetadataService.cls 9969 20 9969 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7067 /force-app/main/default/classes/MetadataService.cls 9969 20 9969 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7067 /force-app/main/default/classes/MetadataService.cls 9969 20 9969 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7068 /force-app/main/default/classes/MetadataService.cls 9971 9 9977 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7068 /force-app/main/default/classes/MetadataService.cls 9971 9 9977 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7069 /force-app/main/default/classes/MetadataService.cls 9971 9 9977 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingBaseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7069 /force-app/main/default/classes/MetadataService.cls 9971 9 9977 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingBaseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7070 /force-app/main/default/classes/MetadataService.cls 9973 10 9973 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7070 /force-app/main/default/classes/MetadataService.cls 9973 10 9973 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7071 /force-app/main/default/classes/MetadataService.cls 9974 20 9974 93 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
7071 /force-app/main/default/classes/MetadataService.cls 9974 20 9974 93 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
7072 /force-app/main/default/classes/MetadataService.cls 9974 20 9974 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7072 /force-app/main/default/classes/MetadataService.cls 9974 20 9974 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7073 /force-app/main/default/classes/MetadataService.cls 9975 20 9975 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7073 /force-app/main/default/classes/MetadataService.cls 9975 20 9975 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7074 /force-app/main/default/classes/MetadataService.cls 9975 20 9975 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7074 /force-app/main/default/classes/MetadataService.cls 9975 20 9975 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7075 /force-app/main/default/classes/MetadataService.cls 9976 20 9976 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7075 /force-app/main/default/classes/MetadataService.cls 9976 20 9976 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7076 /force-app/main/default/classes/MetadataService.cls 9976 20 9976 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7076 /force-app/main/default/classes/MetadataService.cls 9976 20 9976 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7077 /force-app/main/default/classes/MetadataService.cls 9978 9 9984 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7077 /force-app/main/default/classes/MetadataService.cls 9978 9 9984 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7078 /force-app/main/default/classes/MetadataService.cls 9980 10 9980 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7078 /force-app/main/default/classes/MetadataService.cls 9980 10 9980 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7079 /force-app/main/default/classes/MetadataService.cls 9981 20 9981 96 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
7079 /force-app/main/default/classes/MetadataService.cls 9981 20 9981 96 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
7080 /force-app/main/default/classes/MetadataService.cls 9981 20 9981 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7080 /force-app/main/default/classes/MetadataService.cls 9981 20 9981 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7081 /force-app/main/default/classes/MetadataService.cls 9982 20 9982 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7081 /force-app/main/default/classes/MetadataService.cls 9982 20 9982 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7082 /force-app/main/default/classes/MetadataService.cls 9982 20 9982 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7082 /force-app/main/default/classes/MetadataService.cls 9982 20 9982 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7083 /force-app/main/default/classes/MetadataService.cls 9983 20 9983 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7083 /force-app/main/default/classes/MetadataService.cls 9983 20 9983 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7084 /force-app/main/default/classes/MetadataService.cls 9983 20 9983 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7084 /force-app/main/default/classes/MetadataService.cls 9983 20 9983 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7085 /force-app/main/default/classes/MetadataService.cls 9985 9 9991 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7085 /force-app/main/default/classes/MetadataService.cls 9985 9 9991 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7086 /force-app/main/default/classes/MetadataService.cls 9985 9 9991 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingCriteriaRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7086 /force-app/main/default/classes/MetadataService.cls 9985 9 9991 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingCriteriaRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7087 /force-app/main/default/classes/MetadataService.cls 9987 10 9987 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7087 /force-app/main/default/classes/MetadataService.cls 9987 10 9987 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7088 /force-app/main/default/classes/MetadataService.cls 9988 20 9988 93 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
7088 /force-app/main/default/classes/MetadataService.cls 9988 20 9988 93 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
7089 /force-app/main/default/classes/MetadataService.cls 9988 20 9988 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7089 /force-app/main/default/classes/MetadataService.cls 9988 20 9988 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7090 /force-app/main/default/classes/MetadataService.cls 9989 20 9989 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7090 /force-app/main/default/classes/MetadataService.cls 9989 20 9989 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7091 /force-app/main/default/classes/MetadataService.cls 9989 20 9989 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7091 /force-app/main/default/classes/MetadataService.cls 9989 20 9989 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7092 /force-app/main/default/classes/MetadataService.cls 9990 20 9990 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7092 /force-app/main/default/classes/MetadataService.cls 9990 20 9990 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7093 /force-app/main/default/classes/MetadataService.cls 9990 20 9990 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7093 /force-app/main/default/classes/MetadataService.cls 9990 20 9990 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7094 /force-app/main/default/classes/MetadataService.cls 9992 9 9998 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7094 /force-app/main/default/classes/MetadataService.cls 9992 9 9998 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7095 /force-app/main/default/classes/MetadataService.cls 9994 10 9994 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7095 /force-app/main/default/classes/MetadataService.cls 9994 10 9994 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7096 /force-app/main/default/classes/MetadataService.cls 9995 20 9995 96 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
7096 /force-app/main/default/classes/MetadataService.cls 9995 20 9995 96 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
7097 /force-app/main/default/classes/MetadataService.cls 9995 20 9995 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7097 /force-app/main/default/classes/MetadataService.cls 9995 20 9995 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7098 /force-app/main/default/classes/MetadataService.cls 9996 20 9996 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7098 /force-app/main/default/classes/MetadataService.cls 9996 20 9996 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7099 /force-app/main/default/classes/MetadataService.cls 9996 20 9996 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7099 /force-app/main/default/classes/MetadataService.cls 9996 20 9996 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7100 /force-app/main/default/classes/MetadataService.cls 9997 20 9997 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7100 /force-app/main/default/classes/MetadataService.cls 9997 20 9997 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7101 /force-app/main/default/classes/MetadataService.cls 9997 20 9997 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7101 /force-app/main/default/classes/MetadataService.cls 9997 20 9997 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7102 /force-app/main/default/classes/MetadataService.cls 9999 9 10005 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7102 /force-app/main/default/classes/MetadataService.cls 9999 9 10005 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7103 /force-app/main/default/classes/MetadataService.cls 9999 9 10005 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingOwnerRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7103 /force-app/main/default/classes/MetadataService.cls 9999 9 10005 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingOwnerRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7104 /force-app/main/default/classes/MetadataService.cls 10001 10 10001 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7104 /force-app/main/default/classes/MetadataService.cls 10001 10 10001 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7105 /force-app/main/default/classes/MetadataService.cls 10002 20 10002 93 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
7105 /force-app/main/default/classes/MetadataService.cls 10002 20 10002 93 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
7106 /force-app/main/default/classes/MetadataService.cls 10002 20 10002 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7106 /force-app/main/default/classes/MetadataService.cls 10002 20 10002 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7107 /force-app/main/default/classes/MetadataService.cls 10003 20 10003 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7107 /force-app/main/default/classes/MetadataService.cls 10003 20 10003 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7108 /force-app/main/default/classes/MetadataService.cls 10003 20 10003 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7108 /force-app/main/default/classes/MetadataService.cls 10003 20 10003 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7109 /force-app/main/default/classes/MetadataService.cls 10004 20 10004 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7109 /force-app/main/default/classes/MetadataService.cls 10004 20 10004 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7110 /force-app/main/default/classes/MetadataService.cls 10004 20 10004 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7110 /force-app/main/default/classes/MetadataService.cls 10004 20 10004 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7111 /force-app/main/default/classes/MetadataService.cls 10006 9 10012 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7111 /force-app/main/default/classes/MetadataService.cls 10006 9 10012 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7112 /force-app/main/default/classes/MetadataService.cls 10008 10 10008 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7112 /force-app/main/default/classes/MetadataService.cls 10008 10 10008 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7113 /force-app/main/default/classes/MetadataService.cls 10009 20 10009 96 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
7113 /force-app/main/default/classes/MetadataService.cls 10009 20 10009 96 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
7114 /force-app/main/default/classes/MetadataService.cls 10009 20 10009 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7114 /force-app/main/default/classes/MetadataService.cls 10009 20 10009 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7115 /force-app/main/default/classes/MetadataService.cls 10010 20 10010 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7115 /force-app/main/default/classes/MetadataService.cls 10010 20 10010 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7116 /force-app/main/default/classes/MetadataService.cls 10010 20 10010 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7116 /force-app/main/default/classes/MetadataService.cls 10010 20 10010 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7117 /force-app/main/default/classes/MetadataService.cls 10011 20 10011 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7117 /force-app/main/default/classes/MetadataService.cls 10011 20 10011 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7118 /force-app/main/default/classes/MetadataService.cls 10011 20 10011 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7118 /force-app/main/default/classes/MetadataService.cls 10011 20 10011 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7119 /force-app/main/default/classes/MetadataService.cls 10013 9 10019 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7119 /force-app/main/default/classes/MetadataService.cls 10013 9 10019 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7120 /force-app/main/default/classes/MetadataService.cls 10013 9 10019 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingTerritoryRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7120 /force-app/main/default/classes/MetadataService.cls 10013 9 10019 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingTerritoryRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7121 /force-app/main/default/classes/MetadataService.cls 10015 10 10015 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7121 /force-app/main/default/classes/MetadataService.cls 10015 10 10015 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7122 /force-app/main/default/classes/MetadataService.cls 10016 20 10016 93 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
7122 /force-app/main/default/classes/MetadataService.cls 10016 20 10016 93 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
7123 /force-app/main/default/classes/MetadataService.cls 10016 20 10016 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7123 /force-app/main/default/classes/MetadataService.cls 10016 20 10016 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7124 /force-app/main/default/classes/MetadataService.cls 10017 20 10017 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7124 /force-app/main/default/classes/MetadataService.cls 10017 20 10017 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7125 /force-app/main/default/classes/MetadataService.cls 10017 20 10017 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7125 /force-app/main/default/classes/MetadataService.cls 10017 20 10017 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7126 /force-app/main/default/classes/MetadataService.cls 10018 20 10018 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7126 /force-app/main/default/classes/MetadataService.cls 10018 20 10018 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7127 /force-app/main/default/classes/MetadataService.cls 10018 20 10018 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7127 /force-app/main/default/classes/MetadataService.cls 10018 20 10018 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7128 /force-app/main/default/classes/MetadataService.cls 10020 9 10026 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7128 /force-app/main/default/classes/MetadataService.cls 10020 9 10026 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7129 /force-app/main/default/classes/MetadataService.cls 10022 10 10022 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7129 /force-app/main/default/classes/MetadataService.cls 10022 10 10022 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7130 /force-app/main/default/classes/MetadataService.cls 10023 20 10023 96 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
7130 /force-app/main/default/classes/MetadataService.cls 10023 20 10023 96 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
7131 /force-app/main/default/classes/MetadataService.cls 10023 20 10023 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7131 /force-app/main/default/classes/MetadataService.cls 10023 20 10023 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7132 /force-app/main/default/classes/MetadataService.cls 10024 20 10024 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7132 /force-app/main/default/classes/MetadataService.cls 10024 20 10024 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7133 /force-app/main/default/classes/MetadataService.cls 10024 20 10024 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7133 /force-app/main/default/classes/MetadataService.cls 10024 20 10024 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7134 /force-app/main/default/classes/MetadataService.cls 10025 20 10025 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7134 /force-app/main/default/classes/MetadataService.cls 10025 20 10025 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7135 /force-app/main/default/classes/MetadataService.cls 10025 20 10025 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7135 /force-app/main/default/classes/MetadataService.cls 10025 20 10025 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7136 /force-app/main/default/classes/MetadataService.cls 10027 9 10033 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7136 /force-app/main/default/classes/MetadataService.cls 10027 9 10033 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7137 /force-app/main/default/classes/MetadataService.cls 10027 9 10033 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadataWithContentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7137 /force-app/main/default/classes/MetadataService.cls 10027 9 10033 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadataWithContentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7138 /force-app/main/default/classes/MetadataService.cls 10029 10 10029 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7138 /force-app/main/default/classes/MetadataService.cls 10029 10 10029 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7139 /force-app/main/default/classes/MetadataService.cls 10030 20 10030 93 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
7139 /force-app/main/default/classes/MetadataService.cls 10030 20 10030 93 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
7140 /force-app/main/default/classes/MetadataService.cls 10030 20 10030 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7140 /force-app/main/default/classes/MetadataService.cls 10030 20 10030 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7141 /force-app/main/default/classes/MetadataService.cls 10031 20 10031 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7141 /force-app/main/default/classes/MetadataService.cls 10031 20 10031 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7142 /force-app/main/default/classes/MetadataService.cls 10031 20 10031 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7142 /force-app/main/default/classes/MetadataService.cls 10031 20 10031 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7143 /force-app/main/default/classes/MetadataService.cls 10032 20 10032 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7143 /force-app/main/default/classes/MetadataService.cls 10032 20 10032 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7144 /force-app/main/default/classes/MetadataService.cls 10032 20 10032 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7144 /force-app/main/default/classes/MetadataService.cls 10032 20 10032 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7145 /force-app/main/default/classes/MetadataService.cls 10034 9 10040 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7145 /force-app/main/default/classes/MetadataService.cls 10034 9 10040 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7146 /force-app/main/default/classes/MetadataService.cls 10036 10 10036 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7146 /force-app/main/default/classes/MetadataService.cls 10036 10 10036 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7147 /force-app/main/default/classes/MetadataService.cls 10037 20 10037 96 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
7147 /force-app/main/default/classes/MetadataService.cls 10037 20 10037 96 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
7148 /force-app/main/default/classes/MetadataService.cls 10037 20 10037 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7148 /force-app/main/default/classes/MetadataService.cls 10037 20 10037 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7149 /force-app/main/default/classes/MetadataService.cls 10038 20 10038 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7149 /force-app/main/default/classes/MetadataService.cls 10038 20 10038 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7150 /force-app/main/default/classes/MetadataService.cls 10038 20 10038 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7150 /force-app/main/default/classes/MetadataService.cls 10038 20 10038 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7151 /force-app/main/default/classes/MetadataService.cls 10039 20 10039 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7151 /force-app/main/default/classes/MetadataService.cls 10039 20 10039 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7152 /force-app/main/default/classes/MetadataService.cls 10039 20 10039 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7152 /force-app/main/default/classes/MetadataService.cls 10039 20 10039 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7153 /force-app/main/default/classes/MetadataService.cls 10041 9 10047 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7153 /force-app/main/default/classes/MetadataService.cls 10041 9 10047 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7154 /force-app/main/default/classes/MetadataService.cls 10041 9 10047 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDelegateGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7154 /force-app/main/default/classes/MetadataService.cls 10041 9 10047 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDelegateGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7155 /force-app/main/default/classes/MetadataService.cls 10043 10 10043 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7155 /force-app/main/default/classes/MetadataService.cls 10043 10 10043 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7156 /force-app/main/default/classes/MetadataService.cls 10044 20 10044 93 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
7156 /force-app/main/default/classes/MetadataService.cls 10044 20 10044 93 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
7157 /force-app/main/default/classes/MetadataService.cls 10044 20 10044 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7157 /force-app/main/default/classes/MetadataService.cls 10044 20 10044 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7158 /force-app/main/default/classes/MetadataService.cls 10045 20 10045 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7158 /force-app/main/default/classes/MetadataService.cls 10045 20 10045 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7159 /force-app/main/default/classes/MetadataService.cls 10045 20 10045 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7159 /force-app/main/default/classes/MetadataService.cls 10045 20 10045 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7160 /force-app/main/default/classes/MetadataService.cls 10046 20 10046 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7160 /force-app/main/default/classes/MetadataService.cls 10046 20 10046 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7161 /force-app/main/default/classes/MetadataService.cls 10046 20 10046 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7161 /force-app/main/default/classes/MetadataService.cls 10046 20 10046 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7162 /force-app/main/default/classes/MetadataService.cls 10048 9 10054 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7162 /force-app/main/default/classes/MetadataService.cls 10048 9 10054 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7163 /force-app/main/default/classes/MetadataService.cls 10050 10 10050 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7163 /force-app/main/default/classes/MetadataService.cls 10050 10 10050 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7164 /force-app/main/default/classes/MetadataService.cls 10051 20 10051 96 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
7164 /force-app/main/default/classes/MetadataService.cls 10051 20 10051 96 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
7165 /force-app/main/default/classes/MetadataService.cls 10051 20 10051 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7165 /force-app/main/default/classes/MetadataService.cls 10051 20 10051 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7166 /force-app/main/default/classes/MetadataService.cls 10052 20 10052 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7166 /force-app/main/default/classes/MetadataService.cls 10052 20 10052 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7167 /force-app/main/default/classes/MetadataService.cls 10052 20 10052 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7167 /force-app/main/default/classes/MetadataService.cls 10052 20 10052 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7168 /force-app/main/default/classes/MetadataService.cls 10053 20 10053 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7168 /force-app/main/default/classes/MetadataService.cls 10053 20 10053 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7169 /force-app/main/default/classes/MetadataService.cls 10053 20 10053 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7169 /force-app/main/default/classes/MetadataService.cls 10053 20 10053 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7170 /force-app/main/default/classes/MetadataService.cls 10055 9 10061 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7170 /force-app/main/default/classes/MetadataService.cls 10055 9 10061 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7171 /force-app/main/default/classes/MetadataService.cls 10055 9 10061 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventDeliveryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7171 /force-app/main/default/classes/MetadataService.cls 10055 9 10061 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventDeliveryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7172 /force-app/main/default/classes/MetadataService.cls 10057 10 10057 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7172 /force-app/main/default/classes/MetadataService.cls 10057 10 10057 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7173 /force-app/main/default/classes/MetadataService.cls 10058 20 10058 93 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
7173 /force-app/main/default/classes/MetadataService.cls 10058 20 10058 93 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
7174 /force-app/main/default/classes/MetadataService.cls 10058 20 10058 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7174 /force-app/main/default/classes/MetadataService.cls 10058 20 10058 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7175 /force-app/main/default/classes/MetadataService.cls 10059 20 10059 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7175 /force-app/main/default/classes/MetadataService.cls 10059 20 10059 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7176 /force-app/main/default/classes/MetadataService.cls 10059 20 10059 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7176 /force-app/main/default/classes/MetadataService.cls 10059 20 10059 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7177 /force-app/main/default/classes/MetadataService.cls 10060 20 10060 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7177 /force-app/main/default/classes/MetadataService.cls 10060 20 10060 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7178 /force-app/main/default/classes/MetadataService.cls 10060 20 10060 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7178 /force-app/main/default/classes/MetadataService.cls 10060 20 10060 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7179 /force-app/main/default/classes/MetadataService.cls 10062 9 10068 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7179 /force-app/main/default/classes/MetadataService.cls 10062 9 10068 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7180 /force-app/main/default/classes/MetadataService.cls 10064 10 10064 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7180 /force-app/main/default/classes/MetadataService.cls 10064 10 10064 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7181 /force-app/main/default/classes/MetadataService.cls 10065 20 10065 96 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
7181 /force-app/main/default/classes/MetadataService.cls 10065 20 10065 96 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
7182 /force-app/main/default/classes/MetadataService.cls 10065 20 10065 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7182 /force-app/main/default/classes/MetadataService.cls 10065 20 10065 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7183 /force-app/main/default/classes/MetadataService.cls 10066 20 10066 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7183 /force-app/main/default/classes/MetadataService.cls 10066 20 10066 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7184 /force-app/main/default/classes/MetadataService.cls 10066 20 10066 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7184 /force-app/main/default/classes/MetadataService.cls 10066 20 10066 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7185 /force-app/main/default/classes/MetadataService.cls 10067 20 10067 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7185 /force-app/main/default/classes/MetadataService.cls 10067 20 10067 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7186 /force-app/main/default/classes/MetadataService.cls 10067 20 10067 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7186 /force-app/main/default/classes/MetadataService.cls 10067 20 10067 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7187 /force-app/main/default/classes/MetadataService.cls 10069 9 10075 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7187 /force-app/main/default/classes/MetadataService.cls 10069 9 10075 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7188 /force-app/main/default/classes/MetadataService.cls 10069 9 10075 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventSubscriptionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7188 /force-app/main/default/classes/MetadataService.cls 10069 9 10075 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventSubscriptionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7189 /force-app/main/default/classes/MetadataService.cls 10071 10 10071 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7189 /force-app/main/default/classes/MetadataService.cls 10071 10 10071 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7190 /force-app/main/default/classes/MetadataService.cls 10072 20 10072 93 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
7190 /force-app/main/default/classes/MetadataService.cls 10072 20 10072 93 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
7191 /force-app/main/default/classes/MetadataService.cls 10072 20 10072 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7191 /force-app/main/default/classes/MetadataService.cls 10072 20 10072 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7192 /force-app/main/default/classes/MetadataService.cls 10073 20 10073 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7192 /force-app/main/default/classes/MetadataService.cls 10073 20 10073 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7193 /force-app/main/default/classes/MetadataService.cls 10073 20 10073 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7193 /force-app/main/default/classes/MetadataService.cls 10073 20 10073 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7194 /force-app/main/default/classes/MetadataService.cls 10074 20 10074 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7194 /force-app/main/default/classes/MetadataService.cls 10074 20 10074 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7195 /force-app/main/default/classes/MetadataService.cls 10074 20 10074 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7195 /force-app/main/default/classes/MetadataService.cls 10074 20 10074 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7196 /force-app/main/default/classes/MetadataService.cls 10076 9 10082 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7196 /force-app/main/default/classes/MetadataService.cls 10076 9 10082 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7197 /force-app/main/default/classes/MetadataService.cls 10078 10 10078 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7197 /force-app/main/default/classes/MetadataService.cls 10078 10 10078 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7198 /force-app/main/default/classes/MetadataService.cls 10079 20 10079 96 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
7198 /force-app/main/default/classes/MetadataService.cls 10079 20 10079 96 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
7199 /force-app/main/default/classes/MetadataService.cls 10079 20 10079 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7199 /force-app/main/default/classes/MetadataService.cls 10079 20 10079 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7200 /force-app/main/default/classes/MetadataService.cls 10080 20 10080 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7200 /force-app/main/default/classes/MetadataService.cls 10080 20 10080 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7201 /force-app/main/default/classes/MetadataService.cls 10080 20 10080 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7201 /force-app/main/default/classes/MetadataService.cls 10080 20 10080 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7202 /force-app/main/default/classes/MetadataService.cls 10081 20 10081 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7202 /force-app/main/default/classes/MetadataService.cls 10081 20 10081 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7203 /force-app/main/default/classes/MetadataService.cls 10081 20 10081 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7203 /force-app/main/default/classes/MetadataService.cls 10081 20 10081 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7204 /force-app/main/default/classes/MetadataService.cls 10083 9 10089 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7204 /force-app/main/default/classes/MetadataService.cls 10083 9 10089 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7205 /force-app/main/default/classes/MetadataService.cls 10083 9 10089 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7205 /force-app/main/default/classes/MetadataService.cls 10083 9 10089 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEventTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7206 /force-app/main/default/classes/MetadataService.cls 10085 10 10085 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7206 /force-app/main/default/classes/MetadataService.cls 10085 10 10085 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7207 /force-app/main/default/classes/MetadataService.cls 10086 20 10086 93 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
7207 /force-app/main/default/classes/MetadataService.cls 10086 20 10086 93 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
7208 /force-app/main/default/classes/MetadataService.cls 10086 20 10086 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7208 /force-app/main/default/classes/MetadataService.cls 10086 20 10086 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7209 /force-app/main/default/classes/MetadataService.cls 10087 20 10087 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7209 /force-app/main/default/classes/MetadataService.cls 10087 20 10087 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7210 /force-app/main/default/classes/MetadataService.cls 10087 20 10087 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7210 /force-app/main/default/classes/MetadataService.cls 10087 20 10087 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7211 /force-app/main/default/classes/MetadataService.cls 10088 20 10088 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7211 /force-app/main/default/classes/MetadataService.cls 10088 20 10088 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7212 /force-app/main/default/classes/MetadataService.cls 10088 20 10088 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7212 /force-app/main/default/classes/MetadataService.cls 10088 20 10088 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7213 /force-app/main/default/classes/MetadataService.cls 10090 9 10096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7213 /force-app/main/default/classes/MetadataService.cls 10090 9 10096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7214 /force-app/main/default/classes/MetadataService.cls 10092 10 10092 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7214 /force-app/main/default/classes/MetadataService.cls 10092 10 10092 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7215 /force-app/main/default/classes/MetadataService.cls 10093 20 10093 96 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
7215 /force-app/main/default/classes/MetadataService.cls 10093 20 10093 96 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
7216 /force-app/main/default/classes/MetadataService.cls 10093 20 10093 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7216 /force-app/main/default/classes/MetadataService.cls 10093 20 10093 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7217 /force-app/main/default/classes/MetadataService.cls 10094 20 10094 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7217 /force-app/main/default/classes/MetadataService.cls 10094 20 10094 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7218 /force-app/main/default/classes/MetadataService.cls 10094 20 10094 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7218 /force-app/main/default/classes/MetadataService.cls 10094 20 10094 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7219 /force-app/main/default/classes/MetadataService.cls 10095 20 10095 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7219 /force-app/main/default/classes/MetadataService.cls 10095 20 10095 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7220 /force-app/main/default/classes/MetadataService.cls 10095 20 10095 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7220 /force-app/main/default/classes/MetadataService.cls 10095 20 10095 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7221 /force-app/main/default/classes/MetadataService.cls 10097 9 10103 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7221 /force-app/main/default/classes/MetadataService.cls 10097 9 10103 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7222 /force-app/main/default/classes/MetadataService.cls 10097 9 10103 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCertificateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7222 /force-app/main/default/classes/MetadataService.cls 10097 9 10103 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCertificateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7223 /force-app/main/default/classes/MetadataService.cls 10099 10 10099 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7223 /force-app/main/default/classes/MetadataService.cls 10099 10 10099 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7224 /force-app/main/default/classes/MetadataService.cls 10100 20 10100 93 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
7224 /force-app/main/default/classes/MetadataService.cls 10100 20 10100 93 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
7225 /force-app/main/default/classes/MetadataService.cls 10100 20 10100 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7225 /force-app/main/default/classes/MetadataService.cls 10100 20 10100 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7226 /force-app/main/default/classes/MetadataService.cls 10101 20 10101 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7226 /force-app/main/default/classes/MetadataService.cls 10101 20 10101 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7227 /force-app/main/default/classes/MetadataService.cls 10101 20 10101 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7227 /force-app/main/default/classes/MetadataService.cls 10101 20 10101 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7228 /force-app/main/default/classes/MetadataService.cls 10102 20 10102 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7228 /force-app/main/default/classes/MetadataService.cls 10102 20 10102 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7229 /force-app/main/default/classes/MetadataService.cls 10102 20 10102 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7229 /force-app/main/default/classes/MetadataService.cls 10102 20 10102 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7230 /force-app/main/default/classes/MetadataService.cls 10104 9 10110 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7230 /force-app/main/default/classes/MetadataService.cls 10104 9 10110 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7231 /force-app/main/default/classes/MetadataService.cls 10106 10 10106 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7231 /force-app/main/default/classes/MetadataService.cls 10106 10 10106 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7232 /force-app/main/default/classes/MetadataService.cls 10107 20 10107 96 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
7232 /force-app/main/default/classes/MetadataService.cls 10107 20 10107 96 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
7233 /force-app/main/default/classes/MetadataService.cls 10107 20 10107 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7233 /force-app/main/default/classes/MetadataService.cls 10107 20 10107 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7234 /force-app/main/default/classes/MetadataService.cls 10108 20 10108 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7234 /force-app/main/default/classes/MetadataService.cls 10108 20 10108 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7235 /force-app/main/default/classes/MetadataService.cls 10108 20 10108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7235 /force-app/main/default/classes/MetadataService.cls 10108 20 10108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7236 /force-app/main/default/classes/MetadataService.cls 10109 20 10109 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7236 /force-app/main/default/classes/MetadataService.cls 10109 20 10109 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7237 /force-app/main/default/classes/MetadataService.cls 10109 20 10109 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7237 /force-app/main/default/classes/MetadataService.cls 10109 20 10109 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7238 /force-app/main/default/classes/MetadataService.cls 10111 9 10117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7238 /force-app/main/default/classes/MetadataService.cls 10111 9 10117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7239 /force-app/main/default/classes/MetadataService.cls 10111 9 10117 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readModerationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7239 /force-app/main/default/classes/MetadataService.cls 10111 9 10117 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readModerationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7240 /force-app/main/default/classes/MetadataService.cls 10113 10 10113 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7240 /force-app/main/default/classes/MetadataService.cls 10113 10 10113 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7241 /force-app/main/default/classes/MetadataService.cls 10114 20 10114 93 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
7241 /force-app/main/default/classes/MetadataService.cls 10114 20 10114 93 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
7242 /force-app/main/default/classes/MetadataService.cls 10114 20 10114 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7242 /force-app/main/default/classes/MetadataService.cls 10114 20 10114 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7243 /force-app/main/default/classes/MetadataService.cls 10115 20 10115 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7243 /force-app/main/default/classes/MetadataService.cls 10115 20 10115 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7244 /force-app/main/default/classes/MetadataService.cls 10115 20 10115 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7244 /force-app/main/default/classes/MetadataService.cls 10115 20 10115 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7245 /force-app/main/default/classes/MetadataService.cls 10116 20 10116 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7245 /force-app/main/default/classes/MetadataService.cls 10116 20 10116 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7246 /force-app/main/default/classes/MetadataService.cls 10116 20 10116 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7246 /force-app/main/default/classes/MetadataService.cls 10116 20 10116 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7247 /force-app/main/default/classes/MetadataService.cls 10118 9 10124 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7247 /force-app/main/default/classes/MetadataService.cls 10118 9 10124 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7248 /force-app/main/default/classes/MetadataService.cls 10120 10 10120 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7248 /force-app/main/default/classes/MetadataService.cls 10120 10 10120 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7249 /force-app/main/default/classes/MetadataService.cls 10121 20 10121 96 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
7249 /force-app/main/default/classes/MetadataService.cls 10121 20 10121 96 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
7250 /force-app/main/default/classes/MetadataService.cls 10121 20 10121 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7250 /force-app/main/default/classes/MetadataService.cls 10121 20 10121 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7251 /force-app/main/default/classes/MetadataService.cls 10122 20 10122 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7251 /force-app/main/default/classes/MetadataService.cls 10122 20 10122 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7252 /force-app/main/default/classes/MetadataService.cls 10122 20 10122 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7252 /force-app/main/default/classes/MetadataService.cls 10122 20 10122 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7253 /force-app/main/default/classes/MetadataService.cls 10123 20 10123 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7253 /force-app/main/default/classes/MetadataService.cls 10123 20 10123 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7254 /force-app/main/default/classes/MetadataService.cls 10123 20 10123 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7254 /force-app/main/default/classes/MetadataService.cls 10123 20 10123 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7255 /force-app/main/default/classes/MetadataService.cls 10125 9 10131 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7255 /force-app/main/default/classes/MetadataService.cls 10125 9 10131 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7256 /force-app/main/default/classes/MetadataService.cls 10125 9 10131 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7256 /force-app/main/default/classes/MetadataService.cls 10125 9 10131 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7257 /force-app/main/default/classes/MetadataService.cls 10127 10 10127 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7257 /force-app/main/default/classes/MetadataService.cls 10127 10 10127 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7258 /force-app/main/default/classes/MetadataService.cls 10128 20 10128 93 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
7258 /force-app/main/default/classes/MetadataService.cls 10128 20 10128 93 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
7259 /force-app/main/default/classes/MetadataService.cls 10128 20 10128 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7259 /force-app/main/default/classes/MetadataService.cls 10128 20 10128 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7260 /force-app/main/default/classes/MetadataService.cls 10129 20 10129 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7260 /force-app/main/default/classes/MetadataService.cls 10129 20 10129 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7261 /force-app/main/default/classes/MetadataService.cls 10129 20 10129 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7261 /force-app/main/default/classes/MetadataService.cls 10129 20 10129 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7262 /force-app/main/default/classes/MetadataService.cls 10130 20 10130 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7262 /force-app/main/default/classes/MetadataService.cls 10130 20 10130 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7263 /force-app/main/default/classes/MetadataService.cls 10130 20 10130 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7263 /force-app/main/default/classes/MetadataService.cls 10130 20 10130 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7264 /force-app/main/default/classes/MetadataService.cls 10132 9 10138 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7264 /force-app/main/default/classes/MetadataService.cls 10132 9 10138 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7265 /force-app/main/default/classes/MetadataService.cls 10134 10 10134 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7265 /force-app/main/default/classes/MetadataService.cls 10134 10 10134 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7266 /force-app/main/default/classes/MetadataService.cls 10135 20 10135 96 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
7266 /force-app/main/default/classes/MetadataService.cls 10135 20 10135 96 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
7267 /force-app/main/default/classes/MetadataService.cls 10135 20 10135 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7267 /force-app/main/default/classes/MetadataService.cls 10135 20 10135 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7268 /force-app/main/default/classes/MetadataService.cls 10136 20 10136 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7268 /force-app/main/default/classes/MetadataService.cls 10136 20 10136 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7269 /force-app/main/default/classes/MetadataService.cls 10136 20 10136 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7269 /force-app/main/default/classes/MetadataService.cls 10136 20 10136 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7270 /force-app/main/default/classes/MetadataService.cls 10137 20 10137 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7270 /force-app/main/default/classes/MetadataService.cls 10137 20 10137 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7271 /force-app/main/default/classes/MetadataService.cls 10137 20 10137 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7271 /force-app/main/default/classes/MetadataService.cls 10137 20 10137 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7272 /force-app/main/default/classes/MetadataService.cls 10139 9 10145 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7272 /force-app/main/default/classes/MetadataService.cls 10139 9 10145 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7273 /force-app/main/default/classes/MetadataService.cls 10139 9 10145 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDatasetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7273 /force-app/main/default/classes/MetadataService.cls 10139 9 10145 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDatasetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7274 /force-app/main/default/classes/MetadataService.cls 10141 10 10141 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7274 /force-app/main/default/classes/MetadataService.cls 10141 10 10141 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7275 /force-app/main/default/classes/MetadataService.cls 10142 20 10142 93 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
7275 /force-app/main/default/classes/MetadataService.cls 10142 20 10142 93 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
7276 /force-app/main/default/classes/MetadataService.cls 10142 20 10142 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7276 /force-app/main/default/classes/MetadataService.cls 10142 20 10142 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7277 /force-app/main/default/classes/MetadataService.cls 10143 20 10143 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7277 /force-app/main/default/classes/MetadataService.cls 10143 20 10143 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7278 /force-app/main/default/classes/MetadataService.cls 10143 20 10143 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7278 /force-app/main/default/classes/MetadataService.cls 10143 20 10143 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7279 /force-app/main/default/classes/MetadataService.cls 10144 20 10144 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7279 /force-app/main/default/classes/MetadataService.cls 10144 20 10144 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7280 /force-app/main/default/classes/MetadataService.cls 10144 20 10144 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7280 /force-app/main/default/classes/MetadataService.cls 10144 20 10144 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7281 /force-app/main/default/classes/MetadataService.cls 10146 9 10152 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7281 /force-app/main/default/classes/MetadataService.cls 10146 9 10152 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7282 /force-app/main/default/classes/MetadataService.cls 10148 10 10148 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7282 /force-app/main/default/classes/MetadataService.cls 10148 10 10148 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7283 /force-app/main/default/classes/MetadataService.cls 10149 20 10149 96 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
7283 /force-app/main/default/classes/MetadataService.cls 10149 20 10149 96 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
7284 /force-app/main/default/classes/MetadataService.cls 10149 20 10149 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7284 /force-app/main/default/classes/MetadataService.cls 10149 20 10149 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7285 /force-app/main/default/classes/MetadataService.cls 10150 20 10150 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7285 /force-app/main/default/classes/MetadataService.cls 10150 20 10150 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7286 /force-app/main/default/classes/MetadataService.cls 10150 20 10150 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7286 /force-app/main/default/classes/MetadataService.cls 10150 20 10150 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7287 /force-app/main/default/classes/MetadataService.cls 10151 20 10151 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7287 /force-app/main/default/classes/MetadataService.cls 10151 20 10151 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7288 /force-app/main/default/classes/MetadataService.cls 10151 20 10151 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7288 /force-app/main/default/classes/MetadataService.cls 10151 20 10151 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7289 /force-app/main/default/classes/MetadataService.cls 10153 9 10159 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7289 /force-app/main/default/classes/MetadataService.cls 10153 9 10159 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7290 /force-app/main/default/classes/MetadataService.cls 10153 9 10159 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7290 /force-app/main/default/classes/MetadataService.cls 10153 9 10159 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7291 /force-app/main/default/classes/MetadataService.cls 10155 10 10155 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7291 /force-app/main/default/classes/MetadataService.cls 10155 10 10155 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7292 /force-app/main/default/classes/MetadataService.cls 10156 20 10156 93 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
7292 /force-app/main/default/classes/MetadataService.cls 10156 20 10156 93 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
7293 /force-app/main/default/classes/MetadataService.cls 10156 20 10156 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7293 /force-app/main/default/classes/MetadataService.cls 10156 20 10156 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7294 /force-app/main/default/classes/MetadataService.cls 10157 20 10157 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7294 /force-app/main/default/classes/MetadataService.cls 10157 20 10157 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7295 /force-app/main/default/classes/MetadataService.cls 10157 20 10157 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7295 /force-app/main/default/classes/MetadataService.cls 10157 20 10157 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7296 /force-app/main/default/classes/MetadataService.cls 10158 20 10158 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7296 /force-app/main/default/classes/MetadataService.cls 10158 20 10158 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7297 /force-app/main/default/classes/MetadataService.cls 10158 20 10158 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7297 /force-app/main/default/classes/MetadataService.cls 10158 20 10158 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7298 /force-app/main/default/classes/MetadataService.cls 10160 9 10166 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7298 /force-app/main/default/classes/MetadataService.cls 10160 9 10166 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7299 /force-app/main/default/classes/MetadataService.cls 10162 10 10162 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7299 /force-app/main/default/classes/MetadataService.cls 10162 10 10162 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7300 /force-app/main/default/classes/MetadataService.cls 10163 20 10163 96 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
7300 /force-app/main/default/classes/MetadataService.cls 10163 20 10163 96 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
7301 /force-app/main/default/classes/MetadataService.cls 10163 20 10163 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7301 /force-app/main/default/classes/MetadataService.cls 10163 20 10163 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7302 /force-app/main/default/classes/MetadataService.cls 10164 20 10164 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7302 /force-app/main/default/classes/MetadataService.cls 10164 20 10164 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7303 /force-app/main/default/classes/MetadataService.cls 10164 20 10164 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7303 /force-app/main/default/classes/MetadataService.cls 10164 20 10164 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7304 /force-app/main/default/classes/MetadataService.cls 10165 20 10165 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7304 /force-app/main/default/classes/MetadataService.cls 10165 20 10165 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7305 /force-app/main/default/classes/MetadataService.cls 10165 20 10165 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7305 /force-app/main/default/classes/MetadataService.cls 10165 20 10165 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7306 /force-app/main/default/classes/MetadataService.cls 10167 9 10173 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7306 /force-app/main/default/classes/MetadataService.cls 10167 9 10173 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7307 /force-app/main/default/classes/MetadataService.cls 10167 9 10173 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDataflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7307 /force-app/main/default/classes/MetadataService.cls 10167 9 10173 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveDataflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7308 /force-app/main/default/classes/MetadataService.cls 10169 10 10169 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7308 /force-app/main/default/classes/MetadataService.cls 10169 10 10169 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7309 /force-app/main/default/classes/MetadataService.cls 10170 20 10170 93 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
7309 /force-app/main/default/classes/MetadataService.cls 10170 20 10170 93 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
7310 /force-app/main/default/classes/MetadataService.cls 10170 20 10170 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7310 /force-app/main/default/classes/MetadataService.cls 10170 20 10170 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7311 /force-app/main/default/classes/MetadataService.cls 10171 20 10171 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7311 /force-app/main/default/classes/MetadataService.cls 10171 20 10171 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7312 /force-app/main/default/classes/MetadataService.cls 10171 20 10171 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7312 /force-app/main/default/classes/MetadataService.cls 10171 20 10171 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7313 /force-app/main/default/classes/MetadataService.cls 10172 20 10172 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7313 /force-app/main/default/classes/MetadataService.cls 10172 20 10172 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7314 /force-app/main/default/classes/MetadataService.cls 10172 20 10172 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7314 /force-app/main/default/classes/MetadataService.cls 10172 20 10172 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7315 /force-app/main/default/classes/MetadataService.cls 10174 9 10180 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7315 /force-app/main/default/classes/MetadataService.cls 10174 9 10180 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7316 /force-app/main/default/classes/MetadataService.cls 10176 10 10176 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7316 /force-app/main/default/classes/MetadataService.cls 10176 10 10176 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7317 /force-app/main/default/classes/MetadataService.cls 10177 20 10177 96 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
7317 /force-app/main/default/classes/MetadataService.cls 10177 20 10177 96 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
7318 /force-app/main/default/classes/MetadataService.cls 10177 20 10177 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7318 /force-app/main/default/classes/MetadataService.cls 10177 20 10177 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7319 /force-app/main/default/classes/MetadataService.cls 10178 20 10178 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7319 /force-app/main/default/classes/MetadataService.cls 10178 20 10178 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7320 /force-app/main/default/classes/MetadataService.cls 10178 20 10178 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7320 /force-app/main/default/classes/MetadataService.cls 10178 20 10178 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7321 /force-app/main/default/classes/MetadataService.cls 10179 20 10179 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7321 /force-app/main/default/classes/MetadataService.cls 10179 20 10179 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7322 /force-app/main/default/classes/MetadataService.cls 10179 20 10179 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7322 /force-app/main/default/classes/MetadataService.cls 10179 20 10179 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7323 /force-app/main/default/classes/MetadataService.cls 10181 9 10187 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7323 /force-app/main/default/classes/MetadataService.cls 10181 9 10187 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7324 /force-app/main/default/classes/MetadataService.cls 10181 9 10187 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveLensResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7324 /force-app/main/default/classes/MetadataService.cls 10181 9 10187 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWaveLensResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7325 /force-app/main/default/classes/MetadataService.cls 10183 10 10183 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7325 /force-app/main/default/classes/MetadataService.cls 10183 10 10183 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7326 /force-app/main/default/classes/MetadataService.cls 10184 20 10184 93 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
7326 /force-app/main/default/classes/MetadataService.cls 10184 20 10184 93 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
7327 /force-app/main/default/classes/MetadataService.cls 10184 20 10184 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7327 /force-app/main/default/classes/MetadataService.cls 10184 20 10184 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7328 /force-app/main/default/classes/MetadataService.cls 10185 20 10185 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7328 /force-app/main/default/classes/MetadataService.cls 10185 20 10185 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7329 /force-app/main/default/classes/MetadataService.cls 10185 20 10185 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7329 /force-app/main/default/classes/MetadataService.cls 10185 20 10185 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7330 /force-app/main/default/classes/MetadataService.cls 10186 20 10186 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7330 /force-app/main/default/classes/MetadataService.cls 10186 20 10186 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7331 /force-app/main/default/classes/MetadataService.cls 10186 20 10186 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7331 /force-app/main/default/classes/MetadataService.cls 10186 20 10186 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7332 /force-app/main/default/classes/MetadataService.cls 10188 9 10194 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7332 /force-app/main/default/classes/MetadataService.cls 10188 9 10194 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7333 /force-app/main/default/classes/MetadataService.cls 10190 10 10190 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7333 /force-app/main/default/classes/MetadataService.cls 10190 10 10190 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7334 /force-app/main/default/classes/MetadataService.cls 10191 20 10191 96 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
7334 /force-app/main/default/classes/MetadataService.cls 10191 20 10191 96 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
7335 /force-app/main/default/classes/MetadataService.cls 10191 20 10191 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7335 /force-app/main/default/classes/MetadataService.cls 10191 20 10191 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7336 /force-app/main/default/classes/MetadataService.cls 10192 20 10192 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7336 /force-app/main/default/classes/MetadataService.cls 10192 20 10192 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7337 /force-app/main/default/classes/MetadataService.cls 10192 20 10192 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7337 /force-app/main/default/classes/MetadataService.cls 10192 20 10192 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7338 /force-app/main/default/classes/MetadataService.cls 10193 20 10193 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7338 /force-app/main/default/classes/MetadataService.cls 10193 20 10193 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7339 /force-app/main/default/classes/MetadataService.cls 10193 20 10193 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7339 /force-app/main/default/classes/MetadataService.cls 10193 20 10193 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7340 /force-app/main/default/classes/MetadataService.cls 10195 9 10201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7340 /force-app/main/default/classes/MetadataService.cls 10195 9 10201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7341 /force-app/main/default/classes/MetadataService.cls 10195 9 10201 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOrgPreferenceSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7341 /force-app/main/default/classes/MetadataService.cls 10195 9 10201 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOrgPreferenceSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7342 /force-app/main/default/classes/MetadataService.cls 10197 10 10197 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7342 /force-app/main/default/classes/MetadataService.cls 10197 10 10197 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7343 /force-app/main/default/classes/MetadataService.cls 10198 20 10198 93 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
7343 /force-app/main/default/classes/MetadataService.cls 10198 20 10198 93 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
7344 /force-app/main/default/classes/MetadataService.cls 10198 20 10198 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7344 /force-app/main/default/classes/MetadataService.cls 10198 20 10198 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7345 /force-app/main/default/classes/MetadataService.cls 10199 20 10199 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7345 /force-app/main/default/classes/MetadataService.cls 10199 20 10199 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7346 /force-app/main/default/classes/MetadataService.cls 10199 20 10199 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7346 /force-app/main/default/classes/MetadataService.cls 10199 20 10199 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7347 /force-app/main/default/classes/MetadataService.cls 10200 20 10200 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7347 /force-app/main/default/classes/MetadataService.cls 10200 20 10200 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7348 /force-app/main/default/classes/MetadataService.cls 10200 20 10200 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7348 /force-app/main/default/classes/MetadataService.cls 10200 20 10200 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7349 /force-app/main/default/classes/MetadataService.cls 10202 9 10208 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7349 /force-app/main/default/classes/MetadataService.cls 10202 9 10208 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7350 /force-app/main/default/classes/MetadataService.cls 10204 10 10204 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7350 /force-app/main/default/classes/MetadataService.cls 10204 10 10204 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7351 /force-app/main/default/classes/MetadataService.cls 10205 20 10205 96 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
7351 /force-app/main/default/classes/MetadataService.cls 10205 20 10205 96 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
7352 /force-app/main/default/classes/MetadataService.cls 10205 20 10205 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7352 /force-app/main/default/classes/MetadataService.cls 10205 20 10205 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7353 /force-app/main/default/classes/MetadataService.cls 10206 20 10206 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7353 /force-app/main/default/classes/MetadataService.cls 10206 20 10206 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7354 /force-app/main/default/classes/MetadataService.cls 10206 20 10206 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7354 /force-app/main/default/classes/MetadataService.cls 10206 20 10206 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7355 /force-app/main/default/classes/MetadataService.cls 10207 20 10207 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7355 /force-app/main/default/classes/MetadataService.cls 10207 20 10207 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7356 /force-app/main/default/classes/MetadataService.cls 10207 20 10207 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7356 /force-app/main/default/classes/MetadataService.cls 10207 20 10207 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7357 /force-app/main/default/classes/MetadataService.cls 10209 9 10215 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7357 /force-app/main/default/classes/MetadataService.cls 10209 9 10215 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7358 /force-app/main/default/classes/MetadataService.cls 10209 9 10215 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSearchSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7358 /force-app/main/default/classes/MetadataService.cls 10209 9 10215 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSearchSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7359 /force-app/main/default/classes/MetadataService.cls 10211 10 10211 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7359 /force-app/main/default/classes/MetadataService.cls 10211 10 10211 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7360 /force-app/main/default/classes/MetadataService.cls 10212 20 10212 93 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
7360 /force-app/main/default/classes/MetadataService.cls 10212 20 10212 93 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
7361 /force-app/main/default/classes/MetadataService.cls 10212 20 10212 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7361 /force-app/main/default/classes/MetadataService.cls 10212 20 10212 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7362 /force-app/main/default/classes/MetadataService.cls 10213 20 10213 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7362 /force-app/main/default/classes/MetadataService.cls 10213 20 10213 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7363 /force-app/main/default/classes/MetadataService.cls 10213 20 10213 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7363 /force-app/main/default/classes/MetadataService.cls 10213 20 10213 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7364 /force-app/main/default/classes/MetadataService.cls 10214 20 10214 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7364 /force-app/main/default/classes/MetadataService.cls 10214 20 10214 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7365 /force-app/main/default/classes/MetadataService.cls 10214 20 10214 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7365 /force-app/main/default/classes/MetadataService.cls 10214 20 10214 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7366 /force-app/main/default/classes/MetadataService.cls 10216 9 10222 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7366 /force-app/main/default/classes/MetadataService.cls 10216 9 10222 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7367 /force-app/main/default/classes/MetadataService.cls 10218 10 10218 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7367 /force-app/main/default/classes/MetadataService.cls 10218 10 10218 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7368 /force-app/main/default/classes/MetadataService.cls 10219 20 10219 96 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
7368 /force-app/main/default/classes/MetadataService.cls 10219 20 10219 96 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
7369 /force-app/main/default/classes/MetadataService.cls 10219 20 10219 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7369 /force-app/main/default/classes/MetadataService.cls 10219 20 10219 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7370 /force-app/main/default/classes/MetadataService.cls 10220 20 10220 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7370 /force-app/main/default/classes/MetadataService.cls 10220 20 10220 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7371 /force-app/main/default/classes/MetadataService.cls 10220 20 10220 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7371 /force-app/main/default/classes/MetadataService.cls 10220 20 10220 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7372 /force-app/main/default/classes/MetadataService.cls 10221 20 10221 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7372 /force-app/main/default/classes/MetadataService.cls 10221 20 10221 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7373 /force-app/main/default/classes/MetadataService.cls 10221 20 10221 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7373 /force-app/main/default/classes/MetadataService.cls 10221 20 10221 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7374 /force-app/main/default/classes/MetadataService.cls 10223 9 10229 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7374 /force-app/main/default/classes/MetadataService.cls 10223 9 10229 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7375 /force-app/main/default/classes/MetadataService.cls 10223 9 10229 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGlobalValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7375 /force-app/main/default/classes/MetadataService.cls 10223 9 10229 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGlobalValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7376 /force-app/main/default/classes/MetadataService.cls 10225 10 10225 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7376 /force-app/main/default/classes/MetadataService.cls 10225 10 10225 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7377 /force-app/main/default/classes/MetadataService.cls 10226 20 10226 93 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
7377 /force-app/main/default/classes/MetadataService.cls 10226 20 10226 93 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
7378 /force-app/main/default/classes/MetadataService.cls 10226 20 10226 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7378 /force-app/main/default/classes/MetadataService.cls 10226 20 10226 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7379 /force-app/main/default/classes/MetadataService.cls 10227 20 10227 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7379 /force-app/main/default/classes/MetadataService.cls 10227 20 10227 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7380 /force-app/main/default/classes/MetadataService.cls 10227 20 10227 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7380 /force-app/main/default/classes/MetadataService.cls 10227 20 10227 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7381 /force-app/main/default/classes/MetadataService.cls 10228 20 10228 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7381 /force-app/main/default/classes/MetadataService.cls 10228 20 10228 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7382 /force-app/main/default/classes/MetadataService.cls 10228 20 10228 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7382 /force-app/main/default/classes/MetadataService.cls 10228 20 10228 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7383 /force-app/main/default/classes/MetadataService.cls 10230 9 10236 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7383 /force-app/main/default/classes/MetadataService.cls 10230 9 10236 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7384 /force-app/main/default/classes/MetadataService.cls 10232 10 10232 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7384 /force-app/main/default/classes/MetadataService.cls 10232 10 10232 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7385 /force-app/main/default/classes/MetadataService.cls 10233 20 10233 96 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
7385 /force-app/main/default/classes/MetadataService.cls 10233 20 10233 96 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
7386 /force-app/main/default/classes/MetadataService.cls 10233 20 10233 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7386 /force-app/main/default/classes/MetadataService.cls 10233 20 10233 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7387 /force-app/main/default/classes/MetadataService.cls 10234 20 10234 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7387 /force-app/main/default/classes/MetadataService.cls 10234 20 10234 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7388 /force-app/main/default/classes/MetadataService.cls 10234 20 10234 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7388 /force-app/main/default/classes/MetadataService.cls 10234 20 10234 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7389 /force-app/main/default/classes/MetadataService.cls 10235 20 10235 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7389 /force-app/main/default/classes/MetadataService.cls 10235 20 10235 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7390 /force-app/main/default/classes/MetadataService.cls 10235 20 10235 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7390 /force-app/main/default/classes/MetadataService.cls 10235 20 10235 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7391 /force-app/main/default/classes/MetadataService.cls 10237 9 10243 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7391 /force-app/main/default/classes/MetadataService.cls 10237 9 10243 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7392 /force-app/main/default/classes/MetadataService.cls 10237 9 10243 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGlobalPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7392 /force-app/main/default/classes/MetadataService.cls 10237 9 10243 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGlobalPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7393 /force-app/main/default/classes/MetadataService.cls 10239 10 10239 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7393 /force-app/main/default/classes/MetadataService.cls 10239 10 10239 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7394 /force-app/main/default/classes/MetadataService.cls 10240 20 10240 93 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
7394 /force-app/main/default/classes/MetadataService.cls 10240 20 10240 93 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
7395 /force-app/main/default/classes/MetadataService.cls 10240 20 10240 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7395 /force-app/main/default/classes/MetadataService.cls 10240 20 10240 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7396 /force-app/main/default/classes/MetadataService.cls 10241 20 10241 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7396 /force-app/main/default/classes/MetadataService.cls 10241 20 10241 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7397 /force-app/main/default/classes/MetadataService.cls 10241 20 10241 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7397 /force-app/main/default/classes/MetadataService.cls 10241 20 10241 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7398 /force-app/main/default/classes/MetadataService.cls 10242 20 10242 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7398 /force-app/main/default/classes/MetadataService.cls 10242 20 10242 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7399 /force-app/main/default/classes/MetadataService.cls 10242 20 10242 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7399 /force-app/main/default/classes/MetadataService.cls 10242 20 10242 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7400 /force-app/main/default/classes/MetadataService.cls 10244 9 10250 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7400 /force-app/main/default/classes/MetadataService.cls 10244 9 10250 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7401 /force-app/main/default/classes/MetadataService.cls 10246 10 10246 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7401 /force-app/main/default/classes/MetadataService.cls 10246 10 10246 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7402 /force-app/main/default/classes/MetadataService.cls 10247 20 10247 96 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
7402 /force-app/main/default/classes/MetadataService.cls 10247 20 10247 96 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
7403 /force-app/main/default/classes/MetadataService.cls 10247 20 10247 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7403 /force-app/main/default/classes/MetadataService.cls 10247 20 10247 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7404 /force-app/main/default/classes/MetadataService.cls 10248 20 10248 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7404 /force-app/main/default/classes/MetadataService.cls 10248 20 10248 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7405 /force-app/main/default/classes/MetadataService.cls 10248 20 10248 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7405 /force-app/main/default/classes/MetadataService.cls 10248 20 10248 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7406 /force-app/main/default/classes/MetadataService.cls 10249 20 10249 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7406 /force-app/main/default/classes/MetadataService.cls 10249 20 10249 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7407 /force-app/main/default/classes/MetadataService.cls 10249 20 10249 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7407 /force-app/main/default/classes/MetadataService.cls 10249 20 10249 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7408 /force-app/main/default/classes/MetadataService.cls 10251 9 10257 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7408 /force-app/main/default/classes/MetadataService.cls 10251 9 10257 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7409 /force-app/main/default/classes/MetadataService.cls 10251 9 10257 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStandardValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7409 /force-app/main/default/classes/MetadataService.cls 10251 9 10257 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStandardValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7410 /force-app/main/default/classes/MetadataService.cls 10253 10 10253 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7410 /force-app/main/default/classes/MetadataService.cls 10253 10 10253 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7411 /force-app/main/default/classes/MetadataService.cls 10254 20 10254 93 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
7411 /force-app/main/default/classes/MetadataService.cls 10254 20 10254 93 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
7412 /force-app/main/default/classes/MetadataService.cls 10254 20 10254 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7412 /force-app/main/default/classes/MetadataService.cls 10254 20 10254 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7413 /force-app/main/default/classes/MetadataService.cls 10255 20 10255 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7413 /force-app/main/default/classes/MetadataService.cls 10255 20 10255 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7414 /force-app/main/default/classes/MetadataService.cls 10255 20 10255 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7414 /force-app/main/default/classes/MetadataService.cls 10255 20 10255 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7415 /force-app/main/default/classes/MetadataService.cls 10256 20 10256 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7415 /force-app/main/default/classes/MetadataService.cls 10256 20 10256 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7416 /force-app/main/default/classes/MetadataService.cls 10256 20 10256 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7416 /force-app/main/default/classes/MetadataService.cls 10256 20 10256 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7417 /force-app/main/default/classes/MetadataService.cls 10258 9 10264 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7417 /force-app/main/default/classes/MetadataService.cls 10258 9 10264 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7418 /force-app/main/default/classes/MetadataService.cls 10260 10 10260 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7418 /force-app/main/default/classes/MetadataService.cls 10260 10 10260 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7419 /force-app/main/default/classes/MetadataService.cls 10261 20 10261 96 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
7419 /force-app/main/default/classes/MetadataService.cls 10261 20 10261 96 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
7420 /force-app/main/default/classes/MetadataService.cls 10261 20 10261 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7420 /force-app/main/default/classes/MetadataService.cls 10261 20 10261 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7421 /force-app/main/default/classes/MetadataService.cls 10262 20 10262 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7421 /force-app/main/default/classes/MetadataService.cls 10262 20 10262 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7422 /force-app/main/default/classes/MetadataService.cls 10262 20 10262 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7422 /force-app/main/default/classes/MetadataService.cls 10262 20 10262 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7423 /force-app/main/default/classes/MetadataService.cls 10263 20 10263 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7423 /force-app/main/default/classes/MetadataService.cls 10263 20 10263 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7424 /force-app/main/default/classes/MetadataService.cls 10263 20 10263 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7424 /force-app/main/default/classes/MetadataService.cls 10263 20 10263 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7425 /force-app/main/default/classes/MetadataService.cls 10265 9 10271 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7425 /force-app/main/default/classes/MetadataService.cls 10265 9 10271 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7426 /force-app/main/default/classes/MetadataService.cls 10265 9 10271 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStandardValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7426 /force-app/main/default/classes/MetadataService.cls 10265 9 10271 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStandardValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7427 /force-app/main/default/classes/MetadataService.cls 10267 10 10267 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7427 /force-app/main/default/classes/MetadataService.cls 10267 10 10267 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7428 /force-app/main/default/classes/MetadataService.cls 10268 20 10268 93 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
7428 /force-app/main/default/classes/MetadataService.cls 10268 20 10268 93 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
7429 /force-app/main/default/classes/MetadataService.cls 10268 20 10268 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7429 /force-app/main/default/classes/MetadataService.cls 10268 20 10268 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7430 /force-app/main/default/classes/MetadataService.cls 10269 20 10269 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7430 /force-app/main/default/classes/MetadataService.cls 10269 20 10269 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7431 /force-app/main/default/classes/MetadataService.cls 10269 20 10269 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7431 /force-app/main/default/classes/MetadataService.cls 10269 20 10269 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7432 /force-app/main/default/classes/MetadataService.cls 10270 20 10270 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7432 /force-app/main/default/classes/MetadataService.cls 10270 20 10270 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7433 /force-app/main/default/classes/MetadataService.cls 10270 20 10270 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7433 /force-app/main/default/classes/MetadataService.cls 10270 20 10270 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7434 /force-app/main/default/classes/MetadataService.cls 10272 9 10278 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7434 /force-app/main/default/classes/MetadataService.cls 10272 9 10278 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7435 /force-app/main/default/classes/MetadataService.cls 10274 10 10274 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7435 /force-app/main/default/classes/MetadataService.cls 10274 10 10274 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7436 /force-app/main/default/classes/MetadataService.cls 10275 20 10275 96 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
7436 /force-app/main/default/classes/MetadataService.cls 10275 20 10275 96 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
7437 /force-app/main/default/classes/MetadataService.cls 10275 20 10275 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7437 /force-app/main/default/classes/MetadataService.cls 10275 20 10275 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7438 /force-app/main/default/classes/MetadataService.cls 10276 20 10276 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7438 /force-app/main/default/classes/MetadataService.cls 10276 20 10276 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7439 /force-app/main/default/classes/MetadataService.cls 10276 20 10276 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7439 /force-app/main/default/classes/MetadataService.cls 10276 20 10276 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7440 /force-app/main/default/classes/MetadataService.cls 10277 20 10277 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7440 /force-app/main/default/classes/MetadataService.cls 10277 20 10277 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7441 /force-app/main/default/classes/MetadataService.cls 10277 20 10277 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7441 /force-app/main/default/classes/MetadataService.cls 10277 20 10277 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7442 /force-app/main/default/classes/MetadataService.cls 10279 9 10285 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7442 /force-app/main/default/classes/MetadataService.cls 10279 9 10285 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7443 /force-app/main/default/classes/MetadataService.cls 10279 9 10285 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7443 /force-app/main/default/classes/MetadataService.cls 10279 9 10285 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7444 /force-app/main/default/classes/MetadataService.cls 10281 10 10281 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7444 /force-app/main/default/classes/MetadataService.cls 10281 10 10281 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7445 /force-app/main/default/classes/MetadataService.cls 10282 20 10282 93 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
7445 /force-app/main/default/classes/MetadataService.cls 10282 20 10282 93 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
7446 /force-app/main/default/classes/MetadataService.cls 10282 20 10282 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7446 /force-app/main/default/classes/MetadataService.cls 10282 20 10282 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7447 /force-app/main/default/classes/MetadataService.cls 10283 20 10283 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7447 /force-app/main/default/classes/MetadataService.cls 10283 20 10283 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7448 /force-app/main/default/classes/MetadataService.cls 10283 20 10283 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7448 /force-app/main/default/classes/MetadataService.cls 10283 20 10283 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7449 /force-app/main/default/classes/MetadataService.cls 10284 20 10284 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7449 /force-app/main/default/classes/MetadataService.cls 10284 20 10284 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7450 /force-app/main/default/classes/MetadataService.cls 10284 20 10284 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7450 /force-app/main/default/classes/MetadataService.cls 10284 20 10284 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7451 /force-app/main/default/classes/MetadataService.cls 10286 9 10292 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7451 /force-app/main/default/classes/MetadataService.cls 10286 9 10292 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7452 /force-app/main/default/classes/MetadataService.cls 10288 10 10288 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7452 /force-app/main/default/classes/MetadataService.cls 10288 10 10288 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7453 /force-app/main/default/classes/MetadataService.cls 10289 20 10289 96 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
7453 /force-app/main/default/classes/MetadataService.cls 10289 20 10289 96 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
7454 /force-app/main/default/classes/MetadataService.cls 10289 20 10289 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7454 /force-app/main/default/classes/MetadataService.cls 10289 20 10289 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7455 /force-app/main/default/classes/MetadataService.cls 10290 20 10290 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7455 /force-app/main/default/classes/MetadataService.cls 10290 20 10290 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7456 /force-app/main/default/classes/MetadataService.cls 10290 20 10290 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7456 /force-app/main/default/classes/MetadataService.cls 10290 20 10290 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7457 /force-app/main/default/classes/MetadataService.cls 10291 20 10291 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7457 /force-app/main/default/classes/MetadataService.cls 10291 20 10291 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7458 /force-app/main/default/classes/MetadataService.cls 10291 20 10291 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7458 /force-app/main/default/classes/MetadataService.cls 10291 20 10291 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7459 /force-app/main/default/classes/MetadataService.cls 10293 9 10299 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7459 /force-app/main/default/classes/MetadataService.cls 10293 9 10299 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7460 /force-app/main/default/classes/MetadataService.cls 10293 9 10299 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexTestSuiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7460 /force-app/main/default/classes/MetadataService.cls 10293 9 10299 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexTestSuiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7461 /force-app/main/default/classes/MetadataService.cls 10295 10 10295 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7461 /force-app/main/default/classes/MetadataService.cls 10295 10 10295 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7462 /force-app/main/default/classes/MetadataService.cls 10296 20 10296 93 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
7462 /force-app/main/default/classes/MetadataService.cls 10296 20 10296 93 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
7463 /force-app/main/default/classes/MetadataService.cls 10296 20 10296 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7463 /force-app/main/default/classes/MetadataService.cls 10296 20 10296 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7464 /force-app/main/default/classes/MetadataService.cls 10297 20 10297 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7464 /force-app/main/default/classes/MetadataService.cls 10297 20 10297 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7465 /force-app/main/default/classes/MetadataService.cls 10297 20 10297 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7465 /force-app/main/default/classes/MetadataService.cls 10297 20 10297 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7466 /force-app/main/default/classes/MetadataService.cls 10298 20 10298 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7466 /force-app/main/default/classes/MetadataService.cls 10298 20 10298 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7467 /force-app/main/default/classes/MetadataService.cls 10298 20 10298 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7467 /force-app/main/default/classes/MetadataService.cls 10298 20 10298 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7468 /force-app/main/default/classes/MetadataService.cls 10300 9 10306 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7468 /force-app/main/default/classes/MetadataService.cls 10300 9 10306 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7469 /force-app/main/default/classes/MetadataService.cls 10302 10 10302 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7469 /force-app/main/default/classes/MetadataService.cls 10302 10 10302 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7470 /force-app/main/default/classes/MetadataService.cls 10303 20 10303 96 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
7470 /force-app/main/default/classes/MetadataService.cls 10303 20 10303 96 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
7471 /force-app/main/default/classes/MetadataService.cls 10303 20 10303 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7471 /force-app/main/default/classes/MetadataService.cls 10303 20 10303 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7472 /force-app/main/default/classes/MetadataService.cls 10304 20 10304 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7472 /force-app/main/default/classes/MetadataService.cls 10304 20 10304 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7473 /force-app/main/default/classes/MetadataService.cls 10304 20 10304 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7473 /force-app/main/default/classes/MetadataService.cls 10304 20 10304 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7474 /force-app/main/default/classes/MetadataService.cls 10305 20 10305 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7474 /force-app/main/default/classes/MetadataService.cls 10305 20 10305 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7475 /force-app/main/default/classes/MetadataService.cls 10305 20 10305 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7475 /force-app/main/default/classes/MetadataService.cls 10305 20 10305 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7476 /force-app/main/default/classes/MetadataService.cls 10307 9 10313 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7476 /force-app/main/default/classes/MetadataService.cls 10307 9 10313 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7477 /force-app/main/default/classes/MetadataService.cls 10307 9 10313 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readChannelLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7477 /force-app/main/default/classes/MetadataService.cls 10307 9 10313 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readChannelLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7478 /force-app/main/default/classes/MetadataService.cls 10309 10 10309 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7478 /force-app/main/default/classes/MetadataService.cls 10309 10 10309 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7479 /force-app/main/default/classes/MetadataService.cls 10310 20 10310 93 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
7479 /force-app/main/default/classes/MetadataService.cls 10310 20 10310 93 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
7480 /force-app/main/default/classes/MetadataService.cls 10310 20 10310 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7480 /force-app/main/default/classes/MetadataService.cls 10310 20 10310 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7481 /force-app/main/default/classes/MetadataService.cls 10311 20 10311 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7481 /force-app/main/default/classes/MetadataService.cls 10311 20 10311 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7482 /force-app/main/default/classes/MetadataService.cls 10311 20 10311 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7482 /force-app/main/default/classes/MetadataService.cls 10311 20 10311 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7483 /force-app/main/default/classes/MetadataService.cls 10312 20 10312 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7483 /force-app/main/default/classes/MetadataService.cls 10312 20 10312 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7484 /force-app/main/default/classes/MetadataService.cls 10312 20 10312 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7484 /force-app/main/default/classes/MetadataService.cls 10312 20 10312 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7485 /force-app/main/default/classes/MetadataService.cls 10314 9 10320 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7485 /force-app/main/default/classes/MetadataService.cls 10314 9 10320 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7486 /force-app/main/default/classes/MetadataService.cls 10316 10 10316 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7486 /force-app/main/default/classes/MetadataService.cls 10316 10 10316 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7487 /force-app/main/default/classes/MetadataService.cls 10317 20 10317 96 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
7487 /force-app/main/default/classes/MetadataService.cls 10317 20 10317 96 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
7488 /force-app/main/default/classes/MetadataService.cls 10317 20 10317 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7488 /force-app/main/default/classes/MetadataService.cls 10317 20 10317 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7489 /force-app/main/default/classes/MetadataService.cls 10318 20 10318 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7489 /force-app/main/default/classes/MetadataService.cls 10318 20 10318 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7490 /force-app/main/default/classes/MetadataService.cls 10318 20 10318 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7490 /force-app/main/default/classes/MetadataService.cls 10318 20 10318 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7491 /force-app/main/default/classes/MetadataService.cls 10319 20 10319 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7491 /force-app/main/default/classes/MetadataService.cls 10319 20 10319 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7492 /force-app/main/default/classes/MetadataService.cls 10319 20 10319 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7492 /force-app/main/default/classes/MetadataService.cls 10319 20 10319 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7493 /force-app/main/default/classes/MetadataService.cls 10321 9 10327 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7493 /force-app/main/default/classes/MetadataService.cls 10321 9 10327 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7494 /force-app/main/default/classes/MetadataService.cls 10321 9 10327 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readContentAssetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7494 /force-app/main/default/classes/MetadataService.cls 10321 9 10327 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readContentAssetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7495 /force-app/main/default/classes/MetadataService.cls 10323 10 10323 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7495 /force-app/main/default/classes/MetadataService.cls 10323 10 10323 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7496 /force-app/main/default/classes/MetadataService.cls 10324 20 10324 93 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
7496 /force-app/main/default/classes/MetadataService.cls 10324 20 10324 93 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
7497 /force-app/main/default/classes/MetadataService.cls 10324 20 10324 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7497 /force-app/main/default/classes/MetadataService.cls 10324 20 10324 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7498 /force-app/main/default/classes/MetadataService.cls 10325 20 10325 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7498 /force-app/main/default/classes/MetadataService.cls 10325 20 10325 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7499 /force-app/main/default/classes/MetadataService.cls 10325 20 10325 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7499 /force-app/main/default/classes/MetadataService.cls 10325 20 10325 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7500 /force-app/main/default/classes/MetadataService.cls 10326 20 10326 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7500 /force-app/main/default/classes/MetadataService.cls 10326 20 10326 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7501 /force-app/main/default/classes/MetadataService.cls 10326 20 10326 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7501 /force-app/main/default/classes/MetadataService.cls 10326 20 10326 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7502 /force-app/main/default/classes/MetadataService.cls 10328 9 10334 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7502 /force-app/main/default/classes/MetadataService.cls 10328 9 10334 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7503 /force-app/main/default/classes/MetadataService.cls 10330 10 10330 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7503 /force-app/main/default/classes/MetadataService.cls 10330 10 10330 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7504 /force-app/main/default/classes/MetadataService.cls 10331 20 10331 96 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
7504 /force-app/main/default/classes/MetadataService.cls 10331 20 10331 96 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
7505 /force-app/main/default/classes/MetadataService.cls 10331 20 10331 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7505 /force-app/main/default/classes/MetadataService.cls 10331 20 10331 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7506 /force-app/main/default/classes/MetadataService.cls 10332 20 10332 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7506 /force-app/main/default/classes/MetadataService.cls 10332 20 10332 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7507 /force-app/main/default/classes/MetadataService.cls 10332 20 10332 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7507 /force-app/main/default/classes/MetadataService.cls 10332 20 10332 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7508 /force-app/main/default/classes/MetadataService.cls 10333 20 10333 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7508 /force-app/main/default/classes/MetadataService.cls 10333 20 10333 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7509 /force-app/main/default/classes/MetadataService.cls 10333 20 10333 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7509 /force-app/main/default/classes/MetadataService.cls 10333 20 10333 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7510 /force-app/main/default/classes/MetadataService.cls 10335 9 10341 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7510 /force-app/main/default/classes/MetadataService.cls 10335 9 10341 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7511 /force-app/main/default/classes/MetadataService.cls 10335 9 10341 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailServicesFunctionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7511 /force-app/main/default/classes/MetadataService.cls 10335 9 10341 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailServicesFunctionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7512 /force-app/main/default/classes/MetadataService.cls 10337 10 10337 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7512 /force-app/main/default/classes/MetadataService.cls 10337 10 10337 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7513 /force-app/main/default/classes/MetadataService.cls 10338 20 10338 93 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
7513 /force-app/main/default/classes/MetadataService.cls 10338 20 10338 93 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
7514 /force-app/main/default/classes/MetadataService.cls 10338 20 10338 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7514 /force-app/main/default/classes/MetadataService.cls 10338 20 10338 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7515 /force-app/main/default/classes/MetadataService.cls 10339 20 10339 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7515 /force-app/main/default/classes/MetadataService.cls 10339 20 10339 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7516 /force-app/main/default/classes/MetadataService.cls 10339 20 10339 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7516 /force-app/main/default/classes/MetadataService.cls 10339 20 10339 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7517 /force-app/main/default/classes/MetadataService.cls 10340 20 10340 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7517 /force-app/main/default/classes/MetadataService.cls 10340 20 10340 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7518 /force-app/main/default/classes/MetadataService.cls 10340 20 10340 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7518 /force-app/main/default/classes/MetadataService.cls 10340 20 10340 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7519 /force-app/main/default/classes/MetadataService.cls 10342 9 10348 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7519 /force-app/main/default/classes/MetadataService.cls 10342 9 10348 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7520 /force-app/main/default/classes/MetadataService.cls 10344 10 10344 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7520 /force-app/main/default/classes/MetadataService.cls 10344 10 10344 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7521 /force-app/main/default/classes/MetadataService.cls 10345 20 10345 96 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
7521 /force-app/main/default/classes/MetadataService.cls 10345 20 10345 96 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
7522 /force-app/main/default/classes/MetadataService.cls 10345 20 10345 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7522 /force-app/main/default/classes/MetadataService.cls 10345 20 10345 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7523 /force-app/main/default/classes/MetadataService.cls 10346 20 10346 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7523 /force-app/main/default/classes/MetadataService.cls 10346 20 10346 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7524 /force-app/main/default/classes/MetadataService.cls 10346 20 10346 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7524 /force-app/main/default/classes/MetadataService.cls 10346 20 10346 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7525 /force-app/main/default/classes/MetadataService.cls 10347 20 10347 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7525 /force-app/main/default/classes/MetadataService.cls 10347 20 10347 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7526 /force-app/main/default/classes/MetadataService.cls 10347 20 10347 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7526 /force-app/main/default/classes/MetadataService.cls 10347 20 10347 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7527 /force-app/main/default/classes/MetadataService.cls 10349 9 10355 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7527 /force-app/main/default/classes/MetadataService.cls 10349 9 10355 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7528 /force-app/main/default/classes/MetadataService.cls 10349 9 10355 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmbeddedServiceBrandingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7528 /force-app/main/default/classes/MetadataService.cls 10349 9 10355 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmbeddedServiceBrandingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7529 /force-app/main/default/classes/MetadataService.cls 10351 10 10351 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7529 /force-app/main/default/classes/MetadataService.cls 10351 10 10351 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7530 /force-app/main/default/classes/MetadataService.cls 10352 20 10352 93 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
7530 /force-app/main/default/classes/MetadataService.cls 10352 20 10352 93 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
7531 /force-app/main/default/classes/MetadataService.cls 10352 20 10352 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7531 /force-app/main/default/classes/MetadataService.cls 10352 20 10352 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7532 /force-app/main/default/classes/MetadataService.cls 10353 20 10353 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7532 /force-app/main/default/classes/MetadataService.cls 10353 20 10353 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7533 /force-app/main/default/classes/MetadataService.cls 10353 20 10353 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7533 /force-app/main/default/classes/MetadataService.cls 10353 20 10353 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7534 /force-app/main/default/classes/MetadataService.cls 10354 20 10354 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7534 /force-app/main/default/classes/MetadataService.cls 10354 20 10354 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7535 /force-app/main/default/classes/MetadataService.cls 10354 20 10354 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7535 /force-app/main/default/classes/MetadataService.cls 10354 20 10354 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7536 /force-app/main/default/classes/MetadataService.cls 10356 9 10362 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7536 /force-app/main/default/classes/MetadataService.cls 10356 9 10362 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7537 /force-app/main/default/classes/MetadataService.cls 10358 10 10358 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7537 /force-app/main/default/classes/MetadataService.cls 10358 10 10358 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7538 /force-app/main/default/classes/MetadataService.cls 10359 20 10359 96 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
7538 /force-app/main/default/classes/MetadataService.cls 10359 20 10359 96 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
7539 /force-app/main/default/classes/MetadataService.cls 10359 20 10359 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7539 /force-app/main/default/classes/MetadataService.cls 10359 20 10359 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7540 /force-app/main/default/classes/MetadataService.cls 10360 20 10360 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7540 /force-app/main/default/classes/MetadataService.cls 10360 20 10360 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7541 /force-app/main/default/classes/MetadataService.cls 10360 20 10360 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7541 /force-app/main/default/classes/MetadataService.cls 10360 20 10360 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7542 /force-app/main/default/classes/MetadataService.cls 10361 20 10361 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7542 /force-app/main/default/classes/MetadataService.cls 10361 20 10361 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7543 /force-app/main/default/classes/MetadataService.cls 10361 20 10361 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7543 /force-app/main/default/classes/MetadataService.cls 10361 20 10361 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7544 /force-app/main/default/classes/MetadataService.cls 10363 9 10369 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7544 /force-app/main/default/classes/MetadataService.cls 10363 9 10369 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7545 /force-app/main/default/classes/MetadataService.cls 10363 9 10369 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmbeddedServiceConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7545 /force-app/main/default/classes/MetadataService.cls 10363 9 10369 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmbeddedServiceConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7546 /force-app/main/default/classes/MetadataService.cls 10365 10 10365 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7546 /force-app/main/default/classes/MetadataService.cls 10365 10 10365 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7547 /force-app/main/default/classes/MetadataService.cls 10366 20 10366 93 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
7547 /force-app/main/default/classes/MetadataService.cls 10366 20 10366 93 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
7548 /force-app/main/default/classes/MetadataService.cls 10366 20 10366 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7548 /force-app/main/default/classes/MetadataService.cls 10366 20 10366 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7549 /force-app/main/default/classes/MetadataService.cls 10367 20 10367 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7549 /force-app/main/default/classes/MetadataService.cls 10367 20 10367 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7550 /force-app/main/default/classes/MetadataService.cls 10367 20 10367 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7550 /force-app/main/default/classes/MetadataService.cls 10367 20 10367 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7551 /force-app/main/default/classes/MetadataService.cls 10368 20 10368 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7551 /force-app/main/default/classes/MetadataService.cls 10368 20 10368 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7552 /force-app/main/default/classes/MetadataService.cls 10368 20 10368 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7552 /force-app/main/default/classes/MetadataService.cls 10368 20 10368 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7553 /force-app/main/default/classes/MetadataService.cls 10370 9 10376 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7553 /force-app/main/default/classes/MetadataService.cls 10370 9 10376 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7554 /force-app/main/default/classes/MetadataService.cls 10372 10 10372 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7554 /force-app/main/default/classes/MetadataService.cls 10372 10 10372 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7555 /force-app/main/default/classes/MetadataService.cls 10373 20 10373 96 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
7555 /force-app/main/default/classes/MetadataService.cls 10373 20 10373 96 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
7556 /force-app/main/default/classes/MetadataService.cls 10373 20 10373 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7556 /force-app/main/default/classes/MetadataService.cls 10373 20 10373 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7557 /force-app/main/default/classes/MetadataService.cls 10374 20 10374 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7557 /force-app/main/default/classes/MetadataService.cls 10374 20 10374 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7558 /force-app/main/default/classes/MetadataService.cls 10374 20 10374 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7558 /force-app/main/default/classes/MetadataService.cls 10374 20 10374 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7559 /force-app/main/default/classes/MetadataService.cls 10375 20 10375 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7559 /force-app/main/default/classes/MetadataService.cls 10375 20 10375 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7560 /force-app/main/default/classes/MetadataService.cls 10375 20 10375 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7560 /force-app/main/default/classes/MetadataService.cls 10375 20 10375 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7561 /force-app/main/default/classes/MetadataService.cls 10377 9 10383 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7561 /force-app/main/default/classes/MetadataService.cls 10377 9 10383 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7562 /force-app/main/default/classes/MetadataService.cls 10377 9 10383 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmbeddedServiceLiveAgentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7562 /force-app/main/default/classes/MetadataService.cls 10377 9 10383 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmbeddedServiceLiveAgentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7563 /force-app/main/default/classes/MetadataService.cls 10379 10 10379 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7563 /force-app/main/default/classes/MetadataService.cls 10379 10 10379 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7564 /force-app/main/default/classes/MetadataService.cls 10380 20 10380 93 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
7564 /force-app/main/default/classes/MetadataService.cls 10380 20 10380 93 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
7565 /force-app/main/default/classes/MetadataService.cls 10380 20 10380 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7565 /force-app/main/default/classes/MetadataService.cls 10380 20 10380 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7566 /force-app/main/default/classes/MetadataService.cls 10381 20 10381 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7566 /force-app/main/default/classes/MetadataService.cls 10381 20 10381 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7567 /force-app/main/default/classes/MetadataService.cls 10381 20 10381 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7567 /force-app/main/default/classes/MetadataService.cls 10381 20 10381 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7568 /force-app/main/default/classes/MetadataService.cls 10382 20 10382 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7568 /force-app/main/default/classes/MetadataService.cls 10382 20 10382 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7569 /force-app/main/default/classes/MetadataService.cls 10382 20 10382 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7569 /force-app/main/default/classes/MetadataService.cls 10382 20 10382 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7570 /force-app/main/default/classes/MetadataService.cls 10384 9 10390 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7570 /force-app/main/default/classes/MetadataService.cls 10384 9 10390 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7571 /force-app/main/default/classes/MetadataService.cls 10386 10 10386 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7571 /force-app/main/default/classes/MetadataService.cls 10386 10 10386 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7572 /force-app/main/default/classes/MetadataService.cls 10387 20 10387 96 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
7572 /force-app/main/default/classes/MetadataService.cls 10387 20 10387 96 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
7573 /force-app/main/default/classes/MetadataService.cls 10387 20 10387 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7573 /force-app/main/default/classes/MetadataService.cls 10387 20 10387 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7574 /force-app/main/default/classes/MetadataService.cls 10388 20 10388 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7574 /force-app/main/default/classes/MetadataService.cls 10388 20 10388 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7575 /force-app/main/default/classes/MetadataService.cls 10388 20 10388 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7575 /force-app/main/default/classes/MetadataService.cls 10388 20 10388 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7576 /force-app/main/default/classes/MetadataService.cls 10389 20 10389 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7576 /force-app/main/default/classes/MetadataService.cls 10389 20 10389 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7577 /force-app/main/default/classes/MetadataService.cls 10389 20 10389 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7577 /force-app/main/default/classes/MetadataService.cls 10389 20 10389 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7578 /force-app/main/default/classes/MetadataService.cls 10391 9 10397 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7578 /force-app/main/default/classes/MetadataService.cls 10391 9 10397 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7579 /force-app/main/default/classes/MetadataService.cls 10391 9 10397 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCaseSubjectParticleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7579 /force-app/main/default/classes/MetadataService.cls 10391 9 10397 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCaseSubjectParticleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7580 /force-app/main/default/classes/MetadataService.cls 10393 10 10393 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7580 /force-app/main/default/classes/MetadataService.cls 10393 10 10393 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7581 /force-app/main/default/classes/MetadataService.cls 10394 20 10394 93 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
7581 /force-app/main/default/classes/MetadataService.cls 10394 20 10394 93 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
7582 /force-app/main/default/classes/MetadataService.cls 10394 20 10394 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7582 /force-app/main/default/classes/MetadataService.cls 10394 20 10394 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7583 /force-app/main/default/classes/MetadataService.cls 10395 20 10395 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7583 /force-app/main/default/classes/MetadataService.cls 10395 20 10395 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7584 /force-app/main/default/classes/MetadataService.cls 10395 20 10395 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7584 /force-app/main/default/classes/MetadataService.cls 10395 20 10395 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7585 /force-app/main/default/classes/MetadataService.cls 10396 20 10396 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7585 /force-app/main/default/classes/MetadataService.cls 10396 20 10396 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7586 /force-app/main/default/classes/MetadataService.cls 10396 20 10396 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7586 /force-app/main/default/classes/MetadataService.cls 10396 20 10396 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7587 /force-app/main/default/classes/MetadataService.cls 10398 9 10404 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7587 /force-app/main/default/classes/MetadataService.cls 10398 9 10404 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7588 /force-app/main/default/classes/MetadataService.cls 10400 10 10400 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7588 /force-app/main/default/classes/MetadataService.cls 10400 10 10400 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7589 /force-app/main/default/classes/MetadataService.cls 10401 20 10401 96 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
7589 /force-app/main/default/classes/MetadataService.cls 10401 20 10401 96 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
7590 /force-app/main/default/classes/MetadataService.cls 10401 20 10401 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7590 /force-app/main/default/classes/MetadataService.cls 10401 20 10401 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7591 /force-app/main/default/classes/MetadataService.cls 10402 20 10402 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7591 /force-app/main/default/classes/MetadataService.cls 10402 20 10402 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7592 /force-app/main/default/classes/MetadataService.cls 10402 20 10402 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7592 /force-app/main/default/classes/MetadataService.cls 10402 20 10402 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7593 /force-app/main/default/classes/MetadataService.cls 10403 20 10403 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7593 /force-app/main/default/classes/MetadataService.cls 10403 20 10403 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7594 /force-app/main/default/classes/MetadataService.cls 10403 20 10403 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7594 /force-app/main/default/classes/MetadataService.cls 10403 20 10403 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7595 /force-app/main/default/classes/MetadataService.cls 10405 9 10411 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7595 /force-app/main/default/classes/MetadataService.cls 10405 9 10411 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7596 /force-app/main/default/classes/MetadataService.cls 10405 9 10411 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNetworkBrandingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7596 /force-app/main/default/classes/MetadataService.cls 10405 9 10411 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNetworkBrandingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7597 /force-app/main/default/classes/MetadataService.cls 10407 10 10407 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7597 /force-app/main/default/classes/MetadataService.cls 10407 10 10407 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7598 /force-app/main/default/classes/MetadataService.cls 10408 20 10408 93 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
7598 /force-app/main/default/classes/MetadataService.cls 10408 20 10408 93 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
7599 /force-app/main/default/classes/MetadataService.cls 10408 20 10408 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7599 /force-app/main/default/classes/MetadataService.cls 10408 20 10408 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7600 /force-app/main/default/classes/MetadataService.cls 10409 20 10409 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7600 /force-app/main/default/classes/MetadataService.cls 10409 20 10409 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7601 /force-app/main/default/classes/MetadataService.cls 10409 20 10409 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7601 /force-app/main/default/classes/MetadataService.cls 10409 20 10409 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7602 /force-app/main/default/classes/MetadataService.cls 10410 20 10410 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7602 /force-app/main/default/classes/MetadataService.cls 10410 20 10410 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7603 /force-app/main/default/classes/MetadataService.cls 10410 20 10410 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7603 /force-app/main/default/classes/MetadataService.cls 10410 20 10410 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7604 /force-app/main/default/classes/MetadataService.cls 10412 9 10418 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7604 /force-app/main/default/classes/MetadataService.cls 10412 9 10418 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7605 /force-app/main/default/classes/MetadataService.cls 10414 10 10414 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7605 /force-app/main/default/classes/MetadataService.cls 10414 10 10414 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7606 /force-app/main/default/classes/MetadataService.cls 10415 20 10415 96 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
7606 /force-app/main/default/classes/MetadataService.cls 10415 20 10415 96 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
7607 /force-app/main/default/classes/MetadataService.cls 10415 20 10415 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7607 /force-app/main/default/classes/MetadataService.cls 10415 20 10415 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7608 /force-app/main/default/classes/MetadataService.cls 10416 20 10416 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7608 /force-app/main/default/classes/MetadataService.cls 10416 20 10416 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7609 /force-app/main/default/classes/MetadataService.cls 10416 20 10416 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7609 /force-app/main/default/classes/MetadataService.cls 10416 20 10416 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7610 /force-app/main/default/classes/MetadataService.cls 10417 20 10417 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7610 /force-app/main/default/classes/MetadataService.cls 10417 20 10417 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7611 /force-app/main/default/classes/MetadataService.cls 10417 20 10417 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7611 /force-app/main/default/classes/MetadataService.cls 10417 20 10417 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7612 /force-app/main/default/classes/MetadataService.cls 10419 9 10425 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7612 /force-app/main/default/classes/MetadataService.cls 10419 9 10425 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7613 /force-app/main/default/classes/MetadataService.cls 10419 9 10425 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSocialCustomerServiceSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7613 /force-app/main/default/classes/MetadataService.cls 10419 9 10425 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSocialCustomerServiceSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7614 /force-app/main/default/classes/MetadataService.cls 10421 10 10421 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7614 /force-app/main/default/classes/MetadataService.cls 10421 10 10421 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7615 /force-app/main/default/classes/MetadataService.cls 10422 20 10422 93 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
7615 /force-app/main/default/classes/MetadataService.cls 10422 20 10422 93 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
7616 /force-app/main/default/classes/MetadataService.cls 10422 20 10422 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7616 /force-app/main/default/classes/MetadataService.cls 10422 20 10422 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7617 /force-app/main/default/classes/MetadataService.cls 10423 20 10423 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7617 /force-app/main/default/classes/MetadataService.cls 10423 20 10423 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7618 /force-app/main/default/classes/MetadataService.cls 10423 20 10423 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7618 /force-app/main/default/classes/MetadataService.cls 10423 20 10423 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7619 /force-app/main/default/classes/MetadataService.cls 10424 20 10424 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7619 /force-app/main/default/classes/MetadataService.cls 10424 20 10424 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7620 /force-app/main/default/classes/MetadataService.cls 10424 20 10424 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7620 /force-app/main/default/classes/MetadataService.cls 10424 20 10424 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7621 /force-app/main/default/classes/MetadataService.cls 10426 9 10432 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7621 /force-app/main/default/classes/MetadataService.cls 10426 9 10432 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7622 /force-app/main/default/classes/MetadataService.cls 10428 10 10428 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7622 /force-app/main/default/classes/MetadataService.cls 10428 10 10428 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7623 /force-app/main/default/classes/MetadataService.cls 10429 20 10429 96 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
7623 /force-app/main/default/classes/MetadataService.cls 10429 20 10429 96 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
7624 /force-app/main/default/classes/MetadataService.cls 10429 20 10429 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7624 /force-app/main/default/classes/MetadataService.cls 10429 20 10429 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7625 /force-app/main/default/classes/MetadataService.cls 10430 20 10430 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7625 /force-app/main/default/classes/MetadataService.cls 10430 20 10430 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7626 /force-app/main/default/classes/MetadataService.cls 10430 20 10430 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7626 /force-app/main/default/classes/MetadataService.cls 10430 20 10430 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7627 /force-app/main/default/classes/MetadataService.cls 10431 20 10431 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7627 /force-app/main/default/classes/MetadataService.cls 10431 20 10431 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7628 /force-app/main/default/classes/MetadataService.cls 10431 20 10431 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7628 /force-app/main/default/classes/MetadataService.cls 10431 20 10431 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7629 /force-app/main/default/classes/MetadataService.cls 10433 9 10439 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7629 /force-app/main/default/classes/MetadataService.cls 10433 9 10439 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7630 /force-app/main/default/classes/MetadataService.cls 10433 9 10439 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTopicsForObjectsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7630 /force-app/main/default/classes/MetadataService.cls 10433 9 10439 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTopicsForObjectsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7631 /force-app/main/default/classes/MetadataService.cls 10435 10 10435 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7631 /force-app/main/default/classes/MetadataService.cls 10435 10 10435 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7632 /force-app/main/default/classes/MetadataService.cls 10436 20 10436 93 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
7632 /force-app/main/default/classes/MetadataService.cls 10436 20 10436 93 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
7633 /force-app/main/default/classes/MetadataService.cls 10436 20 10436 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7633 /force-app/main/default/classes/MetadataService.cls 10436 20 10436 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7634 /force-app/main/default/classes/MetadataService.cls 10437 20 10437 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7634 /force-app/main/default/classes/MetadataService.cls 10437 20 10437 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7635 /force-app/main/default/classes/MetadataService.cls 10437 20 10437 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7635 /force-app/main/default/classes/MetadataService.cls 10437 20 10437 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7636 /force-app/main/default/classes/MetadataService.cls 10438 20 10438 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7636 /force-app/main/default/classes/MetadataService.cls 10438 20 10438 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7637 /force-app/main/default/classes/MetadataService.cls 10438 20 10438 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7637 /force-app/main/default/classes/MetadataService.cls 10438 20 10438 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7638 /force-app/main/default/classes/MetadataService.cls 10440 9 10446 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7638 /force-app/main/default/classes/MetadataService.cls 10440 9 10446 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7639 /force-app/main/default/classes/MetadataService.cls 10442 10 10442 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7639 /force-app/main/default/classes/MetadataService.cls 10442 10 10442 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7640 /force-app/main/default/classes/MetadataService.cls 10443 20 10443 96 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
7640 /force-app/main/default/classes/MetadataService.cls 10443 20 10443 96 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
7641 /force-app/main/default/classes/MetadataService.cls 10443 20 10443 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7641 /force-app/main/default/classes/MetadataService.cls 10443 20 10443 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7642 /force-app/main/default/classes/MetadataService.cls 10444 20 10444 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7642 /force-app/main/default/classes/MetadataService.cls 10444 20 10444 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7643 /force-app/main/default/classes/MetadataService.cls 10444 20 10444 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7643 /force-app/main/default/classes/MetadataService.cls 10444 20 10444 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7644 /force-app/main/default/classes/MetadataService.cls 10445 20 10445 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7644 /force-app/main/default/classes/MetadataService.cls 10445 20 10445 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7645 /force-app/main/default/classes/MetadataService.cls 10445 20 10445 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7645 /force-app/main/default/classes/MetadataService.cls 10445 20 10445 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7646 /force-app/main/default/classes/MetadataService.cls 10447 9 10453 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7646 /force-app/main/default/classes/MetadataService.cls 10447 9 10453 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7647 /force-app/main/default/classes/MetadataService.cls 10447 9 10453 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBrandingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7647 /force-app/main/default/classes/MetadataService.cls 10447 9 10453 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBrandingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7648 /force-app/main/default/classes/MetadataService.cls 10449 10 10449 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7648 /force-app/main/default/classes/MetadataService.cls 10449 10 10449 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7649 /force-app/main/default/classes/MetadataService.cls 10450 20 10450 93 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
7649 /force-app/main/default/classes/MetadataService.cls 10450 20 10450 93 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
7650 /force-app/main/default/classes/MetadataService.cls 10450 20 10450 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7650 /force-app/main/default/classes/MetadataService.cls 10450 20 10450 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7651 /force-app/main/default/classes/MetadataService.cls 10451 20 10451 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7651 /force-app/main/default/classes/MetadataService.cls 10451 20 10451 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7652 /force-app/main/default/classes/MetadataService.cls 10451 20 10451 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7652 /force-app/main/default/classes/MetadataService.cls 10451 20 10451 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7653 /force-app/main/default/classes/MetadataService.cls 10452 20 10452 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7653 /force-app/main/default/classes/MetadataService.cls 10452 20 10452 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7654 /force-app/main/default/classes/MetadataService.cls 10452 20 10452 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7654 /force-app/main/default/classes/MetadataService.cls 10452 20 10452 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7655 /force-app/main/default/classes/MetadataService.cls 10454 9 10460 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7655 /force-app/main/default/classes/MetadataService.cls 10454 9 10460 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7656 /force-app/main/default/classes/MetadataService.cls 10456 10 10456 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7656 /force-app/main/default/classes/MetadataService.cls 10456 10 10456 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7657 /force-app/main/default/classes/MetadataService.cls 10457 20 10457 96 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
7657 /force-app/main/default/classes/MetadataService.cls 10457 20 10457 96 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
7658 /force-app/main/default/classes/MetadataService.cls 10457 20 10457 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7658 /force-app/main/default/classes/MetadataService.cls 10457 20 10457 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7659 /force-app/main/default/classes/MetadataService.cls 10458 20 10458 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7659 /force-app/main/default/classes/MetadataService.cls 10458 20 10458 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7660 /force-app/main/default/classes/MetadataService.cls 10458 20 10458 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7660 /force-app/main/default/classes/MetadataService.cls 10458 20 10458 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7661 /force-app/main/default/classes/MetadataService.cls 10459 20 10459 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7661 /force-app/main/default/classes/MetadataService.cls 10459 20 10459 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7662 /force-app/main/default/classes/MetadataService.cls 10459 20 10459 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7662 /force-app/main/default/classes/MetadataService.cls 10459 20 10459 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7663 /force-app/main/default/classes/MetadataService.cls 10461 9 10467 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7663 /force-app/main/default/classes/MetadataService.cls 10461 9 10467 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7664 /force-app/main/default/classes/MetadataService.cls 10461 9 10467 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProfilePasswordPolicyResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7664 /force-app/main/default/classes/MetadataService.cls 10461 9 10467 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProfilePasswordPolicyResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7665 /force-app/main/default/classes/MetadataService.cls 10463 10 10463 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7665 /force-app/main/default/classes/MetadataService.cls 10463 10 10463 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7666 /force-app/main/default/classes/MetadataService.cls 10464 20 10464 93 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
7666 /force-app/main/default/classes/MetadataService.cls 10464 20 10464 93 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
7667 /force-app/main/default/classes/MetadataService.cls 10464 20 10464 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7667 /force-app/main/default/classes/MetadataService.cls 10464 20 10464 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7668 /force-app/main/default/classes/MetadataService.cls 10465 20 10465 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7668 /force-app/main/default/classes/MetadataService.cls 10465 20 10465 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7669 /force-app/main/default/classes/MetadataService.cls 10465 20 10465 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7669 /force-app/main/default/classes/MetadataService.cls 10465 20 10465 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7670 /force-app/main/default/classes/MetadataService.cls 10466 20 10466 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7670 /force-app/main/default/classes/MetadataService.cls 10466 20 10466 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7671 /force-app/main/default/classes/MetadataService.cls 10466 20 10466 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7671 /force-app/main/default/classes/MetadataService.cls 10466 20 10466 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7672 /force-app/main/default/classes/MetadataService.cls 10468 9 10474 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7672 /force-app/main/default/classes/MetadataService.cls 10468 9 10474 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7673 /force-app/main/default/classes/MetadataService.cls 10470 10 10470 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7673 /force-app/main/default/classes/MetadataService.cls 10470 10 10470 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7674 /force-app/main/default/classes/MetadataService.cls 10471 20 10471 96 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
7674 /force-app/main/default/classes/MetadataService.cls 10471 20 10471 96 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
7675 /force-app/main/default/classes/MetadataService.cls 10471 20 10471 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7675 /force-app/main/default/classes/MetadataService.cls 10471 20 10471 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7676 /force-app/main/default/classes/MetadataService.cls 10472 20 10472 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7676 /force-app/main/default/classes/MetadataService.cls 10472 20 10472 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7677 /force-app/main/default/classes/MetadataService.cls 10472 20 10472 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7677 /force-app/main/default/classes/MetadataService.cls 10472 20 10472 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7678 /force-app/main/default/classes/MetadataService.cls 10473 20 10473 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7678 /force-app/main/default/classes/MetadataService.cls 10473 20 10473 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7679 /force-app/main/default/classes/MetadataService.cls 10473 20 10473 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7679 /force-app/main/default/classes/MetadataService.cls 10473 20 10473 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7680 /force-app/main/default/classes/MetadataService.cls 10475 9 10481 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7680 /force-app/main/default/classes/MetadataService.cls 10475 9 10481 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7681 /force-app/main/default/classes/MetadataService.cls 10475 9 10481 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProfileSessionSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7681 /force-app/main/default/classes/MetadataService.cls 10475 9 10481 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProfileSessionSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7682 /force-app/main/default/classes/MetadataService.cls 10477 10 10477 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7682 /force-app/main/default/classes/MetadataService.cls 10477 10 10477 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7683 /force-app/main/default/classes/MetadataService.cls 10478 20 10478 93 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
7683 /force-app/main/default/classes/MetadataService.cls 10478 20 10478 93 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
7684 /force-app/main/default/classes/MetadataService.cls 10478 20 10478 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7684 /force-app/main/default/classes/MetadataService.cls 10478 20 10478 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7685 /force-app/main/default/classes/MetadataService.cls 10479 20 10479 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7685 /force-app/main/default/classes/MetadataService.cls 10479 20 10479 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7686 /force-app/main/default/classes/MetadataService.cls 10479 20 10479 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7686 /force-app/main/default/classes/MetadataService.cls 10479 20 10479 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7687 /force-app/main/default/classes/MetadataService.cls 10480 20 10480 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7687 /force-app/main/default/classes/MetadataService.cls 10480 20 10480 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7688 /force-app/main/default/classes/MetadataService.cls 10480 20 10480 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7688 /force-app/main/default/classes/MetadataService.cls 10480 20 10480 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7689 /force-app/main/default/classes/MetadataService.cls 10482 9 10488 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7689 /force-app/main/default/classes/MetadataService.cls 10482 9 10488 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7690 /force-app/main/default/classes/MetadataService.cls 10484 10 10484 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7690 /force-app/main/default/classes/MetadataService.cls 10484 10 10484 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7691 /force-app/main/default/classes/MetadataService.cls 10485 20 10485 96 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
7691 /force-app/main/default/classes/MetadataService.cls 10485 20 10485 96 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
7692 /force-app/main/default/classes/MetadataService.cls 10485 20 10485 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7692 /force-app/main/default/classes/MetadataService.cls 10485 20 10485 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7693 /force-app/main/default/classes/MetadataService.cls 10486 20 10486 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7693 /force-app/main/default/classes/MetadataService.cls 10486 20 10486 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7694 /force-app/main/default/classes/MetadataService.cls 10486 20 10486 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7694 /force-app/main/default/classes/MetadataService.cls 10486 20 10486 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7695 /force-app/main/default/classes/MetadataService.cls 10487 20 10487 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7695 /force-app/main/default/classes/MetadataService.cls 10487 20 10487 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7696 /force-app/main/default/classes/MetadataService.cls 10487 20 10487 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7696 /force-app/main/default/classes/MetadataService.cls 10487 20 10487 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7697 /force-app/main/default/classes/MetadataService.cls 10489 9 10495 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7697 /force-app/main/default/classes/MetadataService.cls 10489 9 10495 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7698 /force-app/main/default/classes/MetadataService.cls 10489 9 10495 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCspTrustedSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7698 /force-app/main/default/classes/MetadataService.cls 10489 9 10495 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCspTrustedSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7699 /force-app/main/default/classes/MetadataService.cls 10491 10 10491 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7699 /force-app/main/default/classes/MetadataService.cls 10491 10 10491 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7700 /force-app/main/default/classes/MetadataService.cls 10492 20 10492 93 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
7700 /force-app/main/default/classes/MetadataService.cls 10492 20 10492 93 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
7701 /force-app/main/default/classes/MetadataService.cls 10492 20 10492 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7701 /force-app/main/default/classes/MetadataService.cls 10492 20 10492 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7702 /force-app/main/default/classes/MetadataService.cls 10493 20 10493 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7702 /force-app/main/default/classes/MetadataService.cls 10493 20 10493 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7703 /force-app/main/default/classes/MetadataService.cls 10493 20 10493 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7703 /force-app/main/default/classes/MetadataService.cls 10493 20 10493 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7704 /force-app/main/default/classes/MetadataService.cls 10494 20 10494 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7704 /force-app/main/default/classes/MetadataService.cls 10494 20 10494 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7705 /force-app/main/default/classes/MetadataService.cls 10494 20 10494 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7705 /force-app/main/default/classes/MetadataService.cls 10494 20 10494 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7706 /force-app/main/default/classes/MetadataService.cls 10496 9 10502 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7706 /force-app/main/default/classes/MetadataService.cls 10496 9 10502 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7707 /force-app/main/default/classes/MetadataService.cls 10498 10 10498 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7707 /force-app/main/default/classes/MetadataService.cls 10498 10 10498 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7708 /force-app/main/default/classes/MetadataService.cls 10499 20 10499 96 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
7708 /force-app/main/default/classes/MetadataService.cls 10499 20 10499 96 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
7709 /force-app/main/default/classes/MetadataService.cls 10499 20 10499 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7709 /force-app/main/default/classes/MetadataService.cls 10499 20 10499 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7710 /force-app/main/default/classes/MetadataService.cls 10500 20 10500 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7710 /force-app/main/default/classes/MetadataService.cls 10500 20 10500 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7711 /force-app/main/default/classes/MetadataService.cls 10500 20 10500 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7711 /force-app/main/default/classes/MetadataService.cls 10500 20 10500 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7712 /force-app/main/default/classes/MetadataService.cls 10501 20 10501 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7712 /force-app/main/default/classes/MetadataService.cls 10501 20 10501 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7713 /force-app/main/default/classes/MetadataService.cls 10501 20 10501 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7713 /force-app/main/default/classes/MetadataService.cls 10501 20 10501 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7714 /force-app/main/default/classes/MetadataService.cls 10503 9 10509 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7714 /force-app/main/default/classes/MetadataService.cls 10503 9 10509 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7715 /force-app/main/default/classes/MetadataService.cls 10503 9 10509 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEclairGeoDataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7715 /force-app/main/default/classes/MetadataService.cls 10503 9 10509 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEclairGeoDataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7716 /force-app/main/default/classes/MetadataService.cls 10505 10 10505 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7716 /force-app/main/default/classes/MetadataService.cls 10505 10 10505 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7717 /force-app/main/default/classes/MetadataService.cls 10506 20 10506 93 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
7717 /force-app/main/default/classes/MetadataService.cls 10506 20 10506 93 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
7718 /force-app/main/default/classes/MetadataService.cls 10506 20 10506 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7718 /force-app/main/default/classes/MetadataService.cls 10506 20 10506 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7719 /force-app/main/default/classes/MetadataService.cls 10507 20 10507 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7719 /force-app/main/default/classes/MetadataService.cls 10507 20 10507 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7720 /force-app/main/default/classes/MetadataService.cls 10507 20 10507 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7720 /force-app/main/default/classes/MetadataService.cls 10507 20 10507 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7721 /force-app/main/default/classes/MetadataService.cls 10508 20 10508 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7721 /force-app/main/default/classes/MetadataService.cls 10508 20 10508 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7722 /force-app/main/default/classes/MetadataService.cls 10508 20 10508 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7722 /force-app/main/default/classes/MetadataService.cls 10508 20 10508 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7723 /force-app/main/default/classes/MetadataService.cls 10510 9 10516 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7723 /force-app/main/default/classes/MetadataService.cls 10510 9 10516 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7724 /force-app/main/default/classes/MetadataService.cls 10512 10 10512 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7724 /force-app/main/default/classes/MetadataService.cls 10512 10 10512 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7725 /force-app/main/default/classes/MetadataService.cls 10513 20 10513 96 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
7725 /force-app/main/default/classes/MetadataService.cls 10513 20 10513 96 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
7726 /force-app/main/default/classes/MetadataService.cls 10513 20 10513 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7726 /force-app/main/default/classes/MetadataService.cls 10513 20 10513 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7727 /force-app/main/default/classes/MetadataService.cls 10514 20 10514 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7727 /force-app/main/default/classes/MetadataService.cls 10514 20 10514 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7728 /force-app/main/default/classes/MetadataService.cls 10514 20 10514 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7728 /force-app/main/default/classes/MetadataService.cls 10514 20 10514 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7729 /force-app/main/default/classes/MetadataService.cls 10515 20 10515 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7729 /force-app/main/default/classes/MetadataService.cls 10515 20 10515 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7730 /force-app/main/default/classes/MetadataService.cls 10515 20 10515 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7730 /force-app/main/default/classes/MetadataService.cls 10515 20 10515 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7731 /force-app/main/default/classes/MetadataService.cls 10517 9 10523 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7731 /force-app/main/default/classes/MetadataService.cls 10517 9 10523 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7732 /force-app/main/default/classes/MetadataService.cls 10517 9 10523 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readExternalServiceRegistrationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7732 /force-app/main/default/classes/MetadataService.cls 10517 9 10523 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readExternalServiceRegistrationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7733 /force-app/main/default/classes/MetadataService.cls 10519 10 10519 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7733 /force-app/main/default/classes/MetadataService.cls 10519 10 10519 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7734 /force-app/main/default/classes/MetadataService.cls 10520 20 10520 93 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
7734 /force-app/main/default/classes/MetadataService.cls 10520 20 10520 93 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
7735 /force-app/main/default/classes/MetadataService.cls 10520 20 10520 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7735 /force-app/main/default/classes/MetadataService.cls 10520 20 10520 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7736 /force-app/main/default/classes/MetadataService.cls 10521 20 10521 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7736 /force-app/main/default/classes/MetadataService.cls 10521 20 10521 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7737 /force-app/main/default/classes/MetadataService.cls 10521 20 10521 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7737 /force-app/main/default/classes/MetadataService.cls 10521 20 10521 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7738 /force-app/main/default/classes/MetadataService.cls 10522 20 10522 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7738 /force-app/main/default/classes/MetadataService.cls 10522 20 10522 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7739 /force-app/main/default/classes/MetadataService.cls 10522 20 10522 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7739 /force-app/main/default/classes/MetadataService.cls 10522 20 10522 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7740 /force-app/main/default/classes/MetadataService.cls 10524 9 10530 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7740 /force-app/main/default/classes/MetadataService.cls 10524 9 10530 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7741 /force-app/main/default/classes/MetadataService.cls 10526 10 10526 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7741 /force-app/main/default/classes/MetadataService.cls 10526 10 10526 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7742 /force-app/main/default/classes/MetadataService.cls 10527 20 10527 96 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
7742 /force-app/main/default/classes/MetadataService.cls 10527 20 10527 96 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
7743 /force-app/main/default/classes/MetadataService.cls 10527 20 10527 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7743 /force-app/main/default/classes/MetadataService.cls 10527 20 10527 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7744 /force-app/main/default/classes/MetadataService.cls 10528 20 10528 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7744 /force-app/main/default/classes/MetadataService.cls 10528 20 10528 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7745 /force-app/main/default/classes/MetadataService.cls 10528 20 10528 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7745 /force-app/main/default/classes/MetadataService.cls 10528 20 10528 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7746 /force-app/main/default/classes/MetadataService.cls 10529 20 10529 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7746 /force-app/main/default/classes/MetadataService.cls 10529 20 10529 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7747 /force-app/main/default/classes/MetadataService.cls 10529 20 10529 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7747 /force-app/main/default/classes/MetadataService.cls 10529 20 10529 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7748 /force-app/main/default/classes/MetadataService.cls 10531 9 10537 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7748 /force-app/main/default/classes/MetadataService.cls 10531 9 10537 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7749 /force-app/main/default/classes/MetadataService.cls 10531 9 10537 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFileUploadAndDownloadSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7749 /force-app/main/default/classes/MetadataService.cls 10531 9 10537 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFileUploadAndDownloadSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7750 /force-app/main/default/classes/MetadataService.cls 10533 10 10533 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7750 /force-app/main/default/classes/MetadataService.cls 10533 10 10533 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7751 /force-app/main/default/classes/MetadataService.cls 10534 20 10534 93 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
7751 /force-app/main/default/classes/MetadataService.cls 10534 20 10534 93 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
7752 /force-app/main/default/classes/MetadataService.cls 10534 20 10534 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7752 /force-app/main/default/classes/MetadataService.cls 10534 20 10534 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7753 /force-app/main/default/classes/MetadataService.cls 10535 20 10535 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7753 /force-app/main/default/classes/MetadataService.cls 10535 20 10535 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7754 /force-app/main/default/classes/MetadataService.cls 10535 20 10535 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7754 /force-app/main/default/classes/MetadataService.cls 10535 20 10535 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7755 /force-app/main/default/classes/MetadataService.cls 10536 20 10536 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7755 /force-app/main/default/classes/MetadataService.cls 10536 20 10536 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7756 /force-app/main/default/classes/MetadataService.cls 10536 20 10536 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7756 /force-app/main/default/classes/MetadataService.cls 10536 20 10536 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7757 /force-app/main/default/classes/MetadataService.cls 10538 9 10544 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7757 /force-app/main/default/classes/MetadataService.cls 10538 9 10544 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7758 /force-app/main/default/classes/MetadataService.cls 10540 10 10540 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7758 /force-app/main/default/classes/MetadataService.cls 10540 10 10540 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7759 /force-app/main/default/classes/MetadataService.cls 10541 20 10541 96 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
7759 /force-app/main/default/classes/MetadataService.cls 10541 20 10541 96 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
7760 /force-app/main/default/classes/MetadataService.cls 10541 20 10541 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7760 /force-app/main/default/classes/MetadataService.cls 10541 20 10541 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7761 /force-app/main/default/classes/MetadataService.cls 10542 20 10542 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7761 /force-app/main/default/classes/MetadataService.cls 10542 20 10542 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7762 /force-app/main/default/classes/MetadataService.cls 10542 20 10542 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7762 /force-app/main/default/classes/MetadataService.cls 10542 20 10542 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7763 /force-app/main/default/classes/MetadataService.cls 10543 20 10543 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7763 /force-app/main/default/classes/MetadataService.cls 10543 20 10543 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7764 /force-app/main/default/classes/MetadataService.cls 10543 20 10543 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7764 /force-app/main/default/classes/MetadataService.cls 10543 20 10543 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7765 /force-app/main/default/classes/MetadataService.cls 10545 9 10551 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7765 /force-app/main/default/classes/MetadataService.cls 10545 9 10551 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7766 /force-app/main/default/classes/MetadataService.cls 10545 9 10551 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLeadConvertSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7766 /force-app/main/default/classes/MetadataService.cls 10545 9 10551 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLeadConvertSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7767 /force-app/main/default/classes/MetadataService.cls 10547 10 10547 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7767 /force-app/main/default/classes/MetadataService.cls 10547 10 10547 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7768 /force-app/main/default/classes/MetadataService.cls 10548 20 10548 93 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
7768 /force-app/main/default/classes/MetadataService.cls 10548 20 10548 93 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
7769 /force-app/main/default/classes/MetadataService.cls 10548 20 10548 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7769 /force-app/main/default/classes/MetadataService.cls 10548 20 10548 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7770 /force-app/main/default/classes/MetadataService.cls 10549 20 10549 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7770 /force-app/main/default/classes/MetadataService.cls 10549 20 10549 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7771 /force-app/main/default/classes/MetadataService.cls 10549 20 10549 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7771 /force-app/main/default/classes/MetadataService.cls 10549 20 10549 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7772 /force-app/main/default/classes/MetadataService.cls 10550 20 10550 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7772 /force-app/main/default/classes/MetadataService.cls 10550 20 10550 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7773 /force-app/main/default/classes/MetadataService.cls 10550 20 10550 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7773 /force-app/main/default/classes/MetadataService.cls 10550 20 10550 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7774 /force-app/main/default/classes/MetadataService.cls 10552 9 10558 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7774 /force-app/main/default/classes/MetadataService.cls 10552 9 10558 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7775 /force-app/main/default/classes/MetadataService.cls 10554 10 10554 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7775 /force-app/main/default/classes/MetadataService.cls 10554 10 10554 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7776 /force-app/main/default/classes/MetadataService.cls 10555 20 10555 96 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
7776 /force-app/main/default/classes/MetadataService.cls 10555 20 10555 96 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
7777 /force-app/main/default/classes/MetadataService.cls 10555 20 10555 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7777 /force-app/main/default/classes/MetadataService.cls 10555 20 10555 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7778 /force-app/main/default/classes/MetadataService.cls 10556 20 10556 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7778 /force-app/main/default/classes/MetadataService.cls 10556 20 10556 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7779 /force-app/main/default/classes/MetadataService.cls 10556 20 10556 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7779 /force-app/main/default/classes/MetadataService.cls 10556 20 10556 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7780 /force-app/main/default/classes/MetadataService.cls 10557 20 10557 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7780 /force-app/main/default/classes/MetadataService.cls 10557 20 10557 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7781 /force-app/main/default/classes/MetadataService.cls 10557 20 10557 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7781 /force-app/main/default/classes/MetadataService.cls 10557 20 10557 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7782 /force-app/main/default/classes/MetadataService.cls 10559 9 10565 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7782 /force-app/main/default/classes/MetadataService.cls 10559 9 10565 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7783 /force-app/main/default/classes/MetadataService.cls 10559 9 10565 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readUserCriteriaResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7783 /force-app/main/default/classes/MetadataService.cls 10559 9 10565 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readUserCriteriaResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7784 /force-app/main/default/classes/MetadataService.cls 10561 10 10561 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7784 /force-app/main/default/classes/MetadataService.cls 10561 10 10561 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7785 /force-app/main/default/classes/MetadataService.cls 10562 20 10562 93 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
7785 /force-app/main/default/classes/MetadataService.cls 10562 20 10562 93 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
7786 /force-app/main/default/classes/MetadataService.cls 10562 20 10562 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7786 /force-app/main/default/classes/MetadataService.cls 10562 20 10562 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7787 /force-app/main/default/classes/MetadataService.cls 10563 20 10563 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7787 /force-app/main/default/classes/MetadataService.cls 10563 20 10563 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7788 /force-app/main/default/classes/MetadataService.cls 10563 20 10563 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7788 /force-app/main/default/classes/MetadataService.cls 10563 20 10563 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7789 /force-app/main/default/classes/MetadataService.cls 10564 20 10564 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7789 /force-app/main/default/classes/MetadataService.cls 10564 20 10564 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7790 /force-app/main/default/classes/MetadataService.cls 10564 20 10564 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7790 /force-app/main/default/classes/MetadataService.cls 10564 20 10564 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7791 /force-app/main/default/classes/MetadataService.cls 10566 9 10572 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7791 /force-app/main/default/classes/MetadataService.cls 10566 9 10572 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7792 /force-app/main/default/classes/MetadataService.cls 10568 10 10568 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7792 /force-app/main/default/classes/MetadataService.cls 10568 10 10568 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7793 /force-app/main/default/classes/MetadataService.cls 10569 20 10569 96 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
7793 /force-app/main/default/classes/MetadataService.cls 10569 20 10569 96 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
7794 /force-app/main/default/classes/MetadataService.cls 10569 20 10569 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7794 /force-app/main/default/classes/MetadataService.cls 10569 20 10569 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7795 /force-app/main/default/classes/MetadataService.cls 10570 20 10570 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7795 /force-app/main/default/classes/MetadataService.cls 10570 20 10570 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7796 /force-app/main/default/classes/MetadataService.cls 10570 20 10570 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7796 /force-app/main/default/classes/MetadataService.cls 10570 20 10570 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7797 /force-app/main/default/classes/MetadataService.cls 10571 20 10571 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7797 /force-app/main/default/classes/MetadataService.cls 10571 20 10571 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7798 /force-app/main/default/classes/MetadataService.cls 10571 20 10571 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7798 /force-app/main/default/classes/MetadataService.cls 10571 20 10571 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7799 /force-app/main/default/classes/MetadataService.cls 10573 9 10579 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7799 /force-app/main/default/classes/MetadataService.cls 10573 9 10579 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7800 /force-app/main/default/classes/MetadataService.cls 10573 9 10579 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWavexmdResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7800 /force-app/main/default/classes/MetadataService.cls 10573 9 10579 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWavexmdResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7801 /force-app/main/default/classes/MetadataService.cls 10575 10 10575 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7801 /force-app/main/default/classes/MetadataService.cls 10575 10 10575 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7802 /force-app/main/default/classes/MetadataService.cls 10576 20 10576 93 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
7802 /force-app/main/default/classes/MetadataService.cls 10576 20 10576 93 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
7803 /force-app/main/default/classes/MetadataService.cls 10576 20 10576 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7803 /force-app/main/default/classes/MetadataService.cls 10576 20 10576 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7804 /force-app/main/default/classes/MetadataService.cls 10577 20 10577 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7804 /force-app/main/default/classes/MetadataService.cls 10577 20 10577 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7805 /force-app/main/default/classes/MetadataService.cls 10577 20 10577 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7805 /force-app/main/default/classes/MetadataService.cls 10577 20 10577 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7806 /force-app/main/default/classes/MetadataService.cls 10578 20 10578 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7806 /force-app/main/default/classes/MetadataService.cls 10578 20 10578 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7807 /force-app/main/default/classes/MetadataService.cls 10578 20 10578 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7807 /force-app/main/default/classes/MetadataService.cls 10578 20 10578 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7808 /force-app/main/default/classes/MetadataService.cls 10580 9 10585 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7808 /force-app/main/default/classes/MetadataService.cls 10580 9 10585 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7809 /force-app/main/default/classes/MetadataService.cls 10582 20 10582 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7809 /force-app/main/default/classes/MetadataService.cls 10582 20 10582 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7810 /force-app/main/default/classes/MetadataService.cls 10583 20 10583 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7810 /force-app/main/default/classes/MetadataService.cls 10583 20 10583 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7811 /force-app/main/default/classes/MetadataService.cls 10584 20 10584 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7811 /force-app/main/default/classes/MetadataService.cls 10584 20 10584 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7812 /force-app/main/default/classes/MetadataService.cls 10586 9 10593 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7812 /force-app/main/default/classes/MetadataService.cls 10586 9 10593 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7813 /force-app/main/default/classes/MetadataService.cls 10589 20 10589 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 'sourceValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7813 /force-app/main/default/classes/MetadataService.cls 10589 20 10589 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 'sourceValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7814 /force-app/main/default/classes/MetadataService.cls 10590 20 10590 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7814 /force-app/main/default/classes/MetadataService.cls 10590 20 10590 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7815 /force-app/main/default/classes/MetadataService.cls 10591 20 10591 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7815 /force-app/main/default/classes/MetadataService.cls 10591 20 10591 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7816 /force-app/main/default/classes/MetadataService.cls 10592 20 10592 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]*'
7816 /force-app/main/default/classes/MetadataService.cls 10592 20 10592 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]*'
7817 /force-app/main/default/classes/MetadataService.cls 10594 9 10601 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7817 /force-app/main/default/classes/MetadataService.cls 10594 9 10601 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7818 /force-app/main/default/classes/MetadataService.cls 10597 20 10597 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 'propertyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7818 /force-app/main/default/classes/MetadataService.cls 10597 20 10597 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 'propertyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7819 /force-app/main/default/classes/MetadataService.cls 10598 20 10598 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 'propertyValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7819 /force-app/main/default/classes/MetadataService.cls 10598 20 10598 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 'propertyValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7820 /force-app/main/default/classes/MetadataService.cls 10599 20 10599 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7820 /force-app/main/default/classes/MetadataService.cls 10599 20 10599 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7821 /force-app/main/default/classes/MetadataService.cls 10600 20 10600 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]*'
7821 /force-app/main/default/classes/MetadataService.cls 10600 20 10600 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]*'
7822 /force-app/main/default/classes/MetadataService.cls 10602 9 10609 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7822 /force-app/main/default/classes/MetadataService.cls 10602 9 10609 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7823 /force-app/main/default/classes/MetadataService.cls 10605 20 10605 97 pmd 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]*'
7823 /force-app/main/default/classes/MetadataService.cls 10605 20 10605 97 pmd 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]*'
7824 /force-app/main/default/classes/MetadataService.cls 10606 20 10606 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7824 /force-app/main/default/classes/MetadataService.cls 10606 20 10606 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7825 /force-app/main/default/classes/MetadataService.cls 10607 20 10607 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7825 /force-app/main/default/classes/MetadataService.cls 10607 20 10607 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7826 /force-app/main/default/classes/MetadataService.cls 10608 20 10608 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]*'
7826 /force-app/main/default/classes/MetadataService.cls 10608 20 10608 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]*'
7827 /force-app/main/default/classes/MetadataService.cls 10610 9 10633 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7827 /force-app/main/default/classes/MetadataService.cls 10610 9 10633 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7828 /force-app/main/default/classes/MetadataService.cls 10610 9 10633 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7828 /force-app/main/default/classes/MetadataService.cls 10610 9 10633 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7829 /force-app/main/default/classes/MetadataService.cls 10613 20 10613 97 pmd 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]*'
7829 /force-app/main/default/classes/MetadataService.cls 10613 20 10613 97 pmd 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]*'
7830 /force-app/main/default/classes/MetadataService.cls 10615 20 10615 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7830 /force-app/main/default/classes/MetadataService.cls 10615 20 10615 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7831 /force-app/main/default/classes/MetadataService.cls 10623 20 10623 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 'contentSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7831 /force-app/main/default/classes/MetadataService.cls 10623 20 10623 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 'contentSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7832 /force-app/main/default/classes/MetadataService.cls 10624 20 10624 103 pmd 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]*'
7832 /force-app/main/default/classes/MetadataService.cls 10624 20 10624 103 pmd 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]*'
7833 /force-app/main/default/classes/MetadataService.cls 10625 20 10625 103 pmd 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]*'
7833 /force-app/main/default/classes/MetadataService.cls 10625 20 10625 103 pmd 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]*'
7834 /force-app/main/default/classes/MetadataService.cls 10626 20 10626 103 pmd 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]*'
7834 /force-app/main/default/classes/MetadataService.cls 10626 20 10626 103 pmd 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]*'
7835 /force-app/main/default/classes/MetadataService.cls 10627 20 10627 97 pmd 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]*'
7835 /force-app/main/default/classes/MetadataService.cls 10627 20 10627 97 pmd 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]*'
7836 /force-app/main/default/classes/MetadataService.cls 10628 20 10628 89 pmd 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]*'
7836 /force-app/main/default/classes/MetadataService.cls 10628 20 10628 89 pmd 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]*'
7837 /force-app/main/default/classes/MetadataService.cls 10629 20 10629 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 'supportsCaching_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7837 /force-app/main/default/classes/MetadataService.cls 10629 20 10629 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 'supportsCaching_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7838 /force-app/main/default/classes/MetadataService.cls 10630 20 10630 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7838 /force-app/main/default/classes/MetadataService.cls 10630 20 10630 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7839 /force-app/main/default/classes/MetadataService.cls 10631 20 10631 60 pmd FieldNamingConventions 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]*'
7839 /force-app/main/default/classes/MetadataService.cls 10631 20 10631 60 pmd FieldNamingConventions 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]*'
7840 /force-app/main/default/classes/MetadataService.cls 10632 20 10632 173 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 10632 20 10632 173 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 10634 9 10739 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7841 /force-app/main/default/classes/MetadataService.cls 10634 9 10739 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7842 /force-app/main/default/classes/MetadataService.cls 10634 9 10739 3 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)
7842 /force-app/main/default/classes/MetadataService.cls 10634 9 10739 3 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)
7843 /force-app/main/default/classes/MetadataService.cls 10634 9 10739 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7843 /force-app/main/default/classes/MetadataService.cls 10634 9 10739 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7844 /force-app/main/default/classes/MetadataService.cls 10637 20 10637 97 pmd 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]*'
7844 /force-app/main/default/classes/MetadataService.cls 10637 20 10637 97 pmd 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]*'
7845 /force-app/main/default/classes/MetadataService.cls 10687 20 10687 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 'allowInternalUserLogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7845 /force-app/main/default/classes/MetadataService.cls 10687 20 10687 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 'allowInternalUserLogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7846 /force-app/main/default/classes/MetadataService.cls 10688 20 10688 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 'allowMembersToFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7846 /force-app/main/default/classes/MetadataService.cls 10688 20 10688 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 'allowMembersToFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7847 /force-app/main/default/classes/MetadataService.cls 10689 20 10689 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 'allowedExtensions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7847 /force-app/main/default/classes/MetadataService.cls 10689 20 10689 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 'allowedExtensions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7848 /force-app/main/default/classes/MetadataService.cls 10690 20 10690 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 'caseCommentEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7848 /force-app/main/default/classes/MetadataService.cls 10690 20 10690 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 'caseCommentEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7849 /force-app/main/default/classes/MetadataService.cls 10691 20 10691 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 'changePasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7849 /force-app/main/default/classes/MetadataService.cls 10691 20 10691 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 'changePasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7850 /force-app/main/default/classes/MetadataService.cls 10692 20 10692 109 pmd 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]*'
7850 /force-app/main/default/classes/MetadataService.cls 10692 20 10692 109 pmd 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]*'
7851 /force-app/main/default/classes/MetadataService.cls 10693 20 10693 103 pmd 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]*'
7851 /force-app/main/default/classes/MetadataService.cls 10693 20 10693 103 pmd 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]*'
7852 /force-app/main/default/classes/MetadataService.cls 10694 20 10694 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 'disableReputationRecordConversations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7852 /force-app/main/default/classes/MetadataService.cls 10694 20 10694 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 'disableReputationRecordConversations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7853 /force-app/main/default/classes/MetadataService.cls 10695 20 10695 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 'emailFooterLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7853 /force-app/main/default/classes/MetadataService.cls 10695 20 10695 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 'emailFooterLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7854 /force-app/main/default/classes/MetadataService.cls 10696 20 10696 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 'emailFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7854 /force-app/main/default/classes/MetadataService.cls 10696 20 10696 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 'emailFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7855 /force-app/main/default/classes/MetadataService.cls 10697 20 10697 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7855 /force-app/main/default/classes/MetadataService.cls 10697 20 10697 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7856 /force-app/main/default/classes/MetadataService.cls 10698 20 10698 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7856 /force-app/main/default/classes/MetadataService.cls 10698 20 10698 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7857 /force-app/main/default/classes/MetadataService.cls 10699 20 10699 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 'enableCustomVFErrorPageOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7857 /force-app/main/default/classes/MetadataService.cls 10699 20 10699 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 'enableCustomVFErrorPageOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7858 /force-app/main/default/classes/MetadataService.cls 10700 20 10700 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 'enableDirectMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7858 /force-app/main/default/classes/MetadataService.cls 10700 20 10700 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 'enableDirectMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7859 /force-app/main/default/classes/MetadataService.cls 10701 20 10701 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 'enableGuestChatter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7859 /force-app/main/default/classes/MetadataService.cls 10701 20 10701 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 'enableGuestChatter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7860 /force-app/main/default/classes/MetadataService.cls 10702 20 10702 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 'enableGuestFileAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7860 /force-app/main/default/classes/MetadataService.cls 10702 20 10702 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 'enableGuestFileAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7861 /force-app/main/default/classes/MetadataService.cls 10703 20 10703 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 'enableInvitation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7861 /force-app/main/default/classes/MetadataService.cls 10703 20 10703 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 'enableInvitation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7862 /force-app/main/default/classes/MetadataService.cls 10704 20 10704 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 'enableKnowledgeable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7862 /force-app/main/default/classes/MetadataService.cls 10704 20 10704 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 'enableKnowledgeable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7863 /force-app/main/default/classes/MetadataService.cls 10705 20 10705 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 'enableNicknameDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7863 /force-app/main/default/classes/MetadataService.cls 10705 20 10705 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 'enableNicknameDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7864 /force-app/main/default/classes/MetadataService.cls 10706 20 10706 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 'enablePrivateMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7864 /force-app/main/default/classes/MetadataService.cls 10706 20 10706 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 'enablePrivateMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7865 /force-app/main/default/classes/MetadataService.cls 10707 20 10707 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7865 /force-app/main/default/classes/MetadataService.cls 10707 20 10707 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7866 /force-app/main/default/classes/MetadataService.cls 10708 20 10708 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 'enableShowAllNetworkSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7866 /force-app/main/default/classes/MetadataService.cls 10708 20 10708 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 'enableShowAllNetworkSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7867 /force-app/main/default/classes/MetadataService.cls 10709 20 10709 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 'enableSiteAsContainer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7867 /force-app/main/default/classes/MetadataService.cls 10709 20 10709 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 'enableSiteAsContainer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7868 /force-app/main/default/classes/MetadataService.cls 10710 20 10710 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 'enableTalkingAboutStats_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7868 /force-app/main/default/classes/MetadataService.cls 10710 20 10710 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 'enableTalkingAboutStats_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7869 /force-app/main/default/classes/MetadataService.cls 10711 20 10711 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 'enableTopicAssignmentRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7869 /force-app/main/default/classes/MetadataService.cls 10711 20 10711 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 'enableTopicAssignmentRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7870 /force-app/main/default/classes/MetadataService.cls 10712 20 10712 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 'enableTopicSuggestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7870 /force-app/main/default/classes/MetadataService.cls 10712 20 10712 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 'enableTopicSuggestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7871 /force-app/main/default/classes/MetadataService.cls 10713 20 10713 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 'enableUpDownVote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7871 /force-app/main/default/classes/MetadataService.cls 10713 20 10713 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 'enableUpDownVote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7872 /force-app/main/default/classes/MetadataService.cls 10714 20 10714 103 pmd 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]*'
7872 /force-app/main/default/classes/MetadataService.cls 10714 20 10714 103 pmd 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]*'
7873 /force-app/main/default/classes/MetadataService.cls 10715 20 10715 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 'forgotPasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7873 /force-app/main/default/classes/MetadataService.cls 10715 20 10715 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 'forgotPasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7874 /force-app/main/default/classes/MetadataService.cls 10716 20 10716 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 'gatherCustomerSentimentData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7874 /force-app/main/default/classes/MetadataService.cls 10716 20 10716 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 'gatherCustomerSentimentData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7875 /force-app/main/default/classes/MetadataService.cls 10717 20 10717 99 pmd 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]*'
7875 /force-app/main/default/classes/MetadataService.cls 10717 20 10717 99 pmd 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]*'
7876 /force-app/main/default/classes/MetadataService.cls 10718 20 10718 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 'maxFileSizeKb_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7876 /force-app/main/default/classes/MetadataService.cls 10718 20 10718 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 'maxFileSizeKb_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7877 /force-app/main/default/classes/MetadataService.cls 10719 20 10719 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 'navigationLinkSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7877 /force-app/main/default/classes/MetadataService.cls 10719 20 10719 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 'navigationLinkSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7878 /force-app/main/default/classes/MetadataService.cls 10720 20 10720 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 'networkMemberGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7878 /force-app/main/default/classes/MetadataService.cls 10720 20 10720 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 'networkMemberGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7879 /force-app/main/default/classes/MetadataService.cls 10721 20 10721 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 'networkPageOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7879 /force-app/main/default/classes/MetadataService.cls 10721 20 10721 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 'networkPageOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7880 /force-app/main/default/classes/MetadataService.cls 10722 20 10722 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 'newSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7880 /force-app/main/default/classes/MetadataService.cls 10722 20 10722 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 'newSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7881 /force-app/main/default/classes/MetadataService.cls 10723 20 10723 103 pmd 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]*'
7881 /force-app/main/default/classes/MetadataService.cls 10723 20 10723 103 pmd 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]*'
7882 /force-app/main/default/classes/MetadataService.cls 10724 20 10724 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 'recommendationAudience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7882 /force-app/main/default/classes/MetadataService.cls 10724 20 10724 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 'recommendationAudience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7883 /force-app/main/default/classes/MetadataService.cls 10725 20 10725 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 'recommendationDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7883 /force-app/main/default/classes/MetadataService.cls 10725 20 10725 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 'recommendationDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7884 /force-app/main/default/classes/MetadataService.cls 10726 20 10726 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7884 /force-app/main/default/classes/MetadataService.cls 10726 20 10726 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7885 /force-app/main/default/classes/MetadataService.cls 10727 20 10727 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 'reputationPointsRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7885 /force-app/main/default/classes/MetadataService.cls 10727 20 10727 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 'reputationPointsRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7886 /force-app/main/default/classes/MetadataService.cls 10728 20 10728 109 pmd 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]*'
7886 /force-app/main/default/classes/MetadataService.cls 10728 20 10728 109 pmd 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]*'
7887 /force-app/main/default/classes/MetadataService.cls 10729 20 10729 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 'selfRegistration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7887 /force-app/main/default/classes/MetadataService.cls 10729 20 10729 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 'selfRegistration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7888 /force-app/main/default/classes/MetadataService.cls 10730 20 10730 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7888 /force-app/main/default/classes/MetadataService.cls 10730 20 10730 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7889 /force-app/main/default/classes/MetadataService.cls 10731 20 10731 89 pmd 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]*'
7889 /force-app/main/default/classes/MetadataService.cls 10731 20 10731 89 pmd 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]*'
7890 /force-app/main/default/classes/MetadataService.cls 10732 20 10732 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7890 /force-app/main/default/classes/MetadataService.cls 10732 20 10732 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7891 /force-app/main/default/classes/MetadataService.cls 10733 20 10733 89 pmd 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]*'
7891 /force-app/main/default/classes/MetadataService.cls 10733 20 10733 89 pmd 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]*'
7892 /force-app/main/default/classes/MetadataService.cls 10734 20 10734 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7892 /force-app/main/default/classes/MetadataService.cls 10734 20 10734 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7893 /force-app/main/default/classes/MetadataService.cls 10735 20 10735 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 'welcomeTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7893 /force-app/main/default/classes/MetadataService.cls 10735 20 10735 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 'welcomeTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7894 /force-app/main/default/classes/MetadataService.cls 10736 20 10736 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7894 /force-app/main/default/classes/MetadataService.cls 10736 20 10736 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7895 /force-app/main/default/classes/MetadataService.cls 10737 20 10737 60 pmd FieldNamingConventions 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]*'
7895 /force-app/main/default/classes/MetadataService.cls 10737 20 10737 60 pmd FieldNamingConventions 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]*'
7896 /force-app/main/default/classes/MetadataService.cls 10738 20 10738 1099 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7896 /force-app/main/default/classes/MetadataService.cls 10738 20 10738 1099 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7897 /force-app/main/default/classes/MetadataService.cls 10740 9 10767 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7897 /force-app/main/default/classes/MetadataService.cls 10740 9 10767 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7898 /force-app/main/default/classes/MetadataService.cls 10740 9 10767 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7898 /force-app/main/default/classes/MetadataService.cls 10740 9 10767 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7899 /force-app/main/default/classes/MetadataService.cls 10753 20 10753 99 pmd 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]*'
7899 /force-app/main/default/classes/MetadataService.cls 10753 20 10753 99 pmd 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]*'
7900 /force-app/main/default/classes/MetadataService.cls 10754 20 10754 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7900 /force-app/main/default/classes/MetadataService.cls 10754 20 10754 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7901 /force-app/main/default/classes/MetadataService.cls 10755 20 10755 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 'isConfirmationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7901 /force-app/main/default/classes/MetadataService.cls 10755 20 10755 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 'isConfirmationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7902 /force-app/main/default/classes/MetadataService.cls 10756 20 10756 109 pmd 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]*'
7902 /force-app/main/default/classes/MetadataService.cls 10756 20 10756 109 pmd 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]*'
7903 /force-app/main/default/classes/MetadataService.cls 10757 20 10757 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7903 /force-app/main/default/classes/MetadataService.cls 10757 20 10757 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7904 /force-app/main/default/classes/MetadataService.cls 10758 20 10758 97 pmd 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]*'
7904 /force-app/main/default/classes/MetadataService.cls 10758 20 10758 97 pmd 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]*'
7905 /force-app/main/default/classes/MetadataService.cls 10759 20 10759 97 pmd 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]*'
7905 /force-app/main/default/classes/MetadataService.cls 10759 20 10759 97 pmd 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]*'
7906 /force-app/main/default/classes/MetadataService.cls 10760 20 10760 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 'method_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7906 /force-app/main/default/classes/MetadataService.cls 10760 20 10760 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 'method_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7907 /force-app/main/default/classes/MetadataService.cls 10761 20 10761 97 pmd 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]*'
7907 /force-app/main/default/classes/MetadataService.cls 10761 20 10761 97 pmd 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]*'
7908 /force-app/main/default/classes/MetadataService.cls 10762 20 10762 103 pmd 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]*'
7908 /force-app/main/default/classes/MetadataService.cls 10762 20 10762 103 pmd 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]*'
7909 /force-app/main/default/classes/MetadataService.cls 10763 20 10763 99 pmd 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]*'
7909 /force-app/main/default/classes/MetadataService.cls 10763 20 10763 99 pmd 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]*'
7910 /force-app/main/default/classes/MetadataService.cls 10764 20 10764 109 pmd 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]*'
7910 /force-app/main/default/classes/MetadataService.cls 10764 20 10764 109 pmd 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]*'
7911 /force-app/main/default/classes/MetadataService.cls 10765 20 10765 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7911 /force-app/main/default/classes/MetadataService.cls 10765 20 10765 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7912 /force-app/main/default/classes/MetadataService.cls 10766 20 10766 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]*'
7912 /force-app/main/default/classes/MetadataService.cls 10766 20 10766 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]*'
7913 /force-app/main/default/classes/MetadataService.cls 10768 9 10791 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7913 /force-app/main/default/classes/MetadataService.cls 10768 9 10791 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7914 /force-app/main/default/classes/MetadataService.cls 10768 9 10791 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7914 /force-app/main/default/classes/MetadataService.cls 10768 9 10791 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7915 /force-app/main/default/classes/MetadataService.cls 10779 20 10779 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7915 /force-app/main/default/classes/MetadataService.cls 10779 20 10779 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7916 /force-app/main/default/classes/MetadataService.cls 10780 20 10780 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 'criteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7916 /force-app/main/default/classes/MetadataService.cls 10780 20 10780 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 'criteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7917 /force-app/main/default/classes/MetadataService.cls 10781 20 10781 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 'milestoneCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7917 /force-app/main/default/classes/MetadataService.cls 10781 20 10781 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 'milestoneCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7918 /force-app/main/default/classes/MetadataService.cls 10782 20 10782 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 'milestoneCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7918 /force-app/main/default/classes/MetadataService.cls 10782 20 10782 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 'milestoneCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7919 /force-app/main/default/classes/MetadataService.cls 10783 20 10783 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 'milestoneName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7919 /force-app/main/default/classes/MetadataService.cls 10783 20 10783 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 'milestoneName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7920 /force-app/main/default/classes/MetadataService.cls 10784 20 10784 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 'minutesCustomClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7920 /force-app/main/default/classes/MetadataService.cls 10784 20 10784 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 'minutesCustomClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7921 /force-app/main/default/classes/MetadataService.cls 10785 20 10785 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 'minutesToComplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7921 /force-app/main/default/classes/MetadataService.cls 10785 20 10785 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 'minutesToComplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7922 /force-app/main/default/classes/MetadataService.cls 10786 20 10786 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 'successActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7922 /force-app/main/default/classes/MetadataService.cls 10786 20 10786 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 'successActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7923 /force-app/main/default/classes/MetadataService.cls 10787 20 10787 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 'timeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7923 /force-app/main/default/classes/MetadataService.cls 10787 20 10787 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 'timeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7924 /force-app/main/default/classes/MetadataService.cls 10788 20 10788 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 'useCriteriaStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7924 /force-app/main/default/classes/MetadataService.cls 10788 20 10788 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 'useCriteriaStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7925 /force-app/main/default/classes/MetadataService.cls 10789 20 10789 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7925 /force-app/main/default/classes/MetadataService.cls 10789 20 10789 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7926 /force-app/main/default/classes/MetadataService.cls 10790 20 10790 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]*'
7926 /force-app/main/default/classes/MetadataService.cls 10790 20 10790 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]*'
7927 /force-app/main/default/classes/MetadataService.cls 10792 9 10801 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7927 /force-app/main/default/classes/MetadataService.cls 10792 9 10801 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7928 /force-app/main/default/classes/MetadataService.cls 10796 20 10796 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7928 /force-app/main/default/classes/MetadataService.cls 10796 20 10796 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7929 /force-app/main/default/classes/MetadataService.cls 10797 20 10797 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7929 /force-app/main/default/classes/MetadataService.cls 10797 20 10797 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7930 /force-app/main/default/classes/MetadataService.cls 10798 20 10798 97 pmd 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]*'
7930 /force-app/main/default/classes/MetadataService.cls 10798 20 10798 97 pmd 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]*'
7931 /force-app/main/default/classes/MetadataService.cls 10799 20 10799 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7931 /force-app/main/default/classes/MetadataService.cls 10799 20 10799 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7932 /force-app/main/default/classes/MetadataService.cls 10800 20 10800 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]*'
7932 /force-app/main/default/classes/MetadataService.cls 10800 20 10800 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]*'
7933 /force-app/main/default/classes/MetadataService.cls 10802 9 10823 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7933 /force-app/main/default/classes/MetadataService.cls 10802 9 10823 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7934 /force-app/main/default/classes/MetadataService.cls 10802 9 10823 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7934 /force-app/main/default/classes/MetadataService.cls 10802 9 10823 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7935 /force-app/main/default/classes/MetadataService.cls 10812 20 10812 89 pmd 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]*'
7935 /force-app/main/default/classes/MetadataService.cls 10812 20 10812 89 pmd 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]*'
7936 /force-app/main/default/classes/MetadataService.cls 10813 20 10813 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7936 /force-app/main/default/classes/MetadataService.cls 10813 20 10813 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7937 /force-app/main/default/classes/MetadataService.cls 10814 20 10814 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7937 /force-app/main/default/classes/MetadataService.cls 10814 20 10814 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7938 /force-app/main/default/classes/MetadataService.cls 10815 20 10815 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 'fileProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7938 /force-app/main/default/classes/MetadataService.cls 10815 20 10815 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 'fileProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7939 /force-app/main/default/classes/MetadataService.cls 10816 20 10816 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7939 /force-app/main/default/classes/MetadataService.cls 10816 20 10816 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7940 /force-app/main/default/classes/MetadataService.cls 10817 20 10817 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7940 /force-app/main/default/classes/MetadataService.cls 10817 20 10817 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7941 /force-app/main/default/classes/MetadataService.cls 10818 20 10818 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7941 /force-app/main/default/classes/MetadataService.cls 10818 20 10818 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7942 /force-app/main/default/classes/MetadataService.cls 10819 20 10819 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7942 /force-app/main/default/classes/MetadataService.cls 10819 20 10819 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7943 /force-app/main/default/classes/MetadataService.cls 10820 20 10820 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 'zipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7943 /force-app/main/default/classes/MetadataService.cls 10820 20 10820 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 'zipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7944 /force-app/main/default/classes/MetadataService.cls 10821 20 10821 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7944 /force-app/main/default/classes/MetadataService.cls 10821 20 10821 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7945 /force-app/main/default/classes/MetadataService.cls 10822 20 10822 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]*'
7945 /force-app/main/default/classes/MetadataService.cls 10822 20 10822 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]*'
7946 /force-app/main/default/classes/MetadataService.cls 10824 9 10829 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7946 /force-app/main/default/classes/MetadataService.cls 10824 9 10829 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7947 /force-app/main/default/classes/MetadataService.cls 10826 20 10826 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7947 /force-app/main/default/classes/MetadataService.cls 10826 20 10826 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7948 /force-app/main/default/classes/MetadataService.cls 10827 20 10827 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7948 /force-app/main/default/classes/MetadataService.cls 10827 20 10827 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7949 /force-app/main/default/classes/MetadataService.cls 10828 20 10828 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7949 /force-app/main/default/classes/MetadataService.cls 10828 20 10828 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7950 /force-app/main/default/classes/MetadataService.cls 10830 9 10843 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7950 /force-app/main/default/classes/MetadataService.cls 10830 9 10843 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7951 /force-app/main/default/classes/MetadataService.cls 10833 20 10833 97 pmd 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]*'
7951 /force-app/main/default/classes/MetadataService.cls 10833 20 10833 97 pmd 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]*'
7952 /force-app/main/default/classes/MetadataService.cls 10837 20 10837 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7952 /force-app/main/default/classes/MetadataService.cls 10837 20 10837 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7953 /force-app/main/default/classes/MetadataService.cls 10838 20 10838 103 pmd 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]*'
7953 /force-app/main/default/classes/MetadataService.cls 10838 20 10838 103 pmd 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]*'
7954 /force-app/main/default/classes/MetadataService.cls 10839 20 10839 89 pmd 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]*'
7954 /force-app/main/default/classes/MetadataService.cls 10839 20 10839 89 pmd 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]*'
7955 /force-app/main/default/classes/MetadataService.cls 10840 20 10840 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7955 /force-app/main/default/classes/MetadataService.cls 10840 20 10840 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7956 /force-app/main/default/classes/MetadataService.cls 10841 20 10841 60 pmd FieldNamingConventions 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]*'
7956 /force-app/main/default/classes/MetadataService.cls 10841 20 10841 60 pmd FieldNamingConventions 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]*'
7957 /force-app/main/default/classes/MetadataService.cls 10842 20 10842 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]*'
7957 /force-app/main/default/classes/MetadataService.cls 10842 20 10842 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]*'
7958 /force-app/main/default/classes/MetadataService.cls 10844 9 10849 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7958 /force-app/main/default/classes/MetadataService.cls 10844 9 10849 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7959 /force-app/main/default/classes/MetadataService.cls 10846 20 10846 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7959 /force-app/main/default/classes/MetadataService.cls 10846 20 10846 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7960 /force-app/main/default/classes/MetadataService.cls 10847 20 10847 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7960 /force-app/main/default/classes/MetadataService.cls 10847 20 10847 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7961 /force-app/main/default/classes/MetadataService.cls 10848 20 10848 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]*'
7961 /force-app/main/default/classes/MetadataService.cls 10848 20 10848 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]*'
7962 /force-app/main/default/classes/MetadataService.cls 10850 9 10959 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7962 /force-app/main/default/classes/MetadataService.cls 10850 9 10959 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7963 /force-app/main/default/classes/MetadataService.cls 10850 9 10959 3 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)
7963 /force-app/main/default/classes/MetadataService.cls 10850 9 10959 3 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)
7964 /force-app/main/default/classes/MetadataService.cls 10850 9 10959 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7964 /force-app/main/default/classes/MetadataService.cls 10850 9 10959 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7965 /force-app/main/default/classes/MetadataService.cls 10853 20 10853 97 pmd 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]*'
7965 /force-app/main/default/classes/MetadataService.cls 10853 20 10853 97 pmd 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]*'
7966 /force-app/main/default/classes/MetadataService.cls 10905 20 10905 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7966 /force-app/main/default/classes/MetadataService.cls 10905 20 10905 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7967 /force-app/main/default/classes/MetadataService.cls 10906 20 10906 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 'allowInChatterGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7967 /force-app/main/default/classes/MetadataService.cls 10906 20 10906 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 'allowInChatterGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7968 /force-app/main/default/classes/MetadataService.cls 10907 20 10907 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 'articleTypeChannelDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7968 /force-app/main/default/classes/MetadataService.cls 10907 20 10907 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 'articleTypeChannelDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7969 /force-app/main/default/classes/MetadataService.cls 10908 20 10908 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 'businessProcesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7969 /force-app/main/default/classes/MetadataService.cls 10908 20 10908 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 'businessProcesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7970 /force-app/main/default/classes/MetadataService.cls 10909 20 10909 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7970 /force-app/main/default/classes/MetadataService.cls 10909 20 10909 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7971 /force-app/main/default/classes/MetadataService.cls 10910 20 10910 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 'compactLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7971 /force-app/main/default/classes/MetadataService.cls 10910 20 10910 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 'compactLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7972 /force-app/main/default/classes/MetadataService.cls 10911 20 10911 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 'customHelp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7972 /force-app/main/default/classes/MetadataService.cls 10911 20 10911 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 'customHelp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7973 /force-app/main/default/classes/MetadataService.cls 10912 20 10912 109 pmd 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]*'
7973 /force-app/main/default/classes/MetadataService.cls 10912 20 10912 109 pmd 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]*'
7974 /force-app/main/default/classes/MetadataService.cls 10913 20 10913 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 'customSettingsType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7974 /force-app/main/default/classes/MetadataService.cls 10913 20 10913 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 'customSettingsType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7975 /force-app/main/default/classes/MetadataService.cls 10914 20 10914 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 'dataStewardGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7975 /force-app/main/default/classes/MetadataService.cls 10914 20 10914 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 'dataStewardGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7976 /force-app/main/default/classes/MetadataService.cls 10915 20 10915 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 'dataStewardUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7976 /force-app/main/default/classes/MetadataService.cls 10915 20 10915 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 'dataStewardUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7977 /force-app/main/default/classes/MetadataService.cls 10916 20 10916 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 'deploymentStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7977 /force-app/main/default/classes/MetadataService.cls 10916 20 10916 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 'deploymentStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7978 /force-app/main/default/classes/MetadataService.cls 10917 20 10917 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7978 /force-app/main/default/classes/MetadataService.cls 10917 20 10917 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7979 /force-app/main/default/classes/MetadataService.cls 10918 20 10918 103 pmd 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]*'
7979 /force-app/main/default/classes/MetadataService.cls 10918 20 10918 103 pmd 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]*'
7980 /force-app/main/default/classes/MetadataService.cls 10919 20 10919 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 'enableActivities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7980 /force-app/main/default/classes/MetadataService.cls 10919 20 10919 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 'enableActivities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7981 /force-app/main/default/classes/MetadataService.cls 10920 20 10920 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 'enableBulkApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7981 /force-app/main/default/classes/MetadataService.cls 10920 20 10920 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 'enableBulkApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7982 /force-app/main/default/classes/MetadataService.cls 10921 20 10921 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 'enableChangeDataCapture_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7982 /force-app/main/default/classes/MetadataService.cls 10921 20 10921 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 'enableChangeDataCapture_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7983 /force-app/main/default/classes/MetadataService.cls 10922 20 10922 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 'enableDivisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7983 /force-app/main/default/classes/MetadataService.cls 10922 20 10922 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 'enableDivisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7984 /force-app/main/default/classes/MetadataService.cls 10923 20 10923 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 'enableEnhancedLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7984 /force-app/main/default/classes/MetadataService.cls 10923 20 10923 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 'enableEnhancedLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7985 /force-app/main/default/classes/MetadataService.cls 10924 20 10924 103 pmd 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]*'
7985 /force-app/main/default/classes/MetadataService.cls 10924 20 10924 103 pmd 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]*'
7986 /force-app/main/default/classes/MetadataService.cls 10925 20 10925 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 'enableHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7986 /force-app/main/default/classes/MetadataService.cls 10925 20 10925 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 'enableHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7987 /force-app/main/default/classes/MetadataService.cls 10926 20 10926 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 'enableReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7987 /force-app/main/default/classes/MetadataService.cls 10926 20 10926 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 'enableReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7988 /force-app/main/default/classes/MetadataService.cls 10927 20 10927 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 'enableSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7988 /force-app/main/default/classes/MetadataService.cls 10927 20 10927 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 'enableSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7989 /force-app/main/default/classes/MetadataService.cls 10928 20 10928 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 'enableSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7989 /force-app/main/default/classes/MetadataService.cls 10928 20 10928 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 'enableSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7990 /force-app/main/default/classes/MetadataService.cls 10929 20 10929 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 'enableStreamingApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7990 /force-app/main/default/classes/MetadataService.cls 10929 20 10929 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 'enableStreamingApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7991 /force-app/main/default/classes/MetadataService.cls 10930 20 10930 99 pmd 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]*'
7991 /force-app/main/default/classes/MetadataService.cls 10930 20 10930 99 pmd 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]*'
7992 /force-app/main/default/classes/MetadataService.cls 10931 20 10931 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7992 /force-app/main/default/classes/MetadataService.cls 10931 20 10931 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7993 /force-app/main/default/classes/MetadataService.cls 10932 20 10932 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 'externalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7993 /force-app/main/default/classes/MetadataService.cls 10932 20 10932 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 'externalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7994 /force-app/main/default/classes/MetadataService.cls 10933 20 10933 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 'externalRepository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7994 /force-app/main/default/classes/MetadataService.cls 10933 20 10933 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 'externalRepository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7995 /force-app/main/default/classes/MetadataService.cls 10934 20 10934 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 'externalSharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7995 /force-app/main/default/classes/MetadataService.cls 10934 20 10934 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 'externalSharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7996 /force-app/main/default/classes/MetadataService.cls 10935 20 10935 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7996 /force-app/main/default/classes/MetadataService.cls 10935 20 10935 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7997 /force-app/main/default/classes/MetadataService.cls 10936 20 10936 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7997 /force-app/main/default/classes/MetadataService.cls 10936 20 10936 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7998 /force-app/main/default/classes/MetadataService.cls 10937 20 10937 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7998 /force-app/main/default/classes/MetadataService.cls 10937 20 10937 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7999 /force-app/main/default/classes/MetadataService.cls 10938 20 10938 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 'historyRetentionPolicy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7999 /force-app/main/default/classes/MetadataService.cls 10938 20 10938 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 'historyRetentionPolicy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8000 /force-app/main/default/classes/MetadataService.cls 10939 20 10939 99 pmd 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]*'
8000 /force-app/main/default/classes/MetadataService.cls 10939 20 10939 99 pmd 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]*'
8001 /force-app/main/default/classes/MetadataService.cls 10940 20 10940 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 'indexes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8001 /force-app/main/default/classes/MetadataService.cls 10940 20 10940 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 'indexes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8002 /force-app/main/default/classes/MetadataService.cls 10941 20 10941 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8002 /force-app/main/default/classes/MetadataService.cls 10941 20 10941 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8003 /force-app/main/default/classes/MetadataService.cls 10942 20 10942 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 'listViews_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8003 /force-app/main/default/classes/MetadataService.cls 10942 20 10942 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 'listViews_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8004 /force-app/main/default/classes/MetadataService.cls 10943 20 10943 99 pmd 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]*'
8004 /force-app/main/default/classes/MetadataService.cls 10943 20 10943 99 pmd 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]*'
8005 /force-app/main/default/classes/MetadataService.cls 10944 20 10944 103 pmd 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]*'
8005 /force-app/main/default/classes/MetadataService.cls 10944 20 10944 103 pmd 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]*'
8006 /force-app/main/default/classes/MetadataService.cls 10945 20 10945 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 'recordTypeTrackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8006 /force-app/main/default/classes/MetadataService.cls 10945 20 10945 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 'recordTypeTrackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8007 /force-app/main/default/classes/MetadataService.cls 10946 20 10946 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 'recordTypeTrackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8007 /force-app/main/default/classes/MetadataService.cls 10946 20 10946 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 'recordTypeTrackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8008 /force-app/main/default/classes/MetadataService.cls 10947 20 10947 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8008 /force-app/main/default/classes/MetadataService.cls 10947 20 10947 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8009 /force-app/main/default/classes/MetadataService.cls 10948 20 10948 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 'searchLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8009 /force-app/main/default/classes/MetadataService.cls 10948 20 10948 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 'searchLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8010 /force-app/main/default/classes/MetadataService.cls 10949 20 10949 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 'sharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8010 /force-app/main/default/classes/MetadataService.cls 10949 20 10949 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 'sharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8011 /force-app/main/default/classes/MetadataService.cls 10950 20 10950 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8011 /force-app/main/default/classes/MetadataService.cls 10950 20 10950 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8012 /force-app/main/default/classes/MetadataService.cls 10951 20 10951 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 'sharingRecalculations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8012 /force-app/main/default/classes/MetadataService.cls 10951 20 10951 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 'sharingRecalculations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8013 /force-app/main/default/classes/MetadataService.cls 10952 20 10952 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8013 /force-app/main/default/classes/MetadataService.cls 10952 20 10952 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8014 /force-app/main/default/classes/MetadataService.cls 10953 20 10953 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8014 /force-app/main/default/classes/MetadataService.cls 10953 20 10953 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8015 /force-app/main/default/classes/MetadataService.cls 10954 20 10954 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8015 /force-app/main/default/classes/MetadataService.cls 10954 20 10954 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8016 /force-app/main/default/classes/MetadataService.cls 10955 20 10955 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8016 /force-app/main/default/classes/MetadataService.cls 10955 20 10955 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8017 /force-app/main/default/classes/MetadataService.cls 10956 20 10956 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8017 /force-app/main/default/classes/MetadataService.cls 10956 20 10956 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8018 /force-app/main/default/classes/MetadataService.cls 10957 20 10957 60 pmd FieldNamingConventions 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]*'
8018 /force-app/main/default/classes/MetadataService.cls 10957 20 10957 60 pmd FieldNamingConventions 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]*'
8019 /force-app/main/default/classes/MetadataService.cls 10958 20 10958 945 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8019 /force-app/main/default/classes/MetadataService.cls 10958 20 10958 945 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8020 /force-app/main/default/classes/MetadataService.cls 10960 9 10971 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8020 /force-app/main/default/classes/MetadataService.cls 10960 9 10971 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8021 /force-app/main/default/classes/MetadataService.cls 10965 20 10965 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8021 /force-app/main/default/classes/MetadataService.cls 10965 20 10965 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8022 /force-app/main/default/classes/MetadataService.cls 10966 20 10966 97 pmd 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]*'
8022 /force-app/main/default/classes/MetadataService.cls 10966 20 10966 97 pmd 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]*'
8023 /force-app/main/default/classes/MetadataService.cls 10967 20 10967 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8023 /force-app/main/default/classes/MetadataService.cls 10967 20 10967 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8024 /force-app/main/default/classes/MetadataService.cls 10968 20 10968 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8024 /force-app/main/default/classes/MetadataService.cls 10968 20 10968 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8025 /force-app/main/default/classes/MetadataService.cls 10969 20 10969 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8025 /force-app/main/default/classes/MetadataService.cls 10969 20 10969 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8026 /force-app/main/default/classes/MetadataService.cls 10970 20 10970 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]*'
8026 /force-app/main/default/classes/MetadataService.cls 10970 20 10970 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]*'
8027 /force-app/main/default/classes/MetadataService.cls 10972 9 10979 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8027 /force-app/main/default/classes/MetadataService.cls 10972 9 10979 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8028 /force-app/main/default/classes/MetadataService.cls 10975 20 10975 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8028 /force-app/main/default/classes/MetadataService.cls 10975 20 10975 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8029 /force-app/main/default/classes/MetadataService.cls 10976 20 10976 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 'duplicateRuleFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8029 /force-app/main/default/classes/MetadataService.cls 10976 20 10976 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 'duplicateRuleFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8030 /force-app/main/default/classes/MetadataService.cls 10977 20 10977 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8030 /force-app/main/default/classes/MetadataService.cls 10977 20 10977 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8031 /force-app/main/default/classes/MetadataService.cls 10978 20 10978 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]*'
8031 /force-app/main/default/classes/MetadataService.cls 10978 20 10978 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]*'
8032 /force-app/main/default/classes/MetadataService.cls 10980 9 10995 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8032 /force-app/main/default/classes/MetadataService.cls 10980 9 10995 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8033 /force-app/main/default/classes/MetadataService.cls 10987 20 10987 103 pmd 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]*'
8033 /force-app/main/default/classes/MetadataService.cls 10987 20 10987 103 pmd 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]*'
8034 /force-app/main/default/classes/MetadataService.cls 10988 20 10988 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 'detailHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8034 /force-app/main/default/classes/MetadataService.cls 10988 20 10988 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 'detailHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8035 /force-app/main/default/classes/MetadataService.cls 10989 20 10989 103 pmd 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]*'
8035 /force-app/main/default/classes/MetadataService.cls 10989 20 10989 103 pmd 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]*'
8036 /force-app/main/default/classes/MetadataService.cls 10990 20 10990 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8036 /force-app/main/default/classes/MetadataService.cls 10990 20 10990 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8037 /force-app/main/default/classes/MetadataService.cls 10991 20 10991 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 'layoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8037 /force-app/main/default/classes/MetadataService.cls 10991 20 10991 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 'layoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8038 /force-app/main/default/classes/MetadataService.cls 10992 20 10992 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8038 /force-app/main/default/classes/MetadataService.cls 10992 20 10992 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8039 /force-app/main/default/classes/MetadataService.cls 10993 20 10993 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8039 /force-app/main/default/classes/MetadataService.cls 10993 20 10993 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8040 /force-app/main/default/classes/MetadataService.cls 10994 20 10994 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]*'
8040 /force-app/main/default/classes/MetadataService.cls 10994 20 10994 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]*'
8041 /force-app/main/default/classes/MetadataService.cls 10996 9 11001 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8041 /force-app/main/default/classes/MetadataService.cls 10996 9 11001 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8042 /force-app/main/default/classes/MetadataService.cls 10996 9 11001 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8042 /force-app/main/default/classes/MetadataService.cls 10996 9 11001 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8043 /force-app/main/default/classes/MetadataService.cls 10998 20 10998 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8043 /force-app/main/default/classes/MetadataService.cls 10998 20 10998 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8044 /force-app/main/default/classes/MetadataService.cls 10999 20 10999 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8044 /force-app/main/default/classes/MetadataService.cls 10999 20 10999 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8045 /force-app/main/default/classes/MetadataService.cls 11000 20 11000 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8045 /force-app/main/default/classes/MetadataService.cls 11000 20 11000 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8046 /force-app/main/default/classes/MetadataService.cls 11002 9 11009 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8046 /force-app/main/default/classes/MetadataService.cls 11002 9 11009 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8047 /force-app/main/default/classes/MetadataService.cls 11005 20 11005 89 pmd 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]*'
8047 /force-app/main/default/classes/MetadataService.cls 11005 20 11005 89 pmd 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]*'
8048 /force-app/main/default/classes/MetadataService.cls 11006 20 11006 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8048 /force-app/main/default/classes/MetadataService.cls 11006 20 11006 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8049 /force-app/main/default/classes/MetadataService.cls 11007 20 11007 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8049 /force-app/main/default/classes/MetadataService.cls 11007 20 11007 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8050 /force-app/main/default/classes/MetadataService.cls 11008 20 11008 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]*'
8050 /force-app/main/default/classes/MetadataService.cls 11008 20 11008 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]*'
8051 /force-app/main/default/classes/MetadataService.cls 11010 9 11021 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8051 /force-app/main/default/classes/MetadataService.cls 11010 9 11021 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8052 /force-app/main/default/classes/MetadataService.cls 11015 20 11015 97 pmd 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]*'
8052 /force-app/main/default/classes/MetadataService.cls 11015 20 11015 97 pmd 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]*'
8053 /force-app/main/default/classes/MetadataService.cls 11016 20 11016 103 pmd 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]*'
8053 /force-app/main/default/classes/MetadataService.cls 11016 20 11016 103 pmd 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]*'
8054 /force-app/main/default/classes/MetadataService.cls 11017 20 11017 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 'securityPredicate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8054 /force-app/main/default/classes/MetadataService.cls 11017 20 11017 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 'securityPredicate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8055 /force-app/main/default/classes/MetadataService.cls 11018 20 11018 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 'targetDatasetAlias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8055 /force-app/main/default/classes/MetadataService.cls 11018 20 11018 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 'targetDatasetAlias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8056 /force-app/main/default/classes/MetadataService.cls 11019 20 11019 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8056 /force-app/main/default/classes/MetadataService.cls 11019 20 11019 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8057 /force-app/main/default/classes/MetadataService.cls 11020 20 11020 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]*'
8057 /force-app/main/default/classes/MetadataService.cls 11020 20 11020 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]*'
8058 /force-app/main/default/classes/MetadataService.cls 11022 9 11039 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8058 /force-app/main/default/classes/MetadataService.cls 11022 9 11039 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8059 /force-app/main/default/classes/MetadataService.cls 11022 9 11039 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8059 /force-app/main/default/classes/MetadataService.cls 11022 9 11039 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8060 /force-app/main/default/classes/MetadataService.cls 11028 17 11028 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8060 /force-app/main/default/classes/MetadataService.cls 11028 17 11028 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8061 /force-app/main/default/classes/MetadataService.cls 11030 20 11030 103 pmd 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]*'
8061 /force-app/main/default/classes/MetadataService.cls 11030 20 11030 103 pmd 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]*'
8062 /force-app/main/default/classes/MetadataService.cls 11031 20 11031 103 pmd 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]*'
8062 /force-app/main/default/classes/MetadataService.cls 11031 20 11031 103 pmd 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]*'
8063 /force-app/main/default/classes/MetadataService.cls 11032 20 11032 99 pmd 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]*'
8063 /force-app/main/default/classes/MetadataService.cls 11032 20 11032 99 pmd 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]*'
8064 /force-app/main/default/classes/MetadataService.cls 11033 20 11033 99 pmd 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]*'
8064 /force-app/main/default/classes/MetadataService.cls 11033 20 11033 99 pmd 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]*'
8065 /force-app/main/default/classes/MetadataService.cls 11034 20 11034 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8065 /force-app/main/default/classes/MetadataService.cls 11034 20 11034 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8066 /force-app/main/default/classes/MetadataService.cls 11035 20 11035 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8066 /force-app/main/default/classes/MetadataService.cls 11035 20 11035 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8067 /force-app/main/default/classes/MetadataService.cls 11036 20 11036 109 pmd 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]*'
8067 /force-app/main/default/classes/MetadataService.cls 11036 20 11036 109 pmd 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]*'
8068 /force-app/main/default/classes/MetadataService.cls 11037 20 11037 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8068 /force-app/main/default/classes/MetadataService.cls 11037 20 11037 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8069 /force-app/main/default/classes/MetadataService.cls 11038 20 11038 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8069 /force-app/main/default/classes/MetadataService.cls 11038 20 11038 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8070 /force-app/main/default/classes/MetadataService.cls 11040 9 11055 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8070 /force-app/main/default/classes/MetadataService.cls 11040 9 11055 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8071 /force-app/main/default/classes/MetadataService.cls 11047 20 11047 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8071 /force-app/main/default/classes/MetadataService.cls 11047 20 11047 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8072 /force-app/main/default/classes/MetadataService.cls 11048 20 11048 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 'dateGranularity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8072 /force-app/main/default/classes/MetadataService.cls 11048 20 11048 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 'dateGranularity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8073 /force-app/main/default/classes/MetadataService.cls 11049 20 11049 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8073 /force-app/main/default/classes/MetadataService.cls 11049 20 11049 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8074 /force-app/main/default/classes/MetadataService.cls 11050 20 11050 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 'sortByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8074 /force-app/main/default/classes/MetadataService.cls 11050 20 11050 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 'sortByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8075 /force-app/main/default/classes/MetadataService.cls 11051 20 11051 99 pmd 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]*'
8075 /force-app/main/default/classes/MetadataService.cls 11051 20 11051 99 pmd 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]*'
8076 /force-app/main/default/classes/MetadataService.cls 11052 20 11052 97 pmd 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]*'
8076 /force-app/main/default/classes/MetadataService.cls 11052 20 11052 97 pmd 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]*'
8077 /force-app/main/default/classes/MetadataService.cls 11053 20 11053 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8077 /force-app/main/default/classes/MetadataService.cls 11053 20 11053 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8078 /force-app/main/default/classes/MetadataService.cls 11054 20 11054 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]*'
8078 /force-app/main/default/classes/MetadataService.cls 11054 20 11054 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]*'
8079 /force-app/main/default/classes/MetadataService.cls 11056 9 11085 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8079 /force-app/main/default/classes/MetadataService.cls 11056 9 11085 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8080 /force-app/main/default/classes/MetadataService.cls 11056 9 11085 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8080 /force-app/main/default/classes/MetadataService.cls 11056 9 11085 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8081 /force-app/main/default/classes/MetadataService.cls 11070 20 11070 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 'changed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8081 /force-app/main/default/classes/MetadataService.cls 11070 20 11070 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 'changed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8082 /force-app/main/default/classes/MetadataService.cls 11071 20 11071 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 'columnNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8082 /force-app/main/default/classes/MetadataService.cls 11071 20 11071 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 'columnNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8083 /force-app/main/default/classes/MetadataService.cls 11072 20 11072 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8083 /force-app/main/default/classes/MetadataService.cls 11072 20 11072 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8084 /force-app/main/default/classes/MetadataService.cls 11073 20 11073 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8084 /force-app/main/default/classes/MetadataService.cls 11073 20 11073 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8085 /force-app/main/default/classes/MetadataService.cls 11074 20 11074 103 pmd 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]*'
8085 /force-app/main/default/classes/MetadataService.cls 11074 20 11074 103 pmd 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]*'
8086 /force-app/main/default/classes/MetadataService.cls 11075 20 11075 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 'deleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8086 /force-app/main/default/classes/MetadataService.cls 11075 20 11075 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 'deleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8087 /force-app/main/default/classes/MetadataService.cls 11076 20 11076 97 pmd 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]*'
8087 /force-app/main/default/classes/MetadataService.cls 11076 20 11076 97 pmd 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]*'
8088 /force-app/main/default/classes/MetadataService.cls 11077 20 11077 97 pmd 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]*'
8088 /force-app/main/default/classes/MetadataService.cls 11077 20 11077 97 pmd 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]*'
8089 /force-app/main/default/classes/MetadataService.cls 11078 20 11078 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8089 /force-app/main/default/classes/MetadataService.cls 11078 20 11078 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8090 /force-app/main/default/classes/MetadataService.cls 11079 20 11079 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 'lineNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8090 /force-app/main/default/classes/MetadataService.cls 11079 20 11079 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 'lineNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8091 /force-app/main/default/classes/MetadataService.cls 11080 20 11080 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8091 /force-app/main/default/classes/MetadataService.cls 11080 20 11080 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8092 /force-app/main/default/classes/MetadataService.cls 11081 20 11081 103 pmd 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]*'
8092 /force-app/main/default/classes/MetadataService.cls 11081 20 11081 103 pmd 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]*'
8093 /force-app/main/default/classes/MetadataService.cls 11082 20 11082 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8093 /force-app/main/default/classes/MetadataService.cls 11082 20 11082 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8094 /force-app/main/default/classes/MetadataService.cls 11083 20 11083 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8094 /force-app/main/default/classes/MetadataService.cls 11083 20 11083 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8095 /force-app/main/default/classes/MetadataService.cls 11084 20 11084 206 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8095 /force-app/main/default/classes/MetadataService.cls 11084 20 11084 206 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8096 /force-app/main/default/classes/MetadataService.cls 11086 9 11099 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8096 /force-app/main/default/classes/MetadataService.cls 11086 9 11099 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8097 /force-app/main/default/classes/MetadataService.cls 11092 20 11092 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8097 /force-app/main/default/classes/MetadataService.cls 11092 20 11092 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8098 /force-app/main/default/classes/MetadataService.cls 11093 20 11093 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8098 /force-app/main/default/classes/MetadataService.cls 11093 20 11093 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8099 /force-app/main/default/classes/MetadataService.cls 11094 20 11094 97 pmd 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]*'
8099 /force-app/main/default/classes/MetadataService.cls 11094 20 11094 97 pmd 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]*'
8100 /force-app/main/default/classes/MetadataService.cls 11095 20 11095 99 pmd 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]*'
8100 /force-app/main/default/classes/MetadataService.cls 11095 20 11095 99 pmd 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]*'
8101 /force-app/main/default/classes/MetadataService.cls 11096 20 11096 99 pmd 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]*'
8101 /force-app/main/default/classes/MetadataService.cls 11096 20 11096 99 pmd 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]*'
8102 /force-app/main/default/classes/MetadataService.cls 11097 20 11097 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8102 /force-app/main/default/classes/MetadataService.cls 11097 20 11097 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8103 /force-app/main/default/classes/MetadataService.cls 11098 20 11098 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]*'
8103 /force-app/main/default/classes/MetadataService.cls 11098 20 11098 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]*'
8104 /force-app/main/default/classes/MetadataService.cls 11100 9 11117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8104 /force-app/main/default/classes/MetadataService.cls 11100 9 11117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8105 /force-app/main/default/classes/MetadataService.cls 11100 9 11117 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8105 /force-app/main/default/classes/MetadataService.cls 11100 9 11117 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8106 /force-app/main/default/classes/MetadataService.cls 11106 17 11106 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8106 /force-app/main/default/classes/MetadataService.cls 11106 17 11106 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8107 /force-app/main/default/classes/MetadataService.cls 11108 20 11108 103 pmd 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]*'
8107 /force-app/main/default/classes/MetadataService.cls 11108 20 11108 103 pmd 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]*'
8108 /force-app/main/default/classes/MetadataService.cls 11109 20 11109 103 pmd 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]*'
8108 /force-app/main/default/classes/MetadataService.cls 11109 20 11109 103 pmd 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]*'
8109 /force-app/main/default/classes/MetadataService.cls 11110 20 11110 99 pmd 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]*'
8109 /force-app/main/default/classes/MetadataService.cls 11110 20 11110 99 pmd 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]*'
8110 /force-app/main/default/classes/MetadataService.cls 11111 20 11111 99 pmd 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]*'
8110 /force-app/main/default/classes/MetadataService.cls 11111 20 11111 99 pmd 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]*'
8111 /force-app/main/default/classes/MetadataService.cls 11112 20 11112 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8111 /force-app/main/default/classes/MetadataService.cls 11112 20 11112 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8112 /force-app/main/default/classes/MetadataService.cls 11113 20 11113 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8112 /force-app/main/default/classes/MetadataService.cls 11113 20 11113 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8113 /force-app/main/default/classes/MetadataService.cls 11114 20 11114 109 pmd 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]*'
8113 /force-app/main/default/classes/MetadataService.cls 11114 20 11114 109 pmd 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]*'
8114 /force-app/main/default/classes/MetadataService.cls 11115 20 11115 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8114 /force-app/main/default/classes/MetadataService.cls 11115 20 11115 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8115 /force-app/main/default/classes/MetadataService.cls 11116 20 11116 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8115 /force-app/main/default/classes/MetadataService.cls 11116 20 11116 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8116 /force-app/main/default/classes/MetadataService.cls 11118 9 11125 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8116 /force-app/main/default/classes/MetadataService.cls 11118 9 11125 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8117 /force-app/main/default/classes/MetadataService.cls 11121 20 11121 99 pmd 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]*'
8117 /force-app/main/default/classes/MetadataService.cls 11121 20 11121 99 pmd 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]*'
8118 /force-app/main/default/classes/MetadataService.cls 11122 20 11122 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8118 /force-app/main/default/classes/MetadataService.cls 11122 20 11122 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8119 /force-app/main/default/classes/MetadataService.cls 11123 20 11123 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8119 /force-app/main/default/classes/MetadataService.cls 11123 20 11123 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8120 /force-app/main/default/classes/MetadataService.cls 11124 20 11124 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]*'
8120 /force-app/main/default/classes/MetadataService.cls 11124 20 11124 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]*'
8121 /force-app/main/default/classes/MetadataService.cls 11126 9 11135 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8121 /force-app/main/default/classes/MetadataService.cls 11126 9 11135 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8122 /force-app/main/default/classes/MetadataService.cls 11130 20 11130 103 pmd 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]*'
8122 /force-app/main/default/classes/MetadataService.cls 11130 20 11130 103 pmd 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]*'
8123 /force-app/main/default/classes/MetadataService.cls 11131 20 11131 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 'endAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8123 /force-app/main/default/classes/MetadataService.cls 11131 20 11131 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 'endAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8124 /force-app/main/default/classes/MetadataService.cls 11132 20 11132 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 'startAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8124 /force-app/main/default/classes/MetadataService.cls 11132 20 11132 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 'startAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8125 /force-app/main/default/classes/MetadataService.cls 11133 20 11133 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8125 /force-app/main/default/classes/MetadataService.cls 11133 20 11133 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8126 /force-app/main/default/classes/MetadataService.cls 11134 20 11134 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8126 /force-app/main/default/classes/MetadataService.cls 11134 20 11134 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8127 /force-app/main/default/classes/MetadataService.cls 11136 9 11157 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8127 /force-app/main/default/classes/MetadataService.cls 11136 9 11157 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8128 /force-app/main/default/classes/MetadataService.cls 11136 9 11157 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8128 /force-app/main/default/classes/MetadataService.cls 11136 9 11157 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8129 /force-app/main/default/classes/MetadataService.cls 11139 20 11139 97 pmd 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]*'
8129 /force-app/main/default/classes/MetadataService.cls 11139 20 11139 97 pmd 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]*'
8130 /force-app/main/default/classes/MetadataService.cls 11147 20 11147 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 'externalCommunityUserIdentityVerif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8130 /force-app/main/default/classes/MetadataService.cls 11147 20 11147 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 'externalCommunityUserIdentityVerif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8131 /force-app/main/default/classes/MetadataService.cls 11148 20 11148 103 pmd 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]*'
8131 /force-app/main/default/classes/MetadataService.cls 11148 20 11148 103 pmd 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]*'
8132 /force-app/main/default/classes/MetadataService.cls 11149 20 11149 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8132 /force-app/main/default/classes/MetadataService.cls 11149 20 11149 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8133 /force-app/main/default/classes/MetadataService.cls 11150 20 11150 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 'requiredSessionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8133 /force-app/main/default/classes/MetadataService.cls 11150 20 11150 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 'requiredSessionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8134 /force-app/main/default/classes/MetadataService.cls 11151 20 11151 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 'sessionPersistence_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8134 /force-app/main/default/classes/MetadataService.cls 11151 20 11151 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 'sessionPersistence_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8135 /force-app/main/default/classes/MetadataService.cls 11152 20 11152 109 pmd 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]*'
8135 /force-app/main/default/classes/MetadataService.cls 11152 20 11152 109 pmd 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]*'
8136 /force-app/main/default/classes/MetadataService.cls 11153 20 11153 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 'sessionTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8136 /force-app/main/default/classes/MetadataService.cls 11153 20 11153 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 'sessionTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8137 /force-app/main/default/classes/MetadataService.cls 11154 20 11154 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8137 /force-app/main/default/classes/MetadataService.cls 11154 20 11154 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8138 /force-app/main/default/classes/MetadataService.cls 11155 20 11155 60 pmd FieldNamingConventions 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]*'
8138 /force-app/main/default/classes/MetadataService.cls 11155 20 11155 60 pmd FieldNamingConventions 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]*'
8139 /force-app/main/default/classes/MetadataService.cls 11156 20 11156 215 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8139 /force-app/main/default/classes/MetadataService.cls 11156 20 11156 215 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8140 /force-app/main/default/classes/MetadataService.cls 11158 9 11179 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8140 /force-app/main/default/classes/MetadataService.cls 11158 9 11179 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8141 /force-app/main/default/classes/MetadataService.cls 11158 9 11179 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8141 /force-app/main/default/classes/MetadataService.cls 11158 9 11179 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8142 /force-app/main/default/classes/MetadataService.cls 11167 17 11167 23 pmd FieldNamingConventions 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]*'
8142 /force-app/main/default/classes/MetadataService.cls 11167 17 11167 23 pmd FieldNamingConventions 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]*'
8143 /force-app/main/default/classes/MetadataService.cls 11168 20 11168 103 pmd 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]*'
8143 /force-app/main/default/classes/MetadataService.cls 11168 20 11168 103 pmd 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]*'
8144 /force-app/main/default/classes/MetadataService.cls 11169 20 11169 103 pmd 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]*'
8144 /force-app/main/default/classes/MetadataService.cls 11169 20 11169 103 pmd 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]*'
8145 /force-app/main/default/classes/MetadataService.cls 11170 20 11170 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 'breakPointOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8145 /force-app/main/default/classes/MetadataService.cls 11170 20 11170 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 'breakPointOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8146 /force-app/main/default/classes/MetadataService.cls 11171 20 11171 109 pmd 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]*'
8146 /force-app/main/default/classes/MetadataService.cls 11171 20 11171 109 pmd 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]*'
8147 /force-app/main/default/classes/MetadataService.cls 11172 20 11172 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 'lowRangeColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8147 /force-app/main/default/classes/MetadataService.cls 11172 20 11172 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 'lowRangeColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8148 /force-app/main/default/classes/MetadataService.cls 11173 20 11173 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 'midRangeColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8148 /force-app/main/default/classes/MetadataService.cls 11173 20 11173 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 'midRangeColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8149 /force-app/main/default/classes/MetadataService.cls 11174 20 11174 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 'reportColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8149 /force-app/main/default/classes/MetadataService.cls 11174 20 11174 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 'reportColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8150 /force-app/main/default/classes/MetadataService.cls 11175 20 11175 99 pmd 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]*'
8150 /force-app/main/default/classes/MetadataService.cls 11175 20 11175 99 pmd 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]*'
8151 /force-app/main/default/classes/MetadataService.cls 11176 20 11176 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8151 /force-app/main/default/classes/MetadataService.cls 11176 20 11176 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8152 /force-app/main/default/classes/MetadataService.cls 11177 20 11177 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8152 /force-app/main/default/classes/MetadataService.cls 11177 20 11177 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8153 /force-app/main/default/classes/MetadataService.cls 11178 20 11178 188 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8153 /force-app/main/default/classes/MetadataService.cls 11178 20 11178 188 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8154 /force-app/main/default/classes/MetadataService.cls 11180 9 11205 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8154 /force-app/main/default/classes/MetadataService.cls 11180 9 11205 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8155 /force-app/main/default/classes/MetadataService.cls 11180 9 11205 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8155 /force-app/main/default/classes/MetadataService.cls 11180 9 11205 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8156 /force-app/main/default/classes/MetadataService.cls 11183 20 11183 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8156 /force-app/main/default/classes/MetadataService.cls 11183 20 11183 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8157 /force-app/main/default/classes/MetadataService.cls 11186 20 11186 103 pmd 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]*'
8157 /force-app/main/default/classes/MetadataService.cls 11186 20 11186 103 pmd 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]*'
8158 /force-app/main/default/classes/MetadataService.cls 11187 20 11187 89 pmd 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]*'
8158 /force-app/main/default/classes/MetadataService.cls 11187 20 11187 89 pmd 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]*'
8159 /force-app/main/default/classes/MetadataService.cls 11191 20 11191 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8159 /force-app/main/default/classes/MetadataService.cls 11191 20 11191 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8160 /force-app/main/default/classes/MetadataService.cls 11192 20 11192 99 pmd 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]*'
8160 /force-app/main/default/classes/MetadataService.cls 11192 20 11192 99 pmd 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]*'
8161 /force-app/main/default/classes/MetadataService.cls 11193 20 11193 99 pmd 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]*'
8161 /force-app/main/default/classes/MetadataService.cls 11193 20 11193 99 pmd 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]*'
8162 /force-app/main/default/classes/MetadataService.cls 11198 20 11198 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8162 /force-app/main/default/classes/MetadataService.cls 11198 20 11198 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8163 /force-app/main/default/classes/MetadataService.cls 11199 20 11199 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8163 /force-app/main/default/classes/MetadataService.cls 11199 20 11199 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8164 /force-app/main/default/classes/MetadataService.cls 11200 20 11200 109 pmd 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]*'
8164 /force-app/main/default/classes/MetadataService.cls 11200 20 11200 109 pmd 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]*'
8165 /force-app/main/default/classes/MetadataService.cls 11201 20 11201 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 'waitEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8165 /force-app/main/default/classes/MetadataService.cls 11201 20 11201 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 'waitEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8166 /force-app/main/default/classes/MetadataService.cls 11202 20 11202 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8166 /force-app/main/default/classes/MetadataService.cls 11202 20 11202 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8167 /force-app/main/default/classes/MetadataService.cls 11203 20 11203 60 pmd FieldNamingConventions 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]*'
8167 /force-app/main/default/classes/MetadataService.cls 11203 20 11203 60 pmd FieldNamingConventions 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]*'
8168 /force-app/main/default/classes/MetadataService.cls 11204 20 11204 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]*'
8168 /force-app/main/default/classes/MetadataService.cls 11204 20 11204 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]*'
8169 /force-app/main/default/classes/MetadataService.cls 11206 9 11215 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8169 /force-app/main/default/classes/MetadataService.cls 11206 9 11215 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8170 /force-app/main/default/classes/MetadataService.cls 11210 20 11210 97 pmd 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]*'
8170 /force-app/main/default/classes/MetadataService.cls 11210 20 11210 97 pmd 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]*'
8171 /force-app/main/default/classes/MetadataService.cls 11211 20 11211 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8171 /force-app/main/default/classes/MetadataService.cls 11211 20 11211 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8172 /force-app/main/default/classes/MetadataService.cls 11212 20 11212 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 'stageOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8172 /force-app/main/default/classes/MetadataService.cls 11212 20 11212 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 'stageOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8173 /force-app/main/default/classes/MetadataService.cls 11213 20 11213 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8173 /force-app/main/default/classes/MetadataService.cls 11213 20 11213 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8174 /force-app/main/default/classes/MetadataService.cls 11214 20 11214 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8174 /force-app/main/default/classes/MetadataService.cls 11214 20 11214 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8175 /force-app/main/default/classes/MetadataService.cls 11216 9 11225 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8175 /force-app/main/default/classes/MetadataService.cls 11216 9 11225 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8176 /force-app/main/default/classes/MetadataService.cls 11220 20 11220 99 pmd 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]*'
8176 /force-app/main/default/classes/MetadataService.cls 11220 20 11220 99 pmd 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]*'
8177 /force-app/main/default/classes/MetadataService.cls 11221 20 11221 103 pmd 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]*'
8177 /force-app/main/default/classes/MetadataService.cls 11221 20 11221 103 pmd 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]*'
8178 /force-app/main/default/classes/MetadataService.cls 11222 20 11222 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8178 /force-app/main/default/classes/MetadataService.cls 11222 20 11222 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8179 /force-app/main/default/classes/MetadataService.cls 11223 20 11223 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8179 /force-app/main/default/classes/MetadataService.cls 11223 20 11223 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8180 /force-app/main/default/classes/MetadataService.cls 11224 20 11224 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]*'
8180 /force-app/main/default/classes/MetadataService.cls 11224 20 11224 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]*'
8181 /force-app/main/default/classes/MetadataService.cls 11226 9 11237 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8181 /force-app/main/default/classes/MetadataService.cls 11226 9 11237 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8182 /force-app/main/default/classes/MetadataService.cls 11229 20 11229 97 pmd 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]*'
8182 /force-app/main/default/classes/MetadataService.cls 11229 20 11229 97 pmd 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]*'
8183 /force-app/main/default/classes/MetadataService.cls 11232 20 11232 97 pmd 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]*'
8183 /force-app/main/default/classes/MetadataService.cls 11232 20 11232 97 pmd 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]*'
8184 /force-app/main/default/classes/MetadataService.cls 11233 20 11233 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8184 /force-app/main/default/classes/MetadataService.cls 11233 20 11233 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8185 /force-app/main/default/classes/MetadataService.cls 11234 20 11234 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8185 /force-app/main/default/classes/MetadataService.cls 11234 20 11234 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8186 /force-app/main/default/classes/MetadataService.cls 11235 20 11235 60 pmd FieldNamingConventions 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]*'
8186 /force-app/main/default/classes/MetadataService.cls 11235 20 11235 60 pmd FieldNamingConventions 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]*'
8187 /force-app/main/default/classes/MetadataService.cls 11236 20 11236 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]*'
8187 /force-app/main/default/classes/MetadataService.cls 11236 20 11236 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]*'
8188 /force-app/main/default/classes/MetadataService.cls 11238 9 11257 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8188 /force-app/main/default/classes/MetadataService.cls 11238 9 11257 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8189 /force-app/main/default/classes/MetadataService.cls 11238 9 11257 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8189 /force-app/main/default/classes/MetadataService.cls 11238 9 11257 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8190 /force-app/main/default/classes/MetadataService.cls 11246 17 11246 23 pmd FieldNamingConventions 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]*'
8190 /force-app/main/default/classes/MetadataService.cls 11246 17 11246 23 pmd FieldNamingConventions 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]*'
8191 /force-app/main/default/classes/MetadataService.cls 11247 20 11247 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 'defaultListViewId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8191 /force-app/main/default/classes/MetadataService.cls 11247 20 11247 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 'defaultListViewId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8192 /force-app/main/default/classes/MetadataService.cls 11248 20 11248 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8192 /force-app/main/default/classes/MetadataService.cls 11248 20 11248 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8193 /force-app/main/default/classes/MetadataService.cls 11249 20 11249 97 pmd 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]*'
8193 /force-app/main/default/classes/MetadataService.cls 11249 20 11249 97 pmd 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]*'
8194 /force-app/main/default/classes/MetadataService.cls 11250 20 11250 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 'publiclyAvailable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8194 /force-app/main/default/classes/MetadataService.cls 11250 20 11250 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 'publiclyAvailable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8195 /force-app/main/default/classes/MetadataService.cls 11251 20 11251 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 'subMenu_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8195 /force-app/main/default/classes/MetadataService.cls 11251 20 11251 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 'subMenu_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8196 /force-app/main/default/classes/MetadataService.cls 11252 20 11252 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8196 /force-app/main/default/classes/MetadataService.cls 11252 20 11252 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8197 /force-app/main/default/classes/MetadataService.cls 11253 20 11253 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 'targetPreference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8197 /force-app/main/default/classes/MetadataService.cls 11253 20 11253 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 'targetPreference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8198 /force-app/main/default/classes/MetadataService.cls 11254 20 11254 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8198 /force-app/main/default/classes/MetadataService.cls 11254 20 11254 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8199 /force-app/main/default/classes/MetadataService.cls 11255 20 11255 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8199 /force-app/main/default/classes/MetadataService.cls 11255 20 11255 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8200 /force-app/main/default/classes/MetadataService.cls 11256 20 11256 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]*'
8200 /force-app/main/default/classes/MetadataService.cls 11256 20 11256 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]*'
8201 /force-app/main/default/classes/MetadataService.cls 11258 9 11265 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8201 /force-app/main/default/classes/MetadataService.cls 11258 9 11265 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8202 /force-app/main/default/classes/MetadataService.cls 11258 9 11265 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkRetrieveStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8202 /force-app/main/default/classes/MetadataService.cls 11258 9 11265 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkRetrieveStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8203 /force-app/main/default/classes/MetadataService.cls 11261 20 11261 109 pmd 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]*'
8203 /force-app/main/default/classes/MetadataService.cls 11261 20 11261 109 pmd 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]*'
8204 /force-app/main/default/classes/MetadataService.cls 11262 20 11262 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 'includeZip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8204 /force-app/main/default/classes/MetadataService.cls 11262 20 11262 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 'includeZip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8205 /force-app/main/default/classes/MetadataService.cls 11263 20 11263 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8205 /force-app/main/default/classes/MetadataService.cls 11263 20 11263 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8206 /force-app/main/default/classes/MetadataService.cls 11264 20 11264 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]*'
8206 /force-app/main/default/classes/MetadataService.cls 11264 20 11264 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]*'
8207 /force-app/main/default/classes/MetadataService.cls 11266 9 11285 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8207 /force-app/main/default/classes/MetadataService.cls 11266 9 11285 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8208 /force-app/main/default/classes/MetadataService.cls 11266 9 11285 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8208 /force-app/main/default/classes/MetadataService.cls 11266 9 11285 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8209 /force-app/main/default/classes/MetadataService.cls 11275 20 11275 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8209 /force-app/main/default/classes/MetadataService.cls 11275 20 11275 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8210 /force-app/main/default/classes/MetadataService.cls 11276 20 11276 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8210 /force-app/main/default/classes/MetadataService.cls 11276 20 11276 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8211 /force-app/main/default/classes/MetadataService.cls 11277 20 11277 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8211 /force-app/main/default/classes/MetadataService.cls 11277 20 11277 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8212 /force-app/main/default/classes/MetadataService.cls 11278 20 11278 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8212 /force-app/main/default/classes/MetadataService.cls 11278 20 11278 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8213 /force-app/main/default/classes/MetadataService.cls 11279 20 11279 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 'orgDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8213 /force-app/main/default/classes/MetadataService.cls 11279 20 11279 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 'orgDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8214 /force-app/main/default/classes/MetadataService.cls 11280 20 11280 97 pmd 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]*'
8214 /force-app/main/default/classes/MetadataService.cls 11280 20 11280 97 pmd 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]*'
8215 /force-app/main/default/classes/MetadataService.cls 11281 20 11281 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 'states_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8215 /force-app/main/default/classes/MetadataService.cls 11281 20 11281 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 'states_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8216 /force-app/main/default/classes/MetadataService.cls 11282 20 11282 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8216 /force-app/main/default/classes/MetadataService.cls 11282 20 11282 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8217 /force-app/main/default/classes/MetadataService.cls 11283 20 11283 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8217 /force-app/main/default/classes/MetadataService.cls 11283 20 11283 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8218 /force-app/main/default/classes/MetadataService.cls 11284 20 11284 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]*'
8218 /force-app/main/default/classes/MetadataService.cls 11284 20 11284 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]*'
8219 /force-app/main/default/classes/MetadataService.cls 11286 9 11291 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8219 /force-app/main/default/classes/MetadataService.cls 11286 9 11291 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8220 /force-app/main/default/classes/MetadataService.cls 11287 19 11287 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 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8220 /force-app/main/default/classes/MetadataService.cls 11287 19 11287 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 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8221 /force-app/main/default/classes/MetadataService.cls 11288 20 11288 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8221 /force-app/main/default/classes/MetadataService.cls 11288 20 11288 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8222 /force-app/main/default/classes/MetadataService.cls 11289 20 11289 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8222 /force-app/main/default/classes/MetadataService.cls 11289 20 11289 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8223 /force-app/main/default/classes/MetadataService.cls 11290 20 11290 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8223 /force-app/main/default/classes/MetadataService.cls 11290 20 11290 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8224 /force-app/main/default/classes/MetadataService.cls 11292 9 11319 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8224 /force-app/main/default/classes/MetadataService.cls 11292 9 11319 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8225 /force-app/main/default/classes/MetadataService.cls 11292 9 11319 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8225 /force-app/main/default/classes/MetadataService.cls 11292 9 11319 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8226 /force-app/main/default/classes/MetadataService.cls 11295 20 11295 97 pmd 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]*'
8226 /force-app/main/default/classes/MetadataService.cls 11295 20 11295 97 pmd 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]*'
8227 /force-app/main/default/classes/MetadataService.cls 11306 20 11306 109 pmd 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]*'
8227 /force-app/main/default/classes/MetadataService.cls 11306 20 11306 109 pmd 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]*'
8228 /force-app/main/default/classes/MetadataService.cls 11307 20 11307 103 pmd 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]*'
8228 /force-app/main/default/classes/MetadataService.cls 11307 20 11307 103 pmd 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]*'
8229 /force-app/main/default/classes/MetadataService.cls 11308 20 11308 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8229 /force-app/main/default/classes/MetadataService.cls 11308 20 11308 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8230 /force-app/main/default/classes/MetadataService.cls 11309 20 11309 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8230 /force-app/main/default/classes/MetadataService.cls 11309 20 11309 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8231 /force-app/main/default/classes/MetadataService.cls 11310 20 11310 103 pmd 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]*'
8231 /force-app/main/default/classes/MetadataService.cls 11310 20 11310 103 pmd 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]*'
8232 /force-app/main/default/classes/MetadataService.cls 11311 20 11311 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 'postInstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8232 /force-app/main/default/classes/MetadataService.cls 11311 20 11311 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 'postInstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8233 /force-app/main/default/classes/MetadataService.cls 11312 20 11312 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 'setupWeblink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8233 /force-app/main/default/classes/MetadataService.cls 11312 20 11312 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 'setupWeblink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8234 /force-app/main/default/classes/MetadataService.cls 11313 20 11313 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 'types_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8234 /force-app/main/default/classes/MetadataService.cls 11313 20 11313 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 'types_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8235 /force-app/main/default/classes/MetadataService.cls 11314 20 11314 109 pmd 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]*'
8235 /force-app/main/default/classes/MetadataService.cls 11314 20 11314 109 pmd 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]*'
8236 /force-app/main/default/classes/MetadataService.cls 11315 20 11315 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8236 /force-app/main/default/classes/MetadataService.cls 11315 20 11315 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8237 /force-app/main/default/classes/MetadataService.cls 11316 20 11316 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8237 /force-app/main/default/classes/MetadataService.cls 11316 20 11316 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8238 /force-app/main/default/classes/MetadataService.cls 11317 20 11317 60 pmd FieldNamingConventions 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]*'
8238 /force-app/main/default/classes/MetadataService.cls 11317 20 11317 60 pmd FieldNamingConventions 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]*'
8239 /force-app/main/default/classes/MetadataService.cls 11318 20 11318 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]*'
8239 /force-app/main/default/classes/MetadataService.cls 11318 20 11318 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]*'
8240 /force-app/main/default/classes/MetadataService.cls 11320 9 11327 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8240 /force-app/main/default/classes/MetadataService.cls 11320 9 11327 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8241 /force-app/main/default/classes/MetadataService.cls 11323 20 11323 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8241 /force-app/main/default/classes/MetadataService.cls 11323 20 11323 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8242 /force-app/main/default/classes/MetadataService.cls 11324 20 11324 89 pmd 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]*'
8242 /force-app/main/default/classes/MetadataService.cls 11324 20 11324 89 pmd 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]*'
8243 /force-app/main/default/classes/MetadataService.cls 11325 20 11325 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8243 /force-app/main/default/classes/MetadataService.cls 11325 20 11325 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8244 /force-app/main/default/classes/MetadataService.cls 11326 20 11326 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]*'
8244 /force-app/main/default/classes/MetadataService.cls 11326 20 11326 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]*'
8245 /force-app/main/default/classes/MetadataService.cls 11328 9 11335 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8245 /force-app/main/default/classes/MetadataService.cls 11328 9 11335 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8246 /force-app/main/default/classes/MetadataService.cls 11331 20 11331 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8246 /force-app/main/default/classes/MetadataService.cls 11331 20 11331 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8247 /force-app/main/default/classes/MetadataService.cls 11332 20 11332 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8247 /force-app/main/default/classes/MetadataService.cls 11332 20 11332 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8248 /force-app/main/default/classes/MetadataService.cls 11333 20 11333 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8248 /force-app/main/default/classes/MetadataService.cls 11333 20 11333 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8249 /force-app/main/default/classes/MetadataService.cls 11334 20 11334 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]*'
8249 /force-app/main/default/classes/MetadataService.cls 11334 20 11334 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]*'
8250 /force-app/main/default/classes/MetadataService.cls 11336 9 11351 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8250 /force-app/main/default/classes/MetadataService.cls 11336 9 11351 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8251 /force-app/main/default/classes/MetadataService.cls 11343 20 11343 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 'customNotifTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8251 /force-app/main/default/classes/MetadataService.cls 11343 20 11343 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 'customNotifTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8252 /force-app/main/default/classes/MetadataService.cls 11344 20 11344 103 pmd 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]*'
8252 /force-app/main/default/classes/MetadataService.cls 11344 20 11344 103 pmd 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]*'
8253 /force-app/main/default/classes/MetadataService.cls 11345 20 11345 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 'desktop_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8253 /force-app/main/default/classes/MetadataService.cls 11345 20 11345 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 'desktop_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8254 /force-app/main/default/classes/MetadataService.cls 11346 20 11346 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8254 /force-app/main/default/classes/MetadataService.cls 11346 20 11346 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8255 /force-app/main/default/classes/MetadataService.cls 11347 20 11347 103 pmd 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]*'
8255 /force-app/main/default/classes/MetadataService.cls 11347 20 11347 103 pmd 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]*'
8256 /force-app/main/default/classes/MetadataService.cls 11348 20 11348 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 'mobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8256 /force-app/main/default/classes/MetadataService.cls 11348 20 11348 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 'mobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8257 /force-app/main/default/classes/MetadataService.cls 11349 20 11349 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8257 /force-app/main/default/classes/MetadataService.cls 11349 20 11349 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8258 /force-app/main/default/classes/MetadataService.cls 11350 20 11350 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]*'
8258 /force-app/main/default/classes/MetadataService.cls 11350 20 11350 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]*'
8259 /force-app/main/default/classes/MetadataService.cls 11352 9 11361 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8259 /force-app/main/default/classes/MetadataService.cls 11352 9 11361 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8260 /force-app/main/default/classes/MetadataService.cls 11355 17 11355 23 pmd 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]*'
8260 /force-app/main/default/classes/MetadataService.cls 11355 17 11355 23 pmd 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]*'
8261 /force-app/main/default/classes/MetadataService.cls 11356 20 11356 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8261 /force-app/main/default/classes/MetadataService.cls 11356 20 11356 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8262 /force-app/main/default/classes/MetadataService.cls 11357 20 11357 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8262 /force-app/main/default/classes/MetadataService.cls 11357 20 11357 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8263 /force-app/main/default/classes/MetadataService.cls 11358 20 11358 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8263 /force-app/main/default/classes/MetadataService.cls 11358 20 11358 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8264 /force-app/main/default/classes/MetadataService.cls 11359 20 11359 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8264 /force-app/main/default/classes/MetadataService.cls 11359 20 11359 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8265 /force-app/main/default/classes/MetadataService.cls 11360 20 11360 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]*'
8265 /force-app/main/default/classes/MetadataService.cls 11360 20 11360 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]*'
8266 /force-app/main/default/classes/MetadataService.cls 11362 9 11375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8266 /force-app/main/default/classes/MetadataService.cls 11362 9 11375 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8267 /force-app/main/default/classes/MetadataService.cls 11368 20 11368 103 pmd 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]*'
8267 /force-app/main/default/classes/MetadataService.cls 11368 20 11368 103 pmd 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]*'
8268 /force-app/main/default/classes/MetadataService.cls 11369 20 11369 103 pmd 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]*'
8268 /force-app/main/default/classes/MetadataService.cls 11369 20 11369 103 pmd 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]*'
8269 /force-app/main/default/classes/MetadataService.cls 11370 20 11370 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 'platformActionlist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8269 /force-app/main/default/classes/MetadataService.cls 11370 20 11370 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 'platformActionlist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8270 /force-app/main/default/classes/MetadataService.cls 11371 20 11371 103 pmd 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]*'
8270 /force-app/main/default/classes/MetadataService.cls 11371 20 11371 103 pmd 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]*'
8271 /force-app/main/default/classes/MetadataService.cls 11372 20 11372 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8271 /force-app/main/default/classes/MetadataService.cls 11372 20 11372 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8272 /force-app/main/default/classes/MetadataService.cls 11373 20 11373 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8272 /force-app/main/default/classes/MetadataService.cls 11373 20 11373 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8273 /force-app/main/default/classes/MetadataService.cls 11374 20 11374 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]*'
8273 /force-app/main/default/classes/MetadataService.cls 11374 20 11374 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]*'
8274 /force-app/main/default/classes/MetadataService.cls 11376 9 11389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8274 /force-app/main/default/classes/MetadataService.cls 11376 9 11389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8275 /force-app/main/default/classes/MetadataService.cls 11379 20 11379 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8275 /force-app/main/default/classes/MetadataService.cls 11379 20 11379 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8276 /force-app/main/default/classes/MetadataService.cls 11383 20 11383 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 'leftValueReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8276 /force-app/main/default/classes/MetadataService.cls 11383 20 11383 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 'leftValueReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8277 /force-app/main/default/classes/MetadataService.cls 11384 20 11384 97 pmd 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]*'
8277 /force-app/main/default/classes/MetadataService.cls 11384 20 11384 97 pmd 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]*'
8278 /force-app/main/default/classes/MetadataService.cls 11385 20 11385 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8278 /force-app/main/default/classes/MetadataService.cls 11385 20 11385 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8279 /force-app/main/default/classes/MetadataService.cls 11386 20 11386 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8279 /force-app/main/default/classes/MetadataService.cls 11386 20 11386 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8280 /force-app/main/default/classes/MetadataService.cls 11387 20 11387 60 pmd FieldNamingConventions 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]*'
8280 /force-app/main/default/classes/MetadataService.cls 11387 20 11387 60 pmd FieldNamingConventions 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]*'
8281 /force-app/main/default/classes/MetadataService.cls 11388 20 11388 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]*'
8281 /force-app/main/default/classes/MetadataService.cls 11388 20 11388 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]*'
8282 /force-app/main/default/classes/MetadataService.cls 11390 9 11399 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8282 /force-app/main/default/classes/MetadataService.cls 11390 9 11399 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8283 /force-app/main/default/classes/MetadataService.cls 11394 20 11394 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 'items_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8283 /force-app/main/default/classes/MetadataService.cls 11394 20 11394 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 'items_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8284 /force-app/main/default/classes/MetadataService.cls 11395 20 11395 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8284 /force-app/main/default/classes/MetadataService.cls 11395 20 11395 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8285 /force-app/main/default/classes/MetadataService.cls 11396 20 11396 89 pmd 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]*'
8285 /force-app/main/default/classes/MetadataService.cls 11396 20 11396 89 pmd 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]*'
8286 /force-app/main/default/classes/MetadataService.cls 11397 20 11397 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8286 /force-app/main/default/classes/MetadataService.cls 11397 20 11397 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8287 /force-app/main/default/classes/MetadataService.cls 11398 20 11398 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]*'
8287 /force-app/main/default/classes/MetadataService.cls 11398 20 11398 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]*'
8288 /force-app/main/default/classes/MetadataService.cls 11400 9 11411 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8288 /force-app/main/default/classes/MetadataService.cls 11400 9 11411 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8289 /force-app/main/default/classes/MetadataService.cls 11405 20 11405 103 pmd 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]*'
8289 /force-app/main/default/classes/MetadataService.cls 11405 20 11405 103 pmd 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]*'
8290 /force-app/main/default/classes/MetadataService.cls 11406 20 11406 103 pmd 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]*'
8290 /force-app/main/default/classes/MetadataService.cls 11406 20 11406 103 pmd 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]*'
8291 /force-app/main/default/classes/MetadataService.cls 11407 20 11407 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 'recommendationStrategyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8291 /force-app/main/default/classes/MetadataService.cls 11407 20 11407 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 'recommendationStrategyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8292 /force-app/main/default/classes/MetadataService.cls 11408 20 11408 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 'strategyNode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8292 /force-app/main/default/classes/MetadataService.cls 11408 20 11408 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 'strategyNode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8293 /force-app/main/default/classes/MetadataService.cls 11409 20 11409 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8293 /force-app/main/default/classes/MetadataService.cls 11409 20 11409 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8294 /force-app/main/default/classes/MetadataService.cls 11410 20 11410 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]*'
8294 /force-app/main/default/classes/MetadataService.cls 11410 20 11410 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]*'
8295 /force-app/main/default/classes/MetadataService.cls 11412 9 11429 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8295 /force-app/main/default/classes/MetadataService.cls 11412 9 11429 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8296 /force-app/main/default/classes/MetadataService.cls 11412 9 11429 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8296 /force-app/main/default/classes/MetadataService.cls 11412 9 11429 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8297 /force-app/main/default/classes/MetadataService.cls 11415 20 11415 97 pmd 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]*'
8297 /force-app/main/default/classes/MetadataService.cls 11415 20 11415 97 pmd 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]*'
8298 /force-app/main/default/classes/MetadataService.cls 11417 20 11417 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8298 /force-app/main/default/classes/MetadataService.cls 11417 20 11417 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8299 /force-app/main/default/classes/MetadataService.cls 11422 20 11422 103 pmd 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]*'
8299 /force-app/main/default/classes/MetadataService.cls 11422 20 11422 103 pmd 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]*'
8300 /force-app/main/default/classes/MetadataService.cls 11423 20 11423 103 pmd 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]*'
8300 /force-app/main/default/classes/MetadataService.cls 11423 20 11423 103 pmd 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]*'
8301 /force-app/main/default/classes/MetadataService.cls 11424 20 11424 103 pmd 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]*'
8301 /force-app/main/default/classes/MetadataService.cls 11424 20 11424 103 pmd 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]*'
8302 /force-app/main/default/classes/MetadataService.cls 11425 20 11425 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8302 /force-app/main/default/classes/MetadataService.cls 11425 20 11425 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8303 /force-app/main/default/classes/MetadataService.cls 11426 20 11426 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8303 /force-app/main/default/classes/MetadataService.cls 11426 20 11426 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8304 /force-app/main/default/classes/MetadataService.cls 11427 20 11427 60 pmd FieldNamingConventions 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]*'
8304 /force-app/main/default/classes/MetadataService.cls 11427 20 11427 60 pmd FieldNamingConventions 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]*'
8305 /force-app/main/default/classes/MetadataService.cls 11428 20 11428 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]*'
8305 /force-app/main/default/classes/MetadataService.cls 11428 20 11428 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]*'
8306 /force-app/main/default/classes/MetadataService.cls 11430 9 11473 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8306 /force-app/main/default/classes/MetadataService.cls 11430 9 11473 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8307 /force-app/main/default/classes/MetadataService.cls 11430 9 11473 3 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)
8307 /force-app/main/default/classes/MetadataService.cls 11430 9 11473 3 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)
8308 /force-app/main/default/classes/MetadataService.cls 11430 9 11473 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8308 /force-app/main/default/classes/MetadataService.cls 11430 9 11473 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8309 /force-app/main/default/classes/MetadataService.cls 11433 20 11433 97 pmd 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]*'
8309 /force-app/main/default/classes/MetadataService.cls 11433 20 11433 97 pmd 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]*'
8310 /force-app/main/default/classes/MetadataService.cls 11452 20 11452 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8310 /force-app/main/default/classes/MetadataService.cls 11452 20 11452 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8311 /force-app/main/default/classes/MetadataService.cls 11453 20 11453 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 'brand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8311 /force-app/main/default/classes/MetadataService.cls 11453 20 11453 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 'brand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8312 /force-app/main/default/classes/MetadataService.cls 11454 20 11454 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 'consoleConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8312 /force-app/main/default/classes/MetadataService.cls 11454 20 11454 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 'consoleConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8313 /force-app/main/default/classes/MetadataService.cls 11455 20 11455 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 'defaultLandingTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8313 /force-app/main/default/classes/MetadataService.cls 11455 20 11455 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 'defaultLandingTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8314 /force-app/main/default/classes/MetadataService.cls 11456 20 11456 103 pmd 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]*'
8314 /force-app/main/default/classes/MetadataService.cls 11456 20 11456 103 pmd 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]*'
8315 /force-app/main/default/classes/MetadataService.cls 11457 20 11457 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 'formFactors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8315 /force-app/main/default/classes/MetadataService.cls 11457 20 11457 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 'formFactors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8316 /force-app/main/default/classes/MetadataService.cls 11458 20 11458 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 'isServiceCloudConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8316 /force-app/main/default/classes/MetadataService.cls 11458 20 11458 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 'isServiceCloudConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8317 /force-app/main/default/classes/MetadataService.cls 11459 20 11459 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8317 /force-app/main/default/classes/MetadataService.cls 11459 20 11459 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8318 /force-app/main/default/classes/MetadataService.cls 11460 20 11460 89 pmd 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]*'
8318 /force-app/main/default/classes/MetadataService.cls 11460 20 11460 89 pmd 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]*'
8319 /force-app/main/default/classes/MetadataService.cls 11461 20 11461 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 'navType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8319 /force-app/main/default/classes/MetadataService.cls 11461 20 11461 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 'navType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8320 /force-app/main/default/classes/MetadataService.cls 11462 20 11462 103 pmd 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]*'
8320 /force-app/main/default/classes/MetadataService.cls 11462 20 11462 103 pmd 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]*'
8321 /force-app/main/default/classes/MetadataService.cls 11463 20 11463 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 'profileActionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8321 /force-app/main/default/classes/MetadataService.cls 11463 20 11463 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 'profileActionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8322 /force-app/main/default/classes/MetadataService.cls 11464 20 11464 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 'setupExperience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8322 /force-app/main/default/classes/MetadataService.cls 11464 20 11464 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 'setupExperience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8323 /force-app/main/default/classes/MetadataService.cls 11465 20 11465 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 'subscriberTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8323 /force-app/main/default/classes/MetadataService.cls 11465 20 11465 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 'subscriberTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8324 /force-app/main/default/classes/MetadataService.cls 11466 20 11466 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 'tabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8324 /force-app/main/default/classes/MetadataService.cls 11466 20 11466 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 'tabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8325 /force-app/main/default/classes/MetadataService.cls 11467 20 11467 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 'uiType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8325 /force-app/main/default/classes/MetadataService.cls 11467 20 11467 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 'uiType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8326 /force-app/main/default/classes/MetadataService.cls 11468 20 11468 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 'utilityBar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8326 /force-app/main/default/classes/MetadataService.cls 11468 20 11468 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 'utilityBar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8327 /force-app/main/default/classes/MetadataService.cls 11469 20 11469 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 'workspaceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8327 /force-app/main/default/classes/MetadataService.cls 11469 20 11469 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 'workspaceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8328 /force-app/main/default/classes/MetadataService.cls 11470 20 11470 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8328 /force-app/main/default/classes/MetadataService.cls 11470 20 11470 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8329 /force-app/main/default/classes/MetadataService.cls 11471 20 11471 60 pmd FieldNamingConventions 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]*'
8329 /force-app/main/default/classes/MetadataService.cls 11471 20 11471 60 pmd FieldNamingConventions 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]*'
8330 /force-app/main/default/classes/MetadataService.cls 11472 20 11472 329 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8330 /force-app/main/default/classes/MetadataService.cls 11472 20 11472 329 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8331 /force-app/main/default/classes/MetadataService.cls 11474 9 11485 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8331 /force-app/main/default/classes/MetadataService.cls 11474 9 11485 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8332 /force-app/main/default/classes/MetadataService.cls 11479 20 11479 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 'metadataObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8332 /force-app/main/default/classes/MetadataService.cls 11479 20 11479 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 'metadataObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8333 /force-app/main/default/classes/MetadataService.cls 11480 20 11480 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 'organizationNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8333 /force-app/main/default/classes/MetadataService.cls 11480 20 11480 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 'organizationNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8334 /force-app/main/default/classes/MetadataService.cls 11481 20 11481 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 'partialSaveAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8334 /force-app/main/default/classes/MetadataService.cls 11481 20 11481 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 'partialSaveAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8335 /force-app/main/default/classes/MetadataService.cls 11482 20 11482 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 'testRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8335 /force-app/main/default/classes/MetadataService.cls 11482 20 11482 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 'testRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8336 /force-app/main/default/classes/MetadataService.cls 11483 20 11483 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8336 /force-app/main/default/classes/MetadataService.cls 11483 20 11483 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8337 /force-app/main/default/classes/MetadataService.cls 11484 20 11484 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]*'
8337 /force-app/main/default/classes/MetadataService.cls 11484 20 11484 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]*'
8338 /force-app/main/default/classes/MetadataService.cls 11486 9 11499 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8338 /force-app/main/default/classes/MetadataService.cls 11486 9 11499 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8339 /force-app/main/default/classes/MetadataService.cls 11489 20 11489 97 pmd 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]*'
8339 /force-app/main/default/classes/MetadataService.cls 11489 20 11489 97 pmd 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]*'
8340 /force-app/main/default/classes/MetadataService.cls 11493 20 11493 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 'allowOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8340 /force-app/main/default/classes/MetadataService.cls 11493 20 11493 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 'allowOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8341 /force-app/main/default/classes/MetadataService.cls 11494 20 11494 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 'objectMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8341 /force-app/main/default/classes/MetadataService.cls 11494 20 11494 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 'objectMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8342 /force-app/main/default/classes/MetadataService.cls 11495 20 11495 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 'opportunityCreationOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8342 /force-app/main/default/classes/MetadataService.cls 11495 20 11495 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 'opportunityCreationOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8343 /force-app/main/default/classes/MetadataService.cls 11496 20 11496 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8343 /force-app/main/default/classes/MetadataService.cls 11496 20 11496 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8344 /force-app/main/default/classes/MetadataService.cls 11497 20 11497 60 pmd FieldNamingConventions 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]*'
8344 /force-app/main/default/classes/MetadataService.cls 11497 20 11497 60 pmd FieldNamingConventions 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]*'
8345 /force-app/main/default/classes/MetadataService.cls 11498 20 11498 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]*'
8345 /force-app/main/default/classes/MetadataService.cls 11498 20 11498 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]*'
8346 /force-app/main/default/classes/MetadataService.cls 11500 9 11507 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8346 /force-app/main/default/classes/MetadataService.cls 11500 9 11507 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8347 /force-app/main/default/classes/MetadataService.cls 11503 20 11503 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8347 /force-app/main/default/classes/MetadataService.cls 11503 20 11503 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8348 /force-app/main/default/classes/MetadataService.cls 11504 20 11504 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8348 /force-app/main/default/classes/MetadataService.cls 11504 20 11504 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8349 /force-app/main/default/classes/MetadataService.cls 11505 20 11505 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8349 /force-app/main/default/classes/MetadataService.cls 11505 20 11505 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8350 /force-app/main/default/classes/MetadataService.cls 11506 20 11506 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]*'
8350 /force-app/main/default/classes/MetadataService.cls 11506 20 11506 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]*'
8351 /force-app/main/default/classes/MetadataService.cls 11508 9 11531 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8351 /force-app/main/default/classes/MetadataService.cls 11508 9 11531 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8352 /force-app/main/default/classes/MetadataService.cls 11508 9 11531 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8352 /force-app/main/default/classes/MetadataService.cls 11508 9 11531 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8353 /force-app/main/default/classes/MetadataService.cls 11511 20 11511 97 pmd 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]*'
8353 /force-app/main/default/classes/MetadataService.cls 11511 20 11511 97 pmd 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]*'
8354 /force-app/main/default/classes/MetadataService.cls 11517 45 11517 51 pmd 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]*'
8354 /force-app/main/default/classes/MetadataService.cls 11517 45 11517 51 pmd 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]*'
8355 /force-app/main/default/classes/MetadataService.cls 11520 20 11520 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 'autogenerated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8355 /force-app/main/default/classes/MetadataService.cls 11520 20 11520 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 'autogenerated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8356 /force-app/main/default/classes/MetadataService.cls 11521 20 11521 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 'baseObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8356 /force-app/main/default/classes/MetadataService.cls 11521 20 11521 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 'baseObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8357 /force-app/main/default/classes/MetadataService.cls 11522 20 11522 97 pmd 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]*'
8357 /force-app/main/default/classes/MetadataService.cls 11522 20 11522 97 pmd 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]*'
8358 /force-app/main/default/classes/MetadataService.cls 11523 20 11523 97 pmd 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]*'
8358 /force-app/main/default/classes/MetadataService.cls 11523 20 11523 97 pmd 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]*'
8359 /force-app/main/default/classes/MetadataService.cls 11524 20 11524 103 pmd 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]*'
8359 /force-app/main/default/classes/MetadataService.cls 11524 20 11524 103 pmd 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]*'
8360 /force-app/main/default/classes/MetadataService.cls 11525 20 11525 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8360 /force-app/main/default/classes/MetadataService.cls 11525 20 11525 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8361 /force-app/main/default/classes/MetadataService.cls 11526 20 11526 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8361 /force-app/main/default/classes/MetadataService.cls 11526 20 11526 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8362 /force-app/main/default/classes/MetadataService.cls 11527 20 11527 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8362 /force-app/main/default/classes/MetadataService.cls 11527 20 11527 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8363 /force-app/main/default/classes/MetadataService.cls 11528 20 11528 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8363 /force-app/main/default/classes/MetadataService.cls 11528 20 11528 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8364 /force-app/main/default/classes/MetadataService.cls 11529 20 11529 60 pmd FieldNamingConventions 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]*'
8364 /force-app/main/default/classes/MetadataService.cls 11529 20 11529 60 pmd FieldNamingConventions 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]*'
8365 /force-app/main/default/classes/MetadataService.cls 11530 20 11530 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]*'
8365 /force-app/main/default/classes/MetadataService.cls 11530 20 11530 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]*'
8366 /force-app/main/default/classes/MetadataService.cls 11532 9 11537 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8366 /force-app/main/default/classes/MetadataService.cls 11532 9 11537 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8367 /force-app/main/default/classes/MetadataService.cls 11532 9 11537 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8367 /force-app/main/default/classes/MetadataService.cls 11532 9 11537 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8368 /force-app/main/default/classes/MetadataService.cls 11534 20 11534 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8368 /force-app/main/default/classes/MetadataService.cls 11534 20 11534 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8369 /force-app/main/default/classes/MetadataService.cls 11535 20 11535 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8369 /force-app/main/default/classes/MetadataService.cls 11535 20 11535 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8370 /force-app/main/default/classes/MetadataService.cls 11536 20 11536 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8370 /force-app/main/default/classes/MetadataService.cls 11536 20 11536 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8371 /force-app/main/default/classes/MetadataService.cls 11538 9 11549 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8371 /force-app/main/default/classes/MetadataService.cls 11538 9 11549 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8372 /force-app/main/default/classes/MetadataService.cls 11542 17 11542 23 pmd 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]*'
8372 /force-app/main/default/classes/MetadataService.cls 11542 17 11542 23 pmd 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]*'
8373 /force-app/main/default/classes/MetadataService.cls 11543 20 11543 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8373 /force-app/main/default/classes/MetadataService.cls 11543 20 11543 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8374 /force-app/main/default/classes/MetadataService.cls 11544 20 11544 89 pmd 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]*'
8374 /force-app/main/default/classes/MetadataService.cls 11544 20 11544 89 pmd 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]*'
8375 /force-app/main/default/classes/MetadataService.cls 11545 20 11545 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 'numExecutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8375 /force-app/main/default/classes/MetadataService.cls 11545 20 11545 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 'numExecutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8376 /force-app/main/default/classes/MetadataService.cls 11546 20 11546 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8376 /force-app/main/default/classes/MetadataService.cls 11546 20 11546 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8377 /force-app/main/default/classes/MetadataService.cls 11547 20 11547 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8377 /force-app/main/default/classes/MetadataService.cls 11547 20 11547 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8378 /force-app/main/default/classes/MetadataService.cls 11548 20 11548 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]*'
8378 /force-app/main/default/classes/MetadataService.cls 11548 20 11548 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]*'
8379 /force-app/main/default/classes/MetadataService.cls 11550 9 11555 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8379 /force-app/main/default/classes/MetadataService.cls 11550 9 11555 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8380 /force-app/main/default/classes/MetadataService.cls 11552 20 11552 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 'keyword_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8380 /force-app/main/default/classes/MetadataService.cls 11552 20 11552 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 'keyword_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8381 /force-app/main/default/classes/MetadataService.cls 11553 20 11553 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8381 /force-app/main/default/classes/MetadataService.cls 11553 20 11553 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8382 /force-app/main/default/classes/MetadataService.cls 11554 20 11554 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8382 /force-app/main/default/classes/MetadataService.cls 11554 20 11554 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8383 /force-app/main/default/classes/MetadataService.cls 11556 9 11563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8383 /force-app/main/default/classes/MetadataService.cls 11556 9 11563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8384 /force-app/main/default/classes/MetadataService.cls 11559 20 11559 103 pmd 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]*'
8384 /force-app/main/default/classes/MetadataService.cls 11559 20 11559 103 pmd 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]*'
8385 /force-app/main/default/classes/MetadataService.cls 11560 20 11560 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8385 /force-app/main/default/classes/MetadataService.cls 11560 20 11560 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8386 /force-app/main/default/classes/MetadataService.cls 11561 20 11561 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8386 /force-app/main/default/classes/MetadataService.cls 11561 20 11561 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8387 /force-app/main/default/classes/MetadataService.cls 11562 20 11562 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]*'
8387 /force-app/main/default/classes/MetadataService.cls 11562 20 11562 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]*'
8388 /force-app/main/default/classes/MetadataService.cls 11564 9 11569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8388 /force-app/main/default/classes/MetadataService.cls 11564 9 11569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8389 /force-app/main/default/classes/MetadataService.cls 11566 20 11566 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8389 /force-app/main/default/classes/MetadataService.cls 11566 20 11566 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8390 /force-app/main/default/classes/MetadataService.cls 11567 20 11567 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8390 /force-app/main/default/classes/MetadataService.cls 11567 20 11567 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8391 /force-app/main/default/classes/MetadataService.cls 11568 20 11568 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]*'
8391 /force-app/main/default/classes/MetadataService.cls 11568 20 11568 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]*'
8392 /force-app/main/default/classes/MetadataService.cls 11570 9 11575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8392 /force-app/main/default/classes/MetadataService.cls 11570 9 11575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8393 /force-app/main/default/classes/MetadataService.cls 11572 20 11572 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 'roleAndSubordinate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8393 /force-app/main/default/classes/MetadataService.cls 11572 20 11572 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 'roleAndSubordinate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8394 /force-app/main/default/classes/MetadataService.cls 11573 20 11573 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8394 /force-app/main/default/classes/MetadataService.cls 11573 20 11573 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8395 /force-app/main/default/classes/MetadataService.cls 11574 20 11574 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]*'
8395 /force-app/main/default/classes/MetadataService.cls 11574 20 11574 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]*'
8396 /force-app/main/default/classes/MetadataService.cls 11576 9 11583 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8396 /force-app/main/default/classes/MetadataService.cls 11576 9 11583 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8397 /force-app/main/default/classes/MetadataService.cls 11579 20 11579 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8397 /force-app/main/default/classes/MetadataService.cls 11579 20 11579 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8398 /force-app/main/default/classes/MetadataService.cls 11580 20 11580 89 pmd 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]*'
8398 /force-app/main/default/classes/MetadataService.cls 11580 20 11580 89 pmd 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]*'
8399 /force-app/main/default/classes/MetadataService.cls 11581 20 11581 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8399 /force-app/main/default/classes/MetadataService.cls 11581 20 11581 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8400 /force-app/main/default/classes/MetadataService.cls 11582 20 11582 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]*'
8400 /force-app/main/default/classes/MetadataService.cls 11582 20 11582 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]*'
8401 /force-app/main/default/classes/MetadataService.cls 11584 9 11607 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8401 /force-app/main/default/classes/MetadataService.cls 11584 9 11607 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8402 /force-app/main/default/classes/MetadataService.cls 11584 9 11607 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8402 /force-app/main/default/classes/MetadataService.cls 11584 9 11607 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8403 /force-app/main/default/classes/MetadataService.cls 11587 20 11587 97 pmd 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]*'
8403 /force-app/main/default/classes/MetadataService.cls 11587 20 11587 97 pmd 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]*'
8404 /force-app/main/default/classes/MetadataService.cls 11596 20 11596 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 'contrastInvertedColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8404 /force-app/main/default/classes/MetadataService.cls 11596 20 11596 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 'contrastInvertedColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8405 /force-app/main/default/classes/MetadataService.cls 11597 20 11597 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 'contrastPrimaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8405 /force-app/main/default/classes/MetadataService.cls 11597 20 11597 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 'contrastPrimaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8406 /force-app/main/default/classes/MetadataService.cls 11598 20 11598 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8406 /force-app/main/default/classes/MetadataService.cls 11598 20 11598 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8407 /force-app/main/default/classes/MetadataService.cls 11599 20 11599 89 pmd 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]*'
8407 /force-app/main/default/classes/MetadataService.cls 11599 20 11599 89 pmd 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]*'
8408 /force-app/main/default/classes/MetadataService.cls 11600 20 11600 103 pmd 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]*'
8408 /force-app/main/default/classes/MetadataService.cls 11600 20 11600 103 pmd 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]*'
8409 /force-app/main/default/classes/MetadataService.cls 11601 20 11601 103 pmd 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]*'
8409 /force-app/main/default/classes/MetadataService.cls 11601 20 11601 103 pmd 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]*'
8410 /force-app/main/default/classes/MetadataService.cls 11602 20 11602 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8410 /force-app/main/default/classes/MetadataService.cls 11602 20 11602 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8411 /force-app/main/default/classes/MetadataService.cls 11603 20 11603 109 pmd 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]*'
8411 /force-app/main/default/classes/MetadataService.cls 11603 20 11603 109 pmd 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]*'
8412 /force-app/main/default/classes/MetadataService.cls 11604 20 11604 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8412 /force-app/main/default/classes/MetadataService.cls 11604 20 11604 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8413 /force-app/main/default/classes/MetadataService.cls 11605 20 11605 60 pmd FieldNamingConventions 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]*'
8413 /force-app/main/default/classes/MetadataService.cls 11605 20 11605 60 pmd FieldNamingConventions 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]*'
8414 /force-app/main/default/classes/MetadataService.cls 11606 20 11606 207 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8414 /force-app/main/default/classes/MetadataService.cls 11606 20 11606 207 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8415 /force-app/main/default/classes/MetadataService.cls 11608 9 11635 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8415 /force-app/main/default/classes/MetadataService.cls 11608 9 11635 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8416 /force-app/main/default/classes/MetadataService.cls 11608 9 11635 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8416 /force-app/main/default/classes/MetadataService.cls 11608 9 11635 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8417 /force-app/main/default/classes/MetadataService.cls 11611 20 11611 97 pmd 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]*'
8417 /force-app/main/default/classes/MetadataService.cls 11611 20 11611 97 pmd 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]*'
8418 /force-app/main/default/classes/MetadataService.cls 11622 20 11622 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8418 /force-app/main/default/classes/MetadataService.cls 11622 20 11622 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8419 /force-app/main/default/classes/MetadataService.cls 11623 20 11623 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8419 /force-app/main/default/classes/MetadataService.cls 11623 20 11623 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8420 /force-app/main/default/classes/MetadataService.cls 11624 20 11624 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 'minimumPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8420 /force-app/main/default/classes/MetadataService.cls 11624 20 11624 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 'minimumPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8421 /force-app/main/default/classes/MetadataService.cls 11625 20 11625 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8421 /force-app/main/default/classes/MetadataService.cls 11625 20 11625 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8422 /force-app/main/default/classes/MetadataService.cls 11626 20 11626 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 'obscure_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8422 /force-app/main/default/classes/MetadataService.cls 11626 20 11626 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 'obscure_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8423 /force-app/main/default/classes/MetadataService.cls 11627 20 11627 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 'passwordComplexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8423 /force-app/main/default/classes/MetadataService.cls 11627 20 11627 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 'passwordComplexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8424 /force-app/main/default/classes/MetadataService.cls 11628 20 11628 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 'passwordExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8424 /force-app/main/default/classes/MetadataService.cls 11628 20 11628 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 'passwordExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8425 /force-app/main/default/classes/MetadataService.cls 11629 20 11629 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 'passwordHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8425 /force-app/main/default/classes/MetadataService.cls 11629 20 11629 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 'passwordHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8426 /force-app/main/default/classes/MetadataService.cls 11630 20 11630 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 'passwordQuestion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8426 /force-app/main/default/classes/MetadataService.cls 11630 20 11630 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 'passwordQuestion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8427 /force-app/main/default/classes/MetadataService.cls 11631 20 11631 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8427 /force-app/main/default/classes/MetadataService.cls 11631 20 11631 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8428 /force-app/main/default/classes/MetadataService.cls 11632 20 11632 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8428 /force-app/main/default/classes/MetadataService.cls 11632 20 11632 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8429 /force-app/main/default/classes/MetadataService.cls 11633 20 11633 60 pmd FieldNamingConventions 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]*'
8429 /force-app/main/default/classes/MetadataService.cls 11633 20 11633 60 pmd FieldNamingConventions 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]*'
8430 /force-app/main/default/classes/MetadataService.cls 11634 20 11634 255 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8430 /force-app/main/default/classes/MetadataService.cls 11634 20 11634 255 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8431 /force-app/main/default/classes/MetadataService.cls 11636 9 11645 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8431 /force-app/main/default/classes/MetadataService.cls 11636 9 11645 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8432 /force-app/main/default/classes/MetadataService.cls 11640 20 11640 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 'audienceCriteriaType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8432 /force-app/main/default/classes/MetadataService.cls 11640 20 11640 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 'audienceCriteriaType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8433 /force-app/main/default/classes/MetadataService.cls 11641 20 11641 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 'audienceCriteriaValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8433 /force-app/main/default/classes/MetadataService.cls 11641 20 11641 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 'audienceCriteriaValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8434 /force-app/main/default/classes/MetadataService.cls 11642 20 11642 99 pmd 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]*'
8434 /force-app/main/default/classes/MetadataService.cls 11642 20 11642 99 pmd 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]*'
8435 /force-app/main/default/classes/MetadataService.cls 11643 20 11643 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8435 /force-app/main/default/classes/MetadataService.cls 11643 20 11643 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8436 /force-app/main/default/classes/MetadataService.cls 11644 20 11644 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]*'
8436 /force-app/main/default/classes/MetadataService.cls 11644 20 11644 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]*'
8437 /force-app/main/default/classes/MetadataService.cls 11646 9 11665 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8437 /force-app/main/default/classes/MetadataService.cls 11646 9 11665 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8438 /force-app/main/default/classes/MetadataService.cls 11646 9 11665 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8438 /force-app/main/default/classes/MetadataService.cls 11646 9 11665 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8439 /force-app/main/default/classes/MetadataService.cls 11649 20 11649 97 pmd 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]*'
8439 /force-app/main/default/classes/MetadataService.cls 11649 20 11649 97 pmd 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]*'
8440 /force-app/main/default/classes/MetadataService.cls 11656 20 11656 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8440 /force-app/main/default/classes/MetadataService.cls 11656 20 11656 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8441 /force-app/main/default/classes/MetadataService.cls 11657 20 11657 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8441 /force-app/main/default/classes/MetadataService.cls 11657 20 11657 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8442 /force-app/main/default/classes/MetadataService.cls 11658 20 11658 103 pmd 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]*'
8442 /force-app/main/default/classes/MetadataService.cls 11658 20 11658 103 pmd 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]*'
8443 /force-app/main/default/classes/MetadataService.cls 11659 20 11659 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 'mayForecastManagerShare_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8443 /force-app/main/default/classes/MetadataService.cls 11659 20 11659 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 'mayForecastManagerShare_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8444 /force-app/main/default/classes/MetadataService.cls 11660 20 11660 89 pmd 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]*'
8444 /force-app/main/default/classes/MetadataService.cls 11660 20 11660 89 pmd 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]*'
8445 /force-app/main/default/classes/MetadataService.cls 11661 20 11661 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8445 /force-app/main/default/classes/MetadataService.cls 11661 20 11661 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8446 /force-app/main/default/classes/MetadataService.cls 11662 20 11662 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8446 /force-app/main/default/classes/MetadataService.cls 11662 20 11662 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8447 /force-app/main/default/classes/MetadataService.cls 11663 20 11663 60 pmd FieldNamingConventions 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]*'
8447 /force-app/main/default/classes/MetadataService.cls 11663 20 11663 60 pmd FieldNamingConventions 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]*'
8448 /force-app/main/default/classes/MetadataService.cls 11664 20 11664 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]*'
8448 /force-app/main/default/classes/MetadataService.cls 11664 20 11664 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]*'
8449 /force-app/main/default/classes/MetadataService.cls 11666 9 11677 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8449 /force-app/main/default/classes/MetadataService.cls 11666 9 11677 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8450 /force-app/main/default/classes/MetadataService.cls 11669 20 11669 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8450 /force-app/main/default/classes/MetadataService.cls 11669 20 11669 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8451 /force-app/main/default/classes/MetadataService.cls 11672 20 11672 89 pmd 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]*'
8451 /force-app/main/default/classes/MetadataService.cls 11672 20 11672 89 pmd 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]*'
8452 /force-app/main/default/classes/MetadataService.cls 11673 20 11673 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8452 /force-app/main/default/classes/MetadataService.cls 11673 20 11673 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8453 /force-app/main/default/classes/MetadataService.cls 11674 20 11674 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8453 /force-app/main/default/classes/MetadataService.cls 11674 20 11674 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8454 /force-app/main/default/classes/MetadataService.cls 11675 20 11675 60 pmd FieldNamingConventions 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]*'
8454 /force-app/main/default/classes/MetadataService.cls 11675 20 11675 60 pmd FieldNamingConventions 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]*'
8455 /force-app/main/default/classes/MetadataService.cls 11676 20 11676 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 11676 20 11676 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8456 /force-app/main/default/classes/MetadataService.cls 11678 9 11683 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8456 /force-app/main/default/classes/MetadataService.cls 11678 9 11683 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8457 /force-app/main/default/classes/MetadataService.cls 11680 20 11680 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8457 /force-app/main/default/classes/MetadataService.cls 11680 20 11680 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8458 /force-app/main/default/classes/MetadataService.cls 11681 20 11681 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8458 /force-app/main/default/classes/MetadataService.cls 11681 20 11681 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8459 /force-app/main/default/classes/MetadataService.cls 11682 20 11682 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 11682 20 11682 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8460 /force-app/main/default/classes/MetadataService.cls 11684 9 11699 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8460 /force-app/main/default/classes/MetadataService.cls 11684 9 11699 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8461 /force-app/main/default/classes/MetadataService.cls 11687 20 11687 97 pmd 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]*'
8461 /force-app/main/default/classes/MetadataService.cls 11687 20 11687 97 pmd 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]*'
8462 /force-app/main/default/classes/MetadataService.cls 11692 20 11692 103 pmd 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]*'
8462 /force-app/main/default/classes/MetadataService.cls 11692 20 11692 103 pmd 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]*'
8463 /force-app/main/default/classes/MetadataService.cls 11693 20 11693 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 'disableProtocolSecurity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8463 /force-app/main/default/classes/MetadataService.cls 11693 20 11693 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 'disableProtocolSecurity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8464 /force-app/main/default/classes/MetadataService.cls 11694 20 11694 97 pmd 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]*'
8464 /force-app/main/default/classes/MetadataService.cls 11694 20 11694 97 pmd 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]*'
8465 /force-app/main/default/classes/MetadataService.cls 11695 20 11695 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8465 /force-app/main/default/classes/MetadataService.cls 11695 20 11695 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8466 /force-app/main/default/classes/MetadataService.cls 11696 20 11696 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8466 /force-app/main/default/classes/MetadataService.cls 11696 20 11696 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8467 /force-app/main/default/classes/MetadataService.cls 11697 20 11697 60 pmd FieldNamingConventions 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]*'
8467 /force-app/main/default/classes/MetadataService.cls 11697 20 11697 60 pmd FieldNamingConventions 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]*'
8468 /force-app/main/default/classes/MetadataService.cls 11698 20 11698 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]*'
8468 /force-app/main/default/classes/MetadataService.cls 11698 20 11698 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]*'
8469 /force-app/main/default/classes/MetadataService.cls 11700 9 11716 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8469 /force-app/main/default/classes/MetadataService.cls 11700 9 11716 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8470 /force-app/main/default/classes/MetadataService.cls 11708 20 11708 103 pmd 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]*'
8470 /force-app/main/default/classes/MetadataService.cls 11708 20 11708 103 pmd 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]*'
8471 /force-app/main/default/classes/MetadataService.cls 11709 20 11709 103 pmd 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]*'
8471 /force-app/main/default/classes/MetadataService.cls 11709 20 11709 103 pmd 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]*'
8472 /force-app/main/default/classes/MetadataService.cls 11710 20 11710 103 pmd 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]*'
8472 /force-app/main/default/classes/MetadataService.cls 11710 20 11710 103 pmd 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]*'
8473 /force-app/main/default/classes/MetadataService.cls 11711 20 11711 109 pmd 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]*'
8473 /force-app/main/default/classes/MetadataService.cls 11711 20 11711 109 pmd 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]*'
8474 /force-app/main/default/classes/MetadataService.cls 11712 20 11712 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 'scopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8474 /force-app/main/default/classes/MetadataService.cls 11712 20 11712 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 'scopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8475 /force-app/main/default/classes/MetadataService.cls 11713 20 11713 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 'singleLogoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8475 /force-app/main/default/classes/MetadataService.cls 11713 20 11713 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 'singleLogoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8476 /force-app/main/default/classes/MetadataService.cls 11714 20 11714 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8476 /force-app/main/default/classes/MetadataService.cls 11714 20 11714 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8477 /force-app/main/default/classes/MetadataService.cls 11715 20 11715 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]*'
8477 /force-app/main/default/classes/MetadataService.cls 11715 20 11715 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]*'
8478 /force-app/main/default/classes/MetadataService.cls 11717 9 11728 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8478 /force-app/main/default/classes/MetadataService.cls 11717 9 11728 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8479 /force-app/main/default/classes/MetadataService.cls 11722 20 11722 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 'enhancedLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8479 /force-app/main/default/classes/MetadataService.cls 11722 20 11722 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 'enhancedLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8480 /force-app/main/default/classes/MetadataService.cls 11723 20 11723 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 'lookupAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8480 /force-app/main/default/classes/MetadataService.cls 11723 20 11723 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 'lookupAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8481 /force-app/main/default/classes/MetadataService.cls 11724 20 11724 89 pmd 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]*'
8481 /force-app/main/default/classes/MetadataService.cls 11724 20 11724 89 pmd 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]*'
8482 /force-app/main/default/classes/MetadataService.cls 11725 20 11725 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 'resultsPerPageCount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8482 /force-app/main/default/classes/MetadataService.cls 11725 20 11725 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 'resultsPerPageCount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8483 /force-app/main/default/classes/MetadataService.cls 11726 20 11726 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8483 /force-app/main/default/classes/MetadataService.cls 11726 20 11726 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8484 /force-app/main/default/classes/MetadataService.cls 11727 20 11727 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]*'
8484 /force-app/main/default/classes/MetadataService.cls 11727 20 11727 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]*'
8485 /force-app/main/default/classes/MetadataService.cls 11729 9 11740 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8485 /force-app/main/default/classes/MetadataService.cls 11729 9 11740 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8486 /force-app/main/default/classes/MetadataService.cls 11733 17 11733 23 pmd FieldNamingConventions 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]*'
8486 /force-app/main/default/classes/MetadataService.cls 11733 17 11733 23 pmd FieldNamingConventions 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]*'
8487 /force-app/main/default/classes/MetadataService.cls 11734 20 11734 103 pmd 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]*'
8487 /force-app/main/default/classes/MetadataService.cls 11734 20 11734 103 pmd 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]*'
8488 /force-app/main/default/classes/MetadataService.cls 11735 20 11735 89 pmd 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]*'
8488 /force-app/main/default/classes/MetadataService.cls 11735 20 11735 89 pmd 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]*'
8489 /force-app/main/default/classes/MetadataService.cls 11736 20 11736 89 pmd 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]*'
8489 /force-app/main/default/classes/MetadataService.cls 11736 20 11736 89 pmd 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]*'
8490 /force-app/main/default/classes/MetadataService.cls 11737 20 11737 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8490 /force-app/main/default/classes/MetadataService.cls 11737 20 11737 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8491 /force-app/main/default/classes/MetadataService.cls 11738 20 11738 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8491 /force-app/main/default/classes/MetadataService.cls 11738 20 11738 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8492 /force-app/main/default/classes/MetadataService.cls 11739 20 11739 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]*'
8492 /force-app/main/default/classes/MetadataService.cls 11739 20 11739 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]*'
8493 /force-app/main/default/classes/MetadataService.cls 11741 9 11754 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8493 /force-app/main/default/classes/MetadataService.cls 11741 9 11754 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8494 /force-app/main/default/classes/MetadataService.cls 11747 20 11747 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 'fieldServiceNotificationsOrgPref_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8494 /force-app/main/default/classes/MetadataService.cls 11747 20 11747 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 'fieldServiceNotificationsOrgPref_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8495 /force-app/main/default/classes/MetadataService.cls 11748 20 11748 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 'fieldServiceOrgPref_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8495 /force-app/main/default/classes/MetadataService.cls 11748 20 11748 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 'fieldServiceOrgPref_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8496 /force-app/main/default/classes/MetadataService.cls 11749 20 11749 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 'serviceAppointmentsDueDateOffsetOrgValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8496 /force-app/main/default/classes/MetadataService.cls 11749 20 11749 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 'serviceAppointmentsDueDateOffsetOrgValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8497 /force-app/main/default/classes/MetadataService.cls 11750 20 11750 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 'workOrderLineItemSearchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8497 /force-app/main/default/classes/MetadataService.cls 11750 20 11750 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 'workOrderLineItemSearchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8498 /force-app/main/default/classes/MetadataService.cls 11751 20 11751 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 'workOrderSearchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8498 /force-app/main/default/classes/MetadataService.cls 11751 20 11751 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 'workOrderSearchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8499 /force-app/main/default/classes/MetadataService.cls 11752 20 11752 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8499 /force-app/main/default/classes/MetadataService.cls 11752 20 11752 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8500 /force-app/main/default/classes/MetadataService.cls 11753 20 11753 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]*'
8500 /force-app/main/default/classes/MetadataService.cls 11753 20 11753 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]*'
8501 /force-app/main/default/classes/MetadataService.cls 11755 9 11762 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8501 /force-app/main/default/classes/MetadataService.cls 11755 9 11762 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8502 /force-app/main/default/classes/MetadataService.cls 11758 20 11758 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 'useApproverFieldOfRecordOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8502 /force-app/main/default/classes/MetadataService.cls 11758 20 11758 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 'useApproverFieldOfRecordOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8503 /force-app/main/default/classes/MetadataService.cls 11759 20 11759 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 'userHierarchyField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8503 /force-app/main/default/classes/MetadataService.cls 11759 20 11759 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 'userHierarchyField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8504 /force-app/main/default/classes/MetadataService.cls 11760 20 11760 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8504 /force-app/main/default/classes/MetadataService.cls 11760 20 11760 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8505 /force-app/main/default/classes/MetadataService.cls 11761 20 11761 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]*'
8505 /force-app/main/default/classes/MetadataService.cls 11761 20 11761 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]*'
8506 /force-app/main/default/classes/MetadataService.cls 11763 9 11770 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8506 /force-app/main/default/classes/MetadataService.cls 11763 9 11770 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8507 /force-app/main/default/classes/MetadataService.cls 11766 20 11766 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8507 /force-app/main/default/classes/MetadataService.cls 11766 20 11766 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8508 /force-app/main/default/classes/MetadataService.cls 11767 20 11767 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8508 /force-app/main/default/classes/MetadataService.cls 11767 20 11767 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8509 /force-app/main/default/classes/MetadataService.cls 11768 20 11768 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8509 /force-app/main/default/classes/MetadataService.cls 11768 20 11768 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8510 /force-app/main/default/classes/MetadataService.cls 11769 20 11769 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]*'
8510 /force-app/main/default/classes/MetadataService.cls 11769 20 11769 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]*'
8511 /force-app/main/default/classes/MetadataService.cls 11771 9 11784 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8511 /force-app/main/default/classes/MetadataService.cls 11771 9 11784 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8512 /force-app/main/default/classes/MetadataService.cls 11777 20 11777 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8512 /force-app/main/default/classes/MetadataService.cls 11777 20 11777 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8513 /force-app/main/default/classes/MetadataService.cls 11778 20 11778 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8513 /force-app/main/default/classes/MetadataService.cls 11778 20 11778 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8514 /force-app/main/default/classes/MetadataService.cls 11779 20 11779 89 pmd 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]*'
8514 /force-app/main/default/classes/MetadataService.cls 11779 20 11779 89 pmd 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]*'
8515 /force-app/main/default/classes/MetadataService.cls 11780 20 11780 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8515 /force-app/main/default/classes/MetadataService.cls 11780 20 11780 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8516 /force-app/main/default/classes/MetadataService.cls 11781 20 11781 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 'ruleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8516 /force-app/main/default/classes/MetadataService.cls 11781 20 11781 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 'ruleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8517 /force-app/main/default/classes/MetadataService.cls 11782 20 11782 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8517 /force-app/main/default/classes/MetadataService.cls 11782 20 11782 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8518 /force-app/main/default/classes/MetadataService.cls 11783 20 11783 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]*'
8518 /force-app/main/default/classes/MetadataService.cls 11783 20 11783 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]*'
8519 /force-app/main/default/classes/MetadataService.cls 11785 9 11792 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8519 /force-app/main/default/classes/MetadataService.cls 11785 9 11792 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8520 /force-app/main/default/classes/MetadataService.cls 11788 20 11788 97 pmd 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]*'
8520 /force-app/main/default/classes/MetadataService.cls 11788 20 11788 97 pmd 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]*'
8521 /force-app/main/default/classes/MetadataService.cls 11789 20 11789 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8521 /force-app/main/default/classes/MetadataService.cls 11789 20 11789 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8522 /force-app/main/default/classes/MetadataService.cls 11790 20 11790 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8522 /force-app/main/default/classes/MetadataService.cls 11790 20 11790 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8523 /force-app/main/default/classes/MetadataService.cls 11791 20 11791 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]*'
8523 /force-app/main/default/classes/MetadataService.cls 11791 20 11791 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]*'
8524 /force-app/main/default/classes/MetadataService.cls 11793 9 11800 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8524 /force-app/main/default/classes/MetadataService.cls 11793 9 11800 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8525 /force-app/main/default/classes/MetadataService.cls 11796 20 11796 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 'forecastingItemCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8525 /force-app/main/default/classes/MetadataService.cls 11796 20 11796 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 'forecastingItemCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8526 /force-app/main/default/classes/MetadataService.cls 11797 20 11797 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 'weightedSourceCategories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8526 /force-app/main/default/classes/MetadataService.cls 11797 20 11797 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 'weightedSourceCategories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8527 /force-app/main/default/classes/MetadataService.cls 11798 20 11798 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8527 /force-app/main/default/classes/MetadataService.cls 11798 20 11798 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8528 /force-app/main/default/classes/MetadataService.cls 11799 20 11799 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]*'
8528 /force-app/main/default/classes/MetadataService.cls 11799 20 11799 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]*'
8529 /force-app/main/default/classes/MetadataService.cls 11801 9 11818 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8529 /force-app/main/default/classes/MetadataService.cls 11801 9 11818 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8530 /force-app/main/default/classes/MetadataService.cls 11801 9 11818 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8530 /force-app/main/default/classes/MetadataService.cls 11801 9 11818 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8531 /force-app/main/default/classes/MetadataService.cls 11809 20 11809 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 'boundingBoxBottom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8531 /force-app/main/default/classes/MetadataService.cls 11809 20 11809 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 'boundingBoxBottom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8532 /force-app/main/default/classes/MetadataService.cls 11810 20 11810 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 'boundingBoxLeft_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8532 /force-app/main/default/classes/MetadataService.cls 11810 20 11810 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 'boundingBoxLeft_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8533 /force-app/main/default/classes/MetadataService.cls 11811 20 11811 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 'boundingBoxRight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8533 /force-app/main/default/classes/MetadataService.cls 11811 20 11811 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 'boundingBoxRight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8534 /force-app/main/default/classes/MetadataService.cls 11812 20 11812 109 pmd 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]*'
8534 /force-app/main/default/classes/MetadataService.cls 11812 20 11812 109 pmd 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]*'
8535 /force-app/main/default/classes/MetadataService.cls 11813 20 11813 97 pmd 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]*'
8535 /force-app/main/default/classes/MetadataService.cls 11813 20 11813 97 pmd 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]*'
8536 /force-app/main/default/classes/MetadataService.cls 11814 20 11814 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 'mapName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8536 /force-app/main/default/classes/MetadataService.cls 11814 20 11814 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 'mapName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8537 /force-app/main/default/classes/MetadataService.cls 11815 20 11815 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 'projection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8537 /force-app/main/default/classes/MetadataService.cls 11815 20 11815 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 'projection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8538 /force-app/main/default/classes/MetadataService.cls 11816 20 11816 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8538 /force-app/main/default/classes/MetadataService.cls 11816 20 11816 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8539 /force-app/main/default/classes/MetadataService.cls 11817 20 11817 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]*'
8539 /force-app/main/default/classes/MetadataService.cls 11817 20 11817 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]*'
8540 /force-app/main/default/classes/MetadataService.cls 11819 9 11830 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8540 /force-app/main/default/classes/MetadataService.cls 11819 9 11830 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8541 /force-app/main/default/classes/MetadataService.cls 11824 20 11824 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 'archiveAfterMonths_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8541 /force-app/main/default/classes/MetadataService.cls 11824 20 11824 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 'archiveAfterMonths_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8542 /force-app/main/default/classes/MetadataService.cls 11825 20 11825 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 'archiveRetentionYears_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8542 /force-app/main/default/classes/MetadataService.cls 11825 20 11825 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 'archiveRetentionYears_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8543 /force-app/main/default/classes/MetadataService.cls 11826 20 11826 103 pmd 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]*'
8543 /force-app/main/default/classes/MetadataService.cls 11826 20 11826 103 pmd 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]*'
8544 /force-app/main/default/classes/MetadataService.cls 11827 20 11827 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 'gracePeriodDays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8544 /force-app/main/default/classes/MetadataService.cls 11827 20 11827 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 'gracePeriodDays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8545 /force-app/main/default/classes/MetadataService.cls 11828 20 11828 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8545 /force-app/main/default/classes/MetadataService.cls 11828 20 11828 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8546 /force-app/main/default/classes/MetadataService.cls 11829 20 11829 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]*'
8546 /force-app/main/default/classes/MetadataService.cls 11829 20 11829 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]*'
8547 /force-app/main/default/classes/MetadataService.cls 11831 9 11848 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8547 /force-app/main/default/classes/MetadataService.cls 11831 9 11848 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8548 /force-app/main/default/classes/MetadataService.cls 11831 9 11848 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8548 /force-app/main/default/classes/MetadataService.cls 11831 9 11848 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8549 /force-app/main/default/classes/MetadataService.cls 11834 20 11834 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8549 /force-app/main/default/classes/MetadataService.cls 11834 20 11834 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8550 /force-app/main/default/classes/MetadataService.cls 11837 20 11837 103 pmd 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]*'
8550 /force-app/main/default/classes/MetadataService.cls 11837 20 11837 103 pmd 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]*'
8551 /force-app/main/default/classes/MetadataService.cls 11838 20 11838 89 pmd 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]*'
8551 /force-app/main/default/classes/MetadataService.cls 11838 20 11838 89 pmd 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]*'
8552 /force-app/main/default/classes/MetadataService.cls 11842 20 11842 97 pmd 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]*'
8552 /force-app/main/default/classes/MetadataService.cls 11842 20 11842 97 pmd 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]*'
8553 /force-app/main/default/classes/MetadataService.cls 11843 20 11843 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 'expression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8553 /force-app/main/default/classes/MetadataService.cls 11843 20 11843 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 'expression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8554 /force-app/main/default/classes/MetadataService.cls 11844 20 11844 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8554 /force-app/main/default/classes/MetadataService.cls 11844 20 11844 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8555 /force-app/main/default/classes/MetadataService.cls 11845 20 11845 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8555 /force-app/main/default/classes/MetadataService.cls 11845 20 11845 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8556 /force-app/main/default/classes/MetadataService.cls 11846 20 11846 60 pmd FieldNamingConventions 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]*'
8556 /force-app/main/default/classes/MetadataService.cls 11846 20 11846 60 pmd FieldNamingConventions 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]*'
8557 /force-app/main/default/classes/MetadataService.cls 11847 20 11847 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]*'
8557 /force-app/main/default/classes/MetadataService.cls 11847 20 11847 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]*'
8558 /force-app/main/default/classes/MetadataService.cls 11849 9 11860 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8558 /force-app/main/default/classes/MetadataService.cls 11849 9 11860 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8559 /force-app/main/default/classes/MetadataService.cls 11854 20 11854 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 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8559 /force-app/main/default/classes/MetadataService.cls 11854 20 11854 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 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8560 /force-app/main/default/classes/MetadataService.cls 11855 20 11855 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8560 /force-app/main/default/classes/MetadataService.cls 11855 20 11855 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8561 /force-app/main/default/classes/MetadataService.cls 11856 20 11856 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 'restrictedPicklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8561 /force-app/main/default/classes/MetadataService.cls 11856 20 11856 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 'restrictedPicklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8562 /force-app/main/default/classes/MetadataService.cls 11857 20 11857 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8562 /force-app/main/default/classes/MetadataService.cls 11857 20 11857 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8563 /force-app/main/default/classes/MetadataService.cls 11858 20 11858 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8563 /force-app/main/default/classes/MetadataService.cls 11858 20 11858 114 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8564 /force-app/main/default/classes/MetadataService.cls 11859 20 11859 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]*'
8564 /force-app/main/default/classes/MetadataService.cls 11859 20 11859 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]*'
8565 /force-app/main/default/classes/MetadataService.cls 11861 9 11868 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8565 /force-app/main/default/classes/MetadataService.cls 11861 9 11868 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8566 /force-app/main/default/classes/MetadataService.cls 11861 9 11868 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8566 /force-app/main/default/classes/MetadataService.cls 11861 9 11868 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8567 /force-app/main/default/classes/MetadataService.cls 11862 17 11862 24 pmd 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]*'
8567 /force-app/main/default/classes/MetadataService.cls 11862 17 11862 24 pmd 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]*'
8568 /force-app/main/default/classes/MetadataService.cls 11863 40 11863 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 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*'
8568 /force-app/main/default/classes/MetadataService.cls 11863 40 11863 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 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*'
8569 /force-app/main/default/classes/MetadataService.cls 11864 20 11864 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 'ZipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8569 /force-app/main/default/classes/MetadataService.cls 11864 20 11864 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 'ZipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8570 /force-app/main/default/classes/MetadataService.cls 11865 20 11865 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 'DeployOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8570 /force-app/main/default/classes/MetadataService.cls 11865 20 11865 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 'DeployOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8571 /force-app/main/default/classes/MetadataService.cls 11866 20 11866 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8571 /force-app/main/default/classes/MetadataService.cls 11866 20 11866 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8572 /force-app/main/default/classes/MetadataService.cls 11867 20 11867 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]*'
8572 /force-app/main/default/classes/MetadataService.cls 11867 20 11867 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]*'
8573 /force-app/main/default/classes/MetadataService.cls 11869 9 11878 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8573 /force-app/main/default/classes/MetadataService.cls 11869 9 11878 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8574 /force-app/main/default/classes/MetadataService.cls 11873 20 11873 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8574 /force-app/main/default/classes/MetadataService.cls 11873 20 11873 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8575 /force-app/main/default/classes/MetadataService.cls 11874 20 11874 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8575 /force-app/main/default/classes/MetadataService.cls 11874 20 11874 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8576 /force-app/main/default/classes/MetadataService.cls 11875 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8576 /force-app/main/default/classes/MetadataService.cls 11875 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8577 /force-app/main/default/classes/MetadataService.cls 11876 20 11876 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8577 /force-app/main/default/classes/MetadataService.cls 11876 20 11876 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8578 /force-app/main/default/classes/MetadataService.cls 11877 20 11877 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]*'
8578 /force-app/main/default/classes/MetadataService.cls 11877 20 11877 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]*'
8579 /force-app/main/default/classes/MetadataService.cls 11879 9 11888 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8579 /force-app/main/default/classes/MetadataService.cls 11879 9 11888 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8580 /force-app/main/default/classes/MetadataService.cls 11882 20 11882 97 pmd 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]*'
8580 /force-app/main/default/classes/MetadataService.cls 11882 20 11882 97 pmd 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]*'
8581 /force-app/main/default/classes/MetadataService.cls 11884 20 11884 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 'enableExactTargetForSalesforceApps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8581 /force-app/main/default/classes/MetadataService.cls 11884 20 11884 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 'enableExactTargetForSalesforceApps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8582 /force-app/main/default/classes/MetadataService.cls 11885 20 11885 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8582 /force-app/main/default/classes/MetadataService.cls 11885 20 11885 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8583 /force-app/main/default/classes/MetadataService.cls 11886 20 11886 60 pmd FieldNamingConventions 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]*'
8583 /force-app/main/default/classes/MetadataService.cls 11886 20 11886 60 pmd FieldNamingConventions 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]*'
8584 /force-app/main/default/classes/MetadataService.cls 11887 20 11887 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]*'
8584 /force-app/main/default/classes/MetadataService.cls 11887 20 11887 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]*'
8585 /force-app/main/default/classes/MetadataService.cls 11889 9 11894 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8585 /force-app/main/default/classes/MetadataService.cls 11889 9 11894 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8586 /force-app/main/default/classes/MetadataService.cls 11891 20 11891 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8586 /force-app/main/default/classes/MetadataService.cls 11891 20 11891 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8587 /force-app/main/default/classes/MetadataService.cls 11892 20 11892 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8587 /force-app/main/default/classes/MetadataService.cls 11892 20 11892 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8588 /force-app/main/default/classes/MetadataService.cls 11893 20 11893 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8588 /force-app/main/default/classes/MetadataService.cls 11893 20 11893 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8589 /force-app/main/default/classes/MetadataService.cls 11895 9 11910 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8589 /force-app/main/default/classes/MetadataService.cls 11895 9 11910 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8590 /force-app/main/default/classes/MetadataService.cls 11898 20 11898 97 pmd 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]*'
8590 /force-app/main/default/classes/MetadataService.cls 11898 20 11898 97 pmd 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]*'
8591 /force-app/main/default/classes/MetadataService.cls 11903 20 11903 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 'connectedApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8591 /force-app/main/default/classes/MetadataService.cls 11903 20 11903 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 'connectedApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8592 /force-app/main/default/classes/MetadataService.cls 11904 20 11904 103 pmd 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]*'
8592 /force-app/main/default/classes/MetadataService.cls 11904 20 11904 103 pmd 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]*'
8593 /force-app/main/default/classes/MetadataService.cls 11905 20 11905 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8593 /force-app/main/default/classes/MetadataService.cls 11905 20 11905 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8594 /force-app/main/default/classes/MetadataService.cls 11906 20 11906 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 'requiredPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8594 /force-app/main/default/classes/MetadataService.cls 11906 20 11906 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 'requiredPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8595 /force-app/main/default/classes/MetadataService.cls 11907 20 11907 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8595 /force-app/main/default/classes/MetadataService.cls 11907 20 11907 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8596 /force-app/main/default/classes/MetadataService.cls 11908 20 11908 60 pmd FieldNamingConventions 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]*'
8596 /force-app/main/default/classes/MetadataService.cls 11908 20 11908 60 pmd FieldNamingConventions 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]*'
8597 /force-app/main/default/classes/MetadataService.cls 11909 20 11909 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]*'
8597 /force-app/main/default/classes/MetadataService.cls 11909 20 11909 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]*'
8598 /force-app/main/default/classes/MetadataService.cls 11911 9 11938 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8598 /force-app/main/default/classes/MetadataService.cls 11911 9 11938 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8599 /force-app/main/default/classes/MetadataService.cls 11911 9 11938 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8599 /force-app/main/default/classes/MetadataService.cls 11911 9 11938 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8600 /force-app/main/default/classes/MetadataService.cls 11924 20 11924 109 pmd 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]*'
8600 /force-app/main/default/classes/MetadataService.cls 11924 20 11924 109 pmd 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]*'
8601 /force-app/main/default/classes/MetadataService.cls 11925 20 11925 109 pmd 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]*'
8601 /force-app/main/default/classes/MetadataService.cls 11925 20 11925 109 pmd 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]*'
8602 /force-app/main/default/classes/MetadataService.cls 11926 20 11926 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 'alertText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8602 /force-app/main/default/classes/MetadataService.cls 11926 20 11926 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 'alertText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8603 /force-app/main/default/classes/MetadataService.cls 11927 20 11927 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8603 /force-app/main/default/classes/MetadataService.cls 11927 20 11927 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8604 /force-app/main/default/classes/MetadataService.cls 11928 20 11928 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 'duplicateRuleFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8604 /force-app/main/default/classes/MetadataService.cls 11928 20 11928 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 'duplicateRuleFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8605 /force-app/main/default/classes/MetadataService.cls 11929 20 11929 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 'duplicateRuleMatchRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8605 /force-app/main/default/classes/MetadataService.cls 11929 20 11929 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 'duplicateRuleMatchRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8606 /force-app/main/default/classes/MetadataService.cls 11930 20 11930 97 pmd 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]*'
8606 /force-app/main/default/classes/MetadataService.cls 11930 20 11930 97 pmd 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]*'
8607 /force-app/main/default/classes/MetadataService.cls 11931 20 11931 103 pmd 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]*'
8607 /force-app/main/default/classes/MetadataService.cls 11931 20 11931 103 pmd 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]*'
8608 /force-app/main/default/classes/MetadataService.cls 11932 20 11932 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 'operationsOnInsert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8608 /force-app/main/default/classes/MetadataService.cls 11932 20 11932 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 'operationsOnInsert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8609 /force-app/main/default/classes/MetadataService.cls 11933 20 11933 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 'operationsOnUpdate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8609 /force-app/main/default/classes/MetadataService.cls 11933 20 11933 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 'operationsOnUpdate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8610 /force-app/main/default/classes/MetadataService.cls 11934 20 11934 109 pmd 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]*'
8610 /force-app/main/default/classes/MetadataService.cls 11934 20 11934 109 pmd 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]*'
8611 /force-app/main/default/classes/MetadataService.cls 11935 20 11935 99 pmd 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]*'
8611 /force-app/main/default/classes/MetadataService.cls 11935 20 11935 99 pmd 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]*'
8612 /force-app/main/default/classes/MetadataService.cls 11936 20 11936 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8612 /force-app/main/default/classes/MetadataService.cls 11936 20 11936 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8613 /force-app/main/default/classes/MetadataService.cls 11937 20 11937 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]*'
8613 /force-app/main/default/classes/MetadataService.cls 11937 20 11937 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]*'
8614 /force-app/main/default/classes/MetadataService.cls 11939 9 11946 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8614 /force-app/main/default/classes/MetadataService.cls 11939 9 11946 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8615 /force-app/main/default/classes/MetadataService.cls 11942 20 11942 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8615 /force-app/main/default/classes/MetadataService.cls 11942 20 11942 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8616 /force-app/main/default/classes/MetadataService.cls 11943 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8616 /force-app/main/default/classes/MetadataService.cls 11943 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8617 /force-app/main/default/classes/MetadataService.cls 11944 20 11944 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8617 /force-app/main/default/classes/MetadataService.cls 11944 20 11944 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8618 /force-app/main/default/classes/MetadataService.cls 11945 20 11945 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]*'
8618 /force-app/main/default/classes/MetadataService.cls 11945 20 11945 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]*'
8619 /force-app/main/default/classes/MetadataService.cls 11947 9 11952 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8619 /force-app/main/default/classes/MetadataService.cls 11947 9 11952 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8620 /force-app/main/default/classes/MetadataService.cls 11949 20 11949 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8620 /force-app/main/default/classes/MetadataService.cls 11949 20 11949 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8621 /force-app/main/default/classes/MetadataService.cls 11950 20 11950 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8621 /force-app/main/default/classes/MetadataService.cls 11950 20 11950 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8622 /force-app/main/default/classes/MetadataService.cls 11951 20 11951 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8622 /force-app/main/default/classes/MetadataService.cls 11951 20 11951 65 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8623 /force-app/main/default/classes/MetadataService.cls 11953 9 12008 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8623 /force-app/main/default/classes/MetadataService.cls 11953 9 12008 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8624 /force-app/main/default/classes/MetadataService.cls 11953 9 12008 3 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)
8624 /force-app/main/default/classes/MetadataService.cls 11953 9 12008 3 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)
8625 /force-app/main/default/classes/MetadataService.cls 11953 9 12008 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8625 /force-app/main/default/classes/MetadataService.cls 11953 9 12008 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8626 /force-app/main/default/classes/MetadataService.cls 11980 20 11980 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 'canceledBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8626 /force-app/main/default/classes/MetadataService.cls 11980 20 11980 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 'canceledBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8627 /force-app/main/default/classes/MetadataService.cls 11981 20 11981 109 pmd 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]*'
8627 /force-app/main/default/classes/MetadataService.cls 11981 20 11981 109 pmd 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]*'
8628 /force-app/main/default/classes/MetadataService.cls 11982 20 11982 99 pmd 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]*'
8628 /force-app/main/default/classes/MetadataService.cls 11982 20 11982 99 pmd 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]*'
8629 /force-app/main/default/classes/MetadataService.cls 11983 20 11983 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 'completedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8629 /force-app/main/default/classes/MetadataService.cls 11983 20 11983 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 'completedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8630 /force-app/main/default/classes/MetadataService.cls 11984 20 11984 99 pmd 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]*'
8630 /force-app/main/default/classes/MetadataService.cls 11984 20 11984 99 pmd 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]*'
8631 /force-app/main/default/classes/MetadataService.cls 11985 20 11985 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8631 /force-app/main/default/classes/MetadataService.cls 11985 20 11985 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8632 /force-app/main/default/classes/MetadataService.cls 11986 20 11986 103 pmd 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]*'
8632 /force-app/main/default/classes/MetadataService.cls 11986 20 11986 103 pmd 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]*'
8633 /force-app/main/default/classes/MetadataService.cls 11987 20 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 'details_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8633 /force-app/main/default/classes/MetadataService.cls 11987 20 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 'details_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8634 /force-app/main/default/classes/MetadataService.cls 11988 20 11988 89 pmd 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]*'
8634 /force-app/main/default/classes/MetadataService.cls 11988 20 11988 89 pmd 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]*'
8635 /force-app/main/default/classes/MetadataService.cls 11989 20 11989 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8635 /force-app/main/default/classes/MetadataService.cls 11989 20 11989 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8636 /force-app/main/default/classes/MetadataService.cls 11990 20 11990 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8636 /force-app/main/default/classes/MetadataService.cls 11990 20 11990 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8637 /force-app/main/default/classes/MetadataService.cls 11991 20 11991 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8637 /force-app/main/default/classes/MetadataService.cls 11991 20 11991 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8638 /force-app/main/default/classes/MetadataService.cls 11992 20 11992 109 pmd 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]*'
8638 /force-app/main/default/classes/MetadataService.cls 11992 20 11992 109 pmd 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]*'
8639 /force-app/main/default/classes/MetadataService.cls 11993 20 11993 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8639 /force-app/main/default/classes/MetadataService.cls 11993 20 11993 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8640 /force-app/main/default/classes/MetadataService.cls 11994 20 11994 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 'numberComponentErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8640 /force-app/main/default/classes/MetadataService.cls 11994 20 11994 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 'numberComponentErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8641 /force-app/main/default/classes/MetadataService.cls 11995 20 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 'numberComponentsDeployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8641 /force-app/main/default/classes/MetadataService.cls 11995 20 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 'numberComponentsDeployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8642 /force-app/main/default/classes/MetadataService.cls 11996 20 11996 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 'numberComponentsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8642 /force-app/main/default/classes/MetadataService.cls 11996 20 11996 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 'numberComponentsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8643 /force-app/main/default/classes/MetadataService.cls 11997 20 11997 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 'numberTestErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8643 /force-app/main/default/classes/MetadataService.cls 11997 20 11997 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 'numberTestErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8644 /force-app/main/default/classes/MetadataService.cls 11998 20 11998 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 'numberTestsCompleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8644 /force-app/main/default/classes/MetadataService.cls 11998 20 11998 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 'numberTestsCompleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8645 /force-app/main/default/classes/MetadataService.cls 11999 20 11999 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 'numberTestsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8645 /force-app/main/default/classes/MetadataService.cls 11999 20 11999 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 'numberTestsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8646 /force-app/main/default/classes/MetadataService.cls 12000 20 12000 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8646 /force-app/main/default/classes/MetadataService.cls 12000 20 12000 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8647 /force-app/main/default/classes/MetadataService.cls 12001 20 12001 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 'runTestsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8647 /force-app/main/default/classes/MetadataService.cls 12001 20 12001 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 'runTestsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8648 /force-app/main/default/classes/MetadataService.cls 12002 20 12002 99 pmd 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]*'
8648 /force-app/main/default/classes/MetadataService.cls 12002 20 12002 99 pmd 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]*'
8649 /force-app/main/default/classes/MetadataService.cls 12003 20 12003 103 pmd 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]*'
8649 /force-app/main/default/classes/MetadataService.cls 12003 20 12003 103 pmd 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]*'
8650 /force-app/main/default/classes/MetadataService.cls 12004 20 12004 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8650 /force-app/main/default/classes/MetadataService.cls 12004 20 12004 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8651 /force-app/main/default/classes/MetadataService.cls 12005 20 12005 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8651 /force-app/main/default/classes/MetadataService.cls 12005 20 12005 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8652 /force-app/main/default/classes/MetadataService.cls 12006 20 12006 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8652 /force-app/main/default/classes/MetadataService.cls 12006 20 12006 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8653 /force-app/main/default/classes/MetadataService.cls 12007 20 12007 465 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8653 /force-app/main/default/classes/MetadataService.cls 12007 20 12007 465 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8654 /force-app/main/default/classes/MetadataService.cls 12009 9 12016 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8654 /force-app/main/default/classes/MetadataService.cls 12009 9 12016 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8655 /force-app/main/default/classes/MetadataService.cls 12012 20 12012 89 pmd 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]*'
8655 /force-app/main/default/classes/MetadataService.cls 12012 20 12012 89 pmd 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]*'
8656 /force-app/main/default/classes/MetadataService.cls 12013 20 12013 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8656 /force-app/main/default/classes/MetadataService.cls 12013 20 12013 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8657 /force-app/main/default/classes/MetadataService.cls 12014 20 12014 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8657 /force-app/main/default/classes/MetadataService.cls 12014 20 12014 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8658 /force-app/main/default/classes/MetadataService.cls 12015 20 12015 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]*'
8658 /force-app/main/default/classes/MetadataService.cls 12015 20 12015 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]*'
8659 /force-app/main/default/classes/MetadataService.cls 12017 9 12028 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8659 /force-app/main/default/classes/MetadataService.cls 12017 9 12028 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8660 /force-app/main/default/classes/MetadataService.cls 12020 20 12020 97 pmd 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]*'
8660 /force-app/main/default/classes/MetadataService.cls 12020 20 12020 97 pmd 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]*'
8661 /force-app/main/default/classes/MetadataService.cls 12023 20 12023 103 pmd 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]*'
8661 /force-app/main/default/classes/MetadataService.cls 12023 20 12023 103 pmd 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]*'
8662 /force-app/main/default/classes/MetadataService.cls 12024 20 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8662 /force-app/main/default/classes/MetadataService.cls 12024 20 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8663 /force-app/main/default/classes/MetadataService.cls 12025 20 12025 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8663 /force-app/main/default/classes/MetadataService.cls 12025 20 12025 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8664 /force-app/main/default/classes/MetadataService.cls 12026 20 12026 60 pmd FieldNamingConventions 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]*'
8664 /force-app/main/default/classes/MetadataService.cls 12026 20 12026 60 pmd FieldNamingConventions 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]*'
8665 /force-app/main/default/classes/MetadataService.cls 12027 20 12027 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]*'
8665 /force-app/main/default/classes/MetadataService.cls 12027 20 12027 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]*'
8666 /force-app/main/default/classes/MetadataService.cls 12029 9 12040 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8666 /force-app/main/default/classes/MetadataService.cls 12029 9 12040 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8667 /force-app/main/default/classes/MetadataService.cls 12034 20 12034 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8667 /force-app/main/default/classes/MetadataService.cls 12034 20 12034 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8668 /force-app/main/default/classes/MetadataService.cls 12035 20 12035 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8668 /force-app/main/default/classes/MetadataService.cls 12035 20 12035 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8669 /force-app/main/default/classes/MetadataService.cls 12036 20 12036 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8669 /force-app/main/default/classes/MetadataService.cls 12036 20 12036 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8670 /force-app/main/default/classes/MetadataService.cls 12037 20 12037 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8670 /force-app/main/default/classes/MetadataService.cls 12037 20 12037 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8671 /force-app/main/default/classes/MetadataService.cls 12038 20 12038 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8671 /force-app/main/default/classes/MetadataService.cls 12038 20 12038 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8672 /force-app/main/default/classes/MetadataService.cls 12039 20 12039 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]*'
8672 /force-app/main/default/classes/MetadataService.cls 12039 20 12039 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]*'
8673 /force-app/main/default/classes/MetadataService.cls 12041 9 12050 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8673 /force-app/main/default/classes/MetadataService.cls 12041 9 12050 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8674 /force-app/main/default/classes/MetadataService.cls 12044 20 12044 97 pmd 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]*'
8674 /force-app/main/default/classes/MetadataService.cls 12044 20 12044 97 pmd 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]*'
8675 /force-app/main/default/classes/MetadataService.cls 12046 20 12046 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 'autoResponseRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8675 /force-app/main/default/classes/MetadataService.cls 12046 20 12046 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 'autoResponseRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8676 /force-app/main/default/classes/MetadataService.cls 12047 20 12047 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8676 /force-app/main/default/classes/MetadataService.cls 12047 20 12047 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8677 /force-app/main/default/classes/MetadataService.cls 12048 20 12048 60 pmd FieldNamingConventions 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]*'
8677 /force-app/main/default/classes/MetadataService.cls 12048 20 12048 60 pmd FieldNamingConventions 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]*'
8678 /force-app/main/default/classes/MetadataService.cls 12049 20 12049 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]*'
8678 /force-app/main/default/classes/MetadataService.cls 12049 20 12049 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]*'
8679 /force-app/main/default/classes/MetadataService.cls 12051 9 12060 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8679 /force-app/main/default/classes/MetadataService.cls 12051 9 12060 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8680 /force-app/main/default/classes/MetadataService.cls 12055 20 12055 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8680 /force-app/main/default/classes/MetadataService.cls 12055 20 12055 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8681 /force-app/main/default/classes/MetadataService.cls 12056 20 12056 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 'layoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8681 /force-app/main/default/classes/MetadataService.cls 12056 20 12056 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 'layoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8682 /force-app/main/default/classes/MetadataService.cls 12057 20 12057 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8682 /force-app/main/default/classes/MetadataService.cls 12057 20 12057 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8683 /force-app/main/default/classes/MetadataService.cls 12058 20 12058 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8683 /force-app/main/default/classes/MetadataService.cls 12058 20 12058 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8684 /force-app/main/default/classes/MetadataService.cls 12059 20 12059 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]*'
8684 /force-app/main/default/classes/MetadataService.cls 12059 20 12059 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]*'
8685 /force-app/main/default/classes/MetadataService.cls 12061 9 12078 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8685 /force-app/main/default/classes/MetadataService.cls 12061 9 12078 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8686 /force-app/main/default/classes/MetadataService.cls 12061 9 12078 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8686 /force-app/main/default/classes/MetadataService.cls 12061 9 12078 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8687 /force-app/main/default/classes/MetadataService.cls 12064 20 12064 97 pmd 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]*'
8687 /force-app/main/default/classes/MetadataService.cls 12064 20 12064 97 pmd 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]*'
8688 /force-app/main/default/classes/MetadataService.cls 12070 20 12070 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8688 /force-app/main/default/classes/MetadataService.cls 12070 20 12070 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8689 /force-app/main/default/classes/MetadataService.cls 12071 20 12071 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8689 /force-app/main/default/classes/MetadataService.cls 12071 20 12071 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8690 /force-app/main/default/classes/MetadataService.cls 12072 20 12072 89 pmd 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]*'
8690 /force-app/main/default/classes/MetadataService.cls 12072 20 12072 89 pmd 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]*'
8691 /force-app/main/default/classes/MetadataService.cls 12073 20 12073 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8691 /force-app/main/default/classes/MetadataService.cls 12073 20 12073 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8692 /force-app/main/default/classes/MetadataService.cls 12074 20 12074 97 pmd 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]*'
8692 /force-app/main/default/classes/MetadataService.cls 12074 20 12074 97 pmd 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]*'
8693 /force-app/main/default/classes/MetadataService.cls 12075 20 12075 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8693 /force-app/main/default/classes/MetadataService.cls 12075 20 12075 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8694 /force-app/main/default/classes/MetadataService.cls 12076 20 12076 60 pmd FieldNamingConventions 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]*'
8694 /force-app/main/default/classes/MetadataService.cls 12076 20 12076 60 pmd FieldNamingConventions 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]*'
8695 /force-app/main/default/classes/MetadataService.cls 12077 20 12077 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]*'
8695 /force-app/main/default/classes/MetadataService.cls 12077 20 12077 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]*'
8696 /force-app/main/default/classes/MetadataService.cls 12079 9 12096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8696 /force-app/main/default/classes/MetadataService.cls 12079 9 12096 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8697 /force-app/main/default/classes/MetadataService.cls 12079 9 12096 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8697 /force-app/main/default/classes/MetadataService.cls 12079 9 12096 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8698 /force-app/main/default/classes/MetadataService.cls 12082 20 12082 97 pmd 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]*'
8698 /force-app/main/default/classes/MetadataService.cls 12082 20 12082 97 pmd 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]*'
8699 /force-app/main/default/classes/MetadataService.cls 12088 20 12088 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 'displayCurrency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8699 /force-app/main/default/classes/MetadataService.cls 12088 20 12088 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 'displayCurrency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8700 /force-app/main/default/classes/MetadataService.cls 12089 20 12089 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 'enableForecasts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8700 /force-app/main/default/classes/MetadataService.cls 12089 20 12089 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 'enableForecasts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8701 /force-app/main/default/classes/MetadataService.cls 12090 20 12090 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 'forecastingCategoryMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8701 /force-app/main/default/classes/MetadataService.cls 12090 20 12090 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 'forecastingCategoryMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8702 /force-app/main/default/classes/MetadataService.cls 12091 20 12091 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 'forecastingDisplayedFamilySettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8702 /force-app/main/default/classes/MetadataService.cls 12091 20 12091 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 'forecastingDisplayedFamilySettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8703 /force-app/main/default/classes/MetadataService.cls 12092 20 12092 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 'forecastingTypeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8703 /force-app/main/default/classes/MetadataService.cls 12092 20 12092 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 'forecastingTypeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8704 /force-app/main/default/classes/MetadataService.cls 12093 20 12093 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8704 /force-app/main/default/classes/MetadataService.cls 12093 20 12093 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8705 /force-app/main/default/classes/MetadataService.cls 12094 20 12094 60 pmd FieldNamingConventions 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]*'
8705 /force-app/main/default/classes/MetadataService.cls 12094 20 12094 60 pmd FieldNamingConventions 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]*'
8706 /force-app/main/default/classes/MetadataService.cls 12095 20 12095 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]*'
8706 /force-app/main/default/classes/MetadataService.cls 12095 20 12095 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]*'
8707 /force-app/main/default/classes/MetadataService.cls 12097 9 12102 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8707 /force-app/main/default/classes/MetadataService.cls 12097 9 12102 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8708 /force-app/main/default/classes/MetadataService.cls 12099 20 12099 99 pmd 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]*'
8708 /force-app/main/default/classes/MetadataService.cls 12099 20 12099 99 pmd 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]*'
8709 /force-app/main/default/classes/MetadataService.cls 12100 20 12100 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8709 /force-app/main/default/classes/MetadataService.cls 12100 20 12100 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8710 /force-app/main/default/classes/MetadataService.cls 12101 20 12101 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8710 /force-app/main/default/classes/MetadataService.cls 12101 20 12101 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8711 /force-app/main/default/classes/MetadataService.cls 12103 9 12126 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8711 /force-app/main/default/classes/MetadataService.cls 12103 9 12126 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8712 /force-app/main/default/classes/MetadataService.cls 12103 9 12126 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8712 /force-app/main/default/classes/MetadataService.cls 12103 9 12126 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8713 /force-app/main/default/classes/MetadataService.cls 12114 20 12114 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 'baseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8713 /force-app/main/default/classes/MetadataService.cls 12114 20 12114 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 'baseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8714 /force-app/main/default/classes/MetadataService.cls 12115 20 12115 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 'bundlesInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8714 /force-app/main/default/classes/MetadataService.cls 12115 20 12115 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 'bundlesInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8715 /force-app/main/default/classes/MetadataService.cls 12116 20 12116 97 pmd 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]*'
8715 /force-app/main/default/classes/MetadataService.cls 12116 20 12116 97 pmd 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]*'
8716 /force-app/main/default/classes/MetadataService.cls 12117 20 12117 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 'defaultBrandingSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8716 /force-app/main/default/classes/MetadataService.cls 12117 20 12117 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 'defaultBrandingSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8717 /force-app/main/default/classes/MetadataService.cls 12118 20 12118 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 'defaultThemeDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8717 /force-app/main/default/classes/MetadataService.cls 12118 20 12118 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 'defaultThemeDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8718 /force-app/main/default/classes/MetadataService.cls 12119 20 12119 103 pmd 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]*'
8718 /force-app/main/default/classes/MetadataService.cls 12119 20 12119 103 pmd 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]*'
8719 /force-app/main/default/classes/MetadataService.cls 12120 20 12120 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 'enableExtendedCleanUpOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8719 /force-app/main/default/classes/MetadataService.cls 12120 20 12120 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 'enableExtendedCleanUpOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8720 /force-app/main/default/classes/MetadataService.cls 12121 20 12121 103 pmd 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]*'
8720 /force-app/main/default/classes/MetadataService.cls 12121 20 12121 103 pmd 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]*'
8721 /force-app/main/default/classes/MetadataService.cls 12122 20 12122 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 'navigationLinkSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8721 /force-app/main/default/classes/MetadataService.cls 12122 20 12122 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 'navigationLinkSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8722 /force-app/main/default/classes/MetadataService.cls 12123 20 12123 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 'pageSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8722 /force-app/main/default/classes/MetadataService.cls 12123 20 12123 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 'pageSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8723 /force-app/main/default/classes/MetadataService.cls 12124 20 12124 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8723 /force-app/main/default/classes/MetadataService.cls 12124 20 12124 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8724 /force-app/main/default/classes/MetadataService.cls 12125 20 12125 237 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8724 /force-app/main/default/classes/MetadataService.cls 12125 20 12125 237 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 12127 9 12134 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8725 /force-app/main/default/classes/MetadataService.cls 12127 9 12134 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8726 /force-app/main/default/classes/MetadataService.cls 12130 20 12130 97 pmd 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]*'
8726 /force-app/main/default/classes/MetadataService.cls 12130 20 12130 97 pmd 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]*'
8727 /force-app/main/default/classes/MetadataService.cls 12131 20 12131 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8727 /force-app/main/default/classes/MetadataService.cls 12131 20 12131 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8728 /force-app/main/default/classes/MetadataService.cls 12132 20 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8728 /force-app/main/default/classes/MetadataService.cls 12132 20 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8729 /force-app/main/default/classes/MetadataService.cls 12133 20 12133 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]*'
8729 /force-app/main/default/classes/MetadataService.cls 12133 20 12133 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]*'
8730 /force-app/main/default/classes/MetadataService.cls 12135 9 12150 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8730 /force-app/main/default/classes/MetadataService.cls 12135 9 12150 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8731 /force-app/main/default/classes/MetadataService.cls 12138 20 12138 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8731 /force-app/main/default/classes/MetadataService.cls 12138 20 12138 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8732 /force-app/main/default/classes/MetadataService.cls 12141 20 12141 103 pmd 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]*'
8732 /force-app/main/default/classes/MetadataService.cls 12141 20 12141 103 pmd 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]*'
8733 /force-app/main/default/classes/MetadataService.cls 12142 20 12142 89 pmd 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]*'
8733 /force-app/main/default/classes/MetadataService.cls 12142 20 12142 89 pmd 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]*'
8734 /force-app/main/default/classes/MetadataService.cls 12145 20 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8734 /force-app/main/default/classes/MetadataService.cls 12145 20 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8735 /force-app/main/default/classes/MetadataService.cls 12146 20 12146 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8735 /force-app/main/default/classes/MetadataService.cls 12146 20 12146 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8736 /force-app/main/default/classes/MetadataService.cls 12147 20 12147 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8736 /force-app/main/default/classes/MetadataService.cls 12147 20 12147 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8737 /force-app/main/default/classes/MetadataService.cls 12148 20 12148 60 pmd FieldNamingConventions 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]*'
8737 /force-app/main/default/classes/MetadataService.cls 12148 20 12148 60 pmd FieldNamingConventions 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]*'
8738 /force-app/main/default/classes/MetadataService.cls 12149 20 12149 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]*'
8738 /force-app/main/default/classes/MetadataService.cls 12149 20 12149 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]*'
8739 /force-app/main/default/classes/MetadataService.cls 12151 9 12176 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8739 /force-app/main/default/classes/MetadataService.cls 12151 9 12176 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8740 /force-app/main/default/classes/MetadataService.cls 12151 9 12176 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8740 /force-app/main/default/classes/MetadataService.cls 12151 9 12176 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8741 /force-app/main/default/classes/MetadataService.cls 12163 20 12163 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 'acsUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8741 /force-app/main/default/classes/MetadataService.cls 12163 20 12163 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 'acsUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8742 /force-app/main/default/classes/MetadataService.cls 12164 20 12164 103 pmd 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]*'
8742 /force-app/main/default/classes/MetadataService.cls 12164 20 12164 103 pmd 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]*'
8743 /force-app/main/default/classes/MetadataService.cls 12165 20 12165 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 'encryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8743 /force-app/main/default/classes/MetadataService.cls 12165 20 12165 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 'encryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8744 /force-app/main/default/classes/MetadataService.cls 12166 20 12166 109 pmd 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]*'
8744 /force-app/main/default/classes/MetadataService.cls 12166 20 12166 109 pmd 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]*'
8745 /force-app/main/default/classes/MetadataService.cls 12167 20 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 'entityUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8745 /force-app/main/default/classes/MetadataService.cls 12167 20 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 'entityUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8746 /force-app/main/default/classes/MetadataService.cls 12168 20 12168 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8746 /force-app/main/default/classes/MetadataService.cls 12168 20 12168 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8747 /force-app/main/default/classes/MetadataService.cls 12169 20 12169 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 'samlIdpSLOBindingEnum_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8747 /force-app/main/default/classes/MetadataService.cls 12169 20 12169 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 'samlIdpSLOBindingEnum_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8748 /force-app/main/default/classes/MetadataService.cls 12170 20 12170 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 'samlNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8748 /force-app/main/default/classes/MetadataService.cls 12170 20 12170 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 'samlNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8749 /force-app/main/default/classes/MetadataService.cls 12171 20 12171 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 'samlSloUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8749 /force-app/main/default/classes/MetadataService.cls 12171 20 12171 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 'samlSloUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8750 /force-app/main/default/classes/MetadataService.cls 12172 20 12172 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 'samlSubjectCustomAttr_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8750 /force-app/main/default/classes/MetadataService.cls 12172 20 12172 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 'samlSubjectCustomAttr_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8751 /force-app/main/default/classes/MetadataService.cls 12173 20 12173 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 'samlSubjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8751 /force-app/main/default/classes/MetadataService.cls 12173 20 12173 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 'samlSubjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8752 /force-app/main/default/classes/MetadataService.cls 12174 20 12174 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8752 /force-app/main/default/classes/MetadataService.cls 12174 20 12174 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8753 /force-app/main/default/classes/MetadataService.cls 12175 20 12175 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]*'
8753 /force-app/main/default/classes/MetadataService.cls 12175 20 12175 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]*'
8754 /force-app/main/default/classes/MetadataService.cls 12177 9 12192 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8754 /force-app/main/default/classes/MetadataService.cls 12177 9 12192 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8755 /force-app/main/default/classes/MetadataService.cls 12184 20 12184 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8755 /force-app/main/default/classes/MetadataService.cls 12184 20 12184 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8756 /force-app/main/default/classes/MetadataService.cls 12185 20 12185 103 pmd 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]*'
8756 /force-app/main/default/classes/MetadataService.cls 12185 20 12185 103 pmd 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]*'
8757 /force-app/main/default/classes/MetadataService.cls 12186 20 12186 99 pmd 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]*'
8757 /force-app/main/default/classes/MetadataService.cls 12186 20 12186 99 pmd 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]*'
8758 /force-app/main/default/classes/MetadataService.cls 12187 20 12187 99 pmd 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]*'
8758 /force-app/main/default/classes/MetadataService.cls 12187 20 12187 99 pmd 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]*'
8759 /force-app/main/default/classes/MetadataService.cls 12188 20 12188 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 'pattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8759 /force-app/main/default/classes/MetadataService.cls 12188 20 12188 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 'pattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8760 /force-app/main/default/classes/MetadataService.cls 12189 20 12189 103 pmd 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]*'
8760 /force-app/main/default/classes/MetadataService.cls 12189 20 12189 103 pmd 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]*'
8761 /force-app/main/default/classes/MetadataService.cls 12190 20 12190 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8761 /force-app/main/default/classes/MetadataService.cls 12190 20 12190 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8762 /force-app/main/default/classes/MetadataService.cls 12191 20 12191 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]*'
8762 /force-app/main/default/classes/MetadataService.cls 12191 20 12191 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]*'
8763 /force-app/main/default/classes/MetadataService.cls 12193 9 12198 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8763 /force-app/main/default/classes/MetadataService.cls 12193 9 12198 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8764 /force-app/main/default/classes/MetadataService.cls 12194 17 12194 23 pmd FieldNamingConventions 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]*'
8764 /force-app/main/default/classes/MetadataService.cls 12194 17 12194 23 pmd FieldNamingConventions 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]*'
8765 /force-app/main/default/classes/MetadataService.cls 12195 20 12195 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8765 /force-app/main/default/classes/MetadataService.cls 12195 20 12195 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8766 /force-app/main/default/classes/MetadataService.cls 12196 20 12196 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8766 /force-app/main/default/classes/MetadataService.cls 12196 20 12196 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8767 /force-app/main/default/classes/MetadataService.cls 12197 20 12197 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8767 /force-app/main/default/classes/MetadataService.cls 12197 20 12197 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8768 /force-app/main/default/classes/MetadataService.cls 12199 9 12206 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8768 /force-app/main/default/classes/MetadataService.cls 12199 9 12206 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8769 /force-app/main/default/classes/MetadataService.cls 12202 20 12202 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8769 /force-app/main/default/classes/MetadataService.cls 12202 20 12202 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8770 /force-app/main/default/classes/MetadataService.cls 12203 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8770 /force-app/main/default/classes/MetadataService.cls 12203 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8771 /force-app/main/default/classes/MetadataService.cls 12204 20 12204 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8771 /force-app/main/default/classes/MetadataService.cls 12204 20 12204 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8772 /force-app/main/default/classes/MetadataService.cls 12205 20 12205 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]*'
8772 /force-app/main/default/classes/MetadataService.cls 12205 20 12205 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]*'
8773 /force-app/main/default/classes/MetadataService.cls 12207 9 12212 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8773 /force-app/main/default/classes/MetadataService.cls 12207 9 12212 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8774 /force-app/main/default/classes/MetadataService.cls 12207 9 12212 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8774 /force-app/main/default/classes/MetadataService.cls 12207 9 12212 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8775 /force-app/main/default/classes/MetadataService.cls 12209 20 12209 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8775 /force-app/main/default/classes/MetadataService.cls 12209 20 12209 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8776 /force-app/main/default/classes/MetadataService.cls 12210 20 12210 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8776 /force-app/main/default/classes/MetadataService.cls 12210 20 12210 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8777 /force-app/main/default/classes/MetadataService.cls 12211 20 12211 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 12211 20 12211 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 12213 9 12232 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8778 /force-app/main/default/classes/MetadataService.cls 12213 9 12232 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8779 /force-app/main/default/classes/MetadataService.cls 12213 9 12232 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8779 /force-app/main/default/classes/MetadataService.cls 12213 9 12232 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8780 /force-app/main/default/classes/MetadataService.cls 12216 20 12216 97 pmd 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]*'
8780 /force-app/main/default/classes/MetadataService.cls 12216 20 12216 97 pmd 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]*'
8781 /force-app/main/default/classes/MetadataService.cls 12223 20 12223 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8781 /force-app/main/default/classes/MetadataService.cls 12223 20 12223 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8782 /force-app/main/default/classes/MetadataService.cls 12224 20 12224 97 pmd 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]*'
8782 /force-app/main/default/classes/MetadataService.cls 12224 20 12224 97 pmd 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]*'
8783 /force-app/main/default/classes/MetadataService.cls 12225 20 12225 103 pmd 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]*'
8783 /force-app/main/default/classes/MetadataService.cls 12225 20 12225 103 pmd 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]*'
8784 /force-app/main/default/classes/MetadataService.cls 12226 20 12226 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 'originNetwork_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8784 /force-app/main/default/classes/MetadataService.cls 12226 20 12226 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 'originNetwork_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8785 /force-app/main/default/classes/MetadataService.cls 12227 20 12227 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 'relationships_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8785 /force-app/main/default/classes/MetadataService.cls 12227 20 12227 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 'relationships_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8786 /force-app/main/default/classes/MetadataService.cls 12228 20 12228 97 pmd 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]*'
8786 /force-app/main/default/classes/MetadataService.cls 12228 20 12228 97 pmd 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]*'
8787 /force-app/main/default/classes/MetadataService.cls 12229 20 12229 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8787 /force-app/main/default/classes/MetadataService.cls 12229 20 12229 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8788 /force-app/main/default/classes/MetadataService.cls 12230 20 12230 60 pmd FieldNamingConventions 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]*'
8788 /force-app/main/default/classes/MetadataService.cls 12230 20 12230 60 pmd FieldNamingConventions 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]*'
8789 /force-app/main/default/classes/MetadataService.cls 12231 20 12231 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]*'
8789 /force-app/main/default/classes/MetadataService.cls 12231 20 12231 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]*'
8790 /force-app/main/default/classes/MetadataService.cls 12233 9 12240 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8790 /force-app/main/default/classes/MetadataService.cls 12233 9 12240 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8791 /force-app/main/default/classes/MetadataService.cls 12236 20 12236 99 pmd 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]*'
8791 /force-app/main/default/classes/MetadataService.cls 12236 20 12236 99 pmd 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]*'
8792 /force-app/main/default/classes/MetadataService.cls 12237 20 12237 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8792 /force-app/main/default/classes/MetadataService.cls 12237 20 12237 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8793 /force-app/main/default/classes/MetadataService.cls 12238 20 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8793 /force-app/main/default/classes/MetadataService.cls 12238 20 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8794 /force-app/main/default/classes/MetadataService.cls 12239 20 12239 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]*'
8794 /force-app/main/default/classes/MetadataService.cls 12239 20 12239 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]*'
8795 /force-app/main/default/classes/MetadataService.cls 12241 9 12248 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8795 /force-app/main/default/classes/MetadataService.cls 12241 9 12248 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8796 /force-app/main/default/classes/MetadataService.cls 12244 20 12244 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8796 /force-app/main/default/classes/MetadataService.cls 12244 20 12244 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8797 /force-app/main/default/classes/MetadataService.cls 12245 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8797 /force-app/main/default/classes/MetadataService.cls 12245 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8798 /force-app/main/default/classes/MetadataService.cls 12246 20 12246 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8798 /force-app/main/default/classes/MetadataService.cls 12246 20 12246 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8799 /force-app/main/default/classes/MetadataService.cls 12247 20 12247 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]*'
8799 /force-app/main/default/classes/MetadataService.cls 12247 20 12247 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]*'
8800 /force-app/main/default/classes/MetadataService.cls 12249 9 12254 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8800 /force-app/main/default/classes/MetadataService.cls 12249 9 12254 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8801 /force-app/main/default/classes/MetadataService.cls 12249 9 12254 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8801 /force-app/main/default/classes/MetadataService.cls 12249 9 12254 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8802 /force-app/main/default/classes/MetadataService.cls 12251 20 12251 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8802 /force-app/main/default/classes/MetadataService.cls 12251 20 12251 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8803 /force-app/main/default/classes/MetadataService.cls 12252 20 12252 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8803 /force-app/main/default/classes/MetadataService.cls 12252 20 12252 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8804 /force-app/main/default/classes/MetadataService.cls 12253 20 12253 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8804 /force-app/main/default/classes/MetadataService.cls 12253 20 12253 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8805 /force-app/main/default/classes/MetadataService.cls 12255 9 12262 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8805 /force-app/main/default/classes/MetadataService.cls 12255 9 12262 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8806 /force-app/main/default/classes/MetadataService.cls 12258 20 12258 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8806 /force-app/main/default/classes/MetadataService.cls 12258 20 12258 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8807 /force-app/main/default/classes/MetadataService.cls 12259 20 12259 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 'dependency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8807 /force-app/main/default/classes/MetadataService.cls 12259 20 12259 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 'dependency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8808 /force-app/main/default/classes/MetadataService.cls 12260 20 12260 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8808 /force-app/main/default/classes/MetadataService.cls 12260 20 12260 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8809 /force-app/main/default/classes/MetadataService.cls 12261 20 12261 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8809 /force-app/main/default/classes/MetadataService.cls 12261 20 12261 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8810 /force-app/main/default/classes/MetadataService.cls 12263 9 12272 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8810 /force-app/main/default/classes/MetadataService.cls 12263 9 12272 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8811 /force-app/main/default/classes/MetadataService.cls 12267 20 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 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8811 /force-app/main/default/classes/MetadataService.cls 12267 20 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 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8812 /force-app/main/default/classes/MetadataService.cls 12268 20 12268 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8812 /force-app/main/default/classes/MetadataService.cls 12268 20 12268 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8813 /force-app/main/default/classes/MetadataService.cls 12269 20 12269 97 pmd 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]*'
8813 /force-app/main/default/classes/MetadataService.cls 12269 20 12269 97 pmd 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]*'
8814 /force-app/main/default/classes/MetadataService.cls 12270 20 12270 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8814 /force-app/main/default/classes/MetadataService.cls 12270 20 12270 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8815 /force-app/main/default/classes/MetadataService.cls 12271 20 12271 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]*'
8815 /force-app/main/default/classes/MetadataService.cls 12271 20 12271 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]*'
8816 /force-app/main/default/classes/MetadataService.cls 12273 9 12280 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8816 /force-app/main/default/classes/MetadataService.cls 12273 9 12280 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8817 /force-app/main/default/classes/MetadataService.cls 12273 9 12280 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkDeployStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8817 /force-app/main/default/classes/MetadataService.cls 12273 9 12280 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkDeployStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8818 /force-app/main/default/classes/MetadataService.cls 12276 20 12276 109 pmd 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]*'
8818 /force-app/main/default/classes/MetadataService.cls 12276 20 12276 109 pmd 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]*'
8819 /force-app/main/default/classes/MetadataService.cls 12277 20 12277 109 pmd 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]*'
8819 /force-app/main/default/classes/MetadataService.cls 12277 20 12277 109 pmd 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]*'
8820 /force-app/main/default/classes/MetadataService.cls 12278 20 12278 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8820 /force-app/main/default/classes/MetadataService.cls 12278 20 12278 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8821 /force-app/main/default/classes/MetadataService.cls 12279 20 12279 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]*'
8821 /force-app/main/default/classes/MetadataService.cls 12279 20 12279 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]*'
8822 /force-app/main/default/classes/MetadataService.cls 12281 17 12283 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8822 /force-app/main/default/classes/MetadataService.cls 12281 17 12283 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8823 /force-app/main/default/classes/MetadataService.cls 12284 9 12299 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8823 /force-app/main/default/classes/MetadataService.cls 12284 9 12299 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8824 /force-app/main/default/classes/MetadataService.cls 12291 20 12291 99 pmd 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]*'
8824 /force-app/main/default/classes/MetadataService.cls 12291 20 12291 99 pmd 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]*'
8825 /force-app/main/default/classes/MetadataService.cls 12292 20 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8825 /force-app/main/default/classes/MetadataService.cls 12292 20 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8826 /force-app/main/default/classes/MetadataService.cls 12293 20 12293 97 pmd 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]*'
8826 /force-app/main/default/classes/MetadataService.cls 12293 20 12293 97 pmd 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]*'
8827 /force-app/main/default/classes/MetadataService.cls 12294 20 12294 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 'scheduledRecommendations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8827 /force-app/main/default/classes/MetadataService.cls 12294 20 12294 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 'scheduledRecommendations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8828 /force-app/main/default/classes/MetadataService.cls 12295 20 12295 99 pmd 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]*'
8828 /force-app/main/default/classes/MetadataService.cls 12295 20 12295 99 pmd 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]*'
8829 /force-app/main/default/classes/MetadataService.cls 12296 20 12296 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8829 /force-app/main/default/classes/MetadataService.cls 12296 20 12296 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8830 /force-app/main/default/classes/MetadataService.cls 12297 20 12297 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8830 /force-app/main/default/classes/MetadataService.cls 12297 20 12297 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8831 /force-app/main/default/classes/MetadataService.cls 12298 20 12298 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]*'
8831 /force-app/main/default/classes/MetadataService.cls 12298 20 12298 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]*'
8832 /force-app/main/default/classes/MetadataService.cls 12300 9 12311 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8832 /force-app/main/default/classes/MetadataService.cls 12300 9 12311 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8833 /force-app/main/default/classes/MetadataService.cls 12303 20 12303 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8833 /force-app/main/default/classes/MetadataService.cls 12303 20 12303 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8834 /force-app/main/default/classes/MetadataService.cls 12306 20 12306 89 pmd 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]*'
8834 /force-app/main/default/classes/MetadataService.cls 12306 20 12306 89 pmd 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]*'
8835 /force-app/main/default/classes/MetadataService.cls 12307 20 12307 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8835 /force-app/main/default/classes/MetadataService.cls 12307 20 12307 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8836 /force-app/main/default/classes/MetadataService.cls 12308 20 12308 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8836 /force-app/main/default/classes/MetadataService.cls 12308 20 12308 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8837 /force-app/main/default/classes/MetadataService.cls 12309 20 12309 60 pmd FieldNamingConventions 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]*'
8837 /force-app/main/default/classes/MetadataService.cls 12309 20 12309 60 pmd FieldNamingConventions 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]*'
8838 /force-app/main/default/classes/MetadataService.cls 12310 20 12310 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8838 /force-app/main/default/classes/MetadataService.cls 12310 20 12310 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /force-app/main/default/classes/MetadataService.cls 12312 9 12317 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8839 /force-app/main/default/classes/MetadataService.cls 12312 9 12317 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8840 /force-app/main/default/classes/MetadataService.cls 12313 19 12313 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
8840 /force-app/main/default/classes/MetadataService.cls 12313 19 12313 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
8841 /force-app/main/default/classes/MetadataService.cls 12314 20 12314 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8841 /force-app/main/default/classes/MetadataService.cls 12314 20 12314 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8842 /force-app/main/default/classes/MetadataService.cls 12315 20 12315 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8842 /force-app/main/default/classes/MetadataService.cls 12315 20 12315 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8843 /force-app/main/default/classes/MetadataService.cls 12316 20 12316 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8843 /force-app/main/default/classes/MetadataService.cls 12316 20 12316 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8844 /force-app/main/default/classes/MetadataService.cls 12318 9 12323 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8844 /force-app/main/default/classes/MetadataService.cls 12318 9 12323 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8845 /force-app/main/default/classes/MetadataService.cls 12318 9 12323 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkDeployStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8845 /force-app/main/default/classes/MetadataService.cls 12318 9 12323 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'checkDeployStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8846 /force-app/main/default/classes/MetadataService.cls 12320 20 12320 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8846 /force-app/main/default/classes/MetadataService.cls 12320 20 12320 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8847 /force-app/main/default/classes/MetadataService.cls 12321 20 12321 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8847 /force-app/main/default/classes/MetadataService.cls 12321 20 12321 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8848 /force-app/main/default/classes/MetadataService.cls 12322 20 12322 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8848 /force-app/main/default/classes/MetadataService.cls 12322 20 12322 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8849 /force-app/main/default/classes/MetadataService.cls 12324 9 12353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8849 /force-app/main/default/classes/MetadataService.cls 12324 9 12353 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8850 /force-app/main/default/classes/MetadataService.cls 12324 9 12353 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8850 /force-app/main/default/classes/MetadataService.cls 12324 9 12353 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8851 /force-app/main/default/classes/MetadataService.cls 12327 20 12327 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8851 /force-app/main/default/classes/MetadataService.cls 12327 20 12327 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8852 /force-app/main/default/classes/MetadataService.cls 12330 20 12330 103 pmd 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]*'
8852 /force-app/main/default/classes/MetadataService.cls 12330 20 12330 103 pmd 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]*'
8853 /force-app/main/default/classes/MetadataService.cls 12331 20 12331 89 pmd 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]*'
8853 /force-app/main/default/classes/MetadataService.cls 12331 20 12331 89 pmd 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]*'
8854 /force-app/main/default/classes/MetadataService.cls 12335 20 12335 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8854 /force-app/main/default/classes/MetadataService.cls 12335 20 12335 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8855 /force-app/main/default/classes/MetadataService.cls 12336 20 12336 99 pmd 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]*'
8855 /force-app/main/default/classes/MetadataService.cls 12336 20 12336 99 pmd 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]*'
8856 /force-app/main/default/classes/MetadataService.cls 12337 20 12337 99 pmd 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]*'
8856 /force-app/main/default/classes/MetadataService.cls 12337 20 12337 99 pmd 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]*'
8857 /force-app/main/default/classes/MetadataService.cls 12343 17 12343 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8857 /force-app/main/default/classes/MetadataService.cls 12343 17 12343 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8858 /force-app/main/default/classes/MetadataService.cls 12344 20 12344 99 pmd 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]*'
8858 /force-app/main/default/classes/MetadataService.cls 12344 20 12344 99 pmd 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]*'
8859 /force-app/main/default/classes/MetadataService.cls 12345 20 12345 109 pmd 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]*'
8859 /force-app/main/default/classes/MetadataService.cls 12345 20 12345 109 pmd 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]*'
8860 /force-app/main/default/classes/MetadataService.cls 12346 20 12346 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8860 /force-app/main/default/classes/MetadataService.cls 12346 20 12346 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8861 /force-app/main/default/classes/MetadataService.cls 12347 20 12347 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8861 /force-app/main/default/classes/MetadataService.cls 12347 20 12347 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8862 /force-app/main/default/classes/MetadataService.cls 12348 20 12348 109 pmd 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]*'
8862 /force-app/main/default/classes/MetadataService.cls 12348 20 12348 109 pmd 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]*'
8863 /force-app/main/default/classes/MetadataService.cls 12349 20 12349 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8863 /force-app/main/default/classes/MetadataService.cls 12349 20 12349 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8864 /force-app/main/default/classes/MetadataService.cls 12350 20 12350 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8864 /force-app/main/default/classes/MetadataService.cls 12350 20 12350 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8865 /force-app/main/default/classes/MetadataService.cls 12351 20 12351 60 pmd FieldNamingConventions 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]*'
8865 /force-app/main/default/classes/MetadataService.cls 12351 20 12351 60 pmd FieldNamingConventions 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]*'
8866 /force-app/main/default/classes/MetadataService.cls 12352 20 12352 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]*'
8866 /force-app/main/default/classes/MetadataService.cls 12352 20 12352 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]*'
8867 /force-app/main/default/classes/MetadataService.cls 12354 9 12359 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8867 /force-app/main/default/classes/MetadataService.cls 12354 9 12359 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8868 /force-app/main/default/classes/MetadataService.cls 12356 20 12356 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8868 /force-app/main/default/classes/MetadataService.cls 12356 20 12356 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8869 /force-app/main/default/classes/MetadataService.cls 12357 20 12357 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8869 /force-app/main/default/classes/MetadataService.cls 12357 20 12357 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8870 /force-app/main/default/classes/MetadataService.cls 12358 20 12358 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]*'
8870 /force-app/main/default/classes/MetadataService.cls 12358 20 12358 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]*'
8871 /force-app/main/default/classes/MetadataService.cls 12360 9 12385 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8871 /force-app/main/default/classes/MetadataService.cls 12360 9 12385 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8872 /force-app/main/default/classes/MetadataService.cls 12360 9 12385 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8872 /force-app/main/default/classes/MetadataService.cls 12360 9 12385 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8873 /force-app/main/default/classes/MetadataService.cls 12372 20 12372 103 pmd 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]*'
8873 /force-app/main/default/classes/MetadataService.cls 12372 20 12372 103 pmd 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]*'
8874 /force-app/main/default/classes/MetadataService.cls 12373 20 12373 109 pmd 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]*'
8874 /force-app/main/default/classes/MetadataService.cls 12373 20 12373 109 pmd 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]*'
8875 /force-app/main/default/classes/MetadataService.cls 12374 20 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 'bypassWorkflow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8875 /force-app/main/default/classes/MetadataService.cls 12374 20 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 'bypassWorkflow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8876 /force-app/main/default/classes/MetadataService.cls 12375 20 12375 103 pmd 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]*'
8876 /force-app/main/default/classes/MetadataService.cls 12375 20 12375 103 pmd 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]*'
8877 /force-app/main/default/classes/MetadataService.cls 12376 20 12376 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8877 /force-app/main/default/classes/MetadataService.cls 12376 20 12376 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8878 /force-app/main/default/classes/MetadataService.cls 12377 20 12377 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 'fieldMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8878 /force-app/main/default/classes/MetadataService.cls 12377 20 12377 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 'fieldMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8879 /force-app/main/default/classes/MetadataService.cls 12378 20 12378 103 pmd 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]*'
8879 /force-app/main/default/classes/MetadataService.cls 12378 20 12378 103 pmd 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]*'
8880 /force-app/main/default/classes/MetadataService.cls 12379 20 12379 99 pmd 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]*'
8880 /force-app/main/default/classes/MetadataService.cls 12379 20 12379 99 pmd 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]*'
8881 /force-app/main/default/classes/MetadataService.cls 12380 20 12380 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 'sourceSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8881 /force-app/main/default/classes/MetadataService.cls 12380 20 12380 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 'sourceSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8882 /force-app/main/default/classes/MetadataService.cls 12381 20 12381 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8882 /force-app/main/default/classes/MetadataService.cls 12381 20 12381 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8883 /force-app/main/default/classes/MetadataService.cls 12382 20 12382 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 'targetSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8883 /force-app/main/default/classes/MetadataService.cls 12382 20 12382 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 'targetSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8884 /force-app/main/default/classes/MetadataService.cls 12383 20 12383 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8884 /force-app/main/default/classes/MetadataService.cls 12383 20 12383 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8885 /force-app/main/default/classes/MetadataService.cls 12384 20 12384 226 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8885 /force-app/main/default/classes/MetadataService.cls 12384 20 12384 226 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8886 /force-app/main/default/classes/MetadataService.cls 12386 9 12475 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8886 /force-app/main/default/classes/MetadataService.cls 12386 9 12475 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8887 /force-app/main/default/classes/MetadataService.cls 12386 9 12475 3 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)
8887 /force-app/main/default/classes/MetadataService.cls 12386 9 12475 3 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)
8888 /force-app/main/default/classes/MetadataService.cls 12386 9 12475 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8888 /force-app/main/default/classes/MetadataService.cls 12386 9 12475 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8889 /force-app/main/default/classes/MetadataService.cls 12416 17 12416 23 pmd 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]*'
8889 /force-app/main/default/classes/MetadataService.cls 12416 17 12416 23 pmd 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]*'
8890 /force-app/main/default/classes/MetadataService.cls 12430 20 12430 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 'autoselectColumnsFromReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8890 /force-app/main/default/classes/MetadataService.cls 12430 20 12430 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 'autoselectColumnsFromReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8891 /force-app/main/default/classes/MetadataService.cls 12431 20 12431 109 pmd 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]*'
8891 /force-app/main/default/classes/MetadataService.cls 12431 20 12431 109 pmd 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]*'
8892 /force-app/main/default/classes/MetadataService.cls 12432 20 12432 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 'chartAxisRangeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8892 /force-app/main/default/classes/MetadataService.cls 12432 20 12432 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 'chartAxisRangeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8893 /force-app/main/default/classes/MetadataService.cls 12433 20 12433 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 'chartAxisRangeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8893 /force-app/main/default/classes/MetadataService.cls 12433 20 12433 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 'chartAxisRangeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8894 /force-app/main/default/classes/MetadataService.cls 12434 20 12434 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 'chartSummary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8894 /force-app/main/default/classes/MetadataService.cls 12434 20 12434 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 'chartSummary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8895 /force-app/main/default/classes/MetadataService.cls 12435 20 12435 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 'componentChartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8895 /force-app/main/default/classes/MetadataService.cls 12435 20 12435 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 'componentChartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8896 /force-app/main/default/classes/MetadataService.cls 12436 20 12436 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8896 /force-app/main/default/classes/MetadataService.cls 12436 20 12436 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8897 /force-app/main/default/classes/MetadataService.cls 12437 20 12437 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 'dashboardFilterColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8897 /force-app/main/default/classes/MetadataService.cls 12437 20 12437 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 'dashboardFilterColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8898 /force-app/main/default/classes/MetadataService.cls 12438 20 12438 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 'dashboardTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8898 /force-app/main/default/classes/MetadataService.cls 12438 20 12438 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 'dashboardTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8899 /force-app/main/default/classes/MetadataService.cls 12439 20 12439 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 'displayUnits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8899 /force-app/main/default/classes/MetadataService.cls 12439 20 12439 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 'displayUnits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8900 /force-app/main/default/classes/MetadataService.cls 12440 20 12440 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 'drillDownUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8900 /force-app/main/default/classes/MetadataService.cls 12440 20 12440 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 'drillDownUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8901 /force-app/main/default/classes/MetadataService.cls 12441 20 12441 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 'drillEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8901 /force-app/main/default/classes/MetadataService.cls 12441 20 12441 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 'drillEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8902 /force-app/main/default/classes/MetadataService.cls 12442 20 12442 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 'drillToDetailEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8902 /force-app/main/default/classes/MetadataService.cls 12442 20 12442 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 'drillToDetailEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8903 /force-app/main/default/classes/MetadataService.cls 12443 20 12443 103 pmd 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]*'
8903 /force-app/main/default/classes/MetadataService.cls 12443 20 12443 103 pmd 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]*'
8904 /force-app/main/default/classes/MetadataService.cls 12444 20 12444 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8904 /force-app/main/default/classes/MetadataService.cls 12444 20 12444 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8905 /force-app/main/default/classes/MetadataService.cls 12445 20 12445 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 'flexComponentProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8905 /force-app/main/default/classes/MetadataService.cls 12445 20 12445 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 'flexComponentProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8906 /force-app/main/default/classes/MetadataService.cls 12446 20 12446 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8906 /force-app/main/default/classes/MetadataService.cls 12446 20 12446 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8907 /force-app/main/default/classes/MetadataService.cls 12447 20 12447 97 pmd 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]*'
8907 /force-app/main/default/classes/MetadataService.cls 12447 20 12447 97 pmd 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]*'
8908 /force-app/main/default/classes/MetadataService.cls 12448 20 12448 97 pmd 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]*'
8908 /force-app/main/default/classes/MetadataService.cls 12448 20 12448 97 pmd 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]*'
8909 /force-app/main/default/classes/MetadataService.cls 12449 20 12449 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8909 /force-app/main/default/classes/MetadataService.cls 12449 20 12449 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8910 /force-app/main/default/classes/MetadataService.cls 12450 20 12450 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8910 /force-app/main/default/classes/MetadataService.cls 12450 20 12450 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8911 /force-app/main/default/classes/MetadataService.cls 12451 20 12451 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 'indicatorBreakpoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8911 /force-app/main/default/classes/MetadataService.cls 12451 20 12451 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 'indicatorBreakpoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8912 /force-app/main/default/classes/MetadataService.cls 12452 20 12452 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 'indicatorBreakpoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8912 /force-app/main/default/classes/MetadataService.cls 12452 20 12452 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 'indicatorBreakpoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8913 /force-app/main/default/classes/MetadataService.cls 12453 20 12453 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 'indicatorHighColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8913 /force-app/main/default/classes/MetadataService.cls 12453 20 12453 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 'indicatorHighColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8914 /force-app/main/default/classes/MetadataService.cls 12454 20 12454 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 'indicatorLowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8914 /force-app/main/default/classes/MetadataService.cls 12454 20 12454 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 'indicatorLowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8915 /force-app/main/default/classes/MetadataService.cls 12455 20 12455 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 'indicatorMiddleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8915 /force-app/main/default/classes/MetadataService.cls 12455 20 12455 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 'indicatorMiddleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8916 /force-app/main/default/classes/MetadataService.cls 12456 20 12456 109 pmd 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]*'
8916 /force-app/main/default/classes/MetadataService.cls 12456 20 12456 109 pmd 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]*'
8917 /force-app/main/default/classes/MetadataService.cls 12457 20 12457 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 'maxValuesDisplayed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8917 /force-app/main/default/classes/MetadataService.cls 12457 20 12457 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 'maxValuesDisplayed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8918 /force-app/main/default/classes/MetadataService.cls 12458 20 12458 103 pmd 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]*'
8918 /force-app/main/default/classes/MetadataService.cls 12458 20 12458 103 pmd 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]*'
8919 /force-app/main/default/classes/MetadataService.cls 12459 20 12459 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8919 /force-app/main/default/classes/MetadataService.cls 12459 20 12459 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8920 /force-app/main/default/classes/MetadataService.cls 12460 20 12460 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 'pageHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8920 /force-app/main/default/classes/MetadataService.cls 12460 20 12460 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 'pageHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8921 /force-app/main/default/classes/MetadataService.cls 12461 20 12461 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 'report_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8921 /force-app/main/default/classes/MetadataService.cls 12461 20 12461 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 'report_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8922 /force-app/main/default/classes/MetadataService.cls 12462 20 12462 97 pmd 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]*'
8922 /force-app/main/default/classes/MetadataService.cls 12462 20 12462 97 pmd 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]*'
8923 /force-app/main/default/classes/MetadataService.cls 12463 20 12463 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 'scontrolHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8923 /force-app/main/default/classes/MetadataService.cls 12463 20 12463 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 'scontrolHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8924 /force-app/main/default/classes/MetadataService.cls 12464 20 12464 109 pmd 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]*'
8924 /force-app/main/default/classes/MetadataService.cls 12464 20 12464 109 pmd 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]*'
8925 /force-app/main/default/classes/MetadataService.cls 12465 20 12465 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 'showPicturesOnCharts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8925 /force-app/main/default/classes/MetadataService.cls 12465 20 12465 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 'showPicturesOnCharts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8926 /force-app/main/default/classes/MetadataService.cls 12466 20 12466 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 'showPicturesOnTables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8926 /force-app/main/default/classes/MetadataService.cls 12466 20 12466 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 'showPicturesOnTables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8927 /force-app/main/default/classes/MetadataService.cls 12467 20 12467 99 pmd 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]*'
8927 /force-app/main/default/classes/MetadataService.cls 12467 20 12467 99 pmd 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]*'
8928 /force-app/main/default/classes/MetadataService.cls 12468 20 12468 99 pmd 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]*'
8928 /force-app/main/default/classes/MetadataService.cls 12468 20 12468 99 pmd 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]*'
8929 /force-app/main/default/classes/MetadataService.cls 12469 20 12469 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8929 /force-app/main/default/classes/MetadataService.cls 12469 20 12469 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8930 /force-app/main/default/classes/MetadataService.cls 12470 20 12470 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8930 /force-app/main/default/classes/MetadataService.cls 12470 20 12470 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8931 /force-app/main/default/classes/MetadataService.cls 12471 20 12471 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8931 /force-app/main/default/classes/MetadataService.cls 12471 20 12471 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8932 /force-app/main/default/classes/MetadataService.cls 12472 20 12472 109 pmd 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]*'
8932 /force-app/main/default/classes/MetadataService.cls 12472 20 12472 109 pmd 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]*'
8933 /force-app/main/default/classes/MetadataService.cls 12473 20 12473 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8933 /force-app/main/default/classes/MetadataService.cls 12473 20 12473 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8934 /force-app/main/default/classes/MetadataService.cls 12474 20 12474 796 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 12474 20 12474 796 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8935 /force-app/main/default/classes/MetadataService.cls 12476 9 12493 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8935 /force-app/main/default/classes/MetadataService.cls 12476 9 12493 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8936 /force-app/main/default/classes/MetadataService.cls 12476 9 12493 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8936 /force-app/main/default/classes/MetadataService.cls 12476 9 12493 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8937 /force-app/main/default/classes/MetadataService.cls 12484 20 12484 99 pmd 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]*'
8937 /force-app/main/default/classes/MetadataService.cls 12484 20 12484 99 pmd 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]*'
8938 /force-app/main/default/classes/MetadataService.cls 12485 20 12485 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 'columnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8938 /force-app/main/default/classes/MetadataService.cls 12485 20 12485 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 'columnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8939 /force-app/main/default/classes/MetadataService.cls 12486 20 12486 109 pmd 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]*'
8939 /force-app/main/default/classes/MetadataService.cls 12486 20 12486 109 pmd 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]*'
8940 /force-app/main/default/classes/MetadataService.cls 12487 20 12487 99 pmd 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]*'
8940 /force-app/main/default/classes/MetadataService.cls 12487 20 12487 99 pmd 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]*'
8941 /force-app/main/default/classes/MetadataService.cls 12488 20 12488 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 'lowBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8941 /force-app/main/default/classes/MetadataService.cls 12488 20 12488 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 'lowBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8942 /force-app/main/default/classes/MetadataService.cls 12489 20 12489 97 pmd 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]*'
8942 /force-app/main/default/classes/MetadataService.cls 12489 20 12489 97 pmd 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]*'
8943 /force-app/main/default/classes/MetadataService.cls 12490 20 12490 97 pmd 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]*'
8943 /force-app/main/default/classes/MetadataService.cls 12490 20 12490 97 pmd 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]*'
8944 /force-app/main/default/classes/MetadataService.cls 12491 20 12491 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8944 /force-app/main/default/classes/MetadataService.cls 12491 20 12491 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8945 /force-app/main/default/classes/MetadataService.cls 12492 20 12492 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]*'
8945 /force-app/main/default/classes/MetadataService.cls 12492 20 12492 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]*'
8946 /force-app/main/default/classes/MetadataService.cls 12494 9 12501 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8946 /force-app/main/default/classes/MetadataService.cls 12494 9 12501 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8947 /force-app/main/default/classes/MetadataService.cls 12497 20 12497 103 pmd 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]*'
8947 /force-app/main/default/classes/MetadataService.cls 12497 20 12497 103 pmd 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]*'
8948 /force-app/main/default/classes/MetadataService.cls 12498 20 12498 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 'settingValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8948 /force-app/main/default/classes/MetadataService.cls 12498 20 12498 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 'settingValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8949 /force-app/main/default/classes/MetadataService.cls 12499 20 12499 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8949 /force-app/main/default/classes/MetadataService.cls 12499 20 12499 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8950 /force-app/main/default/classes/MetadataService.cls 12500 20 12500 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]*'
8950 /force-app/main/default/classes/MetadataService.cls 12500 20 12500 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]*'
8951 /force-app/main/default/classes/MetadataService.cls 12502 9 12515 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8951 /force-app/main/default/classes/MetadataService.cls 12502 9 12515 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8952 /force-app/main/default/classes/MetadataService.cls 12505 20 12505 97 pmd 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]*'
8952 /force-app/main/default/classes/MetadataService.cls 12505 20 12505 97 pmd 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]*'
8953 /force-app/main/default/classes/MetadataService.cls 12507 20 12507 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8953 /force-app/main/default/classes/MetadataService.cls 12507 20 12507 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8954 /force-app/main/default/classes/MetadataService.cls 12510 20 12510 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 'maps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8954 /force-app/main/default/classes/MetadataService.cls 12510 20 12510 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 'maps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8955 /force-app/main/default/classes/MetadataService.cls 12511 20 12511 103 pmd 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]*'
8955 /force-app/main/default/classes/MetadataService.cls 12511 20 12511 103 pmd 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]*'
8956 /force-app/main/default/classes/MetadataService.cls 12512 20 12512 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8956 /force-app/main/default/classes/MetadataService.cls 12512 20 12512 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8957 /force-app/main/default/classes/MetadataService.cls 12513 20 12513 60 pmd FieldNamingConventions 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]*'
8957 /force-app/main/default/classes/MetadataService.cls 12513 20 12513 60 pmd FieldNamingConventions 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]*'
8958 /force-app/main/default/classes/MetadataService.cls 12514 20 12514 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]*'
8958 /force-app/main/default/classes/MetadataService.cls 12514 20 12514 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]*'
8959 /force-app/main/default/classes/MetadataService.cls 12516 9 12531 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8959 /force-app/main/default/classes/MetadataService.cls 12516 9 12531 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8960 /force-app/main/default/classes/MetadataService.cls 12523 20 12523 103 pmd 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]*'
8960 /force-app/main/default/classes/MetadataService.cls 12523 20 12523 103 pmd 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]*'
8961 /force-app/main/default/classes/MetadataService.cls 12524 20 12524 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 'sizeX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8961 /force-app/main/default/classes/MetadataService.cls 12524 20 12524 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 'sizeX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8962 /force-app/main/default/classes/MetadataService.cls 12525 20 12525 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 'sizeY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8962 /force-app/main/default/classes/MetadataService.cls 12525 20 12525 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 'sizeY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8963 /force-app/main/default/classes/MetadataService.cls 12526 20 12526 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 'sizeZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8963 /force-app/main/default/classes/MetadataService.cls 12526 20 12526 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 'sizeZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8964 /force-app/main/default/classes/MetadataService.cls 12527 20 12527 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 'summaryLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8964 /force-app/main/default/classes/MetadataService.cls 12527 20 12527 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 'summaryLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8965 /force-app/main/default/classes/MetadataService.cls 12528 20 12528 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 'summaryLayoutStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8965 /force-app/main/default/classes/MetadataService.cls 12528 20 12528 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 'summaryLayoutStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8966 /force-app/main/default/classes/MetadataService.cls 12529 20 12529 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8966 /force-app/main/default/classes/MetadataService.cls 12529 20 12529 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8967 /force-app/main/default/classes/MetadataService.cls 12530 20 12530 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]*'
8967 /force-app/main/default/classes/MetadataService.cls 12530 20 12530 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]*'
8968 /force-app/main/default/classes/MetadataService.cls 12532 9 12547 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8968 /force-app/main/default/classes/MetadataService.cls 12532 9 12547 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8969 /force-app/main/default/classes/MetadataService.cls 12535 20 12535 97 pmd 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]*'
8969 /force-app/main/default/classes/MetadataService.cls 12535 20 12535 97 pmd 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]*'
8970 /force-app/main/default/classes/MetadataService.cls 12540 20 12540 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 'customValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8970 /force-app/main/default/classes/MetadataService.cls 12540 20 12540 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 'customValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8971 /force-app/main/default/classes/MetadataService.cls 12541 20 12541 103 pmd 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]*'
8971 /force-app/main/default/classes/MetadataService.cls 12541 20 12541 103 pmd 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]*'
8972 /force-app/main/default/classes/MetadataService.cls 12542 20 12542 103 pmd 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]*'
8972 /force-app/main/default/classes/MetadataService.cls 12542 20 12542 103 pmd 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]*'
8973 /force-app/main/default/classes/MetadataService.cls 12543 20 12543 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8973 /force-app/main/default/classes/MetadataService.cls 12543 20 12543 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8974 /force-app/main/default/classes/MetadataService.cls 12544 20 12544 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8974 /force-app/main/default/classes/MetadataService.cls 12544 20 12544 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8975 /force-app/main/default/classes/MetadataService.cls 12545 20 12545 60 pmd FieldNamingConventions 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]*'
8975 /force-app/main/default/classes/MetadataService.cls 12545 20 12545 60 pmd FieldNamingConventions 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]*'
8976 /force-app/main/default/classes/MetadataService.cls 12546 20 12546 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]*'
8976 /force-app/main/default/classes/MetadataService.cls 12546 20 12546 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]*'
8977 /force-app/main/default/classes/MetadataService.cls 12548 9 12555 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8977 /force-app/main/default/classes/MetadataService.cls 12548 9 12555 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8978 /force-app/main/default/classes/MetadataService.cls 12551 20 12551 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 'layoutSectionStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8978 /force-app/main/default/classes/MetadataService.cls 12551 20 12551 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 'layoutSectionStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8979 /force-app/main/default/classes/MetadataService.cls 12552 20 12552 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 'quickActionLayoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8979 /force-app/main/default/classes/MetadataService.cls 12552 20 12552 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 'quickActionLayoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8980 /force-app/main/default/classes/MetadataService.cls 12553 20 12553 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8980 /force-app/main/default/classes/MetadataService.cls 12553 20 12553 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8981 /force-app/main/default/classes/MetadataService.cls 12554 20 12554 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]*'
8981 /force-app/main/default/classes/MetadataService.cls 12554 20 12554 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]*'
8982 /force-app/main/default/classes/MetadataService.cls 12556 9 12569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8982 /force-app/main/default/classes/MetadataService.cls 12556 9 12569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8983 /force-app/main/default/classes/MetadataService.cls 12559 20 12559 97 pmd 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]*'
8983 /force-app/main/default/classes/MetadataService.cls 12559 20 12559 97 pmd 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]*'
8984 /force-app/main/default/classes/MetadataService.cls 12563 20 12563 103 pmd 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]*'
8984 /force-app/main/default/classes/MetadataService.cls 12563 20 12563 103 pmd 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]*'
8985 /force-app/main/default/classes/MetadataService.cls 12564 20 12564 89 pmd 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]*'
8985 /force-app/main/default/classes/MetadataService.cls 12564 20 12564 89 pmd 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]*'
8986 /force-app/main/default/classes/MetadataService.cls 12565 20 12565 97 pmd 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]*'
8986 /force-app/main/default/classes/MetadataService.cls 12565 20 12565 97 pmd 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]*'
8987 /force-app/main/default/classes/MetadataService.cls 12566 20 12566 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8987 /force-app/main/default/classes/MetadataService.cls 12566 20 12566 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8988 /force-app/main/default/classes/MetadataService.cls 12567 20 12567 60 pmd FieldNamingConventions 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]*'
8988 /force-app/main/default/classes/MetadataService.cls 12567 20 12567 60 pmd FieldNamingConventions 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]*'
8989 /force-app/main/default/classes/MetadataService.cls 12568 20 12568 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]*'
8989 /force-app/main/default/classes/MetadataService.cls 12568 20 12568 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]*'
8990 /force-app/main/default/classes/MetadataService.cls 12570 9 12575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8990 /force-app/main/default/classes/MetadataService.cls 12570 9 12575 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8991 /force-app/main/default/classes/MetadataService.cls 12570 9 12575 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'listMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8991 /force-app/main/default/classes/MetadataService.cls 12570 9 12575 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'listMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8992 /force-app/main/default/classes/MetadataService.cls 12572 20 12572 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8992 /force-app/main/default/classes/MetadataService.cls 12572 20 12572 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8993 /force-app/main/default/classes/MetadataService.cls 12573 20 12573 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8993 /force-app/main/default/classes/MetadataService.cls 12573 20 12573 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8994 /force-app/main/default/classes/MetadataService.cls 12574 20 12574 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8994 /force-app/main/default/classes/MetadataService.cls 12574 20 12574 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8995 /force-app/main/default/classes/MetadataService.cls 12576 9 12583 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8995 /force-app/main/default/classes/MetadataService.cls 12576 9 12583 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8996 /force-app/main/default/classes/MetadataService.cls 12579 20 12579 103 pmd 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]*'
8996 /force-app/main/default/classes/MetadataService.cls 12579 20 12579 103 pmd 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]*'
8997 /force-app/main/default/classes/MetadataService.cls 12580 20 12580 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8997 /force-app/main/default/classes/MetadataService.cls 12580 20 12580 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8998 /force-app/main/default/classes/MetadataService.cls 12581 20 12581 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8998 /force-app/main/default/classes/MetadataService.cls 12581 20 12581 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8999 /force-app/main/default/classes/MetadataService.cls 12582 20 12582 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]*'
8999 /force-app/main/default/classes/MetadataService.cls 12582 20 12582 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]*'
9000 /force-app/main/default/classes/MetadataService.cls 12584 9 12591 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9000 /force-app/main/default/classes/MetadataService.cls 12584 9 12591 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9001 /force-app/main/default/classes/MetadataService.cls 12585 17 12585 23 pmd 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]*'
9001 /force-app/main/default/classes/MetadataService.cls 12585 17 12585 23 pmd 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]*'
9002 /force-app/main/default/classes/MetadataService.cls 12587 20 12587 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9002 /force-app/main/default/classes/MetadataService.cls 12587 20 12587 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9003 /force-app/main/default/classes/MetadataService.cls 12588 20 12588 103 pmd 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]*'
9003 /force-app/main/default/classes/MetadataService.cls 12588 20 12588 103 pmd 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]*'
9004 /force-app/main/default/classes/MetadataService.cls 12589 20 12589 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9004 /force-app/main/default/classes/MetadataService.cls 12589 20 12589 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9005 /force-app/main/default/classes/MetadataService.cls 12590 20 12590 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]*'
9005 /force-app/main/default/classes/MetadataService.cls 12590 20 12590 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]*'
9006 /force-app/main/default/classes/MetadataService.cls 12592 9 12645 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9006 /force-app/main/default/classes/MetadataService.cls 12592 9 12645 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9007 /force-app/main/default/classes/MetadataService.cls 12592 9 12645 3 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)
9007 /force-app/main/default/classes/MetadataService.cls 12592 9 12645 3 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)
9008 /force-app/main/default/classes/MetadataService.cls 12592 9 12645 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9008 /force-app/main/default/classes/MetadataService.cls 12592 9 12645 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9009 /force-app/main/default/classes/MetadataService.cls 12595 20 12595 97 pmd 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]*'
9009 /force-app/main/default/classes/MetadataService.cls 12595 20 12595 97 pmd 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]*'
9010 /force-app/main/default/classes/MetadataService.cls 12619 20 12619 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 'attributeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9010 /force-app/main/default/classes/MetadataService.cls 12619 20 12619 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 'attributeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9011 /force-app/main/default/classes/MetadataService.cls 12620 20 12620 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 'attributeNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9011 /force-app/main/default/classes/MetadataService.cls 12620 20 12620 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 'attributeNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9012 /force-app/main/default/classes/MetadataService.cls 12621 20 12621 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 'decryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9012 /force-app/main/default/classes/MetadataService.cls 12621 20 12621 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 'decryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9013 /force-app/main/default/classes/MetadataService.cls 12622 20 12622 97 pmd 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]*'
9013 /force-app/main/default/classes/MetadataService.cls 12622 20 12622 97 pmd 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]*'
9014 /force-app/main/default/classes/MetadataService.cls 12623 20 12623 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 'executionUserId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9014 /force-app/main/default/classes/MetadataService.cls 12623 20 12623 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 'executionUserId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9015 /force-app/main/default/classes/MetadataService.cls 12624 20 12624 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 'identityLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9015 /force-app/main/default/classes/MetadataService.cls 12624 20 12624 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 'identityLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9016 /force-app/main/default/classes/MetadataService.cls 12625 20 12625 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 'identityMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9016 /force-app/main/default/classes/MetadataService.cls 12625 20 12625 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 'identityMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9017 /force-app/main/default/classes/MetadataService.cls 12626 20 12626 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9017 /force-app/main/default/classes/MetadataService.cls 12626 20 12626 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9018 /force-app/main/default/classes/MetadataService.cls 12627 20 12627 97 pmd 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]*'
9018 /force-app/main/default/classes/MetadataService.cls 12627 20 12627 97 pmd 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]*'
9019 /force-app/main/default/classes/MetadataService.cls 12628 20 12628 99 pmd 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]*'
9019 /force-app/main/default/classes/MetadataService.cls 12628 20 12628 99 pmd 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]*'
9020 /force-app/main/default/classes/MetadataService.cls 12629 20 12629 89 pmd 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]*'
9020 /force-app/main/default/classes/MetadataService.cls 12629 20 12629 89 pmd 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]*'
9021 /force-app/main/default/classes/MetadataService.cls 12630 20 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 'oauthTokenEndpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9021 /force-app/main/default/classes/MetadataService.cls 12630 20 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 'oauthTokenEndpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9022 /force-app/main/default/classes/MetadataService.cls 12631 20 12631 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 'redirectBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9022 /force-app/main/default/classes/MetadataService.cls 12631 20 12631 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 'redirectBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9023 /force-app/main/default/classes/MetadataService.cls 12632 20 12632 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 'requestSignatureMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9023 /force-app/main/default/classes/MetadataService.cls 12632 20 12632 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 'requestSignatureMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9024 /force-app/main/default/classes/MetadataService.cls 12633 20 12633 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 'requestSigningCertId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9024 /force-app/main/default/classes/MetadataService.cls 12633 20 12633 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 'requestSigningCertId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9025 /force-app/main/default/classes/MetadataService.cls 12634 20 12634 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 'salesforceLoginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9025 /force-app/main/default/classes/MetadataService.cls 12634 20 12634 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 'salesforceLoginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9026 /force-app/main/default/classes/MetadataService.cls 12635 20 12635 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 'samlEntityId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9026 /force-app/main/default/classes/MetadataService.cls 12635 20 12635 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 'samlEntityId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9027 /force-app/main/default/classes/MetadataService.cls 12636 20 12636 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 'samlJitHandlerId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9027 /force-app/main/default/classes/MetadataService.cls 12636 20 12636 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 'samlJitHandlerId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9028 /force-app/main/default/classes/MetadataService.cls 12637 20 12637 103 pmd 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]*'
9028 /force-app/main/default/classes/MetadataService.cls 12637 20 12637 103 pmd 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]*'
9029 /force-app/main/default/classes/MetadataService.cls 12638 20 12638 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 'singleLogoutBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9029 /force-app/main/default/classes/MetadataService.cls 12638 20 12638 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 'singleLogoutBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9030 /force-app/main/default/classes/MetadataService.cls 12639 20 12639 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 'singleLogoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9030 /force-app/main/default/classes/MetadataService.cls 12639 20 12639 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 'singleLogoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9031 /force-app/main/default/classes/MetadataService.cls 12640 20 12640 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 'userProvisioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9031 /force-app/main/default/classes/MetadataService.cls 12640 20 12640 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 'userProvisioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9032 /force-app/main/default/classes/MetadataService.cls 12641 20 12641 109 pmd 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]*'
9032 /force-app/main/default/classes/MetadataService.cls 12641 20 12641 109 pmd 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]*'
9033 /force-app/main/default/classes/MetadataService.cls 12642 20 12642 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9033 /force-app/main/default/classes/MetadataService.cls 12642 20 12642 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9034 /force-app/main/default/classes/MetadataService.cls 12643 20 12643 60 pmd FieldNamingConventions 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]*'
9034 /force-app/main/default/classes/MetadataService.cls 12643 20 12643 60 pmd FieldNamingConventions 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]*'
9035 /force-app/main/default/classes/MetadataService.cls 12644 20 12644 470 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /force-app/main/default/classes/MetadataService.cls 12644 20 12644 470 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9036 /force-app/main/default/classes/MetadataService.cls 12646 9 12651 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9036 /force-app/main/default/classes/MetadataService.cls 12646 9 12651 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9037 /force-app/main/default/classes/MetadataService.cls 12646 9 12651 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeValueType_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
9037 /force-app/main/default/classes/MetadataService.cls 12646 9 12651 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'describeValueType_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
9038 /force-app/main/default/classes/MetadataService.cls 12647 17 12647 23 pmd FieldNamingConventions 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]*'
9038 /force-app/main/default/classes/MetadataService.cls 12647 17 12647 23 pmd FieldNamingConventions 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]*'
9039 /force-app/main/default/classes/MetadataService.cls 12648 20 12648 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9039 /force-app/main/default/classes/MetadataService.cls 12648 20 12648 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9040 /force-app/main/default/classes/MetadataService.cls 12649 20 12649 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9040 /force-app/main/default/classes/MetadataService.cls 12649 20 12649 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9041 /force-app/main/default/classes/MetadataService.cls 12650 20 12650 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9041 /force-app/main/default/classes/MetadataService.cls 12650 20 12650 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9042 /force-app/main/default/classes/MetadataService.cls 12652 9 12659 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9042 /force-app/main/default/classes/MetadataService.cls 12652 9 12659 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9043 /force-app/main/default/classes/MetadataService.cls 12655 20 12655 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 'chatterAnswersReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9043 /force-app/main/default/classes/MetadataService.cls 12655 20 12655 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 'chatterAnswersReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9044 /force-app/main/default/classes/MetadataService.cls 12656 20 12656 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 'ideaReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9044 /force-app/main/default/classes/MetadataService.cls 12656 20 12656 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 'ideaReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9045 /force-app/main/default/classes/MetadataService.cls 12657 20 12657 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9045 /force-app/main/default/classes/MetadataService.cls 12657 20 12657 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9046 /force-app/main/default/classes/MetadataService.cls 12658 20 12658 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]*'
9046 /force-app/main/default/classes/MetadataService.cls 12658 20 12658 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]*'
9047 /force-app/main/default/classes/MetadataService.cls 12660 17 12662 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9047 /force-app/main/default/classes/MetadataService.cls 12660 17 12662 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9048 /force-app/main/default/classes/MetadataService.cls 12663 9 12700 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9048 /force-app/main/default/classes/MetadataService.cls 12663 9 12700 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9049 /force-app/main/default/classes/MetadataService.cls 12663 9 12700 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9049 /force-app/main/default/classes/MetadataService.cls 12663 9 12700 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9050 /force-app/main/default/classes/MetadataService.cls 12681 20 12681 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 'dateFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9050 /force-app/main/default/classes/MetadataService.cls 12681 20 12681 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 'dateFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9051 /force-app/main/default/classes/MetadataService.cls 12682 20 12682 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 12682 20 12682 103 pmd 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 /force-app/main/default/classes/MetadataService.cls 12683 20 12683 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9052 /force-app/main/default/classes/MetadataService.cls 12683 20 12683 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9053 /force-app/main/default/classes/MetadataService.cls 12684 20 12684 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 'formatCustomFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9053 /force-app/main/default/classes/MetadataService.cls 12684 20 12684 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 'formatCustomFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9054 /force-app/main/default/classes/MetadataService.cls 12685 20 12685 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 'formatDecimalDigits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9054 /force-app/main/default/classes/MetadataService.cls 12685 20 12685 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 'formatDecimalDigits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9055 /force-app/main/default/classes/MetadataService.cls 12686 20 12686 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 'formatIsNegativeParens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9055 /force-app/main/default/classes/MetadataService.cls 12686 20 12686 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 'formatIsNegativeParens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9056 /force-app/main/default/classes/MetadataService.cls 12687 20 12687 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 'formatPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9056 /force-app/main/default/classes/MetadataService.cls 12687 20 12687 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 'formatPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9057 /force-app/main/default/classes/MetadataService.cls 12688 20 12688 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 'formatSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9057 /force-app/main/default/classes/MetadataService.cls 12688 20 12688 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 'formatSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9058 /force-app/main/default/classes/MetadataService.cls 12689 20 12689 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 'formatUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9058 /force-app/main/default/classes/MetadataService.cls 12689 20 12689 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 'formatUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9059 /force-app/main/default/classes/MetadataService.cls 12690 20 12690 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 'formatUnitMultiplier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9059 /force-app/main/default/classes/MetadataService.cls 12690 20 12690 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 'formatUnitMultiplier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9060 /force-app/main/default/classes/MetadataService.cls 12691 20 12691 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 'fullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9060 /force-app/main/default/classes/MetadataService.cls 12691 20 12691 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 'fullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9061 /force-app/main/default/classes/MetadataService.cls 12692 20 12692 99 pmd 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]*'
9061 /force-app/main/default/classes/MetadataService.cls 12692 20 12692 99 pmd 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]*'
9062 /force-app/main/default/classes/MetadataService.cls 12693 20 12693 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9062 /force-app/main/default/classes/MetadataService.cls 12693 20 12693 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9063 /force-app/main/default/classes/MetadataService.cls 12694 20 12694 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9063 /force-app/main/default/classes/MetadataService.cls 12694 20 12694 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9064 /force-app/main/default/classes/MetadataService.cls 12695 20 12695 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 'showDetailsDefaultFieldIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9064 /force-app/main/default/classes/MetadataService.cls 12695 20 12695 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 'showDetailsDefaultFieldIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9065 /force-app/main/default/classes/MetadataService.cls 12696 20 12696 109 pmd 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]*'
9065 /force-app/main/default/classes/MetadataService.cls 12696 20 12696 109 pmd 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]*'
9066 /force-app/main/default/classes/MetadataService.cls 12697 20 12697 99 pmd 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]*'
9066 /force-app/main/default/classes/MetadataService.cls 12697 20 12697 99 pmd 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]*'
9067 /force-app/main/default/classes/MetadataService.cls 12698 20 12698 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9067 /force-app/main/default/classes/MetadataService.cls 12698 20 12698 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9068 /force-app/main/default/classes/MetadataService.cls 12699 20 12699 336 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9068 /force-app/main/default/classes/MetadataService.cls 12699 20 12699 336 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9069 /force-app/main/default/classes/MetadataService.cls 12701 9 12726 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9069 /force-app/main/default/classes/MetadataService.cls 12701 9 12726 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9070 /force-app/main/default/classes/MetadataService.cls 12701 9 12726 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9070 /force-app/main/default/classes/MetadataService.cls 12701 9 12726 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9071 /force-app/main/default/classes/MetadataService.cls 12708 17 12708 23 pmd 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]*'
9071 /force-app/main/default/classes/MetadataService.cls 12708 17 12708 23 pmd 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]*'
9072 /force-app/main/default/classes/MetadataService.cls 12713 20 12713 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9072 /force-app/main/default/classes/MetadataService.cls 12713 20 12713 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9073 /force-app/main/default/classes/MetadataService.cls 12714 20 12714 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 'createAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9073 /force-app/main/default/classes/MetadataService.cls 12714 20 12714 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 'createAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9074 /force-app/main/default/classes/MetadataService.cls 12715 20 12715 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 'enableLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9074 /force-app/main/default/classes/MetadataService.cls 12715 20 12715 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 'enableLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9075 /force-app/main/default/classes/MetadataService.cls 12716 20 12716 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9075 /force-app/main/default/classes/MetadataService.cls 12716 20 12716 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9076 /force-app/main/default/classes/MetadataService.cls 12717 20 12717 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9076 /force-app/main/default/classes/MetadataService.cls 12717 20 12717 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9077 /force-app/main/default/classes/MetadataService.cls 12718 20 12718 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 'lookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9077 /force-app/main/default/classes/MetadataService.cls 12718 20 12718 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 'lookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9078 /force-app/main/default/classes/MetadataService.cls 12719 20 12719 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9078 /force-app/main/default/classes/MetadataService.cls 12719 20 12719 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9079 /force-app/main/default/classes/MetadataService.cls 12720 20 12720 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9079 /force-app/main/default/classes/MetadataService.cls 12720 20 12720 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9080 /force-app/main/default/classes/MetadataService.cls 12721 20 12721 89 pmd 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]*'
9080 /force-app/main/default/classes/MetadataService.cls 12721 20 12721 89 pmd 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]*'
9081 /force-app/main/default/classes/MetadataService.cls 12722 20 12722 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 'updateAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9081 /force-app/main/default/classes/MetadataService.cls 12722 20 12722 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 'updateAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9082 /force-app/main/default/classes/MetadataService.cls 12723 20 12723 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9082 /force-app/main/default/classes/MetadataService.cls 12723 20 12723 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9083 /force-app/main/default/classes/MetadataService.cls 12724 20 12724 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9083 /force-app/main/default/classes/MetadataService.cls 12724 20 12724 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9084 /force-app/main/default/classes/MetadataService.cls 12725 20 12725 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]*'
9084 /force-app/main/default/classes/MetadataService.cls 12725 20 12725 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]*'
9085 /force-app/main/default/classes/MetadataService.cls 12727 9 12738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9085 /force-app/main/default/classes/MetadataService.cls 12727 9 12738 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9086 /force-app/main/default/classes/MetadataService.cls 12732 20 12732 103 pmd 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]*'
9086 /force-app/main/default/classes/MetadataService.cls 12732 20 12732 103 pmd 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]*'
9087 /force-app/main/default/classes/MetadataService.cls 12733 20 12733 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 'isCalculatingChanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9087 /force-app/main/default/classes/MetadataService.cls 12733 20 12733 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 'isCalculatingChanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9088 /force-app/main/default/classes/MetadataService.cls 12734 20 12734 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9088 /force-app/main/default/classes/MetadataService.cls 12734 20 12734 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9089 /force-app/main/default/classes/MetadataService.cls 12735 20 12735 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9089 /force-app/main/default/classes/MetadataService.cls 12735 20 12735 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9090 /force-app/main/default/classes/MetadataService.cls 12736 20 12736 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9090 /force-app/main/default/classes/MetadataService.cls 12736 20 12736 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9091 /force-app/main/default/classes/MetadataService.cls 12737 20 12737 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]*'
9091 /force-app/main/default/classes/MetadataService.cls 12737 20 12737 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]*'
9092 /force-app/main/default/classes/MetadataService.cls 12739 9 12748 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9092 /force-app/main/default/classes/MetadataService.cls 12739 9 12748 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9093 /force-app/main/default/classes/MetadataService.cls 12742 17 12742 23 pmd 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]*'
9093 /force-app/main/default/classes/MetadataService.cls 12742 17 12742 23 pmd 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]*'
9094 /force-app/main/default/classes/MetadataService.cls 12743 20 12743 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 'inApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9094 /force-app/main/default/classes/MetadataService.cls 12743 20 12743 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 'inApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9095 /force-app/main/default/classes/MetadataService.cls 12744 20 12744 99 pmd 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]*'
9095 /force-app/main/default/classes/MetadataService.cls 12744 20 12744 99 pmd 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]*'
9096 /force-app/main/default/classes/MetadataService.cls 12745 20 12745 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9096 /force-app/main/default/classes/MetadataService.cls 12745 20 12745 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9097 /force-app/main/default/classes/MetadataService.cls 12746 20 12746 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9097 /force-app/main/default/classes/MetadataService.cls 12746 20 12746 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9098 /force-app/main/default/classes/MetadataService.cls 12747 20 12747 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]*'
9098 /force-app/main/default/classes/MetadataService.cls 12747 20 12747 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]*'
9099 /force-app/main/default/classes/MetadataService.cls 12749 9 12760 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9099 /force-app/main/default/classes/MetadataService.cls 12749 9 12760 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9100 /force-app/main/default/classes/MetadataService.cls 12754 20 12754 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 'aggregateTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9100 /force-app/main/default/classes/MetadataService.cls 12754 20 12754 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 'aggregateTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9101 /force-app/main/default/classes/MetadataService.cls 12755 20 12755 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9101 /force-app/main/default/classes/MetadataService.cls 12755 20 12755 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9102 /force-app/main/default/classes/MetadataService.cls 12756 20 12756 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 'reverseColors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9102 /force-app/main/default/classes/MetadataService.cls 12756 20 12756 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 'reverseColors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9103 /force-app/main/default/classes/MetadataService.cls 12757 20 12757 103 pmd 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]*'
9103 /force-app/main/default/classes/MetadataService.cls 12757 20 12757 103 pmd 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]*'
9104 /force-app/main/default/classes/MetadataService.cls 12758 20 12758 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9104 /force-app/main/default/classes/MetadataService.cls 12758 20 12758 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9105 /force-app/main/default/classes/MetadataService.cls 12759 20 12759 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]*'
9105 /force-app/main/default/classes/MetadataService.cls 12759 20 12759 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]*'
9106 /force-app/main/default/classes/MetadataService.cls 12761 9 12772 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9106 /force-app/main/default/classes/MetadataService.cls 12761 9 12772 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9107 /force-app/main/default/classes/MetadataService.cls 12764 20 12764 97 pmd 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]*'
9107 /force-app/main/default/classes/MetadataService.cls 12764 20 12764 97 pmd 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]*'
9108 /force-app/main/default/classes/MetadataService.cls 12767 20 12767 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9108 /force-app/main/default/classes/MetadataService.cls 12767 20 12767 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9109 /force-app/main/default/classes/MetadataService.cls 12768 20 12768 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 'holidays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9109 /force-app/main/default/classes/MetadataService.cls 12768 20 12768 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 'holidays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9110 /force-app/main/default/classes/MetadataService.cls 12769 20 12769 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9110 /force-app/main/default/classes/MetadataService.cls 12769 20 12769 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9111 /force-app/main/default/classes/MetadataService.cls 12770 20 12770 60 pmd FieldNamingConventions 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]*'
9111 /force-app/main/default/classes/MetadataService.cls 12770 20 12770 60 pmd FieldNamingConventions 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]*'
9112 /force-app/main/default/classes/MetadataService.cls 12771 20 12771 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]*'
9112 /force-app/main/default/classes/MetadataService.cls 12771 20 12771 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]*'
9113 /force-app/main/default/classes/MetadataService.cls 12773 9 12784 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9113 /force-app/main/default/classes/MetadataService.cls 12773 9 12784 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9114 /force-app/main/default/classes/MetadataService.cls 12776 20 12776 97 pmd 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]*'
9114 /force-app/main/default/classes/MetadataService.cls 12776 20 12776 97 pmd 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]*'
9115 /force-app/main/default/classes/MetadataService.cls 12779 20 12779 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 'enableTopics_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9115 /force-app/main/default/classes/MetadataService.cls 12779 20 12779 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 'enableTopics_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9116 /force-app/main/default/classes/MetadataService.cls 12780 20 12780 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 'entityApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9116 /force-app/main/default/classes/MetadataService.cls 12780 20 12780 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 'entityApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9117 /force-app/main/default/classes/MetadataService.cls 12781 20 12781 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9117 /force-app/main/default/classes/MetadataService.cls 12781 20 12781 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9118 /force-app/main/default/classes/MetadataService.cls 12782 20 12782 60 pmd FieldNamingConventions 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]*'
9118 /force-app/main/default/classes/MetadataService.cls 12782 20 12782 60 pmd FieldNamingConventions 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]*'
9119 /force-app/main/default/classes/MetadataService.cls 12783 20 12783 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]*'
9119 /force-app/main/default/classes/MetadataService.cls 12783 20 12783 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]*'
9120 /force-app/main/default/classes/MetadataService.cls 12785 9 12792 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9120 /force-app/main/default/classes/MetadataService.cls 12785 9 12792 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9121 /force-app/main/default/classes/MetadataService.cls 12788 20 12788 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9121 /force-app/main/default/classes/MetadataService.cls 12788 20 12788 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9122 /force-app/main/default/classes/MetadataService.cls 12789 20 12789 109 pmd 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]*'
9122 /force-app/main/default/classes/MetadataService.cls 12789 20 12789 109 pmd 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]*'
9123 /force-app/main/default/classes/MetadataService.cls 12790 20 12790 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9123 /force-app/main/default/classes/MetadataService.cls 12790 20 12790 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9124 /force-app/main/default/classes/MetadataService.cls 12791 20 12791 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]*'
9124 /force-app/main/default/classes/MetadataService.cls 12791 20 12791 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]*'
9125 /force-app/main/default/classes/MetadataService.cls 12793 9 12802 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9125 /force-app/main/default/classes/MetadataService.cls 12793 9 12802 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9126 /force-app/main/default/classes/MetadataService.cls 12797 20 12797 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9126 /force-app/main/default/classes/MetadataService.cls 12797 20 12797 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9127 /force-app/main/default/classes/MetadataService.cls 12798 20 12798 109 pmd 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]*'
9127 /force-app/main/default/classes/MetadataService.cls 12798 20 12798 109 pmd 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]*'
9128 /force-app/main/default/classes/MetadataService.cls 12799 20 12799 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9128 /force-app/main/default/classes/MetadataService.cls 12799 20 12799 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9129 /force-app/main/default/classes/MetadataService.cls 12800 20 12800 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9129 /force-app/main/default/classes/MetadataService.cls 12800 20 12800 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9130 /force-app/main/default/classes/MetadataService.cls 12801 20 12801 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]*'
9130 /force-app/main/default/classes/MetadataService.cls 12801 20 12801 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]*'
9131 /force-app/main/default/classes/MetadataService.cls 12803 9 12810 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9131 /force-app/main/default/classes/MetadataService.cls 12803 9 12810 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9132 /force-app/main/default/classes/MetadataService.cls 12806 20 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9132 /force-app/main/default/classes/MetadataService.cls 12806 20 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9133 /force-app/main/default/classes/MetadataService.cls 12807 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9133 /force-app/main/default/classes/MetadataService.cls 12807 20 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9134 /force-app/main/default/classes/MetadataService.cls 12808 20 12808 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9134 /force-app/main/default/classes/MetadataService.cls 12808 20 12808 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9135 /force-app/main/default/classes/MetadataService.cls 12809 20 12809 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]*'
9135 /force-app/main/default/classes/MetadataService.cls 12809 20 12809 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]*'
9136 /force-app/main/default/classes/MetadataService.cls 12811 9 12818 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9136 /force-app/main/default/classes/MetadataService.cls 12811 9 12818 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9137 /force-app/main/default/classes/MetadataService.cls 12814 20 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 'similarOpportunitiesDisplayColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9137 /force-app/main/default/classes/MetadataService.cls 12814 20 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 'similarOpportunitiesDisplayColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9138 /force-app/main/default/classes/MetadataService.cls 12815 20 12815 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 'similarOpportunitiesMatchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9138 /force-app/main/default/classes/MetadataService.cls 12815 20 12815 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 'similarOpportunitiesMatchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9139 /force-app/main/default/classes/MetadataService.cls 12816 20 12816 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9139 /force-app/main/default/classes/MetadataService.cls 12816 20 12816 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9140 /force-app/main/default/classes/MetadataService.cls 12817 20 12817 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]*'
9140 /force-app/main/default/classes/MetadataService.cls 12817 20 12817 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]*'
9141 /force-app/main/default/classes/MetadataService.cls 12819 9 12844 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9141 /force-app/main/default/classes/MetadataService.cls 12819 9 12844 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9142 /force-app/main/default/classes/MetadataService.cls 12819 9 12844 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9142 /force-app/main/default/classes/MetadataService.cls 12819 9 12844 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9143 /force-app/main/default/classes/MetadataService.cls 12831 20 12831 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 'acrossGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9143 /force-app/main/default/classes/MetadataService.cls 12831 20 12831 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 'acrossGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9144 /force-app/main/default/classes/MetadataService.cls 12832 20 12832 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 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9144 /force-app/main/default/classes/MetadataService.cls 12832 20 12832 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 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9145 /force-app/main/default/classes/MetadataService.cls 12833 20 12833 97 pmd 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]*'
9145 /force-app/main/default/classes/MetadataService.cls 12833 20 12833 97 pmd 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]*'
9146 /force-app/main/default/classes/MetadataService.cls 12834 20 12834 103 pmd 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]*'
9146 /force-app/main/default/classes/MetadataService.cls 12834 20 12834 103 pmd 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]*'
9147 /force-app/main/default/classes/MetadataService.cls 12835 20 12835 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9147 /force-app/main/default/classes/MetadataService.cls 12835 20 12835 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9148 /force-app/main/default/classes/MetadataService.cls 12836 20 12836 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 'downGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9148 /force-app/main/default/classes/MetadataService.cls 12836 20 12836 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 'downGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9149 /force-app/main/default/classes/MetadataService.cls 12837 20 12837 97 pmd 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]*'
9149 /force-app/main/default/classes/MetadataService.cls 12837 20 12837 97 pmd 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]*'
9150 /force-app/main/default/classes/MetadataService.cls 12838 20 12838 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 'isCrossBlock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9150 /force-app/main/default/classes/MetadataService.cls 12838 20 12838 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 'isCrossBlock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9151 /force-app/main/default/classes/MetadataService.cls 12839 20 12839 103 pmd 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]*'
9151 /force-app/main/default/classes/MetadataService.cls 12839 20 12839 103 pmd 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]*'
9152 /force-app/main/default/classes/MetadataService.cls 12840 20 12840 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9152 /force-app/main/default/classes/MetadataService.cls 12840 20 12840 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9153 /force-app/main/default/classes/MetadataService.cls 12841 20 12841 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9153 /force-app/main/default/classes/MetadataService.cls 12841 20 12841 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9154 /force-app/main/default/classes/MetadataService.cls 12842 20 12842 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9154 /force-app/main/default/classes/MetadataService.cls 12842 20 12842 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9155 /force-app/main/default/classes/MetadataService.cls 12843 20 12843 225 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9155 /force-app/main/default/classes/MetadataService.cls 12843 20 12843 225 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9156 /force-app/main/default/classes/MetadataService.cls 12845 9 12864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9156 /force-app/main/default/classes/MetadataService.cls 12845 9 12864 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9157 /force-app/main/default/classes/MetadataService.cls 12845 9 12864 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9157 /force-app/main/default/classes/MetadataService.cls 12845 9 12864 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9158 /force-app/main/default/classes/MetadataService.cls 12848 20 12848 97 pmd 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]*'
9158 /force-app/main/default/classes/MetadataService.cls 12848 20 12848 97 pmd 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]*'
9159 /force-app/main/default/classes/MetadataService.cls 12855 20 12855 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 'autoCalculateEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9159 /force-app/main/default/classes/MetadataService.cls 12855 20 12855 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 'autoCalculateEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9160 /force-app/main/default/classes/MetadataService.cls 12856 20 12856 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 'autoExpirationDelay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9160 /force-app/main/default/classes/MetadataService.cls 12856 20 12856 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 'autoExpirationDelay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9161 /force-app/main/default/classes/MetadataService.cls 12857 20 12857 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 'autoExpirationRecipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9161 /force-app/main/default/classes/MetadataService.cls 12857 20 12857 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 'autoExpirationRecipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9162 /force-app/main/default/classes/MetadataService.cls 12858 20 12858 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 'autoExpireContracts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9162 /force-app/main/default/classes/MetadataService.cls 12858 20 12858 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 'autoExpireContracts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9163 /force-app/main/default/classes/MetadataService.cls 12859 20 12859 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 'enableContractHistoryTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9163 /force-app/main/default/classes/MetadataService.cls 12859 20 12859 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 'enableContractHistoryTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9164 /force-app/main/default/classes/MetadataService.cls 12860 20 12860 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 'notifyOwnersOnContractExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9164 /force-app/main/default/classes/MetadataService.cls 12860 20 12860 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 'notifyOwnersOnContractExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9165 /force-app/main/default/classes/MetadataService.cls 12861 20 12861 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9165 /force-app/main/default/classes/MetadataService.cls 12861 20 12861 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9166 /force-app/main/default/classes/MetadataService.cls 12862 20 12862 60 pmd FieldNamingConventions 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]*'
9166 /force-app/main/default/classes/MetadataService.cls 12862 20 12862 60 pmd FieldNamingConventions 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]*'
9167 /force-app/main/default/classes/MetadataService.cls 12863 20 12863 229 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9167 /force-app/main/default/classes/MetadataService.cls 12863 20 12863 229 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9168 /force-app/main/default/classes/MetadataService.cls 12865 9 12874 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9168 /force-app/main/default/classes/MetadataService.cls 12865 9 12874 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9169 /force-app/main/default/classes/MetadataService.cls 12868 20 12868 97 pmd 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]*'
9169 /force-app/main/default/classes/MetadataService.cls 12868 20 12868 97 pmd 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]*'
9170 /force-app/main/default/classes/MetadataService.cls 12870 20 12870 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 'escalationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9170 /force-app/main/default/classes/MetadataService.cls 12870 20 12870 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 'escalationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9171 /force-app/main/default/classes/MetadataService.cls 12871 20 12871 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9171 /force-app/main/default/classes/MetadataService.cls 12871 20 12871 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9172 /force-app/main/default/classes/MetadataService.cls 12872 20 12872 60 pmd FieldNamingConventions 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]*'
9172 /force-app/main/default/classes/MetadataService.cls 12872 20 12872 60 pmd FieldNamingConventions 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]*'
9173 /force-app/main/default/classes/MetadataService.cls 12873 20 12873 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]*'
9173 /force-app/main/default/classes/MetadataService.cls 12873 20 12873 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]*'
9174 /force-app/main/default/classes/MetadataService.cls 12875 9 12884 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9174 /force-app/main/default/classes/MetadataService.cls 12875 9 12884 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9175 /force-app/main/default/classes/MetadataService.cls 12879 20 12879 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 'customTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9175 /force-app/main/default/classes/MetadataService.cls 12879 20 12879 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 'customTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9176 /force-app/main/default/classes/MetadataService.cls 12880 20 12880 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9176 /force-app/main/default/classes/MetadataService.cls 12880 20 12880 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9177 /force-app/main/default/classes/MetadataService.cls 12881 20 12881 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9177 /force-app/main/default/classes/MetadataService.cls 12881 20 12881 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9178 /force-app/main/default/classes/MetadataService.cls 12882 20 12882 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9178 /force-app/main/default/classes/MetadataService.cls 12882 20 12882 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9179 /force-app/main/default/classes/MetadataService.cls 12883 20 12883 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]*'
9179 /force-app/main/default/classes/MetadataService.cls 12883 20 12883 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]*'
9180 /force-app/main/default/classes/MetadataService.cls 12885 9 12928 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9180 /force-app/main/default/classes/MetadataService.cls 12885 9 12928 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9181 /force-app/main/default/classes/MetadataService.cls 12885 9 12928 3 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)
9181 /force-app/main/default/classes/MetadataService.cls 12885 9 12928 3 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)
9182 /force-app/main/default/classes/MetadataService.cls 12885 9 12928 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9182 /force-app/main/default/classes/MetadataService.cls 12885 9 12928 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9183 /force-app/main/default/classes/MetadataService.cls 12888 20 12888 97 pmd 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]*'
9183 /force-app/main/default/classes/MetadataService.cls 12888 20 12888 97 pmd 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]*'
9184 /force-app/main/default/classes/MetadataService.cls 12907 20 12907 99 pmd 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]*'
9184 /force-app/main/default/classes/MetadataService.cls 12907 20 12907 99 pmd 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]*'
9185 /force-app/main/default/classes/MetadataService.cls 12908 20 12908 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 'customPrechatComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9185 /force-app/main/default/classes/MetadataService.cls 12908 20 12908 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 'customPrechatComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9186 /force-app/main/default/classes/MetadataService.cls 12909 20 12909 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9186 /force-app/main/default/classes/MetadataService.cls 12909 20 12909 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9187 /force-app/main/default/classes/MetadataService.cls 12910 20 12910 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 'embeddedServiceQuickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9187 /force-app/main/default/classes/MetadataService.cls 12910 20 12910 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 'embeddedServiceQuickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9188 /force-app/main/default/classes/MetadataService.cls 12911 20 12911 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9188 /force-app/main/default/classes/MetadataService.cls 12911 20 12911 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9189 /force-app/main/default/classes/MetadataService.cls 12912 20 12912 97 pmd 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]*'
9189 /force-app/main/default/classes/MetadataService.cls 12912 20 12912 97 pmd 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]*'
9190 /force-app/main/default/classes/MetadataService.cls 12913 20 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 'headerBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9190 /force-app/main/default/classes/MetadataService.cls 12913 20 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 'headerBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9191 /force-app/main/default/classes/MetadataService.cls 12914 20 12914 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 'liveAgentChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9191 /force-app/main/default/classes/MetadataService.cls 12914 20 12914 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 'liveAgentChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9192 /force-app/main/default/classes/MetadataService.cls 12915 20 12915 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 'liveAgentContentUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9192 /force-app/main/default/classes/MetadataService.cls 12915 20 12915 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 'liveAgentContentUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9193 /force-app/main/default/classes/MetadataService.cls 12916 20 12916 109 pmd 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]*'
9193 /force-app/main/default/classes/MetadataService.cls 12916 20 12916 109 pmd 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]*'
9194 /force-app/main/default/classes/MetadataService.cls 12917 20 12917 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 'liveChatDeployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9194 /force-app/main/default/classes/MetadataService.cls 12917 20 12917 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 'liveChatDeployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9195 /force-app/main/default/classes/MetadataService.cls 12918 20 12918 103 pmd 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]*'
9195 /force-app/main/default/classes/MetadataService.cls 12918 20 12918 103 pmd 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]*'
9196 /force-app/main/default/classes/MetadataService.cls 12919 20 12919 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 'prechatBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9196 /force-app/main/default/classes/MetadataService.cls 12919 20 12919 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 'prechatBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9197 /force-app/main/default/classes/MetadataService.cls 12920 20 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 'prechatEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9197 /force-app/main/default/classes/MetadataService.cls 12920 20 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 'prechatEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9198 /force-app/main/default/classes/MetadataService.cls 12921 20 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 'prechatJson_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9198 /force-app/main/default/classes/MetadataService.cls 12921 20 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 'prechatJson_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9199 /force-app/main/default/classes/MetadataService.cls 12922 20 12922 97 pmd 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]*'
9199 /force-app/main/default/classes/MetadataService.cls 12922 20 12922 97 pmd 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]*'
9200 /force-app/main/default/classes/MetadataService.cls 12923 20 12923 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 'smallCompanyLogoImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9200 /force-app/main/default/classes/MetadataService.cls 12923 20 12923 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 'smallCompanyLogoImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9201 /force-app/main/default/classes/MetadataService.cls 12924 20 12924 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 'waitingStateBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9201 /force-app/main/default/classes/MetadataService.cls 12924 20 12924 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 'waitingStateBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9202 /force-app/main/default/classes/MetadataService.cls 12925 20 12925 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9202 /force-app/main/default/classes/MetadataService.cls 12925 20 12925 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9203 /force-app/main/default/classes/MetadataService.cls 12926 20 12926 60 pmd FieldNamingConventions 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]*'
9203 /force-app/main/default/classes/MetadataService.cls 12926 20 12926 60 pmd FieldNamingConventions 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]*'
9204 /force-app/main/default/classes/MetadataService.cls 12927 20 12927 411 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9204 /force-app/main/default/classes/MetadataService.cls 12927 20 12927 411 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9205 /force-app/main/default/classes/MetadataService.cls 12929 9 13046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9205 /force-app/main/default/classes/MetadataService.cls 12929 9 13046 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9206 /force-app/main/default/classes/MetadataService.cls 12929 9 13046 3 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)
9206 /force-app/main/default/classes/MetadataService.cls 12929 9 13046 3 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)
9207 /force-app/main/default/classes/MetadataService.cls 12929 9 13046 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9207 /force-app/main/default/classes/MetadataService.cls 12929 9 13046 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9208 /force-app/main/default/classes/MetadataService.cls 12932 20 12932 97 pmd 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]*'
9208 /force-app/main/default/classes/MetadataService.cls 12932 20 12932 97 pmd 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]*'
9209 /force-app/main/default/classes/MetadataService.cls 12983 17 12983 23 pmd FieldNamingConventions 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]*'
9209 /force-app/main/default/classes/MetadataService.cls 12983 17 12983 23 pmd FieldNamingConventions 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]*'
9210 /force-app/main/default/classes/MetadataService.cls 12988 20 12988 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 'businessOwnerGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9210 /force-app/main/default/classes/MetadataService.cls 12988 20 12988 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 'businessOwnerGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9211 /force-app/main/default/classes/MetadataService.cls 12989 20 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 'businessOwnerUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9211 /force-app/main/default/classes/MetadataService.cls 12989 20 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 'businessOwnerUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9212 /force-app/main/default/classes/MetadataService.cls 12990 20 12990 109 pmd 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]*'
9212 /force-app/main/default/classes/MetadataService.cls 12990 20 12990 109 pmd 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]*'
9213 /force-app/main/default/classes/MetadataService.cls 12991 20 12991 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 'caseSensitive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9213 /force-app/main/default/classes/MetadataService.cls 12991 20 12991 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 'caseSensitive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9214 /force-app/main/default/classes/MetadataService.cls 12992 20 12992 109 pmd 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]*'
9214 /force-app/main/default/classes/MetadataService.cls 12992 20 12992 109 pmd 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]*'
9215 /force-app/main/default/classes/MetadataService.cls 12993 20 12993 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9215 /force-app/main/default/classes/MetadataService.cls 12993 20 12993 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9216 /force-app/main/default/classes/MetadataService.cls 12994 20 12994 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 'deleteConstraint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9216 /force-app/main/default/classes/MetadataService.cls 12994 20 12994 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 'deleteConstraint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9217 /force-app/main/default/classes/MetadataService.cls 12995 20 12995 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9217 /force-app/main/default/classes/MetadataService.cls 12995 20 12995 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9218 /force-app/main/default/classes/MetadataService.cls 12996 20 12996 103 pmd 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]*'
9218 /force-app/main/default/classes/MetadataService.cls 12996 20 12996 103 pmd 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]*'
9219 /force-app/main/default/classes/MetadataService.cls 12997 20 12997 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9219 /force-app/main/default/classes/MetadataService.cls 12997 20 12997 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9220 /force-app/main/default/classes/MetadataService.cls 12998 20 12998 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 'displayLocationInDecimal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9220 /force-app/main/default/classes/MetadataService.cls 12998 20 12998 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 'displayLocationInDecimal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9221 /force-app/main/default/classes/MetadataService.cls 12999 20 12999 99 pmd 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]*'
9221 /force-app/main/default/classes/MetadataService.cls 12999 20 12999 99 pmd 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]*'
9222 /force-app/main/default/classes/MetadataService.cls 13000 20 13000 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 'escapeMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9222 /force-app/main/default/classes/MetadataService.cls 13000 20 13000 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 'escapeMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9223 /force-app/main/default/classes/MetadataService.cls 13001 20 13001 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 'externalDeveloperName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9223 /force-app/main/default/classes/MetadataService.cls 13001 20 13001 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 'externalDeveloperName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9224 /force-app/main/default/classes/MetadataService.cls 13002 20 13002 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 'externalId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9224 /force-app/main/default/classes/MetadataService.cls 13002 20 13002 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 'externalId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9225 /force-app/main/default/classes/MetadataService.cls 13003 20 13003 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 'fieldManageability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9225 /force-app/main/default/classes/MetadataService.cls 13003 20 13003 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 'fieldManageability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9226 /force-app/main/default/classes/MetadataService.cls 13004 20 13004 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9226 /force-app/main/default/classes/MetadataService.cls 13004 20 13004 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9227 /force-app/main/default/classes/MetadataService.cls 13005 20 13005 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 'formulaTreatBlanksAs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9227 /force-app/main/default/classes/MetadataService.cls 13005 20 13005 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 'formulaTreatBlanksAs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9228 /force-app/main/default/classes/MetadataService.cls 13006 20 13006 109 pmd 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]*'
9228 /force-app/main/default/classes/MetadataService.cls 13006 20 13006 109 pmd 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]*'
9229 /force-app/main/default/classes/MetadataService.cls 13007 20 13007 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 'isConvertLeadDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9229 /force-app/main/default/classes/MetadataService.cls 13007 20 13007 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 'isConvertLeadDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9230 /force-app/main/default/classes/MetadataService.cls 13008 20 13008 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 'isFilteringDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9230 /force-app/main/default/classes/MetadataService.cls 13008 20 13008 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 'isFilteringDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9231 /force-app/main/default/classes/MetadataService.cls 13009 20 13009 103 pmd 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]*'
9231 /force-app/main/default/classes/MetadataService.cls 13009 20 13009 103 pmd 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]*'
9232 /force-app/main/default/classes/MetadataService.cls 13010 20 13010 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 'isSortingDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9232 /force-app/main/default/classes/MetadataService.cls 13010 20 13010 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 'isSortingDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9233 /force-app/main/default/classes/MetadataService.cls 13011 20 13011 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9233 /force-app/main/default/classes/MetadataService.cls 13011 20 13011 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9234 /force-app/main/default/classes/MetadataService.cls 13012 20 13012 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 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9234 /force-app/main/default/classes/MetadataService.cls 13012 20 13012 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 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9235 /force-app/main/default/classes/MetadataService.cls 13013 20 13013 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9235 /force-app/main/default/classes/MetadataService.cls 13013 20 13013 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9236 /force-app/main/default/classes/MetadataService.cls 13014 20 13014 97 pmd 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]*'
9236 /force-app/main/default/classes/MetadataService.cls 13014 20 13014 97 pmd 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]*'
9237 /force-app/main/default/classes/MetadataService.cls 13015 20 13015 97 pmd 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]*'
9237 /force-app/main/default/classes/MetadataService.cls 13015 20 13015 97 pmd 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]*'
9238 /force-app/main/default/classes/MetadataService.cls 13016 20 13016 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 'metadataRelationshipControllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9238 /force-app/main/default/classes/MetadataService.cls 13016 20 13016 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 'metadataRelationshipControllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9239 /force-app/main/default/classes/MetadataService.cls 13017 20 13017 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 'populateExistingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9239 /force-app/main/default/classes/MetadataService.cls 13017 20 13017 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 'populateExistingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9240 /force-app/main/default/classes/MetadataService.cls 13018 20 13018 99 pmd 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]*'
9240 /force-app/main/default/classes/MetadataService.cls 13018 20 13018 99 pmd 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]*'
9241 /force-app/main/default/classes/MetadataService.cls 13019 20 13019 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 'referenceTargetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9241 /force-app/main/default/classes/MetadataService.cls 13019 20 13019 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 'referenceTargetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9242 /force-app/main/default/classes/MetadataService.cls 13020 20 13020 103 pmd 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]*'
9242 /force-app/main/default/classes/MetadataService.cls 13020 20 13020 103 pmd 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]*'
9243 /force-app/main/default/classes/MetadataService.cls 13021 20 13021 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9243 /force-app/main/default/classes/MetadataService.cls 13021 20 13021 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9244 /force-app/main/default/classes/MetadataService.cls 13022 20 13022 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 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9244 /force-app/main/default/classes/MetadataService.cls 13022 20 13022 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 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9245 /force-app/main/default/classes/MetadataService.cls 13023 20 13023 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 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9245 /force-app/main/default/classes/MetadataService.cls 13023 20 13023 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 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9246 /force-app/main/default/classes/MetadataService.cls 13024 20 13024 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 'reparentableMasterDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9246 /force-app/main/default/classes/MetadataService.cls 13024 20 13024 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 'reparentableMasterDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9247 /force-app/main/default/classes/MetadataService.cls 13025 20 13025 97 pmd 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]*'
9247 /force-app/main/default/classes/MetadataService.cls 13025 20 13025 97 pmd 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]*'
9248 /force-app/main/default/classes/MetadataService.cls 13026 20 13026 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 'restrictedAdminField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9248 /force-app/main/default/classes/MetadataService.cls 13026 20 13026 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 'restrictedAdminField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9249 /force-app/main/default/classes/MetadataService.cls 13027 20 13027 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9249 /force-app/main/default/classes/MetadataService.cls 13027 20 13027 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9250 /force-app/main/default/classes/MetadataService.cls 13028 20 13028 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 'securityClassification_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9250 /force-app/main/default/classes/MetadataService.cls 13028 20 13028 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 'securityClassification_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9251 /force-app/main/default/classes/MetadataService.cls 13029 20 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 'startingNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9251 /force-app/main/default/classes/MetadataService.cls 13029 20 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 'startingNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9252 /force-app/main/default/classes/MetadataService.cls 13030 20 13030 103 pmd 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]*'
9252 /force-app/main/default/classes/MetadataService.cls 13030 20 13030 103 pmd 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]*'
9253 /force-app/main/default/classes/MetadataService.cls 13031 20 13031 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 'summarizedField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9253 /force-app/main/default/classes/MetadataService.cls 13031 20 13031 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 'summarizedField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9254 /force-app/main/default/classes/MetadataService.cls 13032 20 13032 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 'summaryFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9254 /force-app/main/default/classes/MetadataService.cls 13032 20 13032 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 'summaryFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9255 /force-app/main/default/classes/MetadataService.cls 13033 20 13033 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 'summaryForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9255 /force-app/main/default/classes/MetadataService.cls 13033 20 13033 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 'summaryForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9256 /force-app/main/default/classes/MetadataService.cls 13034 20 13034 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 'summaryOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9256 /force-app/main/default/classes/MetadataService.cls 13034 20 13034 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 'summaryOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9257 /force-app/main/default/classes/MetadataService.cls 13035 20 13035 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 'trackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9257 /force-app/main/default/classes/MetadataService.cls 13035 20 13035 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 'trackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9258 /force-app/main/default/classes/MetadataService.cls 13036 20 13036 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 'trackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9258 /force-app/main/default/classes/MetadataService.cls 13036 20 13036 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 'trackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9259 /force-app/main/default/classes/MetadataService.cls 13037 20 13037 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 'trackTrending_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9259 /force-app/main/default/classes/MetadataService.cls 13037 20 13037 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 'trackTrending_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9260 /force-app/main/default/classes/MetadataService.cls 13038 20 13038 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9260 /force-app/main/default/classes/MetadataService.cls 13038 20 13038 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9261 /force-app/main/default/classes/MetadataService.cls 13039 20 13039 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 'unique_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9261 /force-app/main/default/classes/MetadataService.cls 13039 20 13039 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 'unique_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9262 /force-app/main/default/classes/MetadataService.cls 13040 20 13040 97 pmd 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]*'
9262 /force-app/main/default/classes/MetadataService.cls 13040 20 13040 97 pmd 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]*'
9263 /force-app/main/default/classes/MetadataService.cls 13041 20 13041 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 'visibleLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9263 /force-app/main/default/classes/MetadataService.cls 13041 20 13041 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 'visibleLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9264 /force-app/main/default/classes/MetadataService.cls 13042 20 13042 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 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9264 /force-app/main/default/classes/MetadataService.cls 13042 20 13042 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 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9265 /force-app/main/default/classes/MetadataService.cls 13043 20 13043 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9265 /force-app/main/default/classes/MetadataService.cls 13043 20 13043 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9266 /force-app/main/default/classes/MetadataService.cls 13044 20 13044 60 pmd FieldNamingConventions 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]*'
9266 /force-app/main/default/classes/MetadataService.cls 13044 20 13044 60 pmd FieldNamingConventions 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]*'
9267 /force-app/main/default/classes/MetadataService.cls 13045 20 13045 1026 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9267 /force-app/main/default/classes/MetadataService.cls 13045 20 13045 1026 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9268 /force-app/main/default/classes/MetadataService.cls 13047 9 13056 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9268 /force-app/main/default/classes/MetadataService.cls 13047 9 13056 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9269 /force-app/main/default/classes/MetadataService.cls 13051 20 13051 103 pmd 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]*'
9269 /force-app/main/default/classes/MetadataService.cls 13051 20 13051 103 pmd 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]*'
9270 /force-app/main/default/classes/MetadataService.cls 13052 20 13052 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9270 /force-app/main/default/classes/MetadataService.cls 13052 20 13052 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9271 /force-app/main/default/classes/MetadataService.cls 13053 20 13053 103 pmd 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]*'
9271 /force-app/main/default/classes/MetadataService.cls 13053 20 13053 103 pmd 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]*'
9272 /force-app/main/default/classes/MetadataService.cls 13054 20 13054 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9272 /force-app/main/default/classes/MetadataService.cls 13054 20 13054 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9273 /force-app/main/default/classes/MetadataService.cls 13055 20 13055 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]*'
9273 /force-app/main/default/classes/MetadataService.cls 13055 20 13055 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]*'
9274 /force-app/main/default/classes/MetadataService.cls 13057 9 13066 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9274 /force-app/main/default/classes/MetadataService.cls 13057 9 13066 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9275 /force-app/main/default/classes/MetadataService.cls 13061 20 13061 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 'blankValueBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9275 /force-app/main/default/classes/MetadataService.cls 13061 20 13061 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 'blankValueBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9276 /force-app/main/default/classes/MetadataService.cls 13062 20 13062 99 pmd 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]*'
9276 /force-app/main/default/classes/MetadataService.cls 13062 20 13062 99 pmd 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]*'
9277 /force-app/main/default/classes/MetadataService.cls 13063 20 13063 109 pmd 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]*'
9277 /force-app/main/default/classes/MetadataService.cls 13063 20 13063 109 pmd 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]*'
9278 /force-app/main/default/classes/MetadataService.cls 13064 20 13064 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9278 /force-app/main/default/classes/MetadataService.cls 13064 20 13064 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9279 /force-app/main/default/classes/MetadataService.cls 13065 20 13065 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]*'
9279 /force-app/main/default/classes/MetadataService.cls 13065 20 13065 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]*'
9280 /force-app/main/default/classes/MetadataService.cls 13067 9 13104 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9280 /force-app/main/default/classes/MetadataService.cls 13067 9 13104 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9281 /force-app/main/default/classes/MetadataService.cls 13067 9 13104 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9281 /force-app/main/default/classes/MetadataService.cls 13067 9 13104 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9282 /force-app/main/default/classes/MetadataService.cls 13085 20 13085 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9282 /force-app/main/default/classes/MetadataService.cls 13085 20 13085 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9283 /force-app/main/default/classes/MetadataService.cls 13086 20 13086 109 pmd 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]*'
9283 /force-app/main/default/classes/MetadataService.cls 13086 20 13086 109 pmd 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]*'
9284 /force-app/main/default/classes/MetadataService.cls 13087 20 13087 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9284 /force-app/main/default/classes/MetadataService.cls 13087 20 13087 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9285 /force-app/main/default/classes/MetadataService.cls 13088 20 13088 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9285 /force-app/main/default/classes/MetadataService.cls 13088 20 13088 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9286 /force-app/main/default/classes/MetadataService.cls 13089 20 13089 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 'businessHoursSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9286 /force-app/main/default/classes/MetadataService.cls 13089 20 13089 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 'businessHoursSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9287 /force-app/main/default/classes/MetadataService.cls 13090 20 13090 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9287 /force-app/main/default/classes/MetadataService.cls 13090 20 13090 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9288 /force-app/main/default/classes/MetadataService.cls 13091 20 13091 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 'disableEscalationWhenModified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9288 /force-app/main/default/classes/MetadataService.cls 13091 20 13091 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 'disableEscalationWhenModified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9289 /force-app/main/default/classes/MetadataService.cls 13092 20 13092 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 'escalationAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9289 /force-app/main/default/classes/MetadataService.cls 13092 20 13092 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 'escalationAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9290 /force-app/main/default/classes/MetadataService.cls 13093 20 13093 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 'escalationStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9290 /force-app/main/default/classes/MetadataService.cls 13093 20 13093 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 'escalationStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9291 /force-app/main/default/classes/MetadataService.cls 13094 20 13094 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9291 /force-app/main/default/classes/MetadataService.cls 13094 20 13094 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9292 /force-app/main/default/classes/MetadataService.cls 13095 20 13095 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 'notifyCcRecipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9292 /force-app/main/default/classes/MetadataService.cls 13095 20 13095 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 'notifyCcRecipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9293 /force-app/main/default/classes/MetadataService.cls 13096 20 13096 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 'overrideExistingTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9293 /force-app/main/default/classes/MetadataService.cls 13096 20 13096 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 'overrideExistingTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9294 /force-app/main/default/classes/MetadataService.cls 13097 20 13097 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 'replyToEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9294 /force-app/main/default/classes/MetadataService.cls 13097 20 13097 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 'replyToEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9295 /force-app/main/default/classes/MetadataService.cls 13098 20 13098 103 pmd 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]*'
9295 /force-app/main/default/classes/MetadataService.cls 13098 20 13098 103 pmd 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]*'
9296 /force-app/main/default/classes/MetadataService.cls 13099 20 13099 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 'senderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9296 /force-app/main/default/classes/MetadataService.cls 13099 20 13099 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 'senderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9297 /force-app/main/default/classes/MetadataService.cls 13100 20 13100 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 'team_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9297 /force-app/main/default/classes/MetadataService.cls 13100 20 13100 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 'team_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9298 /force-app/main/default/classes/MetadataService.cls 13101 20 13101 97 pmd 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]*'
9298 /force-app/main/default/classes/MetadataService.cls 13101 20 13101 97 pmd 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]*'
9299 /force-app/main/default/classes/MetadataService.cls 13102 20 13102 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9299 /force-app/main/default/classes/MetadataService.cls 13102 20 13102 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9300 /force-app/main/default/classes/MetadataService.cls 13103 20 13103 345 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9300 /force-app/main/default/classes/MetadataService.cls 13103 20 13103 345 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9301 /force-app/main/default/classes/MetadataService.cls 13105 9 13112 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9301 /force-app/main/default/classes/MetadataService.cls 13105 9 13112 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9302 /force-app/main/default/classes/MetadataService.cls 13108 20 13108 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9302 /force-app/main/default/classes/MetadataService.cls 13108 20 13108 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9303 /force-app/main/default/classes/MetadataService.cls 13109 20 13109 99 pmd 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]*'
9303 /force-app/main/default/classes/MetadataService.cls 13109 20 13109 99 pmd 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]*'
9304 /force-app/main/default/classes/MetadataService.cls 13110 20 13110 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9304 /force-app/main/default/classes/MetadataService.cls 13110 20 13110 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9305 /force-app/main/default/classes/MetadataService.cls 13111 20 13111 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]*'
9305 /force-app/main/default/classes/MetadataService.cls 13111 20 13111 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]*'
9306 /force-app/main/default/classes/MetadataService.cls 13113 9 13148 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9306 /force-app/main/default/classes/MetadataService.cls 13113 9 13148 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9307 /force-app/main/default/classes/MetadataService.cls 13113 9 13148 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9307 /force-app/main/default/classes/MetadataService.cls 13113 9 13148 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9308 /force-app/main/default/classes/MetadataService.cls 13116 20 13116 97 pmd 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]*'
9308 /force-app/main/default/classes/MetadataService.cls 13116 20 13116 97 pmd 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]*'
9309 /force-app/main/default/classes/MetadataService.cls 13131 20 13131 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9309 /force-app/main/default/classes/MetadataService.cls 13131 20 13131 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9310 /force-app/main/default/classes/MetadataService.cls 13132 20 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9310 /force-app/main/default/classes/MetadataService.cls 13132 20 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9311 /force-app/main/default/classes/MetadataService.cls 13133 20 13133 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9311 /force-app/main/default/classes/MetadataService.cls 13133 20 13133 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9312 /force-app/main/default/classes/MetadataService.cls 13134 20 13134 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9312 /force-app/main/default/classes/MetadataService.cls 13134 20 13134 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9313 /force-app/main/default/classes/MetadataService.cls 13135 20 13135 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 'layouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9313 /force-app/main/default/classes/MetadataService.cls 13135 20 13135 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 'layouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9314 /force-app/main/default/classes/MetadataService.cls 13136 20 13136 109 pmd 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]*'
9314 /force-app/main/default/classes/MetadataService.cls 13136 20 13136 109 pmd 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]*'
9315 /force-app/main/default/classes/MetadataService.cls 13137 20 13137 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9315 /force-app/main/default/classes/MetadataService.cls 13137 20 13137 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9316 /force-app/main/default/classes/MetadataService.cls 13138 20 13138 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9316 /force-app/main/default/classes/MetadataService.cls 13138 20 13138 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9317 /force-app/main/default/classes/MetadataService.cls 13139 20 13139 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9317 /force-app/main/default/classes/MetadataService.cls 13139 20 13139 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9318 /force-app/main/default/classes/MetadataService.cls 13140 20 13140 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 'standardFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9318 /force-app/main/default/classes/MetadataService.cls 13140 20 13140 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 'standardFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9319 /force-app/main/default/classes/MetadataService.cls 13141 20 13141 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9319 /force-app/main/default/classes/MetadataService.cls 13141 20 13141 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9320 /force-app/main/default/classes/MetadataService.cls 13142 20 13142 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9320 /force-app/main/default/classes/MetadataService.cls 13142 20 13142 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9321 /force-app/main/default/classes/MetadataService.cls 13143 20 13143 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9321 /force-app/main/default/classes/MetadataService.cls 13143 20 13143 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9322 /force-app/main/default/classes/MetadataService.cls 13144 20 13144 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 'workflowTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9322 /force-app/main/default/classes/MetadataService.cls 13144 20 13144 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 'workflowTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9323 /force-app/main/default/classes/MetadataService.cls 13145 20 13145 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9323 /force-app/main/default/classes/MetadataService.cls 13145 20 13145 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9324 /force-app/main/default/classes/MetadataService.cls 13146 20 13146 60 pmd FieldNamingConventions 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]*'
9324 /force-app/main/default/classes/MetadataService.cls 13146 20 13146 60 pmd FieldNamingConventions 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]*'
9325 /force-app/main/default/classes/MetadataService.cls 13147 20 13147 260 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9325 /force-app/main/default/classes/MetadataService.cls 13147 20 13147 260 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9326 /force-app/main/default/classes/MetadataService.cls 13149 9 13192 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9326 /force-app/main/default/classes/MetadataService.cls 13149 9 13192 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9327 /force-app/main/default/classes/MetadataService.cls 13149 9 13192 3 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)
9327 /force-app/main/default/classes/MetadataService.cls 13149 9 13192 3 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)
9328 /force-app/main/default/classes/MetadataService.cls 13149 9 13192 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9328 /force-app/main/default/classes/MetadataService.cls 13149 9 13192 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9329 /force-app/main/default/classes/MetadataService.cls 13170 20 13170 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9329 /force-app/main/default/classes/MetadataService.cls 13170 20 13170 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9330 /force-app/main/default/classes/MetadataService.cls 13171 20 13171 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 'adjustmentsSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9330 /force-app/main/default/classes/MetadataService.cls 13171 20 13171 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 'adjustmentsSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9331 /force-app/main/default/classes/MetadataService.cls 13172 20 13172 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 'displayedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9331 /force-app/main/default/classes/MetadataService.cls 13172 20 13172 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 'displayedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9332 /force-app/main/default/classes/MetadataService.cls 13173 20 13173 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 'forecastRangeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9332 /force-app/main/default/classes/MetadataService.cls 13173 20 13173 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 'forecastRangeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9333 /force-app/main/default/classes/MetadataService.cls 13174 20 13174 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 'forecastedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9333 /force-app/main/default/classes/MetadataService.cls 13174 20 13174 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 'forecastedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9334 /force-app/main/default/classes/MetadataService.cls 13175 20 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 'forecastingDateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9334 /force-app/main/default/classes/MetadataService.cls 13175 20 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 'forecastingDateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9335 /force-app/main/default/classes/MetadataService.cls 13176 20 13176 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 'hasProductFamily_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9335 /force-app/main/default/classes/MetadataService.cls 13176 20 13176 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 'hasProductFamily_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9336 /force-app/main/default/classes/MetadataService.cls 13177 20 13177 97 pmd 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]*'
9336 /force-app/main/default/classes/MetadataService.cls 13177 20 13177 97 pmd 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]*'
9337 /force-app/main/default/classes/MetadataService.cls 13178 20 13178 103 pmd 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]*'
9337 /force-app/main/default/classes/MetadataService.cls 13178 20 13178 103 pmd 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]*'
9338 /force-app/main/default/classes/MetadataService.cls 13179 20 13179 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 'isQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9338 /force-app/main/default/classes/MetadataService.cls 13179 20 13179 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 'isQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9339 /force-app/main/default/classes/MetadataService.cls 13180 20 13180 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 'managerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9339 /force-app/main/default/classes/MetadataService.cls 13180 20 13180 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 'managerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9340 /force-app/main/default/classes/MetadataService.cls 13181 20 13181 103 pmd 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]*'
9340 /force-app/main/default/classes/MetadataService.cls 13181 20 13181 103 pmd 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]*'
9341 /force-app/main/default/classes/MetadataService.cls 13182 20 13182 89 pmd 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]*'
9341 /force-app/main/default/classes/MetadataService.cls 13182 20 13182 89 pmd 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]*'
9342 /force-app/main/default/classes/MetadataService.cls 13183 20 13183 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 'opportunityListFieldsLabelMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9342 /force-app/main/default/classes/MetadataService.cls 13183 20 13183 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 'opportunityListFieldsLabelMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9343 /force-app/main/default/classes/MetadataService.cls 13184 20 13184 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 'opportunityListFieldsSelectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9343 /force-app/main/default/classes/MetadataService.cls 13184 20 13184 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 'opportunityListFieldsSelectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9344 /force-app/main/default/classes/MetadataService.cls 13185 20 13185 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 'opportunityListFieldsUnselectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9344 /force-app/main/default/classes/MetadataService.cls 13185 20 13185 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 'opportunityListFieldsUnselectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9345 /force-app/main/default/classes/MetadataService.cls 13186 20 13186 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 'opportunitySplitName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9345 /force-app/main/default/classes/MetadataService.cls 13186 20 13186 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 'opportunitySplitName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9346 /force-app/main/default/classes/MetadataService.cls 13187 20 13187 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 'ownerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9346 /force-app/main/default/classes/MetadataService.cls 13187 20 13187 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 'ownerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9347 /force-app/main/default/classes/MetadataService.cls 13188 20 13188 109 pmd 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]*'
9347 /force-app/main/default/classes/MetadataService.cls 13188 20 13188 109 pmd 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]*'
9348 /force-app/main/default/classes/MetadataService.cls 13189 20 13189 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 'territory2ModelName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9348 /force-app/main/default/classes/MetadataService.cls 13189 20 13189 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 'territory2ModelName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9349 /force-app/main/default/classes/MetadataService.cls 13190 20 13190 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9349 /force-app/main/default/classes/MetadataService.cls 13190 20 13190 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9350 /force-app/main/default/classes/MetadataService.cls 13191 20 13191 520 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9350 /force-app/main/default/classes/MetadataService.cls 13191 20 13191 520 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9351 /force-app/main/default/classes/MetadataService.cls 13193 9 13535 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9351 /force-app/main/default/classes/MetadataService.cls 13193 9 13535 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9352 /force-app/main/default/classes/MetadataService.cls 13193 9 13535 3 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)
9352 /force-app/main/default/classes/MetadataService.cls 13193 9 13535 3 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)
9353 /force-app/main/default/classes/MetadataService.cls 13193 9 13535 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9353 /force-app/main/default/classes/MetadataService.cls 13193 9 13535 3 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9354 /force-app/main/default/classes/MetadataService.cls 13194 17 13194 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 'endpoint_x' doesn't match '[a-z][a-zA-Z0-9]*'
9354 /force-app/main/default/classes/MetadataService.cls 13194 17 13194 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 'endpoint_x' doesn't match '[a-z][a-zA-Z0-9]*'
9355 /force-app/main/default/classes/MetadataService.cls 13195 29 13195 47 pmd 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]*'
9355 /force-app/main/default/classes/MetadataService.cls 13195 29 13195 47 pmd 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]*'
9356 /force-app/main/default/classes/MetadataService.cls 13196 29 13196 48 pmd 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]*'
9356 /force-app/main/default/classes/MetadataService.cls 13196 29 13196 48 pmd 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]*'
9357 /force-app/main/default/classes/MetadataService.cls 13197 17 13197 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 'clientCertName_x' doesn't match '[a-z][a-zA-Z0-9]*'
9357 /force-app/main/default/classes/MetadataService.cls 13197 17 13197 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 'clientCertName_x' doesn't match '[a-z][a-zA-Z0-9]*'
9358 /force-app/main/default/classes/MetadataService.cls 13198 17 13198 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 'clientCert_x' doesn't match '[a-z][a-zA-Z0-9]*'
9358 /force-app/main/default/classes/MetadataService.cls 13198 17 13198 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 'clientCert_x' doesn't match '[a-z][a-zA-Z0-9]*'
9359 /force-app/main/default/classes/MetadataService.cls 13199 17 13199 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 'clientCertPasswd_x' doesn't match '[a-z][a-zA-Z0-9]*'
9359 /force-app/main/default/classes/MetadataService.cls 13199 17 13199 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 'clientCertPasswd_x' doesn't match '[a-z][a-zA-Z0-9]*'
9360 /force-app/main/default/classes/MetadataService.cls 13200 18 13200 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 'timeout_x' doesn't match '[a-z][a-zA-Z0-9]*'
9360 /force-app/main/default/classes/MetadataService.cls 13200 18 13200 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 'timeout_x' doesn't match '[a-z][a-zA-Z0-9]*'
9361 /force-app/main/default/classes/MetadataService.cls 13201 48 13201 61 pmd 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]*'
9361 /force-app/main/default/classes/MetadataService.cls 13201 48 13201 61 pmd 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]*'
9362 /force-app/main/default/classes/MetadataService.cls 13202 48 13202 61 pmd 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]*'
9362 /force-app/main/default/classes/MetadataService.cls 13202 48 13202 61 pmd 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]*'
9363 /force-app/main/default/classes/MetadataService.cls 13203 50 13203 65 pmd 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]*'
9363 /force-app/main/default/classes/MetadataService.cls 13203 50 13203 65 pmd 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]*'
9364 /force-app/main/default/classes/MetadataService.cls 13204 46 13204 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 'CallOptions' doesn't match '[a-z][a-zA-Z0-9]*'
9364 /force-app/main/default/classes/MetadataService.cls 13204 46 13204 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 'CallOptions' doesn't match '[a-z][a-zA-Z0-9]*'
9365 /force-app/main/default/classes/MetadataService.cls 13205 50 13205 65 pmd 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]*'
9365 /force-app/main/default/classes/MetadataService.cls 13205 50 13205 65 pmd 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]*'
9366 /force-app/main/default/classes/MetadataService.cls 13206 18 13206 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 'SessionHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9366 /force-app/main/default/classes/MetadataService.cls 13206 18 13206 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 'SessionHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9367 /force-app/main/default/classes/MetadataService.cls 13207 18 13207 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 'DebuggingInfo_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9367 /force-app/main/default/classes/MetadataService.cls 13207 18 13207 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 'DebuggingInfo_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9368 /force-app/main/default/classes/MetadataService.cls 13208 18 13208 97 pmd 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]*'
9368 /force-app/main/default/classes/MetadataService.cls 13208 18 13208 97 pmd 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]*'
9369 /force-app/main/default/classes/MetadataService.cls 13209 18 13209 89 pmd 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]*'
9369 /force-app/main/default/classes/MetadataService.cls 13209 18 13209 89 pmd 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]*'
9370 /force-app/main/default/classes/MetadataService.cls 13210 18 13210 97 pmd 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]*'
9370 /force-app/main/default/classes/MetadataService.cls 13210 18 13210 97 pmd 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]*'
9371 /force-app/main/default/classes/MetadataService.cls 13211 20 13211 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 'ns_map_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9371 /force-app/main/default/classes/MetadataService.cls 13211 20 13211 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 'ns_map_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9372 /force-app/main/default/classes/MetadataService.cls 13212 10 13233 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9372 /force-app/main/default/classes/MetadataService.cls 13212 10 13233 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9373 /force-app/main/default/classes/MetadataService.cls 13212 56 13212 69 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]*'
9373 /force-app/main/default/classes/MetadataService.cls 13212 56 13212 69 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]*'
9374 /force-app/main/default/classes/MetadataService.cls 13213 43 13213 99 pmd 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]*'
9374 /force-app/main/default/classes/MetadataService.cls 13213 43 13213 99 pmd 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]*'
9375 /force-app/main/default/classes/MetadataService.cls 13216 51 13216 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9375 /force-app/main/default/classes/MetadataService.cls 13216 51 13216 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9376 /force-app/main/default/classes/MetadataService.cls 13217 64 13217 146 pmd 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]*'
9376 /force-app/main/default/classes/MetadataService.cls 13217 64 13217 146 pmd 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]*'
9377 /force-app/main/default/classes/MetadataService.cls 13234 10 13256 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9377 /force-app/main/default/classes/MetadataService.cls 13234 10 13256 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9378 /force-app/main/default/classes/MetadataService.cls 13234 52 13234 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 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
9378 /force-app/main/default/classes/MetadataService.cls 13234 52 13234 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 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
9379 /force-app/main/default/classes/MetadataService.cls 13235 43 13235 99 pmd 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]*'
9379 /force-app/main/default/classes/MetadataService.cls 13235 43 13235 99 pmd 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]*'
9380 /force-app/main/default/classes/MetadataService.cls 13239 51 13239 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9380 /force-app/main/default/classes/MetadataService.cls 13239 51 13239 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9381 /force-app/main/default/classes/MetadataService.cls 13240 64 13240 146 pmd 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]*'
9381 /force-app/main/default/classes/MetadataService.cls 13240 64 13240 146 pmd 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]*'
9382 /force-app/main/default/classes/MetadataService.cls 13257 10 13277 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9382 /force-app/main/default/classes/MetadataService.cls 13257 10 13277 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9383 /force-app/main/default/classes/MetadataService.cls 13258 43 13258 99 pmd 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]*'
9383 /force-app/main/default/classes/MetadataService.cls 13258 43 13258 99 pmd 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]*'
9384 /force-app/main/default/classes/MetadataService.cls 13260 51 13260 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9384 /force-app/main/default/classes/MetadataService.cls 13260 51 13260 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9385 /force-app/main/default/classes/MetadataService.cls 13261 64 13261 146 pmd 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]*'
9385 /force-app/main/default/classes/MetadataService.cls 13261 64 13261 146 pmd 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]*'
9386 /force-app/main/default/classes/MetadataService.cls 13278 10 13298 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9386 /force-app/main/default/classes/MetadataService.cls 13278 10 13298 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9387 /force-app/main/default/classes/MetadataService.cls 13279 45 13279 103 pmd 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]*'
9387 /force-app/main/default/classes/MetadataService.cls 13279 45 13279 103 pmd 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]*'
9388 /force-app/main/default/classes/MetadataService.cls 13281 53 13281 63 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9388 /force-app/main/default/classes/MetadataService.cls 13281 53 13281 63 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9389 /force-app/main/default/classes/MetadataService.cls 13282 66 13282 150 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
9389 /force-app/main/default/classes/MetadataService.cls 13282 66 13282 150 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
9390 /force-app/main/default/classes/MetadataService.cls 13299 10 13320 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9390 /force-app/main/default/classes/MetadataService.cls 13299 10 13320 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9391 /force-app/main/default/classes/MetadataService.cls 13300 46 13300 105 pmd 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]*'
9391 /force-app/main/default/classes/MetadataService.cls 13300 46 13300 105 pmd 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]*'
9392 /force-app/main/default/classes/MetadataService.cls 13303 54 13303 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]*'
9392 /force-app/main/default/classes/MetadataService.cls 13303 54 13303 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]*'
9393 /force-app/main/default/classes/MetadataService.cls 13304 67 13304 152 pmd 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]*'
9393 /force-app/main/default/classes/MetadataService.cls 13304 67 13304 152 pmd 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]*'
9394 /force-app/main/default/classes/MetadataService.cls 13321 10 13342 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9394 /force-app/main/default/classes/MetadataService.cls 13321 10 13342 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9395 /force-app/main/default/classes/MetadataService.cls 13322 48 13322 109 pmd 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]*'
9395 /force-app/main/default/classes/MetadataService.cls 13322 48 13322 109 pmd 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]*'
9396 /force-app/main/default/classes/MetadataService.cls 13325 56 13325 66 pmd 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]*'
9396 /force-app/main/default/classes/MetadataService.cls 13325 56 13325 66 pmd 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]*'
9397 /force-app/main/default/classes/MetadataService.cls 13326 69 13326 156 pmd 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]*'
9397 /force-app/main/default/classes/MetadataService.cls 13326 69 13326 156 pmd 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]*'
9398 /force-app/main/default/classes/MetadataService.cls 13343 10 13363 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9398 /force-app/main/default/classes/MetadataService.cls 13343 10 13363 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9399 /force-app/main/default/classes/MetadataService.cls 13344 37 13344 87 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
9399 /force-app/main/default/classes/MetadataService.cls 13344 37 13344 87 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
9400 /force-app/main/default/classes/MetadataService.cls 13346 45 13346 55 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9400 /force-app/main/default/classes/MetadataService.cls 13346 45 13346 55 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9401 /force-app/main/default/classes/MetadataService.cls 13347 58 13347 134 pmd 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]*'
9401 /force-app/main/default/classes/MetadataService.cls 13347 58 13347 134 pmd 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]*'
9402 /force-app/main/default/classes/MetadataService.cls 13364 10 13384 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9402 /force-app/main/default/classes/MetadataService.cls 13364 10 13384 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9403 /force-app/main/default/classes/MetadataService.cls 13364 58 13364 73 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
9403 /force-app/main/default/classes/MetadataService.cls 13364 58 13364 73 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
9404 /force-app/main/default/classes/MetadataService.cls 13365 41 13365 95 pmd 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]*'
9404 /force-app/main/default/classes/MetadataService.cls 13365 41 13365 95 pmd 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]*'
9405 /force-app/main/default/classes/MetadataService.cls 13367 49 13367 59 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9405 /force-app/main/default/classes/MetadataService.cls 13367 49 13367 59 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9406 /force-app/main/default/classes/MetadataService.cls 13368 62 13368 142 pmd 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]*'
9406 /force-app/main/default/classes/MetadataService.cls 13368 62 13368 142 pmd 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]*'
9407 /force-app/main/default/classes/MetadataService.cls 13385 10 13405 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9407 /force-app/main/default/classes/MetadataService.cls 13385 10 13405 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9408 /force-app/main/default/classes/MetadataService.cls 13386 51 13386 115 pmd 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]*'
9408 /force-app/main/default/classes/MetadataService.cls 13386 51 13386 115 pmd 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]*'
9409 /force-app/main/default/classes/MetadataService.cls 13388 59 13388 69 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9409 /force-app/main/default/classes/MetadataService.cls 13388 59 13388 69 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9410 /force-app/main/default/classes/MetadataService.cls 13389 72 13389 162 pmd 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]*'
9410 /force-app/main/default/classes/MetadataService.cls 13389 72 13389 162 pmd 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]*'
9411 /force-app/main/default/classes/MetadataService.cls 13406 10 13426 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9411 /force-app/main/default/classes/MetadataService.cls 13406 10 13426 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9412 /force-app/main/default/classes/MetadataService.cls 13406 68 13406 81 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]*'
9412 /force-app/main/default/classes/MetadataService.cls 13406 68 13406 81 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]*'
9413 /force-app/main/default/classes/MetadataService.cls 13407 46 13407 105 pmd 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]*'
9413 /force-app/main/default/classes/MetadataService.cls 13407 46 13407 105 pmd 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]*'
9414 /force-app/main/default/classes/MetadataService.cls 13409 54 13409 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]*'
9414 /force-app/main/default/classes/MetadataService.cls 13409 54 13409 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]*'
9415 /force-app/main/default/classes/MetadataService.cls 13410 67 13410 152 pmd 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]*'
9415 /force-app/main/default/classes/MetadataService.cls 13410 67 13410 152 pmd 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]*'
9416 /force-app/main/default/classes/MetadataService.cls 13427 10 13447 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9416 /force-app/main/default/classes/MetadataService.cls 13427 10 13447 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9417 /force-app/main/default/classes/MetadataService.cls 13428 43 13428 99 pmd 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]*'
9417 /force-app/main/default/classes/MetadataService.cls 13428 43 13428 99 pmd 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]*'
9418 /force-app/main/default/classes/MetadataService.cls 13430 51 13430 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9418 /force-app/main/default/classes/MetadataService.cls 13430 51 13430 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9419 /force-app/main/default/classes/MetadataService.cls 13431 64 13431 146 pmd 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]*'
9419 /force-app/main/default/classes/MetadataService.cls 13431 64 13431 146 pmd 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]*'
9420 /force-app/main/default/classes/MetadataService.cls 13448 10 13469 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9420 /force-app/main/default/classes/MetadataService.cls 13448 10 13469 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9421 /force-app/main/default/classes/MetadataService.cls 13448 45 13448 59 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]*'
9421 /force-app/main/default/classes/MetadataService.cls 13448 45 13448 59 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]*'
9422 /force-app/main/default/classes/MetadataService.cls 13448 60 13448 103 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]*'
9422 /force-app/main/default/classes/MetadataService.cls 13448 60 13448 103 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]*'
9423 /force-app/main/default/classes/MetadataService.cls 13449 35 13449 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
9423 /force-app/main/default/classes/MetadataService.cls 13449 35 13449 83 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
9424 /force-app/main/default/classes/MetadataService.cls 13452 43 13452 53 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9424 /force-app/main/default/classes/MetadataService.cls 13452 43 13452 53 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9425 /force-app/main/default/classes/MetadataService.cls 13453 56 13453 130 pmd 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]*'
9425 /force-app/main/default/classes/MetadataService.cls 13453 56 13453 130 pmd 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]*'
9426 /force-app/main/default/classes/MetadataService.cls 13470 10 13491 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9426 /force-app/main/default/classes/MetadataService.cls 13470 10 13491 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9427 /force-app/main/default/classes/MetadataService.cls 13470 51 13470 64 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]*'
9427 /force-app/main/default/classes/MetadataService.cls 13470 51 13470 64 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]*'
9428 /force-app/main/default/classes/MetadataService.cls 13471 41 13471 95 pmd 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]*'
9428 /force-app/main/default/classes/MetadataService.cls 13471 41 13471 95 pmd 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]*'
9429 /force-app/main/default/classes/MetadataService.cls 13474 41 13474 51 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9429 /force-app/main/default/classes/MetadataService.cls 13474 41 13474 51 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9430 /force-app/main/default/classes/MetadataService.cls 13475 54 13475 126 pmd 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]*'
9430 /force-app/main/default/classes/MetadataService.cls 13475 54 13475 126 pmd 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]*'
9431 /force-app/main/default/classes/MetadataService.cls 13492 10 13512 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9431 /force-app/main/default/classes/MetadataService.cls 13492 10 13512 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9432 /force-app/main/default/classes/MetadataService.cls 13493 43 13493 99 pmd 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]*'
9432 /force-app/main/default/classes/MetadataService.cls 13493 43 13493 99 pmd 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]*'
9433 /force-app/main/default/classes/MetadataService.cls 13495 51 13495 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9433 /force-app/main/default/classes/MetadataService.cls 13495 51 13495 61 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9434 /force-app/main/default/classes/MetadataService.cls 13496 64 13496 146 pmd 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]*'
9434 /force-app/main/default/classes/MetadataService.cls 13496 64 13496 146 pmd 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]*'
9435 /force-app/main/default/classes/MetadataService.cls 13513 10 13534 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9435 /force-app/main/default/classes/MetadataService.cls 13513 10 13534 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9436 /force-app/main/default/classes/MetadataService.cls 13514 41 13514 95 pmd 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]*'
9436 /force-app/main/default/classes/MetadataService.cls 13514 41 13514 95 pmd 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]*'
9437 /force-app/main/default/classes/MetadataService.cls 13517 49 13517 59 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9437 /force-app/main/default/classes/MetadataService.cls 13517 49 13517 59 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9438 /force-app/main/default/classes/MetadataService.cls 13518 62 13518 142 pmd 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]*'
9438 /force-app/main/default/classes/MetadataService.cls 13518 62 13518 142 pmd 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]*'
9439 /force-app/main/default/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
9439 /force-app/main/default/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
9440 /force-app/main/default/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
9440 /force-app/main/default/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
9441 /force-app/main/default/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).
9441 /force-app/main/default/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).
9442 /force-app/main/default/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
9442 /force-app/main/default/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
9443 /force-app/main/default/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
9443 /force-app/main/default/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
9444 /force-app/main/default/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.
9444 /force-app/main/default/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.
9445 /force-app/main/default/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.
9445 /force-app/main/default/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.
9446 /force-app/main/default/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.
9446 /force-app/main/default/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.
9447 /force-app/main/default/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
9447 /force-app/main/default/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
9448 /force-app/main/default/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
9448 /force-app/main/default/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
9449 /force-app/main/default/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
9449 /force-app/main/default/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
9450 /force-app/main/default/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
9450 /force-app/main/default/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
9451 /force-app/main/default/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
9451 /force-app/main/default/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
9452 /force-app/main/default/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
9452 /force-app/main/default/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
9453 /force-app/main/default/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
9453 /force-app/main/default/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
9454 /force-app/main/default/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
9454 /force-app/main/default/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
9455 /force-app/main/default/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
9455 /force-app/main/default/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
9456 /force-app/main/default/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
9456 /force-app/main/default/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
9457 /force-app/main/default/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
9457 /force-app/main/default/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
9458 /force-app/main/default/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
9458 /force-app/main/default/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
9459 /force-app/main/default/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
9459 /force-app/main/default/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
9460 /force-app/main/default/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
9460 /force-app/main/default/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
9461 /force-app/main/default/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
9461 /force-app/main/default/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
9462 /force-app/main/default/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
9462 /force-app/main/default/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
9463 /force-app/main/default/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
9463 /force-app/main/default/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
9464 /force-app/main/default/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
9464 /force-app/main/default/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
9465 /force-app/main/default/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
9465 /force-app/main/default/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
9466 /force-app/main/default/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
9466 /force-app/main/default/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
9467 /force-app/main/default/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
9467 /force-app/main/default/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
9468 /force-app/main/default/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
9468 /force-app/main/default/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
9469 /force-app/main/default/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
9469 /force-app/main/default/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
9470 /force-app/main/default/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
9470 /force-app/main/default/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
9471 /force-app/main/default/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
9471 /force-app/main/default/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
9472 /force-app/main/default/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
9472 /force-app/main/default/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
9473 /force-app/main/default/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
9473 /force-app/main/default/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
9474 /force-app/main/default/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
9474 /force-app/main/default/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
9475 /force-app/main/default/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
9475 /force-app/main/default/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
9476 /force-app/main/default/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
9476 /force-app/main/default/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
9477 /force-app/main/default/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()
9477 /force-app/main/default/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()
9478 /force-app/main/default/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
9478 /force-app/main/default/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
9479 /force-app/main/default/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
9479 /force-app/main/default/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
9480 /force-app/main/default/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()
9480 /force-app/main/default/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()
9481 /force-app/main/default/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
9481 /force-app/main/default/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
9482 /force-app/main/default/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()
9482 /force-app/main/default/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()
9483 /force-app/main/default/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
9483 /force-app/main/default/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
9484 /force-app/main/default/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()
9484 /force-app/main/default/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()
9485 /force-app/main/default/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()
9485 /force-app/main/default/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()
9486 /force-app/main/default/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)
9486 /force-app/main/default/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)
9487 /force-app/main/default/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()
9487 /force-app/main/default/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()
9488 /force-app/main/default/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)
9488 /force-app/main/default/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)
9489 /force-app/main/default/classes/Resource.cls 1 8 95 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9489 /force-app/main/default/classes/Resource.cls 1 8 95 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9490 /force-app/main/default/classes/Resource.cls 10 12 12 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9490 /force-app/main/default/classes/Resource.cls 10 12 12 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9491 /force-app/main/default/classes/Resource.cls 17 12 19 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9491 /force-app/main/default/classes/Resource.cls 17 12 19 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9492 /force-app/main/default/classes/Resource.cls 22 12 24 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9492 /force-app/main/default/classes/Resource.cls 22 12 24 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9493 /force-app/main/default/classes/Resource.cls 27 12 29 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9493 /force-app/main/default/classes/Resource.cls 27 12 29 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9494 /force-app/main/default/classes/Resource.cls 37 12 40 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9494 /force-app/main/default/classes/Resource.cls 37 12 40 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9495 /force-app/main/default/classes/Resource.cls 63 16 78 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9495 /force-app/main/default/classes/Resource.cls 63 16 78 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9496 /force-app/main/default/classes/Resource.cls 81 16 83 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9496 /force-app/main/default/classes/Resource.cls 81 16 83 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9497 /force-app/main/default/classes/Resource.cls 86 16 88 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9497 /force-app/main/default/classes/Resource.cls 86 16 88 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9498 /force-app/main/default/classes/Resource.cls 91 16 93 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 /force-app/main/default/classes/Resource.cls 91 16 93 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 /force-app/main/default/classes/Resources.cls 1 8 52 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9499 /force-app/main/default/classes/Resources.cls 1 8 52 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9500 /force-app/main/default/classes/Resources.cls 9 12 11 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9500 /force-app/main/default/classes/Resources.cls 9 12 11 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9501 /force-app/main/default/classes/Resources.cls 16 12 19 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9501 /force-app/main/default/classes/Resources.cls 16 12 19 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9502 /force-app/main/default/classes/Resources.cls 16 12 19 6 pmd MethodWithSameNameAsEnclosingClass 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass Classes should not have non-constructor methods with the same name as the class
9502 /force-app/main/default/classes/Resources.cls 16 12 19 6 pmd MethodWithSameNameAsEnclosingClass 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass Classes should not have non-constructor methods with the same name as the class
9503 /force-app/main/default/classes/Resources.cls 24 12 26 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9503 /force-app/main/default/classes/Resources.cls 24 12 26 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9504 /force-app/main/default/classes/Resources.cls 41 12 51 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9504 /force-app/main/default/classes/Resources.cls 41 12 51 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9505 /force-app/main/default/classes/SetupBackendConnection.cls 1 21 143 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9505 /force-app/main/default/classes/SetupBackendConnection.cls 1 21 143 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9506 /force-app/main/default/classes/SetupBackendConnection.cls 8 12 8 65 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9506 /force-app/main/default/classes/SetupBackendConnection.cls 8 12 8 65 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9507 /force-app/main/default/classes/SetupBackendConnection.cls 9 12 9 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9507 /force-app/main/default/classes/SetupBackendConnection.cls 9 12 9 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9508 /force-app/main/default/classes/SetupBackendConnection.cls 10 12 10 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9508 /force-app/main/default/classes/SetupBackendConnection.cls 10 12 10 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9509 /force-app/main/default/classes/SetupBackendConnection.cls 12 12 17 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9509 /force-app/main/default/classes/SetupBackendConnection.cls 12 12 17 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9510 /force-app/main/default/classes/SetupBackendConnection.cls 20 12 25 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9510 /force-app/main/default/classes/SetupBackendConnection.cls 20 12 25 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9511 /force-app/main/default/classes/SetupBackendConnection.cls 114 19 116 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 /force-app/main/default/classes/SetupBackendConnection.cls 114 19 116 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 /force-app/main/default/classes/SetupBackendConnection.cls 137 13 137 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
9512 /force-app/main/default/classes/SetupBackendConnection.cls 137 13 137 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
9513 /force-app/main/default/classes/SetupBackendConnection_Test.cls 25 9 25 55 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
9513 /force-app/main/default/classes/SetupBackendConnection_Test.cls 25 9 25 55 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
9514 /force-app/main/default/classes/SetupBackendConnection_Test.cls 26 9 26 56 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
9514 /force-app/main/default/classes/SetupBackendConnection_Test.cls 26 9 26 56 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
9515 /force-app/main/default/classes/SetupBackendConnection_Test.cls 27 9 27 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
9515 /force-app/main/default/classes/SetupBackendConnection_Test.cls 27 9 27 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
9516 /force-app/main/default/classes/SetupBackendConnection_Test.cls 28 9 28 55 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9516 /force-app/main/default/classes/SetupBackendConnection_Test.cls 28 9 28 55 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9517 /force-app/main/default/classes/SetupConnectedApp.cls 1 21 109 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9517 /force-app/main/default/classes/SetupConnectedApp.cls 1 21 109 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9518 /force-app/main/default/classes/SetupConnectedApp.cls 5 12 5 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9518 /force-app/main/default/classes/SetupConnectedApp.cls 5 12 5 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9519 /force-app/main/default/classes/SetupConnectedApp.cls 6 12 6 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9519 /force-app/main/default/classes/SetupConnectedApp.cls 6 12 6 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9520 /force-app/main/default/classes/SetupConnectedApp.cls 21 12 23 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9520 /force-app/main/default/classes/SetupConnectedApp.cls 21 12 23 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9521 /force-app/main/default/classes/SetupConnectedApp.cls 40 12 42 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9521 /force-app/main/default/classes/SetupConnectedApp.cls 40 12 42 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9522 /force-app/main/default/classes/SetupConnectedApp.cls 45 12 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9522 /force-app/main/default/classes/SetupConnectedApp.cls 45 12 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9523 /force-app/main/default/classes/SetupConnectedApp.cls 46 9 46 69 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
9523 /force-app/main/default/classes/SetupConnectedApp.cls 46 9 46 69 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
9524 /force-app/main/default/classes/SetupCtrl.cls 1 30 30 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9524 /force-app/main/default/classes/SetupCtrl.cls 1 30 30 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9525 /force-app/main/default/classes/SetupCtrl.cls 3 12 3 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9525 /force-app/main/default/classes/SetupCtrl.cls 3 12 3 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9526 /force-app/main/default/classes/SetupCtrl.cls 7 12 9 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9526 /force-app/main/default/classes/SetupCtrl.cls 7 12 9 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9527 /force-app/main/default/classes/SetupCtrl.cls 14 21 14 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9527 /force-app/main/default/classes/SetupCtrl.cls 14 21 14 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9528 /force-app/main/default/classes/SetupCtrl.cls 17 12 29 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9528 /force-app/main/default/classes/SetupCtrl.cls 17 12 29 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9529 /force-app/main/default/classes/SetupCtrl_Test.cls 23 9 23 55 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9529 /force-app/main/default/classes/SetupCtrl_Test.cls 23 9 23 55 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9530 /force-app/main/default/classes/SetupCtrl_Test.cls 24 9 24 43 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
9530 /force-app/main/default/classes/SetupCtrl_Test.cls 24 9 24 43 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
9531 /force-app/main/default/classes/SetupCtrl_Test.cls 25 9 25 52 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9531 /force-app/main/default/classes/SetupCtrl_Test.cls 25 9 25 52 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9532 /force-app/main/default/classes/SetupCtrl_Test.cls 26 9 26 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9532 /force-app/main/default/classes/SetupCtrl_Test.cls 26 9 26 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9533 /force-app/main/default/classes/SetupCtrl_Test.cls 27 9 27 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9533 /force-app/main/default/classes/SetupCtrl_Test.cls 27 9 27 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9534 /force-app/main/default/classes/SetupPageCtrl.cls 1 21 24 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9534 /force-app/main/default/classes/SetupPageCtrl.cls 1 21 24 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9535 /force-app/main/default/classes/SetupPageCtrl.cls 5 12 5 67 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9535 /force-app/main/default/classes/SetupPageCtrl.cls 5 12 5 67 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9536 /force-app/main/default/classes/SetupPageCtrl.cls 6 12 6 64 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9536 /force-app/main/default/classes/SetupPageCtrl.cls 6 12 6 64 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9537 /force-app/main/default/classes/SetupPageCtrl.cls 7 12 7 55 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9537 /force-app/main/default/classes/SetupPageCtrl.cls 7 12 7 55 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9538 /force-app/main/default/classes/SetupPageCtrl.cls 12 12 16 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9538 /force-app/main/default/classes/SetupPageCtrl.cls 12 12 16 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9539 /force-app/main/default/classes/SetupStep.cls 1 17 266 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9539 /force-app/main/default/classes/SetupStep.cls 1 17 266 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9540 /force-app/main/default/classes/SetupStep.cls 1 17 266 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'SetupStep' has a total cognitive complexity of 122 (highest 23), current threshold is 50
9540 /force-app/main/default/classes/SetupStep.cls 1 17 266 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'SetupStep' has a total cognitive complexity of 122 (highest 23), current threshold is 50
9541 /force-app/main/default/classes/SetupStep.cls 1 17 266 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'SetupStep' has a total cyclomatic complexity of 43 (highest 11).
9541 /force-app/main/default/classes/SetupStep.cls 1 17 266 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'SetupStep' has a total cyclomatic complexity of 43 (highest 11).
9542 /force-app/main/default/classes/SetupStep.cls 5 21 5 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9542 /force-app/main/default/classes/SetupStep.cls 5 21 5 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9543 /force-app/main/default/classes/SetupStep.cls 6 21 6 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9543 /force-app/main/default/classes/SetupStep.cls 6 21 6 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9544 /force-app/main/default/classes/SetupStep.cls 7 21 7 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9544 /force-app/main/default/classes/SetupStep.cls 7 21 7 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9545 /force-app/main/default/classes/SetupStep.cls 11 12 16 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9545 /force-app/main/default/classes/SetupStep.cls 11 12 16 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9546 /force-app/main/default/classes/SetupStep.cls 19 12 21 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9546 /force-app/main/default/classes/SetupStep.cls 19 12 21 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9547 /force-app/main/default/classes/SetupStep.cls 24 12 26 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9547 /force-app/main/default/classes/SetupStep.cls 24 12 26 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9548 /force-app/main/default/classes/SetupStep.cls 29 12 40 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9548 /force-app/main/default/classes/SetupStep.cls 29 12 40 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9549 /force-app/main/default/classes/SetupStep.cls 43 12 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9549 /force-app/main/default/classes/SetupStep.cls 43 12 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9550 /force-app/main/default/classes/SetupStep.cls 50 20 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
9550 /force-app/main/default/classes/SetupStep.cls 50 20 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
9551 /force-app/main/default/classes/SetupStep.cls 63 27 63 42 pmd ApexSuggestUsingNamedCred 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred Suggest named credentials for authentication
9551 /force-app/main/default/classes/SetupStep.cls 63 27 63 42 pmd ApexSuggestUsingNamedCred 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred Suggest named credentials for authentication
9552 /force-app/main/default/classes/SetupStep.cls 77 19 79 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9552 /force-app/main/default/classes/SetupStep.cls 77 19 79 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9553 /force-app/main/default/classes/SetupStep.cls 81 19 83 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9553 /force-app/main/default/classes/SetupStep.cls 81 19 83 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9554 /force-app/main/default/classes/SetupStep.cls 86 19 88 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9554 /force-app/main/default/classes/SetupStep.cls 86 19 88 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9555 /force-app/main/default/classes/SetupStep.cls 91 19 93 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9555 /force-app/main/default/classes/SetupStep.cls 91 19 93 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9556 /force-app/main/default/classes/SetupStep.cls 96 19 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
9556 /force-app/main/default/classes/SetupStep.cls 96 19 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
9557 /force-app/main/default/classes/SetupStep.cls 103 20 125 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'handle(List)' has a cognitive complexity of 23, current threshold is 15
9557 /force-app/main/default/classes/SetupStep.cls 103 20 125 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'handle(List)' has a cognitive complexity of 23, current threshold is 15
9558 /force-app/main/default/classes/SetupStep.cls 103 20 125 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'handle(List)' has a cyclomatic complexity of 11.
9558 /force-app/main/default/classes/SetupStep.cls 103 20 125 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'handle(List)' has a cyclomatic complexity of 11.
9559 /force-app/main/default/classes/SetupStep.cls 115 21 117 22 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
9559 /force-app/main/default/classes/SetupStep.cls 115 21 117 22 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
9560 /force-app/main/default/classes/SetupStep.cls 217 21 251 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9560 /force-app/main/default/classes/SetupStep.cls 217 21 251 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9561 /force-app/main/default/classes/SetupStep.cls 217 5 217 20 pmd ApexSharingViolations 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations Apex classes should declare a sharing model if DML or SOQL/SOSL is used
9561 /force-app/main/default/classes/SetupStep.cls 217 5 217 20 pmd ApexSharingViolations 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations Apex classes should declare a sharing model if DML or SOQL/SOSL is used
9562 /force-app/main/default/classes/SetupStep.cls 219 25 219 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9562 /force-app/main/default/classes/SetupStep.cls 219 25 219 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9563 /force-app/main/default/classes/SetupStep.cls 249 20 249 115 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
9563 /force-app/main/default/classes/SetupStep.cls 249 20 249 115 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
9564 /force-app/main/default/classes/SetupStep.cls 254 12 254 63 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9564 /force-app/main/default/classes/SetupStep.cls 254 12 254 63 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9565 /force-app/main/default/classes/SetupStep.cls 257 12 259 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9565 /force-app/main/default/classes/SetupStep.cls 257 12 259 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9566 /force-app/main/default/classes/SetupStep.cls 262 12 265 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9566 /force-app/main/default/classes/SetupStep.cls 262 12 265 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9567 /force-app/main/default/classes/SetupStep.cls 263 23 263 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'Id' doesn't match '[a-z][a-zA-Z0-9]*'
9567 /force-app/main/default/classes/SetupStep.cls 263 23 263 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'Id' doesn't match '[a-z][a-zA-Z0-9]*'
9568 /force-app/main/default/classes/SetupStep.cls 264 23 264 36 pmd 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' doesn't match '[a-z][a-zA-Z0-9]*'
9568 /force-app/main/default/classes/SetupStep.cls 264 23 264 36 pmd 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' doesn't match '[a-z][a-zA-Z0-9]*'
9569 /force-app/main/default/classes/SetupUsingBatch.cls 1 21 32 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9569 /force-app/main/default/classes/SetupUsingBatch.cls 1 21 32 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9570 /force-app/main/default/classes/SetupUsingBatch.cls 9 24 9 53 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
9570 /force-app/main/default/classes/SetupUsingBatch.cls 9 24 9 53 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
9571 /force-app/main/default/classes/SetupUsingBatch.cls 19 9 21 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9571 /force-app/main/default/classes/SetupUsingBatch.cls 19 9 21 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9572 /force-app/main/default/classes/SetupUsingBatch.cls 20 10 20 36 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
9572 /force-app/main/default/classes/SetupUsingBatch.cls 20 10 20 36 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
9573 /force-app/main/default/classes/SetupUsingBatch.cls 24 9 28 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9573 /force-app/main/default/classes/SetupUsingBatch.cls 24 9 28 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9574 /force-app/main/default/classes/SetupUsingBatch.cls 26 12 26 19 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'a' defined but not used
9574 /force-app/main/default/classes/SetupUsingBatch.cls 26 12 26 19 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'a' defined but not used
9575 /force-app/main/default/classes/SetupUsingBatch.cls 31 9 31 55 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9575 /force-app/main/default/classes/SetupUsingBatch.cls 31 9 31 55 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9576 /force-app/main/default/classes/SetupUsingBatch.cls 31 2 31 8 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
9576 /force-app/main/default/classes/SetupUsingBatch.cls 31 2 31 8 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
9577 /force-app/main/default/classes/ToolingApiMock.cls 4 12 9 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9577 /force-app/main/default/classes/ToolingApiMock.cls 4 12 9 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9578 /force-app/main/default/components/setupStep.component 50 73 50 88 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
9578 /force-app/main/default/components/setupStep.component 50 73 50 88 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
9579 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 33 17 64 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9579 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 33 17 64 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9580 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 33 17 64 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The abstract class name 'ffhttp_AbstractFormDataSerializable' doesn't match '[A-Z][a-zA-Z0-9_]*'
9580 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 33 17 64 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The abstract class name 'ffhttp_AbstractFormDataSerializable' doesn't match '[A-Z][a-zA-Z0-9_]*'
9581 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 35 23 35 56 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_parameters' doesn't match '[a-z][a-zA-Z0-9]*'
9581 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 35 23 35 56 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_parameters' doesn't match '[a-z][a-zA-Z0-9]*'
9582 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 55 9 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9582 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 55 9 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9583 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 55 9 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9583 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 55 9 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9584 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 60 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
9584 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializable.cls 60 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
9585 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 33 9 71 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9585 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 33 9 71 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9586 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 33 9 71 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_AbstractFormDataSerializableTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9586 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 33 9 71 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_AbstractFormDataSerializableTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9587 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 35 20 45 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9587 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 35 20 45 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9588 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 35 20 45 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'getHttpContentType_returnsCorrectContentType' doesn't match '[a-z][a-zA-Z0-9]*'
9588 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 35 20 45 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'getHttpContentType_returnsCorrectContentType' doesn't match '[a-z][a-zA-Z0-9]*'
9589 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 44 3 44 72 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9589 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 44 3 44 72 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9590 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 47 20 57 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9590 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 47 20 57 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9591 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 47 20 57 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'getHttpContent_serializesObjectCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9591 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 47 20 57 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'getHttpContent_serializesObjectCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9592 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 56 3 56 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9592 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 56 3 56 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9593 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 63 2 70 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9593 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 63 2 70 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9594 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 65 10 69 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9594 /force-app/main/ffhttp/classes/ffhttp_AbstractFormDataSerializableTest.cls 65 10 69 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9595 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 33 17 56 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9595 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 33 17 56 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9596 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 33 17 56 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The abstract class name 'ffhttp_AbstractJsonSerializable' doesn't match '[A-Z][a-zA-Z0-9_]*'
9596 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 33 17 56 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The abstract class name 'ffhttp_AbstractJsonSerializable' doesn't match '[A-Z][a-zA-Z0-9_]*'
9597 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 39 9 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9597 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 39 9 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9598 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 39 9 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9598 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 39 9 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9599 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 44 9 47 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9599 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 44 9 47 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9600 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 52 17 55 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9600 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 52 17 55 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9601 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 52 17 55 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9601 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializable.cls 52 17 55 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9602 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 33 9 85 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9602 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 33 9 85 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9603 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 33 9 85 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_AbstractJsonSerializableTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9603 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 33 9 85 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_AbstractJsonSerializableTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9604 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 35 20 45 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9604 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 35 20 45 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9605 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 35 20 45 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'getHttpContentType_returnsCorrectContentType' doesn't match '[a-z][a-zA-Z0-9]*'
9605 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 35 20 45 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'getHttpContentType_returnsCorrectContentType' doesn't match '[a-z][a-zA-Z0-9]*'
9606 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 44 3 44 70 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9606 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 44 3 44 70 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9607 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 47 20 57 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9607 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 47 20 57 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9608 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 47 20 57 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'serialize_serializesObjectCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9608 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 47 20 57 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'serialize_serializesObjectCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9609 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 56 3 56 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9609 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 56 3 56 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9610 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 59 20 69 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9610 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 59 20 69 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9611 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 59 20 69 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'getHttpContent_serializesObjectCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9611 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 59 20 69 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'getHttpContent_serializesObjectCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9612 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 68 3 68 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9612 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 68 3 68 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9613 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 75 2 83 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9613 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 75 2 83 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9614 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 79 10 82 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9614 /force-app/main/ffhttp/classes/ffhttp_AbstractJsonSerializableTest.cls 79 10 82 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9615 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 32 21 57 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9615 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 32 21 57 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9616 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 32 21 57 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_AppException' doesn't match '[A-Z][a-zA-Z0-9_]*'
9616 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 32 21 57 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_AppException' doesn't match '[A-Z][a-zA-Z0-9_]*'
9617 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 34 18 34 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 'm_statusCode' doesn't match '[a-z][a-zA-Z0-9]*'
9617 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 34 18 34 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 'm_statusCode' doesn't match '[a-z][a-zA-Z0-9]*'
9618 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 35 17 35 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_status' doesn't match '[a-z][a-zA-Z0-9]*'
9618 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 35 17 35 25 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_status' doesn't match '[a-z][a-zA-Z0-9]*'
9619 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 37 9 41 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9619 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 37 9 41 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9620 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 48 9 51 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9620 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 48 9 51 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9621 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 53 9 56 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9621 /force-app/main/ffhttp/classes/ffhttp_AppException.cls 53 9 56 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9622 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 32 21 57 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9622 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 32 21 57 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9623 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 32 21 57 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_BlobContent' doesn't match '[A-Z][a-zA-Z0-9_]*'
9623 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 32 21 57 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_BlobContent' doesn't match '[A-Z][a-zA-Z0-9_]*'
9624 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 34 15 34 21 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_blob' doesn't match '[a-z][a-zA-Z0-9]*'
9624 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 34 15 34 21 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_blob' doesn't match '[a-z][a-zA-Z0-9]*'
9625 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 35 17 35 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 'm_contentType' doesn't match '[a-z][a-zA-Z0-9]*'
9625 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 35 17 35 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 'm_contentType' doesn't match '[a-z][a-zA-Z0-9]*'
9626 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 37 9 44 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9626 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 37 9 44 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9627 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 39 18 39 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
9627 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 39 18 39 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
9628 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 39 18 39 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
9628 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 39 18 39 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
9629 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 40 28 40 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
9629 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 40 28 40 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
9630 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 40 28 40 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
9630 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 40 28 40 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
9631 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 49 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 @description
9631 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 49 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 @description
9632 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 49 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 @return
9632 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 49 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 @return
9633 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 53 9 56 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9633 /force-app/main/ffhttp/classes/ffhttp_BlobContent.cls 53 9 56 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9634 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 33 9 81 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9634 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 33 9 81 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9635 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 33 9 81 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_BlobContentTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9635 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 33 9 81 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_BlobContentTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9636 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 35 20 46 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9636 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 35 20 46 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9637 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 35 20 46 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'constructor_initializedCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9637 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 35 20 46 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'constructor_initializedCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9638 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 44 3 44 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9638 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 44 3 44 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9639 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 45 3 45 72 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9639 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 45 3 45 72 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9640 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 48 20 61 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9640 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 48 20 61 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9641 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 48 20 61 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'constructor_throwsException_forNullBlob' doesn't match '[a-z][a-zA-Z0-9]*'
9641 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 48 20 61 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'constructor_throwsException_forNullBlob' doesn't match '[a-z][a-zA-Z0-9]*'
9642 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 59 4 59 63 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9642 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 59 4 59 63 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9643 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 66 20 80 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9643 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 66 20 80 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9644 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 66 20 80 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9644 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 66 20 80 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9645 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 66 20 80 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'constructor_throwsException_forNullContentType' doesn't match '[a-z][a-zA-Z0-9]*'
9645 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 66 20 80 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'constructor_throwsException_forNullContentType' doesn't match '[a-z][a-zA-Z0-9]*'
9646 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 78 4 78 70 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9646 /force-app/main/ffhttp/classes/ffhttp_BlobContentTest.cls 78 4 78 70 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9647 /force-app/main/ffhttp/classes/ffhttp_Client.cls 32 21 714 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9647 /force-app/main/ffhttp/classes/ffhttp_Client.cls 32 21 714 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9648 /force-app/main/ffhttp/classes/ffhttp_Client.cls 32 21 714 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_Client' doesn't match '[A-Z][a-zA-Z0-9_]*'
9648 /force-app/main/ffhttp/classes/ffhttp_Client.cls 32 21 714 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_Client' doesn't match '[A-Z][a-zA-Z0-9_]*'
9649 /force-app/main/ffhttp/classes/ffhttp_Client.cls 186 9 190 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9649 /force-app/main/ffhttp/classes/ffhttp_Client.cls 186 9 190 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9650 /force-app/main/ffhttp/classes/ffhttp_Client.cls 188 3 188 23 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9650 /force-app/main/ffhttp/classes/ffhttp_Client.cls 188 3 188 23 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9651 /force-app/main/ffhttp/classes/ffhttp_Client.cls 189 3 189 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9651 /force-app/main/ffhttp/classes/ffhttp_Client.cls 189 3 189 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9652 /force-app/main/ffhttp/classes/ffhttp_Client.cls 195 9 201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9652 /force-app/main/ffhttp/classes/ffhttp_Client.cls 195 9 201 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9653 /force-app/main/ffhttp/classes/ffhttp_Client.cls 197 3 197 25 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9653 /force-app/main/ffhttp/classes/ffhttp_Client.cls 197 3 197 25 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9654 /force-app/main/ffhttp/classes/ffhttp_Client.cls 198 3 198 27 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9654 /force-app/main/ffhttp/classes/ffhttp_Client.cls 198 3 198 27 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9655 /force-app/main/ffhttp/classes/ffhttp_Client.cls 199 3 199 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9655 /force-app/main/ffhttp/classes/ffhttp_Client.cls 199 3 199 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9656 /force-app/main/ffhttp/classes/ffhttp_Client.cls 200 3 200 23 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9656 /force-app/main/ffhttp/classes/ffhttp_Client.cls 200 3 200 23 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9657 /force-app/main/ffhttp/classes/ffhttp_Client.cls 206 9 209 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9657 /force-app/main/ffhttp/classes/ffhttp_Client.cls 206 9 209 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9658 /force-app/main/ffhttp/classes/ffhttp_Client.cls 208 3 208 20 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9658 /force-app/main/ffhttp/classes/ffhttp_Client.cls 208 3 208 20 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9659 /force-app/main/ffhttp/classes/ffhttp_Client.cls 217 17 283 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9659 /force-app/main/ffhttp/classes/ffhttp_Client.cls 217 17 283 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9660 /force-app/main/ffhttp/classes/ffhttp_Client.cls 219 18 219 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 'm_tokenType' doesn't match '[a-z][a-zA-Z0-9]*'
9660 /force-app/main/ffhttp/classes/ffhttp_Client.cls 219 18 219 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 'm_tokenType' doesn't match '[a-z][a-zA-Z0-9]*'
9661 /force-app/main/ffhttp/classes/ffhttp_Client.cls 220 18 220 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 'm_accessToken' doesn't match '[a-z][a-zA-Z0-9]*'
9661 /force-app/main/ffhttp/classes/ffhttp_Client.cls 220 18 220 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 'm_accessToken' doesn't match '[a-z][a-zA-Z0-9]*'
9662 /force-app/main/ffhttp/classes/ffhttp_Client.cls 221 18 221 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 'm_clientCertificateName' doesn't match '[a-z][a-zA-Z0-9]*'
9662 /force-app/main/ffhttp/classes/ffhttp_Client.cls 221 18 221 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 'm_clientCertificateName' doesn't match '[a-z][a-zA-Z0-9]*'
9663 /force-app/main/ffhttp/classes/ffhttp_Client.cls 222 18 222 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 'm_baseUrl' doesn't match '[a-z][a-zA-Z0-9]*'
9663 /force-app/main/ffhttp/classes/ffhttp_Client.cls 222 18 222 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 'm_baseUrl' doesn't match '[a-z][a-zA-Z0-9]*'
9664 /force-app/main/ffhttp/classes/ffhttp_Client.cls 224 10 231 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9664 /force-app/main/ffhttp/classes/ffhttp_Client.cls 224 10 231 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9665 /force-app/main/ffhttp/classes/ffhttp_Client.cls 226 27 226 95 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9665 /force-app/main/ffhttp/classes/ffhttp_Client.cls 226 27 226 95 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9666 /force-app/main/ffhttp/classes/ffhttp_Client.cls 226 27 226 95 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9666 /force-app/main/ffhttp/classes/ffhttp_Client.cls 226 27 226 95 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9667 /force-app/main/ffhttp/classes/ffhttp_Client.cls 227 29 227 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
9667 /force-app/main/ffhttp/classes/ffhttp_Client.cls 227 29 227 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
9668 /force-app/main/ffhttp/classes/ffhttp_Client.cls 227 29 227 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
9668 /force-app/main/ffhttp/classes/ffhttp_Client.cls 227 29 227 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
9669 /force-app/main/ffhttp/classes/ffhttp_Client.cls 233 10 236 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9669 /force-app/main/ffhttp/classes/ffhttp_Client.cls 233 10 236 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9670 /force-app/main/ffhttp/classes/ffhttp_Client.cls 238 10 242 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9670 /force-app/main/ffhttp/classes/ffhttp_Client.cls 238 10 242 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9671 /force-app/main/ffhttp/classes/ffhttp_Client.cls 247 10 250 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9671 /force-app/main/ffhttp/classes/ffhttp_Client.cls 247 10 250 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9672 /force-app/main/ffhttp/classes/ffhttp_Client.cls 247 10 250 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9672 /force-app/main/ffhttp/classes/ffhttp_Client.cls 247 10 250 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9673 /force-app/main/ffhttp/classes/ffhttp_Client.cls 251 10 255 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9673 /force-app/main/ffhttp/classes/ffhttp_Client.cls 251 10 255 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9674 /force-app/main/ffhttp/classes/ffhttp_Client.cls 256 10 259 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9674 /force-app/main/ffhttp/classes/ffhttp_Client.cls 256 10 259 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9675 /force-app/main/ffhttp/classes/ffhttp_Client.cls 260 10 264 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9675 /force-app/main/ffhttp/classes/ffhttp_Client.cls 260 10 264 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9676 /force-app/main/ffhttp/classes/ffhttp_Client.cls 265 10 268 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9676 /force-app/main/ffhttp/classes/ffhttp_Client.cls 265 10 268 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9677 /force-app/main/ffhttp/classes/ffhttp_Client.cls 269 10 273 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9677 /force-app/main/ffhttp/classes/ffhttp_Client.cls 269 10 273 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9678 /force-app/main/ffhttp/classes/ffhttp_Client.cls 274 10 277 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9678 /force-app/main/ffhttp/classes/ffhttp_Client.cls 274 10 277 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9679 /force-app/main/ffhttp/classes/ffhttp_Client.cls 278 10 282 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9679 /force-app/main/ffhttp/classes/ffhttp_Client.cls 278 10 282 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9680 /force-app/main/ffhttp/classes/ffhttp_Client.cls 290 17 324 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9680 /force-app/main/ffhttp/classes/ffhttp_Client.cls 290 17 324 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9681 /force-app/main/ffhttp/classes/ffhttp_Client.cls 292 18 292 24 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_name' doesn't match '[a-z][a-zA-Z0-9]*'
9681 /force-app/main/ffhttp/classes/ffhttp_Client.cls 292 18 292 24 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_name' doesn't match '[a-z][a-zA-Z0-9]*'
9682 /force-app/main/ffhttp/classes/ffhttp_Client.cls 294 10 299 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9682 /force-app/main/ffhttp/classes/ffhttp_Client.cls 294 10 299 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9683 /force-app/main/ffhttp/classes/ffhttp_Client.cls 296 22 296 100 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9683 /force-app/main/ffhttp/classes/ffhttp_Client.cls 296 22 296 100 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9684 /force-app/main/ffhttp/classes/ffhttp_Client.cls 296 22 296 100 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9684 /force-app/main/ffhttp/classes/ffhttp_Client.cls 296 22 296 100 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9685 /force-app/main/ffhttp/classes/ffhttp_Client.cls 301 10 306 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9685 /force-app/main/ffhttp/classes/ffhttp_Client.cls 301 10 306 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9686 /force-app/main/ffhttp/classes/ffhttp_Client.cls 308 10 311 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9686 /force-app/main/ffhttp/classes/ffhttp_Client.cls 308 10 311 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9687 /force-app/main/ffhttp/classes/ffhttp_Client.cls 308 3 308 9 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
9687 /force-app/main/ffhttp/classes/ffhttp_Client.cls 308 3 308 9 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
9688 /force-app/main/ffhttp/classes/ffhttp_Client.cls 313 10 316 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9688 /force-app/main/ffhttp/classes/ffhttp_Client.cls 313 10 316 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9689 /force-app/main/ffhttp/classes/ffhttp_Client.cls 317 10 323 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9689 /force-app/main/ffhttp/classes/ffhttp_Client.cls 317 10 323 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9690 /force-app/main/ffhttp/classes/ffhttp_Client.cls 319 22 319 100 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9690 /force-app/main/ffhttp/classes/ffhttp_Client.cls 319 22 319 100 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9691 /force-app/main/ffhttp/classes/ffhttp_Client.cls 319 22 319 100 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9691 /force-app/main/ffhttp/classes/ffhttp_Client.cls 319 22 319 100 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9692 /force-app/main/ffhttp/classes/ffhttp_Client.cls 329 9 335 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9692 /force-app/main/ffhttp/classes/ffhttp_Client.cls 329 9 335 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9693 /force-app/main/ffhttp/classes/ffhttp_Client.cls 331 3 331 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9693 /force-app/main/ffhttp/classes/ffhttp_Client.cls 331 3 331 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9694 /force-app/main/ffhttp/classes/ffhttp_Client.cls 332 3 332 71 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9694 /force-app/main/ffhttp/classes/ffhttp_Client.cls 332 3 332 71 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9695 /force-app/main/ffhttp/classes/ffhttp_Client.cls 333 3 333 33 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9695 /force-app/main/ffhttp/classes/ffhttp_Client.cls 333 3 333 33 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9696 /force-app/main/ffhttp/classes/ffhttp_Client.cls 334 3 334 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9696 /force-app/main/ffhttp/classes/ffhttp_Client.cls 334 3 334 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9697 /force-app/main/ffhttp/classes/ffhttp_Client.cls 345 18 368 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9697 /force-app/main/ffhttp/classes/ffhttp_Client.cls 345 18 368 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9698 /force-app/main/ffhttp/classes/ffhttp_Client.cls 347 19 347 47 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_credentialsRequired' doesn't match '[a-z][a-zA-Z0-9]*'
9698 /force-app/main/ffhttp/classes/ffhttp_Client.cls 347 19 347 47 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_credentialsRequired' doesn't match '[a-z][a-zA-Z0-9]*'
9699 /force-app/main/ffhttp/classes/ffhttp_Client.cls 348 24 348 37 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_credentials' doesn't match '[a-z][a-zA-Z0-9]*'
9699 /force-app/main/ffhttp/classes/ffhttp_Client.cls 348 24 348 37 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_credentials' doesn't match '[a-z][a-zA-Z0-9]*'
9700 /force-app/main/ffhttp/classes/ffhttp_Client.cls 350 10 353 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9700 /force-app/main/ffhttp/classes/ffhttp_Client.cls 350 10 353 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9701 /force-app/main/ffhttp/classes/ffhttp_Client.cls 354 10 358 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9701 /force-app/main/ffhttp/classes/ffhttp_Client.cls 354 10 358 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9702 /force-app/main/ffhttp/classes/ffhttp_Client.cls 359 10 362 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9702 /force-app/main/ffhttp/classes/ffhttp_Client.cls 359 10 362 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9703 /force-app/main/ffhttp/classes/ffhttp_Client.cls 363 10 367 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9703 /force-app/main/ffhttp/classes/ffhttp_Client.cls 363 10 367 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9704 /force-app/main/ffhttp/classes/ffhttp_Client.cls 373 9 382 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9704 /force-app/main/ffhttp/classes/ffhttp_Client.cls 373 9 382 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9705 /force-app/main/ffhttp/classes/ffhttp_Client.cls 375 3 375 67 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9705 /force-app/main/ffhttp/classes/ffhttp_Client.cls 375 3 375 67 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9706 /force-app/main/ffhttp/classes/ffhttp_Client.cls 376 3 376 63 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9706 /force-app/main/ffhttp/classes/ffhttp_Client.cls 376 3 376 63 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9707 /force-app/main/ffhttp/classes/ffhttp_Client.cls 377 3 377 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9707 /force-app/main/ffhttp/classes/ffhttp_Client.cls 377 3 377 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9708 /force-app/main/ffhttp/classes/ffhttp_Client.cls 378 3 378 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9708 /force-app/main/ffhttp/classes/ffhttp_Client.cls 378 3 378 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9709 /force-app/main/ffhttp/classes/ffhttp_Client.cls 379 3 379 20 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9709 /force-app/main/ffhttp/classes/ffhttp_Client.cls 379 3 379 20 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9710 /force-app/main/ffhttp/classes/ffhttp_Client.cls 380 3 380 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9710 /force-app/main/ffhttp/classes/ffhttp_Client.cls 380 3 380 34 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9711 /force-app/main/ffhttp/classes/ffhttp_Client.cls 381 3 381 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9711 /force-app/main/ffhttp/classes/ffhttp_Client.cls 381 3 381 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9712 /force-app/main/ffhttp/classes/ffhttp_Client.cls 390 18 713 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9712 /force-app/main/ffhttp/classes/ffhttp_Client.cls 390 18 713 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9713 /force-app/main/ffhttp/classes/ffhttp_Client.cls 390 18 713 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'AbstractClientRequest' has a total cyclomatic complexity of 59 (highest 16).
9713 /force-app/main/ffhttp/classes/ffhttp_Client.cls 390 18 713 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'AbstractClientRequest' has a total cyclomatic complexity of 59 (highest 16).
9714 /force-app/main/ffhttp/classes/ffhttp_Client.cls 398 31 398 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'm_params' should be before method declarations in its class
9714 /force-app/main/ffhttp/classes/ffhttp_Client.cls 398 31 398 67 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'm_params' should be before method declarations in its class
9715 /force-app/main/ffhttp/classes/ffhttp_Client.cls 398 31 398 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 'm_params' doesn't match '[a-z][a-zA-Z0-9]*'
9715 /force-app/main/ffhttp/classes/ffhttp_Client.cls 398 31 398 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 'm_params' doesn't match '[a-z][a-zA-Z0-9]*'
9716 /force-app/main/ffhttp/classes/ffhttp_Client.cls 400 31 400 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 'm_extraHeaders' should be before method declarations in its class
9716 /force-app/main/ffhttp/classes/ffhttp_Client.cls 400 31 400 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 'm_extraHeaders' should be before method declarations in its class
9717 /force-app/main/ffhttp/classes/ffhttp_Client.cls 400 31 400 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 'm_extraHeaders' doesn't match '[a-z][a-zA-Z0-9]*'
9717 /force-app/main/ffhttp/classes/ffhttp_Client.cls 400 31 400 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 'm_extraHeaders' doesn't match '[a-z][a-zA-Z0-9]*'
9718 /force-app/main/ffhttp/classes/ffhttp_Client.cls 404 19 404 41 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'm_paramsAsJson' should be before method declarations in its class
9718 /force-app/main/ffhttp/classes/ffhttp_Client.cls 404 19 404 41 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'm_paramsAsJson' should be before method declarations in its class
9719 /force-app/main/ffhttp/classes/ffhttp_Client.cls 404 19 404 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 'm_paramsAsJson' doesn't match '[a-z][a-zA-Z0-9]*'
9719 /force-app/main/ffhttp/classes/ffhttp_Client.cls 404 19 404 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 'm_paramsAsJson' doesn't match '[a-z][a-zA-Z0-9]*'
9720 /force-app/main/ffhttp/classes/ffhttp_Client.cls 406 18 406 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'm_clientCertificateName' should be before method declarations in its class
9720 /force-app/main/ffhttp/classes/ffhttp_Client.cls 406 18 406 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'm_clientCertificateName' should be before method declarations in its class
9721 /force-app/main/ffhttp/classes/ffhttp_Client.cls 406 18 406 48 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_clientCertificateName' doesn't match '[a-z][a-zA-Z0-9]*'
9721 /force-app/main/ffhttp/classes/ffhttp_Client.cls 406 18 406 48 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_clientCertificateName' doesn't match '[a-z][a-zA-Z0-9]*'
9722 /force-app/main/ffhttp/classes/ffhttp_Client.cls 408 3 408 12 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
9722 /force-app/main/ffhttp/classes/ffhttp_Client.cls 408 3 408 12 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
9723 /force-app/main/ffhttp/classes/ffhttp_Client.cls 411 13 419 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.
9723 /force-app/main/ffhttp/classes/ffhttp_Client.cls 411 13 419 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.
9724 /force-app/main/ffhttp/classes/ffhttp_Client.cls 424 10 495 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9724 /force-app/main/ffhttp/classes/ffhttp_Client.cls 424 10 495 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9725 /force-app/main/ffhttp/classes/ffhttp_Client.cls 424 10 495 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9725 /force-app/main/ffhttp/classes/ffhttp_Client.cls 424 10 495 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9726 /force-app/main/ffhttp/classes/ffhttp_Client.cls 424 10 495 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'buildHttpRequest()' has a cyclomatic complexity of 16.
9726 /force-app/main/ffhttp/classes/ffhttp_Client.cls 424 10 495 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'buildHttpRequest()' has a cyclomatic complexity of 16.
9727 /force-app/main/ffhttp/classes/ffhttp_Client.cls 424 10 495 4 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'buildHttpRequest()' has an NCSS line count of 52 (limit: 40)
9727 /force-app/main/ffhttp/classes/ffhttp_Client.cls 424 10 495 4 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'buildHttpRequest()' has an NCSS line count of 52 (limit: 40)
9728 /force-app/main/ffhttp/classes/ffhttp_Client.cls 500 11 539 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9728 /force-app/main/ffhttp/classes/ffhttp_Client.cls 500 11 539 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9729 /force-app/main/ffhttp/classes/ffhttp_Client.cls 500 11 539 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9729 /force-app/main/ffhttp/classes/ffhttp_Client.cls 500 11 539 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9730 /force-app/main/ffhttp/classes/ffhttp_Client.cls 522 7 528 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
9730 /force-app/main/ffhttp/classes/ffhttp_Client.cls 522 7 528 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
9731 /force-app/main/ffhttp/classes/ffhttp_Client.cls 545 11 557 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9731 /force-app/main/ffhttp/classes/ffhttp_Client.cls 545 11 557 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9732 /force-app/main/ffhttp/classes/ffhttp_Client.cls 545 11 557 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
9732 /force-app/main/ffhttp/classes/ffhttp_Client.cls 545 11 557 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
9733 /force-app/main/ffhttp/classes/ffhttp_Client.cls 559 10 579 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9733 /force-app/main/ffhttp/classes/ffhttp_Client.cls 559 10 579 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9734 /force-app/main/ffhttp/classes/ffhttp_Client.cls 581 10 585 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9734 /force-app/main/ffhttp/classes/ffhttp_Client.cls 581 10 585 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9735 /force-app/main/ffhttp/classes/ffhttp_Client.cls 587 10 590 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9735 /force-app/main/ffhttp/classes/ffhttp_Client.cls 587 10 590 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9736 /force-app/main/ffhttp/classes/ffhttp_Client.cls 592 10 596 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9736 /force-app/main/ffhttp/classes/ffhttp_Client.cls 592 10 596 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9737 /force-app/main/ffhttp/classes/ffhttp_Client.cls 601 10 637 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9737 /force-app/main/ffhttp/classes/ffhttp_Client.cls 601 10 637 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9738 /force-app/main/ffhttp/classes/ffhttp_Client.cls 601 10 637 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9738 /force-app/main/ffhttp/classes/ffhttp_Client.cls 601 10 637 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9739 /force-app/main/ffhttp/classes/ffhttp_Client.cls 639 10 642 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9739 /force-app/main/ffhttp/classes/ffhttp_Client.cls 639 10 642 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9740 /force-app/main/ffhttp/classes/ffhttp_Client.cls 644 10 647 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9740 /force-app/main/ffhttp/classes/ffhttp_Client.cls 644 10 647 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9741 /force-app/main/ffhttp/classes/ffhttp_Client.cls 649 3 649 20 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
9741 /force-app/main/ffhttp/classes/ffhttp_Client.cls 649 3 649 20 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
9742 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 33 9 625 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9742 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 33 9 625 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9743 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 33 9 625 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_ClientTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9743 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 33 9 625 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_ClientTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9744 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 38 20 50 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9744 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 38 20 50 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9745 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 38 20 50 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9745 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 38 20 50 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9746 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 42 3 42 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9746 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 42 3 42 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9747 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 43 3 43 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9747 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 43 3 43 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9748 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 48 3 48 59 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9748 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 48 3 48 59 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9749 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 49 3 49 63 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9749 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 49 3 49 63 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9750 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 55 20 66 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9750 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 55 20 66 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9751 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 55 20 66 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9751 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 55 20 66 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9752 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 60 3 60 82 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9752 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 60 3 60 82 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9753 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 61 3 61 82 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9753 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 61 3 61 82 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9754 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 65 3 65 52 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9754 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 65 3 65 52 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9755 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 71 20 77 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9755 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 71 20 77 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9756 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 71 20 77 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9756 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 71 20 77 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9757 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 76 3 76 80 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.
9757 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 76 3 76 80 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.
9758 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 82 20 103 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9758 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 82 20 103 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9759 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 82 20 103 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9759 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 82 20 103 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9760 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 86 31 86 97 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'credentials' defined but not used
9760 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 86 31 86 97 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'credentials' defined but not used
9761 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 91 4 91 68 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.
9761 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 91 4 91 68 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.
9762 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 95 32 95 101 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'credentials' defined but not used
9762 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 95 32 95 101 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'credentials' defined but not used
9763 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 100 5 100 72 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9763 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 100 5 100 72 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9764 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 108 20 117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9764 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 108 20 117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9765 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 108 20 117 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9765 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 108 20 117 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9766 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 112 3 112 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9766 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 112 3 112 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9767 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 116 3 116 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9767 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 116 3 116 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9768 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 122 20 127 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9768 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 122 20 127 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9769 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 122 20 127 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9769 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 122 20 127 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9770 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 126 3 126 74 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.
9770 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 126 3 126 74 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.
9771 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 132 20 143 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9771 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 132 20 143 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9772 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 132 20 143 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9772 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 132 20 143 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9773 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 136 31 136 85 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'credentials' defined but not used
9773 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 136 31 136 85 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'credentials' defined but not used
9774 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 141 4 141 80 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.
9774 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 141 4 141 80 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.
9775 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 148 20 161 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9775 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 148 20 161 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9776 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 148 20 161 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9776 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 148 20 161 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9777 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 159 4 159 80 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.
9777 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 159 4 159 80 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.
9778 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 166 20 179 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9778 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 166 20 179 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9779 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 166 20 179 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9779 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 166 20 179 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9780 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 177 4 177 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.
9780 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 177 4 177 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.
9781 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 184 20 198 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9781 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 184 20 198 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9782 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 184 20 198 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9782 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 184 20 198 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9783 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 196 4 196 78 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9783 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 196 4 196 78 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9784 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 203 20 210 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9784 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 203 20 210 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9785 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 203 20 210 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9785 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 203 20 210 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9786 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 208 3 208 61 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.
9786 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 208 3 208 61 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.
9787 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 209 3 209 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9787 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 209 3 209 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9788 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 215 20 235 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9788 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 215 20 235 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9789 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 215 20 235 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9789 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 215 20 235 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9790 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 221 3 221 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9790 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 221 3 221 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9791 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 224 3 224 40 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.
9791 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 224 3 224 40 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.
9792 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 228 3 228 42 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9792 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 228 3 228 42 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9793 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 231 3 231 77 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.
9793 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 231 3 231 77 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.
9794 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 234 3 234 42 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9794 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 234 3 234 42 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9795 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 237 20 255 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9795 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 237 20 255 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9796 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 245 3 245 45 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.
9796 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 245 3 245 45 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.
9797 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 248 3 248 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9797 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 248 3 248 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9798 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 251 3 251 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9798 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 251 3 251 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9799 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 254 3 254 105 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.
9799 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 254 3 254 105 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.
9800 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 257 20 275 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9800 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 257 20 275 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9801 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 265 3 265 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9801 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 265 3 265 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9802 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 268 3 268 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9802 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 268 3 268 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9803 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 271 3 271 43 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9803 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 271 3 271 43 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9804 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 274 3 274 108 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.
9804 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 274 3 274 108 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.
9805 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 277 20 295 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9805 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 277 20 295 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9806 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 285 3 285 43 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9806 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 285 3 285 43 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9807 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 288 3 288 45 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.
9807 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 288 3 288 45 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.
9808 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 291 3 291 40 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.
9808 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 291 3 291 40 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.
9809 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 294 3 294 102 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.
9809 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 294 3 294 102 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.
9810 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 300 20 317 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9810 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 300 20 317 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9811 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 300 20 317 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9811 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 300 20 317 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9812 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 313 3 313 61 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.
9812 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 313 3 313 61 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.
9813 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 314 3 314 92 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.
9813 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 314 3 314 92 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.
9814 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 315 3 315 65 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.
9814 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 315 3 315 65 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.
9815 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 316 3 316 91 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9815 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 316 3 316 91 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9816 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 322 20 341 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9816 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 322 20 341 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9817 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 322 20 341 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9817 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 322 20 341 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9818 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 339 4 339 143 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.
9818 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 339 4 339 143 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.
9819 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 346 20 367 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9819 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 346 20 367 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9820 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 346 20 367 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9820 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 346 20 367 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9821 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 356 3 356 77 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.
9821 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 356 3 356 77 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.
9822 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 357 3 357 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9822 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 357 3 357 50 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9823 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 358 3 358 65 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.
9823 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 358 3 358 65 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.
9824 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 364 3 364 92 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 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 364 3 364 92 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 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 365 3 365 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9825 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 365 3 365 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9826 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 366 3 366 65 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 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 366 3 366 65 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 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 372 20 384 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 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 372 20 384 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 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 372 20 384 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9828 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 372 20 384 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9829 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 383 3 383 63 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9829 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 383 3 383 63 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9830 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 389 20 407 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9830 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 389 20 407 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9831 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 389 20 407 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9831 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 389 20 407 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9832 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 389 20 407 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'executeUnparsed_throwsException_ifRedirectionResponseReturned' doesn't match '[a-z][a-zA-Z0-9]*'
9832 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 389 20 407 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'executeUnparsed_throwsException_ifRedirectionResponseReturned' doesn't match '[a-z][a-zA-Z0-9]*'
9833 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 405 4 405 82 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9833 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 405 4 405 82 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9834 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 409 20 429 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9834 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 409 20 429 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9835 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 409 20 429 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'executeUnparsed_throwsException_ifClientErrorResponseReturned' doesn't match '[a-z][a-zA-Z0-9]*'
9835 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 409 20 429 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'executeUnparsed_throwsException_ifClientErrorResponseReturned' doesn't match '[a-z][a-zA-Z0-9]*'
9836 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 425 4 425 59 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9836 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 425 4 425 59 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9837 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 426 4 426 58 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.
9837 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 426 4 426 58 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.
9838 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 427 4 427 93 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9838 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 427 4 427 93 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9839 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 434 20 450 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9839 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 434 20 450 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9840 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 434 20 450 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9840 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 434 20 450 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9841 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 434 20 450 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'buildHttpRequest_throwsException_ifContentLengthHeaderInExtraHeaders' doesn't match '[a-z][a-zA-Z0-9]*'
9841 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 434 20 450 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'buildHttpRequest_throwsException_ifContentLengthHeaderInExtraHeaders' doesn't match '[a-z][a-zA-Z0-9]*'
9842 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 448 4 448 109 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.
9842 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 448 4 448 109 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.
9843 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 452 20 468 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9843 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 452 20 468 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9844 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 452 20 468 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'buildHttpRequest_throwsException_ifContentTypeHeaderInExtraHeaders' doesn't match '[a-z][a-zA-Z0-9]*'
9844 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 452 20 468 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'buildHttpRequest_throwsException_ifContentTypeHeaderInExtraHeaders' doesn't match '[a-z][a-zA-Z0-9]*'
9845 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 466 4 466 109 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.
9845 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 466 4 466 109 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.
9846 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 470 20 481 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9846 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 470 20 481 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9847 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 470 20 481 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'buildHttpRequest_addsExtraHeadersCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9847 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 470 20 481 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'buildHttpRequest_addsExtraHeadersCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9848 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 480 3 480 59 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9848 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 480 3 480 59 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9849 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 486 20 497 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9849 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 486 20 497 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9850 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 486 20 497 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9850 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 486 20 497 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9851 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 486 20 497 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'toCurlCommand_createsCommandCorrectly_forSimpleGetEndpoint' doesn't match '[a-z][a-zA-Z0-9]*'
9851 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 486 20 497 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'toCurlCommand_createsCommandCorrectly_forSimpleGetEndpoint' doesn't match '[a-z][a-zA-Z0-9]*'
9852 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 496 3 496 103 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.
9852 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 496 3 496 103 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.
9853 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 499 20 510 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9853 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 499 20 510 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9854 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 499 20 510 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'toCurlCommand_createsCommandCorrectly_forAuthenticatedGetEndpoint' doesn't match '[a-z][a-zA-Z0-9]*'
9854 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 499 20 510 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'toCurlCommand_createsCommandCorrectly_forAuthenticatedGetEndpoint' doesn't match '[a-z][a-zA-Z0-9]*'
9855 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 509 3 509 145 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9855 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 509 3 509 145 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9856 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 512 20 524 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9856 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 512 20 524 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9857 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 512 20 524 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'toCurlCommand_createsCommandCorrectly_forAuthenticatedPostEndpoint' doesn't match '[a-z][a-zA-Z0-9]*'
9857 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 512 20 524 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'toCurlCommand_createsCommandCorrectly_forAuthenticatedPostEndpoint' doesn't match '[a-z][a-zA-Z0-9]*'
9858 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 523 3 523 226 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.
9858 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 523 3 523 226 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.
9859 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 530 17 534 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9859 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 530 17 534 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9860 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 530 17 534 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9860 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 530 17 534 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9861 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 540 2 548 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9861 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 540 2 548 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9862 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 544 10 547 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9862 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 544 10 547 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9863 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 552 10 556 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9863 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 552 10 556 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9864 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 561 10 564 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9864 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 561 10 564 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9865 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 569 10 572 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9865 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 569 10 572 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9866 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 578 2 588 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9866 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 578 2 588 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9867 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 580 10 587 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9867 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 580 10 587 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9868 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 593 2 602 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9868 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 593 2 602 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9869 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 595 10 601 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9869 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 595 10 601 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9870 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 606 10 612 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9870 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 606 10 612 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9871 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 617 10 618 5 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9871 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 617 10 618 5 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9872 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 617 3 617 9 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
9872 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 617 3 617 9 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
9873 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 620 10 623 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9873 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 620 10 623 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9874 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 620 10 623 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.
9874 /force-app/main/ffhttp/classes/ffhttp_ClientTest.cls 620 10 623 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.
9875 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 32 8 51 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9875 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 32 8 51 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9876 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 32 8 51 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'ffhttp_IConnectorType' doesn't match '[A-Z][a-zA-Z0-9_]*'
9876 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 32 8 51 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'ffhttp_IConnectorType' doesn't match '[A-Z][a-zA-Z0-9_]*'
9877 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 35 2 35 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9877 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 35 2 35 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9878 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 38 2 38 28 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9878 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 38 2 38 28 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9879 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 41 2 41 23 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9879 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 41 2 41 23 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9880 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 44 2 44 27 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9880 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 44 2 44 27 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9881 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 47 2 47 26 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9881 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 47 2 47 26 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9882 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 50 2 50 33 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9882 /force-app/main/ffhttp/classes/ffhttp_IConnectorType.cls 50 2 50 33 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9883 /force-app/main/ffhttp/classes/ffhttp_IDeserialize.cls 32 8 35 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9883 /force-app/main/ffhttp/classes/ffhttp_IDeserialize.cls 32 8 35 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9884 /force-app/main/ffhttp/classes/ffhttp_IDeserialize.cls 32 8 35 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'ffhttp_IDeserialize' doesn't match '[A-Z][a-zA-Z0-9_]*'
9884 /force-app/main/ffhttp/classes/ffhttp_IDeserialize.cls 32 8 35 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'ffhttp_IDeserialize' doesn't match '[A-Z][a-zA-Z0-9_]*'
9885 /force-app/main/ffhttp/classes/ffhttp_IDeserialize.cls 34 2 34 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9885 /force-app/main/ffhttp/classes/ffhttp_IDeserialize.cls 34 2 34 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9886 /force-app/main/ffhttp/classes/ffhttp_IHttpContent.cls 32 8 37 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9886 /force-app/main/ffhttp/classes/ffhttp_IHttpContent.cls 32 8 37 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9887 /force-app/main/ffhttp/classes/ffhttp_IHttpContent.cls 32 8 37 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'ffhttp_IHttpContent' doesn't match '[A-Z][a-zA-Z0-9_]*'
9887 /force-app/main/ffhttp/classes/ffhttp_IHttpContent.cls 32 8 37 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'ffhttp_IHttpContent' doesn't match '[A-Z][a-zA-Z0-9_]*'
9888 /force-app/main/ffhttp/classes/ffhttp_IHttpContent.cls 34 2 34 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9888 /force-app/main/ffhttp/classes/ffhttp_IHttpContent.cls 34 2 34 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9889 /force-app/main/ffhttp/classes/ffhttp_IHttpContent.cls 36 2 36 26 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9889 /force-app/main/ffhttp/classes/ffhttp_IHttpContent.cls 36 2 36 26 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9890 /force-app/main/ffhttp/classes/ffhttp_ISerialize.cls 32 8 35 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9890 /force-app/main/ffhttp/classes/ffhttp_ISerialize.cls 32 8 35 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9891 /force-app/main/ffhttp/classes/ffhttp_ISerialize.cls 32 8 35 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'ffhttp_ISerialize' doesn't match '[A-Z][a-zA-Z0-9_]*'
9891 /force-app/main/ffhttp/classes/ffhttp_ISerialize.cls 32 8 35 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'ffhttp_ISerialize' doesn't match '[A-Z][a-zA-Z0-9_]*'
9892 /force-app/main/ffhttp/classes/ffhttp_ISerialize.cls 34 2 34 21 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9892 /force-app/main/ffhttp/classes/ffhttp_ISerialize.cls 34 2 34 21 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9893 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 32 21 77 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9893 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 32 21 77 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9894 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 32 21 77 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_JsonDeserializer' doesn't match '[A-Z][a-zA-Z0-9_]*'
9894 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 32 21 77 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_JsonDeserializer' doesn't match '[A-Z][a-zA-Z0-9_]*'
9895 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 40 25 40 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 'm_apexType' doesn't match '[a-z][a-zA-Z0-9]*'
9895 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 40 25 40 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 'm_apexType' doesn't match '[a-z][a-zA-Z0-9]*'
9896 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 41 33 41 50 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_fieldsToReplace' doesn't match '[a-z][a-zA-Z0-9]*'
9896 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 41 33 41 50 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'm_fieldsToReplace' doesn't match '[a-z][a-zA-Z0-9]*'
9897 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 43 12 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9897 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 43 12 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9898 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 48 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
9898 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 48 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
9899 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 54 12 76 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9899 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 54 12 76 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9900 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 73 13 73 57 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9900 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializer.cls 73 13 73 57 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9901 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 33 9 149 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9901 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 33 9 149 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9902 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 33 9 149 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_JsonDeserializerTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9902 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 33 9 149 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_JsonDeserializerTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9903 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 38 20 47 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9903 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 38 20 47 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9904 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 38 20 47 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9904 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 38 20 47 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9905 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 40 12 40 33 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'test' defined but not used
9905 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 40 12 40 33 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'test' defined but not used
9906 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 46 3 46 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9906 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 46 3 46 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9907 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 52 20 68 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9907 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 52 20 68 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9908 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 52 20 68 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9908 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 52 20 68 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9909 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 54 12 54 33 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'test' defined but not used
9909 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 54 12 54 33 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'test' defined but not used
9910 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 61 13 61 71 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'test2' defined but not used
9910 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 61 13 61 71 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'test2' defined but not used
9911 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 66 4 66 70 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9911 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 66 4 66 70 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9912 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 73 20 82 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9912 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 73 20 82 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9913 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 73 20 82 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9913 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 73 20 82 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9914 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 81 3 81 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9914 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 81 3 81 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9915 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 87 20 98 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9915 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 87 20 98 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9916 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 87 20 98 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9916 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 87 20 98 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9917 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 96 3 96 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9917 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 96 3 96 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9918 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 97 3 97 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9918 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 97 3 97 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9919 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 103 20 119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9919 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 103 20 119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9920 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 103 20 119 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9920 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 103 20 119 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9921 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 112 13 112 85 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'test' defined but not used
9921 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 112 13 112 85 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'test' defined but not used
9922 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 125 2 133 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9922 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 125 2 133 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9923 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 129 10 132 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9923 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 129 10 132 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9924 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 140 10 143 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9924 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 140 10 143 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9925 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 144 10 147 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9925 /force-app/main/ffhttp/classes/ffhttp_JsonDeserializerTest.cls 144 10 147 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9926 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 32 8 155 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9926 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 32 8 155 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9927 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 32 8 155 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_MultipartMimeAttachment' doesn't match '[A-Z][a-zA-Z0-9_]*'
9927 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 32 8 155 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_MultipartMimeAttachment' doesn't match '[A-Z][a-zA-Z0-9_]*'
9928 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 62 12 65 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9928 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 62 12 65 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9929 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 67 12 70 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9929 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 67 12 70 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9930 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 72 12 78 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9930 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 72 12 78 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9931 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 80 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
9931 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 80 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
9932 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 100 12 124 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9932 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 100 12 124 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9933 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 100 12 124 6 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
9933 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 100 12 124 6 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
9934 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 126 12 130 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9934 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachment.cls 126 12 130 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9935 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 33 9 67 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9935 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 33 9 67 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9936 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 33 9 67 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_MultipartMimeAttachmentTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9936 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 33 9 67 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_MultipartMimeAttachmentTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9937 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 35 20 66 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9937 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 35 20 66 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9938 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 62 3 62 135 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.
9938 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 62 3 62 135 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.
9939 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 63 3 63 888 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.
9939 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 63 3 63 888 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.
9940 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 64 3 64 1060 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.
9940 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 64 3 64 1060 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.
9941 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 65 3 65 920 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.
9941 /force-app/main/ffhttp/classes/ffhttp_MultipartMimeAttachmentTest.cls 65 3 65 920 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.
9942 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 33 21 140 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9942 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 33 21 140 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9943 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 33 21 140 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_OAuthClient' doesn't match '[A-Z][a-zA-Z0-9_]*'
9943 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 33 21 140 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_OAuthClient' doesn't match '[A-Z][a-zA-Z0-9_]*'
9944 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 55 9 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9944 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 55 9 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9945 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 63 9 78 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9945 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 63 9 78 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9946 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 63 9 78 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9946 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 63 9 78 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9947 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 63 9 78 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
9947 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 63 9 78 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
9948 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 84 9 88 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9948 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 84 9 88 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9949 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 84 9 88 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9949 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 84 9 88 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
9950 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 84 9 88 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
9950 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 84 9 88 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
9951 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 90 9 94 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9951 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 90 9 94 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9952 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 100 9 106 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9952 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 100 9 106 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9953 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 102 10 105 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9953 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 102 10 105 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9954 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 108 9 114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9954 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 108 9 114 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9955 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 120 2 131 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9955 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 120 2 131 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9956 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 122 10 130 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9956 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 122 10 130 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9957 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 122 10 130 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.
9957 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 122 10 130 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.
9958 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 133 9 139 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9958 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 133 9 139 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9959 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 135 10 135 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9959 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 135 10 135 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9960 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 135 17 135 29 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 'access_token' doesn't match '[a-z][a-zA-Z0-9]*'
9960 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 135 17 135 29 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 'access_token' doesn't match '[a-z][a-zA-Z0-9]*'
9961 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 136 10 136 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9961 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 136 10 136 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9962 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 136 17 136 27 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 'token_type' doesn't match '[a-z][a-zA-Z0-9]*'
9962 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 136 17 136 27 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 'token_type' doesn't match '[a-z][a-zA-Z0-9]*'
9963 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 137 10 137 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9963 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 137 10 137 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9964 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 137 17 137 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 'refresh_token' doesn't match '[a-z][a-zA-Z0-9]*'
9964 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 137 17 137 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 'refresh_token' doesn't match '[a-z][a-zA-Z0-9]*'
9965 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 138 10 138 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9965 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 138 10 138 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9966 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 138 18 138 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 'expires_in' doesn't match '[a-z][a-zA-Z0-9]*'
9966 /force-app/main/ffhttp/classes/ffhttp_OAuthClient.cls 138 18 138 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 'expires_in' doesn't match '[a-z][a-zA-Z0-9]*'
9967 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 33 9 156 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9967 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 33 9 156 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9968 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 33 9 156 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_OAuthClientTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9968 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 33 9 156 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'ffhttp_OAuthClientTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
9969 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 35 20 45 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9969 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 35 20 45 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9970 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 35 20 45 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'generateAuthorizationUrl_generatesCorrectUrl' doesn't match '[a-z][a-zA-Z0-9]*'
9970 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 35 20 45 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'generateAuthorizationUrl_generatesCorrectUrl' doesn't match '[a-z][a-zA-Z0-9]*'
9971 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 44 3 44 297 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
9971 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 44 3 44 297 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
9972 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 47 20 62 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9972 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 47 20 62 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9973 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 47 20 62 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'exchangeAuthCodeRequest_buildsHttpRequestCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9973 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 47 20 62 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'exchangeAuthCodeRequest_buildsHttpRequestCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9974 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 58 3 58 91 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9974 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 58 3 58 91 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9975 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 59 3 59 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9975 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 59 3 59 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9976 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 60 3 60 94 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9976 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 60 3 60 94 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9977 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 61 3 61 274 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.
9977 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 61 3 61 274 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.
9978 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 64 20 81 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9978 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 64 20 81 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9979 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 64 20 81 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'exchangeAuthCodeRequest_response' doesn't match '[a-z][a-zA-Z0-9]*'
9979 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 64 20 81 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'exchangeAuthCodeRequest_response' doesn't match '[a-z][a-zA-Z0-9]*'
9980 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 77 3 77 82 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9980 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 77 3 77 82 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9981 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 78 3 78 58 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.
9981 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 78 3 78 58 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.
9982 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 79 3 79 62 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9982 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 79 3 79 62 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9983 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 80 3 80 104 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.
9983 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 80 3 80 104 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.
9984 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 83 20 98 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9984 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 83 20 98 3 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9985 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 83 20 98 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'exchangeRefreshTokenRequest_buildsHttpRequestCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9985 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 83 20 98 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'exchangeRefreshTokenRequest_buildsHttpRequestCorrectly' doesn't match '[a-z][a-zA-Z0-9]*'
9986 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 94 3 94 91 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9986 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 94 3 94 91 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9987 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 95 3 95 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9987 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 95 3 95 51 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9988 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 96 3 96 94 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9988 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 96 3 96 94 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9989 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 97 3 97 286 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.
9989 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 97 3 97 286 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.
9990 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 107 2 116 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9990 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 107 2 116 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9991 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 109 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
9991 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 109 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
9992 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 123 2 154 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9992 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 123 2 154 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9993 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 125 10 128 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9993 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 125 10 128 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9994 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 130 10 133 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9994 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 130 10 133 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9995 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 135 10 138 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9995 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 135 10 138 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9996 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 140 10 143 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9996 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 140 10 143 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9997 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 145 10 148 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9997 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 145 10 148 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9998 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 150 10 153 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9998 /force-app/main/ffhttp/classes/ffhttp_OAuthClientTest.cls 150 10 153 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9999 /force-app/main/ffhttp/classes/ffhttp_SystemException.cls 32 21 34 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9999 /force-app/main/ffhttp/classes/ffhttp_SystemException.cls 32 21 34 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
10000 /force-app/main/ffhttp/classes/ffhttp_SystemException.cls 32 21 34 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_SystemException' doesn't match '[A-Z][a-zA-Z0-9_]*'
10000 /force-app/main/ffhttp/classes/ffhttp_SystemException.cls 32 21 34 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'ffhttp_SystemException' doesn't match '[A-Z][a-zA-Z0-9_]*'