pmd7_2 took 14 seconds to run and found 2409 violations
pmd7_3 took 18 seconds to run and found 2409 violations
Among the 2409 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /apex-zip/src/classes/ImportStaticResourceController.cls | 27 | 21 | 114 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1 | /apex-zip/src/classes/ImportStaticResourceController.cls | 27 | 21 | 114 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2 | /apex-zip/src/classes/ImportStaticResourceController.cls | 29 | 19 | 29 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /apex-zip/src/classes/ImportStaticResourceController.cls | 29 | 19 | 29 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /apex-zip/src/classes/ImportStaticResourceController.cls | 29 | 24 | 29 | 31 | 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 'Content' doesn't match '[a-z][a-zA-Z0-9]*' |
3 | /apex-zip/src/classes/ImportStaticResourceController.cls | 29 | 24 | 29 | 31 | 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 'Content' doesn't match '[a-z][a-zA-Z0-9]*' |
4 | /apex-zip/src/classes/ImportStaticResourceController.cls | 30 | 9 | 30 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /apex-zip/src/classes/ImportStaticResourceController.cls | 30 | 9 | 30 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /apex-zip/src/classes/ImportStaticResourceController.cls | 30 | 16 | 30 | 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 'UnzippedFile' doesn't match '[a-z][a-zA-Z0-9]*' |
5 | /apex-zip/src/classes/ImportStaticResourceController.cls | 30 | 16 | 30 | 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 'UnzippedFile' doesn't match '[a-z][a-zA-Z0-9]*' |
6 | /apex-zip/src/classes/ImportStaticResourceController.cls | 31 | 9 | 31 | 68 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /apex-zip/src/classes/ImportStaticResourceController.cls | 31 | 9 | 31 | 68 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
7 | /apex-zip/src/classes/ImportStaticResourceController.cls | 31 | 37 | 31 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'AsyncResult' doesn't match '[a-z][a-zA-Z0-9]*' |
7 | /apex-zip/src/classes/ImportStaticResourceController.cls | 31 | 37 | 31 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'AsyncResult' doesn't match '[a-z][a-zA-Z0-9]*' |
8 | /apex-zip/src/classes/ImportStaticResourceController.cls | 32 | 24 | 32 | 69 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'RESOURCE_NAME' should be before method declarations in its class |
8 | /apex-zip/src/classes/ImportStaticResourceController.cls | 32 | 24 | 32 | 69 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'RESOURCE_NAME' should be before method declarations in its class |
9 | /apex-zip/src/classes/ImportStaticResourceController.cls | 32 | 24 | 32 | 69 | 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 'RESOURCE_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
9 | /apex-zip/src/classes/ImportStaticResourceController.cls | 32 | 24 | 32 | 69 | 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 'RESOURCE_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
10 | /apex-zip/src/classes/ImportStaticResourceController.cls | 34 | 9 | 74 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
10 | /apex-zip/src/classes/ImportStaticResourceController.cls | 34 | 9 | 74 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
11 | /apex-zip/src/classes/ImportStaticResourceController.cls | 49 | 4 | 49 | 63 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
11 | /apex-zip/src/classes/ImportStaticResourceController.cls | 49 | 4 | 49 | 63 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
12 | /apex-zip/src/classes/ImportStaticResourceController.cls | 76 | 9 | 105 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
12 | /apex-zip/src/classes/ImportStaticResourceController.cls | 76 | 9 | 105 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
13 | /apex-zip/src/classes/ImportStaticResourceController.cls | 107 | 16 | 113 | 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 | /apex-zip/src/classes/ImportStaticResourceController.cls | 107 | 16 | 113 | 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 | /apex-zip/src/classes/MetadataService.cls | 34 | 8 | 4022 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
14 | /apex-zip/src/classes/MetadataService.cls | 34 | 8 | 4022 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
15 | /apex-zip/src/classes/MetadataService.cls | 34 | 8 | 4022 | 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. |
15 | /apex-zip/src/classes/MetadataService.cls | 34 | 8 | 4022 | 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. |
16 | /apex-zip/src/classes/MetadataService.cls | 34 | 8 | 4022 | 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 3,540 |
16 | /apex-zip/src/classes/MetadataService.cls | 34 | 8 | 4022 | 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 3,540 |
17 | /apex-zip/src/classes/MetadataService.cls | 35 | 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 |
17 | /apex-zip/src/classes/MetadataService.cls | 35 | 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 |
18 | /apex-zip/src/classes/MetadataService.cls | 35 | 12 | 40 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'listMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
18 | /apex-zip/src/classes/MetadataService.cls | 35 | 12 | 40 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'listMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
19 | /apex-zip/src/classes/MetadataService.cls | 37 | 26 | 37 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
19 | /apex-zip/src/classes/MetadataService.cls | 37 | 26 | 37 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
20 | /apex-zip/src/classes/MetadataService.cls | 38 | 26 | 38 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
20 | /apex-zip/src/classes/MetadataService.cls | 38 | 26 | 38 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
21 | /apex-zip/src/classes/MetadataService.cls | 39 | 26 | 39 | 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]*' |
21 | /apex-zip/src/classes/MetadataService.cls | 39 | 26 | 39 | 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]*' |
22 | /apex-zip/src/classes/MetadataService.cls | 41 | 12 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
22 | /apex-zip/src/classes/MetadataService.cls | 41 | 12 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
23 | /apex-zip/src/classes/MetadataService.cls | 41 | 12 | 60 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
23 | /apex-zip/src/classes/MetadataService.cls | 41 | 12 | 60 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
24 | /apex-zip/src/classes/MetadataService.cls | 50 | 26 | 50 | 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
24 | /apex-zip/src/classes/MetadataService.cls | 50 | 26 | 50 | 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
25 | /apex-zip/src/classes/MetadataService.cls | 51 | 26 | 51 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
25 | /apex-zip/src/classes/MetadataService.cls | 51 | 26 | 51 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
26 | /apex-zip/src/classes/MetadataService.cls | 52 | 26 | 52 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
26 | /apex-zip/src/classes/MetadataService.cls | 52 | 26 | 52 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
27 | /apex-zip/src/classes/MetadataService.cls | 53 | 26 | 53 | 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
27 | /apex-zip/src/classes/MetadataService.cls | 53 | 26 | 53 | 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
28 | /apex-zip/src/classes/MetadataService.cls | 54 | 26 | 54 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
28 | /apex-zip/src/classes/MetadataService.cls | 54 | 26 | 54 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
29 | /apex-zip/src/classes/MetadataService.cls | 55 | 26 | 55 | 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
29 | /apex-zip/src/classes/MetadataService.cls | 55 | 26 | 55 | 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
30 | /apex-zip/src/classes/MetadataService.cls | 56 | 26 | 56 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'triggerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
30 | /apex-zip/src/classes/MetadataService.cls | 56 | 26 | 56 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'triggerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
31 | /apex-zip/src/classes/MetadataService.cls | 57 | 26 | 57 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'workflowTimeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
31 | /apex-zip/src/classes/MetadataService.cls | 57 | 26 | 57 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'workflowTimeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
32 | /apex-zip/src/classes/MetadataService.cls | 58 | 26 | 58 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
32 | /apex-zip/src/classes/MetadataService.cls | 58 | 26 | 58 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
33 | /apex-zip/src/classes/MetadataService.cls | 59 | 26 | 59 | 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]*' |
33 | /apex-zip/src/classes/MetadataService.cls | 59 | 26 | 59 | 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]*' |
34 | /apex-zip/src/classes/MetadataService.cls | 61 | 12 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
34 | /apex-zip/src/classes/MetadataService.cls | 61 | 12 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /apex-zip/src/classes/MetadataService.cls | 67 | 26 | 67 | 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
35 | /apex-zip/src/classes/MetadataService.cls | 67 | 26 | 67 | 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
36 | /apex-zip/src/classes/MetadataService.cls | 68 | 26 | 68 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
36 | /apex-zip/src/classes/MetadataService.cls | 68 | 26 | 68 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
37 | /apex-zip/src/classes/MetadataService.cls | 69 | 26 | 69 | 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
37 | /apex-zip/src/classes/MetadataService.cls | 69 | 26 | 69 | 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
38 | /apex-zip/src/classes/MetadataService.cls | 70 | 26 | 70 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
38 | /apex-zip/src/classes/MetadataService.cls | 70 | 26 | 70 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
39 | /apex-zip/src/classes/MetadataService.cls | 71 | 26 | 71 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
39 | /apex-zip/src/classes/MetadataService.cls | 71 | 26 | 71 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
40 | /apex-zip/src/classes/MetadataService.cls | 72 | 26 | 72 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
40 | /apex-zip/src/classes/MetadataService.cls | 72 | 26 | 72 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
41 | /apex-zip/src/classes/MetadataService.cls | 73 | 26 | 73 | 155 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
41 | /apex-zip/src/classes/MetadataService.cls | 73 | 26 | 73 | 155 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
42 | /apex-zip/src/classes/MetadataService.cls | 75 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
42 | /apex-zip/src/classes/MetadataService.cls | 75 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /apex-zip/src/classes/MetadataService.cls | 78 | 26 | 78 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
43 | /apex-zip/src/classes/MetadataService.cls | 78 | 26 | 78 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
44 | /apex-zip/src/classes/MetadataService.cls | 79 | 26 | 79 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
44 | /apex-zip/src/classes/MetadataService.cls | 79 | 26 | 79 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
45 | /apex-zip/src/classes/MetadataService.cls | 80 | 26 | 80 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
45 | /apex-zip/src/classes/MetadataService.cls | 80 | 26 | 80 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
46 | /apex-zip/src/classes/MetadataService.cls | 81 | 26 | 81 | 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]*' |
46 | /apex-zip/src/classes/MetadataService.cls | 81 | 26 | 81 | 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]*' |
47 | /apex-zip/src/classes/MetadataService.cls | 83 | 12 | 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 |
47 | /apex-zip/src/classes/MetadataService.cls | 83 | 12 | 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 |
48 | /apex-zip/src/classes/MetadataService.cls | 83 | 12 | 88 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkDeployStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
48 | /apex-zip/src/classes/MetadataService.cls | 83 | 12 | 88 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkDeployStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
49 | /apex-zip/src/classes/MetadataService.cls | 85 | 26 | 85 | 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 'asyncProcessId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
49 | /apex-zip/src/classes/MetadataService.cls | 85 | 26 | 85 | 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 'asyncProcessId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
50 | /apex-zip/src/classes/MetadataService.cls | 86 | 26 | 86 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
50 | /apex-zip/src/classes/MetadataService.cls | 86 | 26 | 86 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
51 | /apex-zip/src/classes/MetadataService.cls | 87 | 26 | 87 | 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]*' |
51 | /apex-zip/src/classes/MetadataService.cls | 87 | 26 | 87 | 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]*' |
52 | /apex-zip/src/classes/MetadataService.cls | 89 | 12 | 100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
52 | /apex-zip/src/classes/MetadataService.cls | 89 | 12 | 100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
53 | /apex-zip/src/classes/MetadataService.cls | 94 | 26 | 94 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
53 | /apex-zip/src/classes/MetadataService.cls | 94 | 26 | 94 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
54 | /apex-zip/src/classes/MetadataService.cls | 95 | 26 | 95 | 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
54 | /apex-zip/src/classes/MetadataService.cls | 95 | 26 | 95 | 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
55 | /apex-zip/src/classes/MetadataService.cls | 96 | 26 | 96 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
55 | /apex-zip/src/classes/MetadataService.cls | 96 | 26 | 96 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
56 | /apex-zip/src/classes/MetadataService.cls | 97 | 26 | 97 | 132 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
56 | /apex-zip/src/classes/MetadataService.cls | 97 | 26 | 97 | 132 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
57 | /apex-zip/src/classes/MetadataService.cls | 98 | 26 | 98 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
57 | /apex-zip/src/classes/MetadataService.cls | 98 | 26 | 98 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
58 | /apex-zip/src/classes/MetadataService.cls | 99 | 26 | 99 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 99 | 26 | 99 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 101 | 12 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
59 | /apex-zip/src/classes/MetadataService.cls | 101 | 12 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
60 | /apex-zip/src/classes/MetadataService.cls | 107 | 26 | 107 | 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
60 | /apex-zip/src/classes/MetadataService.cls | 107 | 26 | 107 | 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
61 | /apex-zip/src/classes/MetadataService.cls | 108 | 26 | 108 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
61 | /apex-zip/src/classes/MetadataService.cls | 108 | 26 | 108 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
62 | /apex-zip/src/classes/MetadataService.cls | 109 | 26 | 109 | 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
62 | /apex-zip/src/classes/MetadataService.cls | 109 | 26 | 109 | 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
63 | /apex-zip/src/classes/MetadataService.cls | 110 | 26 | 110 | 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
63 | /apex-zip/src/classes/MetadataService.cls | 110 | 26 | 110 | 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
64 | /apex-zip/src/classes/MetadataService.cls | 111 | 26 | 111 | 182 | pmd | 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]*' |
64 | /apex-zip/src/classes/MetadataService.cls | 111 | 26 | 111 | 182 | pmd | 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]*' |
65 | /apex-zip/src/classes/MetadataService.cls | 112 | 26 | 112 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
65 | /apex-zip/src/classes/MetadataService.cls | 112 | 26 | 112 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
66 | /apex-zip/src/classes/MetadataService.cls | 113 | 26 | 113 | 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]*' |
66 | /apex-zip/src/classes/MetadataService.cls | 113 | 26 | 113 | 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]*' |
67 | /apex-zip/src/classes/MetadataService.cls | 115 | 12 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /apex-zip/src/classes/MetadataService.cls | 115 | 12 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
68 | /apex-zip/src/classes/MetadataService.cls | 118 | 26 | 118 | 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
68 | /apex-zip/src/classes/MetadataService.cls | 118 | 26 | 118 | 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
69 | /apex-zip/src/classes/MetadataService.cls | 119 | 26 | 119 | 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 'formulaExpression_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
69 | /apex-zip/src/classes/MetadataService.cls | 119 | 26 | 119 | 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 'formulaExpression_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
70 | /apex-zip/src/classes/MetadataService.cls | 120 | 26 | 120 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
70 | /apex-zip/src/classes/MetadataService.cls | 120 | 26 | 120 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
71 | /apex-zip/src/classes/MetadataService.cls | 121 | 26 | 121 | 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]*' |
71 | /apex-zip/src/classes/MetadataService.cls | 121 | 26 | 121 | 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]*' |
72 | /apex-zip/src/classes/MetadataService.cls | 123 | 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 |
72 | /apex-zip/src/classes/MetadataService.cls | 123 | 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 |
73 | /apex-zip/src/classes/MetadataService.cls | 126 | 26 | 126 | 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 'expression_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
73 | /apex-zip/src/classes/MetadataService.cls | 126 | 26 | 126 | 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 'expression_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
74 | /apex-zip/src/classes/MetadataService.cls | 127 | 26 | 127 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
74 | /apex-zip/src/classes/MetadataService.cls | 127 | 26 | 127 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
75 | /apex-zip/src/classes/MetadataService.cls | 128 | 26 | 128 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
75 | /apex-zip/src/classes/MetadataService.cls | 128 | 26 | 128 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
76 | /apex-zip/src/classes/MetadataService.cls | 129 | 26 | 129 | 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]*' |
76 | /apex-zip/src/classes/MetadataService.cls | 129 | 26 | 129 | 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]*' |
77 | /apex-zip/src/classes/MetadataService.cls | 131 | 12 | 140 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
77 | /apex-zip/src/classes/MetadataService.cls | 131 | 12 | 140 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
78 | /apex-zip/src/classes/MetadataService.cls | 135 | 26 | 135 | 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
78 | /apex-zip/src/classes/MetadataService.cls | 135 | 26 | 135 | 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
79 | /apex-zip/src/classes/MetadataService.cls | 136 | 26 | 136 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
79 | /apex-zip/src/classes/MetadataService.cls | 136 | 26 | 136 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
80 | /apex-zip/src/classes/MetadataService.cls | 137 | 26 | 137 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
80 | /apex-zip/src/classes/MetadataService.cls | 137 | 26 | 137 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
81 | /apex-zip/src/classes/MetadataService.cls | 138 | 26 | 138 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
81 | /apex-zip/src/classes/MetadataService.cls | 138 | 26 | 138 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
82 | /apex-zip/src/classes/MetadataService.cls | 139 | 26 | 139 | 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]*' |
82 | /apex-zip/src/classes/MetadataService.cls | 139 | 26 | 139 | 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]*' |
83 | /apex-zip/src/classes/MetadataService.cls | 141 | 12 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /apex-zip/src/classes/MetadataService.cls | 141 | 12 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /apex-zip/src/classes/MetadataService.cls | 141 | 12 | 164 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
84 | /apex-zip/src/classes/MetadataService.cls | 141 | 12 | 164 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
85 | /apex-zip/src/classes/MetadataService.cls | 152 | 26 | 152 | 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 'alternativeHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
85 | /apex-zip/src/classes/MetadataService.cls | 152 | 26 | 152 | 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 'alternativeHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
86 | /apex-zip/src/classes/MetadataService.cls | 153 | 26 | 153 | 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 'complexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
86 | /apex-zip/src/classes/MetadataService.cls | 153 | 26 | 153 | 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 'complexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
87 | /apex-zip/src/classes/MetadataService.cls | 154 | 26 | 154 | 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 'expiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
87 | /apex-zip/src/classes/MetadataService.cls | 154 | 26 | 154 | 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 'expiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
88 | /apex-zip/src/classes/MetadataService.cls | 155 | 26 | 155 | 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 'forgotPasswordLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
88 | /apex-zip/src/classes/MetadataService.cls | 155 | 26 | 155 | 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 'forgotPasswordLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
89 | /apex-zip/src/classes/MetadataService.cls | 156 | 26 | 156 | 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 'forgotPasswordMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
89 | /apex-zip/src/classes/MetadataService.cls | 156 | 26 | 156 | 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 'forgotPasswordMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
90 | /apex-zip/src/classes/MetadataService.cls | 157 | 26 | 157 | 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 'historyRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
90 | /apex-zip/src/classes/MetadataService.cls | 157 | 26 | 157 | 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 'historyRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
91 | /apex-zip/src/classes/MetadataService.cls | 158 | 26 | 158 | 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
91 | /apex-zip/src/classes/MetadataService.cls | 158 | 26 | 158 | 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
92 | /apex-zip/src/classes/MetadataService.cls | 159 | 26 | 159 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
92 | /apex-zip/src/classes/MetadataService.cls | 159 | 26 | 159 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
93 | /apex-zip/src/classes/MetadataService.cls | 160 | 26 | 160 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'minPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
93 | /apex-zip/src/classes/MetadataService.cls | 160 | 26 | 160 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'minPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
94 | /apex-zip/src/classes/MetadataService.cls | 161 | 26 | 161 | 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 'questionRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
94 | /apex-zip/src/classes/MetadataService.cls | 161 | 26 | 161 | 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 'questionRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
95 | /apex-zip/src/classes/MetadataService.cls | 162 | 26 | 162 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
95 | /apex-zip/src/classes/MetadataService.cls | 162 | 26 | 162 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
96 | /apex-zip/src/classes/MetadataService.cls | 163 | 26 | 163 | 256 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
96 | /apex-zip/src/classes/MetadataService.cls | 163 | 26 | 163 | 256 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
97 | /apex-zip/src/classes/MetadataService.cls | 165 | 12 | 170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
97 | /apex-zip/src/classes/MetadataService.cls | 165 | 12 | 170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
98 | /apex-zip/src/classes/MetadataService.cls | 167 | 26 | 167 | 137 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
98 | /apex-zip/src/classes/MetadataService.cls | 167 | 26 | 167 | 137 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
99 | /apex-zip/src/classes/MetadataService.cls | 168 | 26 | 168 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
99 | /apex-zip/src/classes/MetadataService.cls | 168 | 26 | 168 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
100 | /apex-zip/src/classes/MetadataService.cls | 169 | 26 | 169 | 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]*' |
100 | /apex-zip/src/classes/MetadataService.cls | 169 | 26 | 169 | 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]*' |
101 | /apex-zip/src/classes/MetadataService.cls | 171 | 12 | 178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /apex-zip/src/classes/MetadataService.cls | 171 | 12 | 178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /apex-zip/src/classes/MetadataService.cls | 174 | 26 | 174 | 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
102 | /apex-zip/src/classes/MetadataService.cls | 174 | 26 | 174 | 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
103 | /apex-zip/src/classes/MetadataService.cls | 175 | 26 | 175 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
103 | /apex-zip/src/classes/MetadataService.cls | 175 | 26 | 175 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
104 | /apex-zip/src/classes/MetadataService.cls | 176 | 26 | 176 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
104 | /apex-zip/src/classes/MetadataService.cls | 176 | 26 | 176 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
105 | /apex-zip/src/classes/MetadataService.cls | 177 | 26 | 177 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
105 | /apex-zip/src/classes/MetadataService.cls | 177 | 26 | 177 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
106 | /apex-zip/src/classes/MetadataService.cls | 179 | 12 | 186 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
106 | /apex-zip/src/classes/MetadataService.cls | 179 | 12 | 186 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
107 | /apex-zip/src/classes/MetadataService.cls | 182 | 26 | 182 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
107 | /apex-zip/src/classes/MetadataService.cls | 182 | 26 | 182 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
108 | /apex-zip/src/classes/MetadataService.cls | 183 | 26 | 183 | 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 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
108 | /apex-zip/src/classes/MetadataService.cls | 183 | 26 | 183 | 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 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
109 | /apex-zip/src/classes/MetadataService.cls | 184 | 26 | 184 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
109 | /apex-zip/src/classes/MetadataService.cls | 184 | 26 | 184 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
110 | /apex-zip/src/classes/MetadataService.cls | 185 | 26 | 185 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
110 | /apex-zip/src/classes/MetadataService.cls | 185 | 26 | 185 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
111 | /apex-zip/src/classes/MetadataService.cls | 187 | 12 | 194 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
111 | /apex-zip/src/classes/MetadataService.cls | 187 | 12 | 194 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
112 | /apex-zip/src/classes/MetadataService.cls | 190 | 26 | 190 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
112 | /apex-zip/src/classes/MetadataService.cls | 190 | 26 | 190 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
113 | /apex-zip/src/classes/MetadataService.cls | 191 | 26 | 191 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
113 | /apex-zip/src/classes/MetadataService.cls | 191 | 26 | 191 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
114 | /apex-zip/src/classes/MetadataService.cls | 192 | 26 | 192 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
114 | /apex-zip/src/classes/MetadataService.cls | 192 | 26 | 192 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
115 | /apex-zip/src/classes/MetadataService.cls | 193 | 26 | 193 | 95 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
115 | /apex-zip/src/classes/MetadataService.cls | 193 | 26 | 193 | 95 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
116 | /apex-zip/src/classes/MetadataService.cls | 195 | 12 | 202 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
116 | /apex-zip/src/classes/MetadataService.cls | 195 | 12 | 202 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
117 | /apex-zip/src/classes/MetadataService.cls | 198 | 26 | 198 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
117 | /apex-zip/src/classes/MetadataService.cls | 198 | 26 | 198 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
118 | /apex-zip/src/classes/MetadataService.cls | 199 | 26 | 199 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
118 | /apex-zip/src/classes/MetadataService.cls | 199 | 26 | 199 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
119 | /apex-zip/src/classes/MetadataService.cls | 200 | 26 | 200 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
119 | /apex-zip/src/classes/MetadataService.cls | 200 | 26 | 200 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
120 | /apex-zip/src/classes/MetadataService.cls | 201 | 26 | 201 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 201 | 26 | 201 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 203 | 12 | 220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
121 | /apex-zip/src/classes/MetadataService.cls | 203 | 12 | 220 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
122 | /apex-zip/src/classes/MetadataService.cls | 203 | 12 | 220 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
122 | /apex-zip/src/classes/MetadataService.cls | 203 | 12 | 220 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
123 | /apex-zip/src/classes/MetadataService.cls | 211 | 26 | 211 | 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 'customDataTypeComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
123 | /apex-zip/src/classes/MetadataService.cls | 211 | 26 | 211 | 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 'customDataTypeComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
124 | /apex-zip/src/classes/MetadataService.cls | 212 | 26 | 212 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
124 | /apex-zip/src/classes/MetadataService.cls | 212 | 26 | 212 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
125 | /apex-zip/src/classes/MetadataService.cls | 213 | 26 | 213 | 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 'displayFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
125 | /apex-zip/src/classes/MetadataService.cls | 213 | 26 | 213 | 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 'displayFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
126 | /apex-zip/src/classes/MetadataService.cls | 214 | 26 | 214 | 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 'editComponentsOnSeparateLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
126 | /apex-zip/src/classes/MetadataService.cls | 214 | 26 | 214 | 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 'editComponentsOnSeparateLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
127 | /apex-zip/src/classes/MetadataService.cls | 215 | 26 | 215 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
127 | /apex-zip/src/classes/MetadataService.cls | 215 | 26 | 215 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
128 | /apex-zip/src/classes/MetadataService.cls | 216 | 26 | 216 | 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 'rightAligned_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
128 | /apex-zip/src/classes/MetadataService.cls | 216 | 26 | 216 | 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 'rightAligned_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
129 | /apex-zip/src/classes/MetadataService.cls | 217 | 26 | 217 | 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 'supportComponentsInReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
129 | /apex-zip/src/classes/MetadataService.cls | 217 | 26 | 217 | 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 'supportComponentsInReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
130 | /apex-zip/src/classes/MetadataService.cls | 218 | 26 | 218 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
130 | /apex-zip/src/classes/MetadataService.cls | 218 | 26 | 218 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
131 | /apex-zip/src/classes/MetadataService.cls | 219 | 26 | 219 | 205 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
131 | /apex-zip/src/classes/MetadataService.cls | 219 | 26 | 219 | 205 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
132 | /apex-zip/src/classes/MetadataService.cls | 221 | 12 | 226 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
132 | /apex-zip/src/classes/MetadataService.cls | 221 | 12 | 226 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
133 | /apex-zip/src/classes/MetadataService.cls | 223 | 26 | 223 | 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 'component_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
133 | /apex-zip/src/classes/MetadataService.cls | 223 | 26 | 223 | 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 'component_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
134 | /apex-zip/src/classes/MetadataService.cls | 224 | 26 | 224 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
134 | /apex-zip/src/classes/MetadataService.cls | 224 | 26 | 224 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
135 | /apex-zip/src/classes/MetadataService.cls | 225 | 26 | 225 | 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]*' |
135 | /apex-zip/src/classes/MetadataService.cls | 225 | 26 | 225 | 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]*' |
136 | /apex-zip/src/classes/MetadataService.cls | 227 | 12 | 236 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
136 | /apex-zip/src/classes/MetadataService.cls | 227 | 12 | 236 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
137 | /apex-zip/src/classes/MetadataService.cls | 230 | 23 | 230 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
137 | /apex-zip/src/classes/MetadataService.cls | 230 | 23 | 230 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
138 | /apex-zip/src/classes/MetadataService.cls | 231 | 26 | 231 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
138 | /apex-zip/src/classes/MetadataService.cls | 231 | 26 | 231 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
139 | /apex-zip/src/classes/MetadataService.cls | 232 | 26 | 232 | 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 'recipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
139 | /apex-zip/src/classes/MetadataService.cls | 232 | 26 | 232 | 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 'recipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
140 | /apex-zip/src/classes/MetadataService.cls | 233 | 26 | 233 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
140 | /apex-zip/src/classes/MetadataService.cls | 233 | 26 | 233 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
141 | /apex-zip/src/classes/MetadataService.cls | 234 | 26 | 234 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
141 | /apex-zip/src/classes/MetadataService.cls | 234 | 26 | 234 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
142 | /apex-zip/src/classes/MetadataService.cls | 235 | 26 | 235 | 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]*' |
142 | /apex-zip/src/classes/MetadataService.cls | 235 | 26 | 235 | 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]*' |
143 | /apex-zip/src/classes/MetadataService.cls | 237 | 12 | 248 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
143 | /apex-zip/src/classes/MetadataService.cls | 237 | 12 | 248 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
144 | /apex-zip/src/classes/MetadataService.cls | 242 | 26 | 242 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'metadataObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
144 | /apex-zip/src/classes/MetadataService.cls | 242 | 26 | 242 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'metadataObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
145 | /apex-zip/src/classes/MetadataService.cls | 243 | 26 | 243 | 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 'organizationNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
145 | /apex-zip/src/classes/MetadataService.cls | 243 | 26 | 243 | 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 'organizationNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
146 | /apex-zip/src/classes/MetadataService.cls | 244 | 26 | 244 | 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 'partialSaveAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
146 | /apex-zip/src/classes/MetadataService.cls | 244 | 26 | 244 | 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 'partialSaveAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
147 | /apex-zip/src/classes/MetadataService.cls | 245 | 26 | 245 | 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 'testRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
147 | /apex-zip/src/classes/MetadataService.cls | 245 | 26 | 245 | 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 'testRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
148 | /apex-zip/src/classes/MetadataService.cls | 246 | 26 | 246 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
148 | /apex-zip/src/classes/MetadataService.cls | 246 | 26 | 246 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
149 | /apex-zip/src/classes/MetadataService.cls | 247 | 26 | 247 | 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]*' |
149 | /apex-zip/src/classes/MetadataService.cls | 247 | 26 | 247 | 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]*' |
150 | /apex-zip/src/classes/MetadataService.cls | 249 | 12 | 262 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
150 | /apex-zip/src/classes/MetadataService.cls | 249 | 12 | 262 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
151 | /apex-zip/src/classes/MetadataService.cls | 255 | 26 | 255 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
151 | /apex-zip/src/classes/MetadataService.cls | 255 | 26 | 255 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
152 | /apex-zip/src/classes/MetadataService.cls | 256 | 26 | 256 | 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 'businessProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
152 | /apex-zip/src/classes/MetadataService.cls | 256 | 26 | 256 | 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 'businessProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
153 | /apex-zip/src/classes/MetadataService.cls | 257 | 26 | 257 | 137 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
153 | /apex-zip/src/classes/MetadataService.cls | 257 | 26 | 257 | 137 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
154 | /apex-zip/src/classes/MetadataService.cls | 258 | 26 | 258 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
154 | /apex-zip/src/classes/MetadataService.cls | 258 | 26 | 258 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
155 | /apex-zip/src/classes/MetadataService.cls | 259 | 26 | 259 | 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
155 | /apex-zip/src/classes/MetadataService.cls | 259 | 26 | 259 | 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
156 | /apex-zip/src/classes/MetadataService.cls | 260 | 26 | 260 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
156 | /apex-zip/src/classes/MetadataService.cls | 260 | 26 | 260 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
157 | /apex-zip/src/classes/MetadataService.cls | 261 | 26 | 261 | 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]*' |
157 | /apex-zip/src/classes/MetadataService.cls | 261 | 26 | 261 | 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]*' |
158 | /apex-zip/src/classes/MetadataService.cls | 263 | 12 | 280 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
158 | /apex-zip/src/classes/MetadataService.cls | 263 | 12 | 280 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
159 | /apex-zip/src/classes/MetadataService.cls | 263 | 12 | 280 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
159 | /apex-zip/src/classes/MetadataService.cls | 263 | 12 | 280 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
160 | /apex-zip/src/classes/MetadataService.cls | 271 | 26 | 271 | 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 'contentSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
160 | /apex-zip/src/classes/MetadataService.cls | 271 | 26 | 271 | 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 'contentSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
161 | /apex-zip/src/classes/MetadataService.cls | 272 | 26 | 272 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
161 | /apex-zip/src/classes/MetadataService.cls | 272 | 26 | 272 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
162 | /apex-zip/src/classes/MetadataService.cls | 273 | 26 | 273 | 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
162 | /apex-zip/src/classes/MetadataService.cls | 273 | 26 | 273 | 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
163 | /apex-zip/src/classes/MetadataService.cls | 274 | 26 | 274 | 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 'fileContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
163 | /apex-zip/src/classes/MetadataService.cls | 274 | 26 | 274 | 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 'fileContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
164 | /apex-zip/src/classes/MetadataService.cls | 275 | 26 | 275 | 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
164 | /apex-zip/src/classes/MetadataService.cls | 275 | 26 | 275 | 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
165 | /apex-zip/src/classes/MetadataService.cls | 276 | 26 | 276 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
165 | /apex-zip/src/classes/MetadataService.cls | 276 | 26 | 276 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
166 | /apex-zip/src/classes/MetadataService.cls | 277 | 26 | 277 | 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 'supportsCaching_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
166 | /apex-zip/src/classes/MetadataService.cls | 277 | 26 | 277 | 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 'supportsCaching_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
167 | /apex-zip/src/classes/MetadataService.cls | 278 | 26 | 278 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
167 | /apex-zip/src/classes/MetadataService.cls | 278 | 26 | 278 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
168 | /apex-zip/src/classes/MetadataService.cls | 279 | 26 | 279 | 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]*' |
168 | /apex-zip/src/classes/MetadataService.cls | 279 | 26 | 279 | 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]*' |
169 | /apex-zip/src/classes/MetadataService.cls | 281 | 12 | 364 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
169 | /apex-zip/src/classes/MetadataService.cls | 281 | 12 | 364 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
170 | /apex-zip/src/classes/MetadataService.cls | 281 | 12 | 364 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class DashboardComponent has 40 public methods, attributes, and properties (limit: 20) |
170 | /apex-zip/src/classes/MetadataService.cls | 281 | 12 | 364 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class DashboardComponent has 40 public methods, attributes, and properties (limit: 20) |
171 | /apex-zip/src/classes/MetadataService.cls | 281 | 12 | 364 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
171 | /apex-zip/src/classes/MetadataService.cls | 281 | 12 | 364 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
172 | /apex-zip/src/classes/MetadataService.cls | 309 | 23 | 309 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
172 | /apex-zip/src/classes/MetadataService.cls | 309 | 23 | 309 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
173 | /apex-zip/src/classes/MetadataService.cls | 322 | 26 | 322 | 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 'autoselectColumnsFromReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
173 | /apex-zip/src/classes/MetadataService.cls | 322 | 26 | 322 | 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 'autoselectColumnsFromReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
174 | /apex-zip/src/classes/MetadataService.cls | 323 | 26 | 323 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'chartAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
174 | /apex-zip/src/classes/MetadataService.cls | 323 | 26 | 323 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'chartAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
175 | /apex-zip/src/classes/MetadataService.cls | 324 | 26 | 324 | 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 'chartAxisRangeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
175 | /apex-zip/src/classes/MetadataService.cls | 324 | 26 | 324 | 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 'chartAxisRangeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
176 | /apex-zip/src/classes/MetadataService.cls | 325 | 26 | 325 | 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 'chartAxisRangeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
176 | /apex-zip/src/classes/MetadataService.cls | 325 | 26 | 325 | 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 'chartAxisRangeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
177 | /apex-zip/src/classes/MetadataService.cls | 326 | 26 | 326 | 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 'chartSummary_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
177 | /apex-zip/src/classes/MetadataService.cls | 326 | 26 | 326 | 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 'chartSummary_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
178 | /apex-zip/src/classes/MetadataService.cls | 327 | 26 | 327 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
178 | /apex-zip/src/classes/MetadataService.cls | 327 | 26 | 327 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
179 | /apex-zip/src/classes/MetadataService.cls | 328 | 26 | 328 | 182 | pmd | 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]*' |
179 | /apex-zip/src/classes/MetadataService.cls | 328 | 26 | 328 | 182 | pmd | 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]*' |
180 | /apex-zip/src/classes/MetadataService.cls | 329 | 26 | 329 | 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 'dashboardTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
180 | /apex-zip/src/classes/MetadataService.cls | 329 | 26 | 329 | 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 'dashboardTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
181 | /apex-zip/src/classes/MetadataService.cls | 330 | 26 | 330 | 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 'displayUnits_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
181 | /apex-zip/src/classes/MetadataService.cls | 330 | 26 | 330 | 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 'displayUnits_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
182 | /apex-zip/src/classes/MetadataService.cls | 331 | 26 | 331 | 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 'drillDownUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
182 | /apex-zip/src/classes/MetadataService.cls | 331 | 26 | 331 | 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 'drillDownUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
183 | /apex-zip/src/classes/MetadataService.cls | 332 | 26 | 332 | 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 'drillEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
183 | /apex-zip/src/classes/MetadataService.cls | 332 | 26 | 332 | 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 'drillEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
184 | /apex-zip/src/classes/MetadataService.cls | 333 | 26 | 333 | 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 'drillToDetailEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
184 | /apex-zip/src/classes/MetadataService.cls | 333 | 26 | 333 | 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 'drillToDetailEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
185 | /apex-zip/src/classes/MetadataService.cls | 334 | 26 | 334 | 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 'enableHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
185 | /apex-zip/src/classes/MetadataService.cls | 334 | 26 | 334 | 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 'enableHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
186 | /apex-zip/src/classes/MetadataService.cls | 335 | 26 | 335 | 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
186 | /apex-zip/src/classes/MetadataService.cls | 335 | 26 | 335 | 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
187 | /apex-zip/src/classes/MetadataService.cls | 336 | 26 | 336 | 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
187 | /apex-zip/src/classes/MetadataService.cls | 336 | 26 | 336 | 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
188 | /apex-zip/src/classes/MetadataService.cls | 337 | 26 | 337 | 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 'gaugeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
188 | /apex-zip/src/classes/MetadataService.cls | 337 | 26 | 337 | 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 'gaugeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
189 | /apex-zip/src/classes/MetadataService.cls | 338 | 26 | 338 | 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 'gaugeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
189 | /apex-zip/src/classes/MetadataService.cls | 338 | 26 | 338 | 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 'gaugeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
190 | /apex-zip/src/classes/MetadataService.cls | 339 | 26 | 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
190 | /apex-zip/src/classes/MetadataService.cls | 339 | 26 | 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
191 | /apex-zip/src/classes/MetadataService.cls | 340 | 26 | 340 | 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
191 | /apex-zip/src/classes/MetadataService.cls | 340 | 26 | 340 | 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
192 | /apex-zip/src/classes/MetadataService.cls | 341 | 26 | 341 | 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 'indicatorBreakpoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
192 | /apex-zip/src/classes/MetadataService.cls | 341 | 26 | 341 | 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 'indicatorBreakpoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
193 | /apex-zip/src/classes/MetadataService.cls | 342 | 26 | 342 | 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 'indicatorBreakpoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
193 | /apex-zip/src/classes/MetadataService.cls | 342 | 26 | 342 | 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 'indicatorBreakpoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
194 | /apex-zip/src/classes/MetadataService.cls | 343 | 26 | 343 | 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 'indicatorHighColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
194 | /apex-zip/src/classes/MetadataService.cls | 343 | 26 | 343 | 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 'indicatorHighColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
195 | /apex-zip/src/classes/MetadataService.cls | 344 | 26 | 344 | 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 'indicatorLowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
195 | /apex-zip/src/classes/MetadataService.cls | 344 | 26 | 344 | 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 'indicatorLowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
196 | /apex-zip/src/classes/MetadataService.cls | 345 | 26 | 345 | 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 'indicatorMiddleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
196 | /apex-zip/src/classes/MetadataService.cls | 345 | 26 | 345 | 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 'indicatorMiddleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
197 | /apex-zip/src/classes/MetadataService.cls | 346 | 26 | 346 | 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
197 | /apex-zip/src/classes/MetadataService.cls | 346 | 26 | 346 | 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
198 | /apex-zip/src/classes/MetadataService.cls | 347 | 26 | 347 | 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 'maxValuesDisplayed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
198 | /apex-zip/src/classes/MetadataService.cls | 347 | 26 | 347 | 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 'maxValuesDisplayed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
199 | /apex-zip/src/classes/MetadataService.cls | 348 | 26 | 348 | 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 'metricLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
199 | /apex-zip/src/classes/MetadataService.cls | 348 | 26 | 348 | 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 'metricLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
200 | /apex-zip/src/classes/MetadataService.cls | 349 | 26 | 349 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
200 | /apex-zip/src/classes/MetadataService.cls | 349 | 26 | 349 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
201 | /apex-zip/src/classes/MetadataService.cls | 350 | 26 | 350 | 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 'pageHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
201 | /apex-zip/src/classes/MetadataService.cls | 350 | 26 | 350 | 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 'pageHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
202 | /apex-zip/src/classes/MetadataService.cls | 351 | 26 | 351 | 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 'report_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
202 | /apex-zip/src/classes/MetadataService.cls | 351 | 26 | 351 | 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 'report_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
203 | /apex-zip/src/classes/MetadataService.cls | 352 | 26 | 352 | 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
203 | /apex-zip/src/classes/MetadataService.cls | 352 | 26 | 352 | 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
204 | /apex-zip/src/classes/MetadataService.cls | 353 | 26 | 353 | 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 'scontrolHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
204 | /apex-zip/src/classes/MetadataService.cls | 353 | 26 | 353 | 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 'scontrolHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
205 | /apex-zip/src/classes/MetadataService.cls | 354 | 26 | 354 | 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
205 | /apex-zip/src/classes/MetadataService.cls | 354 | 26 | 354 | 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
206 | /apex-zip/src/classes/MetadataService.cls | 355 | 26 | 355 | 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 'showPicturesOnCharts_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
206 | /apex-zip/src/classes/MetadataService.cls | 355 | 26 | 355 | 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 'showPicturesOnCharts_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
207 | /apex-zip/src/classes/MetadataService.cls | 356 | 26 | 356 | 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 'showPicturesOnTables_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
207 | /apex-zip/src/classes/MetadataService.cls | 356 | 26 | 356 | 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 'showPicturesOnTables_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
208 | /apex-zip/src/classes/MetadataService.cls | 357 | 26 | 357 | 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
208 | /apex-zip/src/classes/MetadataService.cls | 357 | 26 | 357 | 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
209 | /apex-zip/src/classes/MetadataService.cls | 358 | 26 | 358 | 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
209 | /apex-zip/src/classes/MetadataService.cls | 358 | 26 | 358 | 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
210 | /apex-zip/src/classes/MetadataService.cls | 359 | 26 | 359 | 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
210 | /apex-zip/src/classes/MetadataService.cls | 359 | 26 | 359 | 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
211 | /apex-zip/src/classes/MetadataService.cls | 360 | 26 | 360 | 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
211 | /apex-zip/src/classes/MetadataService.cls | 360 | 26 | 360 | 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
212 | /apex-zip/src/classes/MetadataService.cls | 361 | 26 | 361 | 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 'useReportChart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
212 | /apex-zip/src/classes/MetadataService.cls | 361 | 26 | 361 | 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 'useReportChart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
213 | /apex-zip/src/classes/MetadataService.cls | 362 | 26 | 362 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
213 | /apex-zip/src/classes/MetadataService.cls | 362 | 26 | 362 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
214 | /apex-zip/src/classes/MetadataService.cls | 363 | 26 | 363 | 742 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
214 | /apex-zip/src/classes/MetadataService.cls | 363 | 26 | 363 | 742 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
215 | /apex-zip/src/classes/MetadataService.cls | 365 | 12 | 374 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
215 | /apex-zip/src/classes/MetadataService.cls | 365 | 12 | 374 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
216 | /apex-zip/src/classes/MetadataService.cls | 369 | 26 | 369 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
216 | /apex-zip/src/classes/MetadataService.cls | 369 | 26 | 369 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
217 | /apex-zip/src/classes/MetadataService.cls | 370 | 26 | 370 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
217 | /apex-zip/src/classes/MetadataService.cls | 370 | 26 | 370 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
218 | /apex-zip/src/classes/MetadataService.cls | 371 | 26 | 371 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
218 | /apex-zip/src/classes/MetadataService.cls | 371 | 26 | 371 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
219 | /apex-zip/src/classes/MetadataService.cls | 372 | 26 | 372 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
219 | /apex-zip/src/classes/MetadataService.cls | 372 | 26 | 372 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
220 | /apex-zip/src/classes/MetadataService.cls | 373 | 26 | 373 | 107 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
220 | /apex-zip/src/classes/MetadataService.cls | 373 | 26 | 373 | 107 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
221 | /apex-zip/src/classes/MetadataService.cls | 375 | 12 | 386 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
221 | /apex-zip/src/classes/MetadataService.cls | 375 | 12 | 386 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
222 | /apex-zip/src/classes/MetadataService.cls | 380 | 26 | 380 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
222 | /apex-zip/src/classes/MetadataService.cls | 380 | 26 | 380 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
223 | /apex-zip/src/classes/MetadataService.cls | 381 | 26 | 381 | 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
223 | /apex-zip/src/classes/MetadataService.cls | 381 | 26 | 381 | 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
224 | /apex-zip/src/classes/MetadataService.cls | 382 | 26 | 382 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
224 | /apex-zip/src/classes/MetadataService.cls | 382 | 26 | 382 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
225 | /apex-zip/src/classes/MetadataService.cls | 383 | 26 | 383 | 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
225 | /apex-zip/src/classes/MetadataService.cls | 383 | 26 | 383 | 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
226 | /apex-zip/src/classes/MetadataService.cls | 384 | 26 | 384 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
226 | /apex-zip/src/classes/MetadataService.cls | 384 | 26 | 384 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
227 | /apex-zip/src/classes/MetadataService.cls | 385 | 26 | 385 | 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]*' |
227 | /apex-zip/src/classes/MetadataService.cls | 385 | 26 | 385 | 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]*' |
228 | /apex-zip/src/classes/MetadataService.cls | 387 | 12 | 412 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
228 | /apex-zip/src/classes/MetadataService.cls | 387 | 12 | 412 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
229 | /apex-zip/src/classes/MetadataService.cls | 387 | 12 | 412 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
229 | /apex-zip/src/classes/MetadataService.cls | 387 | 12 | 412 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
230 | /apex-zip/src/classes/MetadataService.cls | 399 | 26 | 399 | 191 | pmd | 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]*' |
230 | /apex-zip/src/classes/MetadataService.cls | 399 | 26 | 399 | 191 | pmd | 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]*' |
231 | /apex-zip/src/classes/MetadataService.cls | 400 | 26 | 400 | 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
231 | /apex-zip/src/classes/MetadataService.cls | 400 | 26 | 400 | 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
232 | /apex-zip/src/classes/MetadataService.cls | 401 | 26 | 401 | 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
232 | /apex-zip/src/classes/MetadataService.cls | 401 | 26 | 401 | 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
233 | /apex-zip/src/classes/MetadataService.cls | 402 | 26 | 402 | 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 'layoutAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
233 | /apex-zip/src/classes/MetadataService.cls | 402 | 26 | 402 | 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 'layoutAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
234 | /apex-zip/src/classes/MetadataService.cls | 403 | 26 | 403 | 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 'loginHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
234 | /apex-zip/src/classes/MetadataService.cls | 403 | 26 | 403 | 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 'loginHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
235 | /apex-zip/src/classes/MetadataService.cls | 404 | 26 | 404 | 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 'loginIpRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
235 | /apex-zip/src/classes/MetadataService.cls | 404 | 26 | 404 | 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 'loginIpRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
236 | /apex-zip/src/classes/MetadataService.cls | 405 | 26 | 405 | 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
236 | /apex-zip/src/classes/MetadataService.cls | 405 | 26 | 405 | 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
237 | /apex-zip/src/classes/MetadataService.cls | 406 | 26 | 406 | 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
237 | /apex-zip/src/classes/MetadataService.cls | 406 | 26 | 406 | 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
238 | /apex-zip/src/classes/MetadataService.cls | 407 | 26 | 407 | 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
238 | /apex-zip/src/classes/MetadataService.cls | 407 | 26 | 407 | 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
239 | /apex-zip/src/classes/MetadataService.cls | 408 | 26 | 408 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'tabVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
239 | /apex-zip/src/classes/MetadataService.cls | 408 | 26 | 408 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'tabVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
240 | /apex-zip/src/classes/MetadataService.cls | 409 | 26 | 409 | 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
240 | /apex-zip/src/classes/MetadataService.cls | 409 | 26 | 409 | 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
241 | /apex-zip/src/classes/MetadataService.cls | 410 | 26 | 410 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
241 | /apex-zip/src/classes/MetadataService.cls | 410 | 26 | 410 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
242 | /apex-zip/src/classes/MetadataService.cls | 411 | 26 | 411 | 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]*' |
242 | /apex-zip/src/classes/MetadataService.cls | 411 | 26 | 411 | 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]*' |
243 | /apex-zip/src/classes/MetadataService.cls | 413 | 12 | 422 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
243 | /apex-zip/src/classes/MetadataService.cls | 413 | 12 | 422 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
244 | /apex-zip/src/classes/MetadataService.cls | 417 | 26 | 417 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
244 | /apex-zip/src/classes/MetadataService.cls | 417 | 26 | 417 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
245 | /apex-zip/src/classes/MetadataService.cls | 418 | 26 | 418 | 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
245 | /apex-zip/src/classes/MetadataService.cls | 418 | 26 | 418 | 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
246 | /apex-zip/src/classes/MetadataService.cls | 419 | 26 | 419 | 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
246 | /apex-zip/src/classes/MetadataService.cls | 419 | 26 | 419 | 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
247 | /apex-zip/src/classes/MetadataService.cls | 420 | 26 | 420 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
247 | /apex-zip/src/classes/MetadataService.cls | 420 | 26 | 420 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
248 | /apex-zip/src/classes/MetadataService.cls | 421 | 26 | 421 | 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]*' |
248 | /apex-zip/src/classes/MetadataService.cls | 421 | 26 | 421 | 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]*' |
249 | /apex-zip/src/classes/MetadataService.cls | 423 | 12 | 430 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
249 | /apex-zip/src/classes/MetadataService.cls | 423 | 12 | 430 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
250 | /apex-zip/src/classes/MetadataService.cls | 426 | 26 | 426 | 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
250 | /apex-zip/src/classes/MetadataService.cls | 426 | 26 | 426 | 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
251 | /apex-zip/src/classes/MetadataService.cls | 427 | 26 | 427 | 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
251 | /apex-zip/src/classes/MetadataService.cls | 427 | 26 | 427 | 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
252 | /apex-zip/src/classes/MetadataService.cls | 428 | 26 | 428 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
252 | /apex-zip/src/classes/MetadataService.cls | 428 | 26 | 428 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
253 | /apex-zip/src/classes/MetadataService.cls | 429 | 26 | 429 | 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]*' |
253 | /apex-zip/src/classes/MetadataService.cls | 429 | 26 | 429 | 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]*' |
254 | /apex-zip/src/classes/MetadataService.cls | 431 | 12 | 438 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
254 | /apex-zip/src/classes/MetadataService.cls | 431 | 12 | 438 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
255 | /apex-zip/src/classes/MetadataService.cls | 434 | 26 | 434 | 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
255 | /apex-zip/src/classes/MetadataService.cls | 434 | 26 | 434 | 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
256 | /apex-zip/src/classes/MetadataService.cls | 435 | 26 | 435 | 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
256 | /apex-zip/src/classes/MetadataService.cls | 435 | 26 | 435 | 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
257 | /apex-zip/src/classes/MetadataService.cls | 436 | 26 | 436 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
257 | /apex-zip/src/classes/MetadataService.cls | 436 | 26 | 436 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
258 | /apex-zip/src/classes/MetadataService.cls | 437 | 26 | 437 | 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]*' |
258 | /apex-zip/src/classes/MetadataService.cls | 437 | 26 | 437 | 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]*' |
259 | /apex-zip/src/classes/MetadataService.cls | 439 | 12 | 480 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
259 | /apex-zip/src/classes/MetadataService.cls | 439 | 12 | 480 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
260 | /apex-zip/src/classes/MetadataService.cls | 439 | 12 | 480 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
260 | /apex-zip/src/classes/MetadataService.cls | 439 | 12 | 480 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
261 | /apex-zip/src/classes/MetadataService.cls | 459 | 26 | 459 | 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
261 | /apex-zip/src/classes/MetadataService.cls | 459 | 26 | 459 | 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
262 | /apex-zip/src/classes/MetadataService.cls | 460 | 26 | 460 | 185 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'customConsoleComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
262 | /apex-zip/src/classes/MetadataService.cls | 460 | 26 | 460 | 185 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'customConsoleComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
263 | /apex-zip/src/classes/MetadataService.cls | 461 | 26 | 461 | 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 'emailDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
263 | /apex-zip/src/classes/MetadataService.cls | 461 | 26 | 461 | 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 'emailDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
264 | /apex-zip/src/classes/MetadataService.cls | 462 | 26 | 462 | 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
264 | /apex-zip/src/classes/MetadataService.cls | 462 | 26 | 462 | 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
265 | /apex-zip/src/classes/MetadataService.cls | 463 | 26 | 463 | 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
265 | /apex-zip/src/classes/MetadataService.cls | 463 | 26 | 463 | 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
266 | /apex-zip/src/classes/MetadataService.cls | 464 | 26 | 464 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'layoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
266 | /apex-zip/src/classes/MetadataService.cls | 464 | 26 | 464 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'layoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
267 | /apex-zip/src/classes/MetadataService.cls | 465 | 26 | 465 | 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 'miniLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
267 | /apex-zip/src/classes/MetadataService.cls | 465 | 26 | 465 | 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 'miniLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
268 | /apex-zip/src/classes/MetadataService.cls | 466 | 26 | 466 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'multilineLayoutFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
268 | /apex-zip/src/classes/MetadataService.cls | 466 | 26 | 466 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'multilineLayoutFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
269 | /apex-zip/src/classes/MetadataService.cls | 467 | 26 | 467 | 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
269 | /apex-zip/src/classes/MetadataService.cls | 467 | 26 | 467 | 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
270 | /apex-zip/src/classes/MetadataService.cls | 468 | 26 | 468 | 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 'relatedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
270 | /apex-zip/src/classes/MetadataService.cls | 468 | 26 | 468 | 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 'relatedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
271 | /apex-zip/src/classes/MetadataService.cls | 469 | 26 | 469 | 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 'runAssignmentRulesDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
271 | /apex-zip/src/classes/MetadataService.cls | 469 | 26 | 469 | 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 'runAssignmentRulesDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
272 | /apex-zip/src/classes/MetadataService.cls | 470 | 26 | 470 | 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 'showEmailCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
272 | /apex-zip/src/classes/MetadataService.cls | 470 | 26 | 470 | 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 'showEmailCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
273 | /apex-zip/src/classes/MetadataService.cls | 471 | 26 | 471 | 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 'showHighlightsPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
273 | /apex-zip/src/classes/MetadataService.cls | 471 | 26 | 471 | 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 'showHighlightsPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
274 | /apex-zip/src/classes/MetadataService.cls | 472 | 26 | 472 | 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 'showInteractionLogPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
274 | /apex-zip/src/classes/MetadataService.cls | 472 | 26 | 472 | 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 'showInteractionLogPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
275 | /apex-zip/src/classes/MetadataService.cls | 473 | 26 | 473 | 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 'showKnowledgeComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
275 | /apex-zip/src/classes/MetadataService.cls | 473 | 26 | 473 | 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 'showKnowledgeComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
276 | /apex-zip/src/classes/MetadataService.cls | 474 | 26 | 474 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'showRunAssignmentRulesCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
276 | /apex-zip/src/classes/MetadataService.cls | 474 | 26 | 474 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'showRunAssignmentRulesCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
277 | /apex-zip/src/classes/MetadataService.cls | 475 | 26 | 475 | 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 'showSolutionSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
277 | /apex-zip/src/classes/MetadataService.cls | 475 | 26 | 475 | 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 'showSolutionSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
278 | /apex-zip/src/classes/MetadataService.cls | 476 | 26 | 476 | 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 'showSubmitAndAttachButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
278 | /apex-zip/src/classes/MetadataService.cls | 476 | 26 | 476 | 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 'showSubmitAndAttachButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
279 | /apex-zip/src/classes/MetadataService.cls | 477 | 26 | 477 | 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 'summaryLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
279 | /apex-zip/src/classes/MetadataService.cls | 477 | 26 | 477 | 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 'summaryLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
280 | /apex-zip/src/classes/MetadataService.cls | 478 | 26 | 478 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
280 | /apex-zip/src/classes/MetadataService.cls | 478 | 26 | 478 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
281 | /apex-zip/src/classes/MetadataService.cls | 479 | 26 | 479 | 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]*' |
281 | /apex-zip/src/classes/MetadataService.cls | 479 | 26 | 479 | 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]*' |
282 | /apex-zip/src/classes/MetadataService.cls | 481 | 12 | 524 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
282 | /apex-zip/src/classes/MetadataService.cls | 481 | 12 | 524 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
283 | /apex-zip/src/classes/MetadataService.cls | 481 | 12 | 524 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class WebLink has 20 public methods, attributes, and properties (limit: 20) |
283 | /apex-zip/src/classes/MetadataService.cls | 481 | 12 | 524 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class WebLink has 20 public methods, attributes, and properties (limit: 20) |
284 | /apex-zip/src/classes/MetadataService.cls | 481 | 12 | 524 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
284 | /apex-zip/src/classes/MetadataService.cls | 481 | 12 | 524 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
285 | /apex-zip/src/classes/MetadataService.cls | 493 | 23 | 493 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
285 | /apex-zip/src/classes/MetadataService.cls | 493 | 23 | 493 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
286 | /apex-zip/src/classes/MetadataService.cls | 495 | 24 | 495 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
286 | /apex-zip/src/classes/MetadataService.cls | 495 | 24 | 495 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
287 | /apex-zip/src/classes/MetadataService.cls | 502 | 26 | 502 | 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
287 | /apex-zip/src/classes/MetadataService.cls | 502 | 26 | 502 | 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
288 | /apex-zip/src/classes/MetadataService.cls | 503 | 26 | 503 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
288 | /apex-zip/src/classes/MetadataService.cls | 503 | 26 | 503 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
289 | /apex-zip/src/classes/MetadataService.cls | 504 | 26 | 504 | 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
289 | /apex-zip/src/classes/MetadataService.cls | 504 | 26 | 504 | 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
290 | /apex-zip/src/classes/MetadataService.cls | 505 | 26 | 505 | 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
290 | /apex-zip/src/classes/MetadataService.cls | 505 | 26 | 505 | 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
291 | /apex-zip/src/classes/MetadataService.cls | 506 | 26 | 506 | 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
291 | /apex-zip/src/classes/MetadataService.cls | 506 | 26 | 506 | 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
292 | /apex-zip/src/classes/MetadataService.cls | 507 | 26 | 507 | 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
292 | /apex-zip/src/classes/MetadataService.cls | 507 | 26 | 507 | 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
293 | /apex-zip/src/classes/MetadataService.cls | 508 | 26 | 508 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
293 | /apex-zip/src/classes/MetadataService.cls | 508 | 26 | 508 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
294 | /apex-zip/src/classes/MetadataService.cls | 509 | 26 | 509 | 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
294 | /apex-zip/src/classes/MetadataService.cls | 509 | 26 | 509 | 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
295 | /apex-zip/src/classes/MetadataService.cls | 510 | 26 | 510 | 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
295 | /apex-zip/src/classes/MetadataService.cls | 510 | 26 | 510 | 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
296 | /apex-zip/src/classes/MetadataService.cls | 511 | 26 | 511 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
296 | /apex-zip/src/classes/MetadataService.cls | 511 | 26 | 511 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
297 | /apex-zip/src/classes/MetadataService.cls | 512 | 26 | 512 | 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
297 | /apex-zip/src/classes/MetadataService.cls | 512 | 26 | 512 | 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
298 | /apex-zip/src/classes/MetadataService.cls | 513 | 26 | 513 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
298 | /apex-zip/src/classes/MetadataService.cls | 513 | 26 | 513 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
299 | /apex-zip/src/classes/MetadataService.cls | 514 | 26 | 514 | 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
299 | /apex-zip/src/classes/MetadataService.cls | 514 | 26 | 514 | 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
300 | /apex-zip/src/classes/MetadataService.cls | 515 | 26 | 515 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
300 | /apex-zip/src/classes/MetadataService.cls | 515 | 26 | 515 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
301 | /apex-zip/src/classes/MetadataService.cls | 516 | 26 | 516 | 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
301 | /apex-zip/src/classes/MetadataService.cls | 516 | 26 | 516 | 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
302 | /apex-zip/src/classes/MetadataService.cls | 517 | 26 | 517 | 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
302 | /apex-zip/src/classes/MetadataService.cls | 517 | 26 | 517 | 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
303 | /apex-zip/src/classes/MetadataService.cls | 518 | 26 | 518 | 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
303 | /apex-zip/src/classes/MetadataService.cls | 518 | 26 | 518 | 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
304 | /apex-zip/src/classes/MetadataService.cls | 519 | 26 | 519 | 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
304 | /apex-zip/src/classes/MetadataService.cls | 519 | 26 | 519 | 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
305 | /apex-zip/src/classes/MetadataService.cls | 520 | 26 | 520 | 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
305 | /apex-zip/src/classes/MetadataService.cls | 520 | 26 | 520 | 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
306 | /apex-zip/src/classes/MetadataService.cls | 521 | 26 | 521 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
306 | /apex-zip/src/classes/MetadataService.cls | 521 | 26 | 521 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
307 | /apex-zip/src/classes/MetadataService.cls | 522 | 26 | 522 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
307 | /apex-zip/src/classes/MetadataService.cls | 522 | 26 | 522 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
308 | /apex-zip/src/classes/MetadataService.cls | 523 | 26 | 523 | 318 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
308 | /apex-zip/src/classes/MetadataService.cls | 523 | 26 | 523 | 318 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
309 | /apex-zip/src/classes/MetadataService.cls | 525 | 12 | 534 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
309 | /apex-zip/src/classes/MetadataService.cls | 525 | 12 | 534 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
310 | /apex-zip/src/classes/MetadataService.cls | 529 | 26 | 529 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
310 | /apex-zip/src/classes/MetadataService.cls | 529 | 26 | 529 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
311 | /apex-zip/src/classes/MetadataService.cls | 530 | 26 | 530 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
311 | /apex-zip/src/classes/MetadataService.cls | 530 | 26 | 530 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
312 | /apex-zip/src/classes/MetadataService.cls | 531 | 26 | 531 | 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
312 | /apex-zip/src/classes/MetadataService.cls | 531 | 26 | 531 | 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
313 | /apex-zip/src/classes/MetadataService.cls | 532 | 26 | 532 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
313 | /apex-zip/src/classes/MetadataService.cls | 532 | 26 | 532 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
314 | /apex-zip/src/classes/MetadataService.cls | 533 | 26 | 533 | 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]*' |
314 | /apex-zip/src/classes/MetadataService.cls | 533 | 26 | 533 | 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]*' |
315 | /apex-zip/src/classes/MetadataService.cls | 535 | 12 | 542 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
315 | /apex-zip/src/classes/MetadataService.cls | 535 | 12 | 542 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
316 | /apex-zip/src/classes/MetadataService.cls | 538 | 26 | 538 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
316 | /apex-zip/src/classes/MetadataService.cls | 538 | 26 | 538 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
317 | /apex-zip/src/classes/MetadataService.cls | 539 | 26 | 539 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
317 | /apex-zip/src/classes/MetadataService.cls | 539 | 26 | 539 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
318 | /apex-zip/src/classes/MetadataService.cls | 540 | 26 | 540 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
318 | /apex-zip/src/classes/MetadataService.cls | 540 | 26 | 540 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
319 | /apex-zip/src/classes/MetadataService.cls | 541 | 26 | 541 | 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]*' |
319 | /apex-zip/src/classes/MetadataService.cls | 541 | 26 | 541 | 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]*' |
320 | /apex-zip/src/classes/MetadataService.cls | 543 | 12 | 556 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
320 | /apex-zip/src/classes/MetadataService.cls | 543 | 12 | 556 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
321 | /apex-zip/src/classes/MetadataService.cls | 549 | 26 | 549 | 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 'article_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
321 | /apex-zip/src/classes/MetadataService.cls | 549 | 26 | 549 | 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 'article_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
322 | /apex-zip/src/classes/MetadataService.cls | 550 | 26 | 550 | 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 'caseType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
322 | /apex-zip/src/classes/MetadataService.cls | 550 | 26 | 550 | 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 'caseType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
323 | /apex-zip/src/classes/MetadataService.cls | 551 | 26 | 551 | 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 'plural_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
323 | /apex-zip/src/classes/MetadataService.cls | 551 | 26 | 551 | 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 'plural_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
324 | /apex-zip/src/classes/MetadataService.cls | 552 | 26 | 552 | 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 'possessive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
324 | /apex-zip/src/classes/MetadataService.cls | 552 | 26 | 552 | 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 'possessive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
325 | /apex-zip/src/classes/MetadataService.cls | 553 | 26 | 553 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
325 | /apex-zip/src/classes/MetadataService.cls | 553 | 26 | 553 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
326 | /apex-zip/src/classes/MetadataService.cls | 554 | 26 | 554 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
326 | /apex-zip/src/classes/MetadataService.cls | 554 | 26 | 554 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
327 | /apex-zip/src/classes/MetadataService.cls | 555 | 26 | 555 | 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]*' |
327 | /apex-zip/src/classes/MetadataService.cls | 555 | 26 | 555 | 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]*' |
328 | /apex-zip/src/classes/MetadataService.cls | 557 | 12 | 564 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
328 | /apex-zip/src/classes/MetadataService.cls | 557 | 12 | 564 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
329 | /apex-zip/src/classes/MetadataService.cls | 560 | 26 | 560 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
329 | /apex-zip/src/classes/MetadataService.cls | 560 | 26 | 560 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
330 | /apex-zip/src/classes/MetadataService.cls | 561 | 26 | 561 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
330 | /apex-zip/src/classes/MetadataService.cls | 561 | 26 | 561 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
331 | /apex-zip/src/classes/MetadataService.cls | 562 | 26 | 562 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
331 | /apex-zip/src/classes/MetadataService.cls | 562 | 26 | 562 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
332 | /apex-zip/src/classes/MetadataService.cls | 563 | 26 | 563 | 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]*' |
332 | /apex-zip/src/classes/MetadataService.cls | 563 | 26 | 563 | 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]*' |
333 | /apex-zip/src/classes/MetadataService.cls | 565 | 12 | 576 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
333 | /apex-zip/src/classes/MetadataService.cls | 565 | 12 | 576 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
334 | /apex-zip/src/classes/MetadataService.cls | 570 | 26 | 570 | 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
334 | /apex-zip/src/classes/MetadataService.cls | 570 | 26 | 570 | 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
335 | /apex-zip/src/classes/MetadataService.cls | 571 | 26 | 571 | 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 'customDataTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
335 | /apex-zip/src/classes/MetadataService.cls | 571 | 26 | 571 | 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 'customDataTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
336 | /apex-zip/src/classes/MetadataService.cls | 572 | 26 | 572 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
336 | /apex-zip/src/classes/MetadataService.cls | 572 | 26 | 572 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
337 | /apex-zip/src/classes/MetadataService.cls | 573 | 26 | 573 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
337 | /apex-zip/src/classes/MetadataService.cls | 573 | 26 | 573 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
338 | /apex-zip/src/classes/MetadataService.cls | 574 | 26 | 574 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
338 | /apex-zip/src/classes/MetadataService.cls | 574 | 26 | 574 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
339 | /apex-zip/src/classes/MetadataService.cls | 575 | 26 | 575 | 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]*' |
339 | /apex-zip/src/classes/MetadataService.cls | 575 | 26 | 575 | 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]*' |
340 | /apex-zip/src/classes/MetadataService.cls | 577 | 12 | 584 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
340 | /apex-zip/src/classes/MetadataService.cls | 577 | 12 | 584 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
341 | /apex-zip/src/classes/MetadataService.cls | 580 | 26 | 580 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'columnSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
341 | /apex-zip/src/classes/MetadataService.cls | 580 | 26 | 580 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'columnSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
342 | /apex-zip/src/classes/MetadataService.cls | 581 | 26 | 581 | 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
342 | /apex-zip/src/classes/MetadataService.cls | 581 | 26 | 581 | 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
343 | /apex-zip/src/classes/MetadataService.cls | 582 | 26 | 582 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
343 | /apex-zip/src/classes/MetadataService.cls | 582 | 26 | 582 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
344 | /apex-zip/src/classes/MetadataService.cls | 583 | 26 | 583 | 89 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
344 | /apex-zip/src/classes/MetadataService.cls | 583 | 26 | 583 | 89 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
345 | /apex-zip/src/classes/MetadataService.cls | 585 | 12 | 596 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
345 | /apex-zip/src/classes/MetadataService.cls | 585 | 12 | 596 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
346 | /apex-zip/src/classes/MetadataService.cls | 590 | 26 | 590 | 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 'checkedByDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
346 | /apex-zip/src/classes/MetadataService.cls | 590 | 26 | 590 | 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 'checkedByDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
347 | /apex-zip/src/classes/MetadataService.cls | 591 | 26 | 591 | 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 'displayNameOverride_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
347 | /apex-zip/src/classes/MetadataService.cls | 591 | 26 | 591 | 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 'displayNameOverride_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
348 | /apex-zip/src/classes/MetadataService.cls | 592 | 26 | 592 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
348 | /apex-zip/src/classes/MetadataService.cls | 592 | 26 | 592 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
349 | /apex-zip/src/classes/MetadataService.cls | 593 | 26 | 593 | 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
349 | /apex-zip/src/classes/MetadataService.cls | 593 | 26 | 593 | 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
350 | /apex-zip/src/classes/MetadataService.cls | 594 | 26 | 594 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
350 | /apex-zip/src/classes/MetadataService.cls | 594 | 26 | 594 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
351 | /apex-zip/src/classes/MetadataService.cls | 595 | 26 | 595 | 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]*' |
351 | /apex-zip/src/classes/MetadataService.cls | 595 | 26 | 595 | 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]*' |
352 | /apex-zip/src/classes/MetadataService.cls | 597 | 12 | 602 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
352 | /apex-zip/src/classes/MetadataService.cls | 597 | 12 | 602 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
353 | /apex-zip/src/classes/MetadataService.cls | 599 | 26 | 599 | 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 'client_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
353 | /apex-zip/src/classes/MetadataService.cls | 599 | 26 | 599 | 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 'client_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
354 | /apex-zip/src/classes/MetadataService.cls | 600 | 26 | 600 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
354 | /apex-zip/src/classes/MetadataService.cls | 600 | 26 | 600 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
355 | /apex-zip/src/classes/MetadataService.cls | 601 | 26 | 601 | 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]*' |
355 | /apex-zip/src/classes/MetadataService.cls | 601 | 26 | 601 | 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]*' |
356 | /apex-zip/src/classes/MetadataService.cls | 603 | 12 | 610 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
356 | /apex-zip/src/classes/MetadataService.cls | 603 | 12 | 610 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
357 | /apex-zip/src/classes/MetadataService.cls | 606 | 26 | 606 | 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
357 | /apex-zip/src/classes/MetadataService.cls | 606 | 26 | 606 | 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
358 | /apex-zip/src/classes/MetadataService.cls | 607 | 26 | 607 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
358 | /apex-zip/src/classes/MetadataService.cls | 607 | 26 | 607 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
359 | /apex-zip/src/classes/MetadataService.cls | 608 | 26 | 608 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
359 | /apex-zip/src/classes/MetadataService.cls | 608 | 26 | 608 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
360 | /apex-zip/src/classes/MetadataService.cls | 609 | 26 | 609 | 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]*' |
360 | /apex-zip/src/classes/MetadataService.cls | 609 | 26 | 609 | 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]*' |
361 | /apex-zip/src/classes/MetadataService.cls | 611 | 12 | 624 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
361 | /apex-zip/src/classes/MetadataService.cls | 611 | 12 | 624 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
362 | /apex-zip/src/classes/MetadataService.cls | 617 | 26 | 617 | 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 'help_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
362 | /apex-zip/src/classes/MetadataService.cls | 617 | 26 | 617 | 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 'help_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
363 | /apex-zip/src/classes/MetadataService.cls | 618 | 26 | 618 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
363 | /apex-zip/src/classes/MetadataService.cls | 618 | 26 | 618 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
364 | /apex-zip/src/classes/MetadataService.cls | 619 | 26 | 619 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
364 | /apex-zip/src/classes/MetadataService.cls | 619 | 26 | 619 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
365 | /apex-zip/src/classes/MetadataService.cls | 620 | 26 | 620 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
365 | /apex-zip/src/classes/MetadataService.cls | 620 | 26 | 620 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
366 | /apex-zip/src/classes/MetadataService.cls | 621 | 26 | 621 | 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
366 | /apex-zip/src/classes/MetadataService.cls | 621 | 26 | 621 | 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
367 | /apex-zip/src/classes/MetadataService.cls | 622 | 26 | 622 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
367 | /apex-zip/src/classes/MetadataService.cls | 622 | 26 | 622 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
368 | /apex-zip/src/classes/MetadataService.cls | 623 | 26 | 623 | 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]*' |
368 | /apex-zip/src/classes/MetadataService.cls | 623 | 26 | 623 | 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]*' |
369 | /apex-zip/src/classes/MetadataService.cls | 625 | 12 | 642 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
369 | /apex-zip/src/classes/MetadataService.cls | 625 | 12 | 642 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
370 | /apex-zip/src/classes/MetadataService.cls | 625 | 12 | 642 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
370 | /apex-zip/src/classes/MetadataService.cls | 625 | 12 | 642 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
371 | /apex-zip/src/classes/MetadataService.cls | 633 | 26 | 633 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
371 | /apex-zip/src/classes/MetadataService.cls | 633 | 26 | 633 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
372 | /apex-zip/src/classes/MetadataService.cls | 634 | 26 | 634 | 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 'groupColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
372 | /apex-zip/src/classes/MetadataService.cls | 634 | 26 | 634 | 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 'groupColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
373 | /apex-zip/src/classes/MetadataService.cls | 635 | 26 | 635 | 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
373 | /apex-zip/src/classes/MetadataService.cls | 635 | 26 | 635 | 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
374 | /apex-zip/src/classes/MetadataService.cls | 636 | 26 | 636 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
374 | /apex-zip/src/classes/MetadataService.cls | 636 | 26 | 636 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
375 | /apex-zip/src/classes/MetadataService.cls | 637 | 26 | 637 | 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
375 | /apex-zip/src/classes/MetadataService.cls | 637 | 26 | 637 | 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
376 | /apex-zip/src/classes/MetadataService.cls | 638 | 26 | 638 | 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 'sourceReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
376 | /apex-zip/src/classes/MetadataService.cls | 638 | 26 | 638 | 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 'sourceReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
377 | /apex-zip/src/classes/MetadataService.cls | 639 | 26 | 639 | 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
377 | /apex-zip/src/classes/MetadataService.cls | 639 | 26 | 639 | 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
378 | /apex-zip/src/classes/MetadataService.cls | 640 | 26 | 640 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
378 | /apex-zip/src/classes/MetadataService.cls | 640 | 26 | 640 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
379 | /apex-zip/src/classes/MetadataService.cls | 641 | 26 | 641 | 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]*' |
379 | /apex-zip/src/classes/MetadataService.cls | 641 | 26 | 641 | 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]*' |
380 | /apex-zip/src/classes/MetadataService.cls | 643 | 12 | 654 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
380 | /apex-zip/src/classes/MetadataService.cls | 643 | 12 | 654 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
381 | /apex-zip/src/classes/MetadataService.cls | 648 | 26 | 648 | 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
381 | /apex-zip/src/classes/MetadataService.cls | 648 | 26 | 648 | 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
382 | /apex-zip/src/classes/MetadataService.cls | 649 | 26 | 649 | 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
382 | /apex-zip/src/classes/MetadataService.cls | 649 | 26 | 649 | 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
383 | /apex-zip/src/classes/MetadataService.cls | 650 | 26 | 650 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
383 | /apex-zip/src/classes/MetadataService.cls | 650 | 26 | 650 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
384 | /apex-zip/src/classes/MetadataService.cls | 651 | 26 | 651 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
384 | /apex-zip/src/classes/MetadataService.cls | 651 | 26 | 651 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
385 | /apex-zip/src/classes/MetadataService.cls | 652 | 26 | 652 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
385 | /apex-zip/src/classes/MetadataService.cls | 652 | 26 | 652 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
386 | /apex-zip/src/classes/MetadataService.cls | 653 | 26 | 653 | 113 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 653 | 26 | 653 | 113 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
387 | /apex-zip/src/classes/MetadataService.cls | 655 | 12 | 668 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
387 | /apex-zip/src/classes/MetadataService.cls | 655 | 12 | 668 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
388 | /apex-zip/src/classes/MetadataService.cls | 660 | 23 | 660 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
388 | /apex-zip/src/classes/MetadataService.cls | 660 | 23 | 660 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
389 | /apex-zip/src/classes/MetadataService.cls | 661 | 26 | 661 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
389 | /apex-zip/src/classes/MetadataService.cls | 661 | 26 | 661 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
390 | /apex-zip/src/classes/MetadataService.cls | 662 | 26 | 662 | 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
390 | /apex-zip/src/classes/MetadataService.cls | 662 | 26 | 662 | 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
391 | /apex-zip/src/classes/MetadataService.cls | 663 | 26 | 663 | 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
391 | /apex-zip/src/classes/MetadataService.cls | 663 | 26 | 663 | 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
392 | /apex-zip/src/classes/MetadataService.cls | 664 | 26 | 664 | 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
392 | /apex-zip/src/classes/MetadataService.cls | 664 | 26 | 664 | 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
393 | /apex-zip/src/classes/MetadataService.cls | 665 | 26 | 665 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
393 | /apex-zip/src/classes/MetadataService.cls | 665 | 26 | 665 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
394 | /apex-zip/src/classes/MetadataService.cls | 666 | 26 | 666 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
394 | /apex-zip/src/classes/MetadataService.cls | 666 | 26 | 666 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
395 | /apex-zip/src/classes/MetadataService.cls | 667 | 26 | 667 | 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]*' |
395 | /apex-zip/src/classes/MetadataService.cls | 667 | 26 | 667 | 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]*' |
396 | /apex-zip/src/classes/MetadataService.cls | 669 | 12 | 734 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
396 | /apex-zip/src/classes/MetadataService.cls | 669 | 12 | 734 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
397 | /apex-zip/src/classes/MetadataService.cls | 669 | 12 | 734 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class CustomSite has 31 public methods, attributes, and properties (limit: 20) |
397 | /apex-zip/src/classes/MetadataService.cls | 669 | 12 | 734 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class CustomSite has 31 public methods, attributes, and properties (limit: 20) |
398 | /apex-zip/src/classes/MetadataService.cls | 669 | 12 | 734 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
398 | /apex-zip/src/classes/MetadataService.cls | 669 | 12 | 734 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
399 | /apex-zip/src/classes/MetadataService.cls | 701 | 26 | 701 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
399 | /apex-zip/src/classes/MetadataService.cls | 701 | 26 | 701 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
400 | /apex-zip/src/classes/MetadataService.cls | 702 | 26 | 702 | 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 'allowHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
400 | /apex-zip/src/classes/MetadataService.cls | 702 | 26 | 702 | 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 'allowHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
401 | /apex-zip/src/classes/MetadataService.cls | 703 | 26 | 703 | 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 'allowStandardAnswersPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
401 | /apex-zip/src/classes/MetadataService.cls | 703 | 26 | 703 | 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 'allowStandardAnswersPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
402 | /apex-zip/src/classes/MetadataService.cls | 704 | 26 | 704 | 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 'allowStandardIdeasPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
402 | /apex-zip/src/classes/MetadataService.cls | 704 | 26 | 704 | 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 'allowStandardIdeasPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
403 | /apex-zip/src/classes/MetadataService.cls | 705 | 26 | 705 | 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 'allowStandardLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
403 | /apex-zip/src/classes/MetadataService.cls | 705 | 26 | 705 | 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 'allowStandardLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
404 | /apex-zip/src/classes/MetadataService.cls | 706 | 26 | 706 | 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 'allowStandardSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
404 | /apex-zip/src/classes/MetadataService.cls | 706 | 26 | 706 | 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 'allowStandardSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
405 | /apex-zip/src/classes/MetadataService.cls | 707 | 26 | 707 | 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 'analyticsTrackingCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
405 | /apex-zip/src/classes/MetadataService.cls | 707 | 26 | 707 | 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 'analyticsTrackingCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
406 | /apex-zip/src/classes/MetadataService.cls | 708 | 26 | 708 | 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 'authorizationRequiredPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
406 | /apex-zip/src/classes/MetadataService.cls | 708 | 26 | 708 | 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 'authorizationRequiredPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
407 | /apex-zip/src/classes/MetadataService.cls | 709 | 26 | 709 | 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 'bandwidthExceededPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
407 | /apex-zip/src/classes/MetadataService.cls | 709 | 26 | 709 | 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 'bandwidthExceededPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
408 | /apex-zip/src/classes/MetadataService.cls | 710 | 26 | 710 | 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 'changePasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
408 | /apex-zip/src/classes/MetadataService.cls | 710 | 26 | 710 | 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 'changePasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
409 | /apex-zip/src/classes/MetadataService.cls | 711 | 26 | 711 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'customWebAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
409 | /apex-zip/src/classes/MetadataService.cls | 711 | 26 | 711 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'customWebAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
410 | /apex-zip/src/classes/MetadataService.cls | 712 | 26 | 712 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
410 | /apex-zip/src/classes/MetadataService.cls | 712 | 26 | 712 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
411 | /apex-zip/src/classes/MetadataService.cls | 713 | 26 | 713 | 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 'favoriteIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
411 | /apex-zip/src/classes/MetadataService.cls | 713 | 26 | 713 | 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 'favoriteIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
412 | /apex-zip/src/classes/MetadataService.cls | 714 | 26 | 714 | 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 'fileNotFoundPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
412 | /apex-zip/src/classes/MetadataService.cls | 714 | 26 | 714 | 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 'fileNotFoundPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
413 | /apex-zip/src/classes/MetadataService.cls | 715 | 26 | 715 | 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 'genericErrorPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
413 | /apex-zip/src/classes/MetadataService.cls | 715 | 26 | 715 | 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 'genericErrorPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
414 | /apex-zip/src/classes/MetadataService.cls | 716 | 26 | 716 | 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 'guestProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
414 | /apex-zip/src/classes/MetadataService.cls | 716 | 26 | 716 | 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 'guestProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
415 | /apex-zip/src/classes/MetadataService.cls | 717 | 26 | 717 | 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 'inMaintenancePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
415 | /apex-zip/src/classes/MetadataService.cls | 717 | 26 | 717 | 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 'inMaintenancePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
416 | /apex-zip/src/classes/MetadataService.cls | 718 | 26 | 718 | 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 'inactiveIndexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
416 | /apex-zip/src/classes/MetadataService.cls | 718 | 26 | 718 | 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 'inactiveIndexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
417 | /apex-zip/src/classes/MetadataService.cls | 719 | 26 | 719 | 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 'indexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
417 | /apex-zip/src/classes/MetadataService.cls | 719 | 26 | 719 | 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 'indexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
418 | /apex-zip/src/classes/MetadataService.cls | 720 | 26 | 720 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
418 | /apex-zip/src/classes/MetadataService.cls | 720 | 26 | 720 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
419 | /apex-zip/src/classes/MetadataService.cls | 721 | 26 | 721 | 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 'myProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
419 | /apex-zip/src/classes/MetadataService.cls | 721 | 26 | 721 | 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 'myProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
420 | /apex-zip/src/classes/MetadataService.cls | 722 | 26 | 722 | 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
420 | /apex-zip/src/classes/MetadataService.cls | 722 | 26 | 722 | 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
421 | /apex-zip/src/classes/MetadataService.cls | 723 | 26 | 723 | 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 'requireInsecurePortalAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
421 | /apex-zip/src/classes/MetadataService.cls | 723 | 26 | 723 | 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 'requireInsecurePortalAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
422 | /apex-zip/src/classes/MetadataService.cls | 724 | 26 | 724 | 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 'robotsTxtPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
422 | /apex-zip/src/classes/MetadataService.cls | 724 | 26 | 724 | 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 'robotsTxtPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
423 | /apex-zip/src/classes/MetadataService.cls | 725 | 26 | 725 | 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 'rootComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
423 | /apex-zip/src/classes/MetadataService.cls | 725 | 26 | 725 | 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 'rootComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
424 | /apex-zip/src/classes/MetadataService.cls | 726 | 26 | 726 | 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 'serverIsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
424 | /apex-zip/src/classes/MetadataService.cls | 726 | 26 | 726 | 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 'serverIsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
425 | /apex-zip/src/classes/MetadataService.cls | 727 | 26 | 727 | 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 'siteAdmin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
425 | /apex-zip/src/classes/MetadataService.cls | 727 | 26 | 727 | 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 'siteAdmin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
426 | /apex-zip/src/classes/MetadataService.cls | 728 | 26 | 728 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'siteRedirectMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
426 | /apex-zip/src/classes/MetadataService.cls | 728 | 26 | 728 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'siteRedirectMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
427 | /apex-zip/src/classes/MetadataService.cls | 729 | 26 | 729 | 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 'siteTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
427 | /apex-zip/src/classes/MetadataService.cls | 729 | 26 | 729 | 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 'siteTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
428 | /apex-zip/src/classes/MetadataService.cls | 730 | 26 | 730 | 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 'subdomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
428 | /apex-zip/src/classes/MetadataService.cls | 730 | 26 | 730 | 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 'subdomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
429 | /apex-zip/src/classes/MetadataService.cls | 731 | 26 | 731 | 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
429 | /apex-zip/src/classes/MetadataService.cls | 731 | 26 | 731 | 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
430 | /apex-zip/src/classes/MetadataService.cls | 732 | 26 | 732 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
430 | /apex-zip/src/classes/MetadataService.cls | 732 | 26 | 732 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
431 | /apex-zip/src/classes/MetadataService.cls | 733 | 26 | 733 | 633 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
431 | /apex-zip/src/classes/MetadataService.cls | 733 | 26 | 733 | 633 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
432 | /apex-zip/src/classes/MetadataService.cls | 735 | 12 | 744 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
432 | /apex-zip/src/classes/MetadataService.cls | 735 | 12 | 744 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
433 | /apex-zip/src/classes/MetadataService.cls | 739 | 26 | 739 | 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 'aggregateReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
433 | /apex-zip/src/classes/MetadataService.cls | 739 | 26 | 739 | 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 'aggregateReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
434 | /apex-zip/src/classes/MetadataService.cls | 740 | 26 | 740 | 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 'blockId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
434 | /apex-zip/src/classes/MetadataService.cls | 740 | 26 | 740 | 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 'blockId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
435 | /apex-zip/src/classes/MetadataService.cls | 741 | 26 | 741 | 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 'joinTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
435 | /apex-zip/src/classes/MetadataService.cls | 741 | 26 | 741 | 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 'joinTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
436 | /apex-zip/src/classes/MetadataService.cls | 742 | 26 | 742 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
436 | /apex-zip/src/classes/MetadataService.cls | 742 | 26 | 742 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
437 | /apex-zip/src/classes/MetadataService.cls | 743 | 26 | 743 | 107 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
437 | /apex-zip/src/classes/MetadataService.cls | 743 | 26 | 743 | 107 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
438 | /apex-zip/src/classes/MetadataService.cls | 745 | 12 | 750 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
438 | /apex-zip/src/classes/MetadataService.cls | 745 | 12 | 750 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
439 | /apex-zip/src/classes/MetadataService.cls | 745 | 12 | 750 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'describeMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
439 | /apex-zip/src/classes/MetadataService.cls | 745 | 12 | 750 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'describeMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
440 | /apex-zip/src/classes/MetadataService.cls | 747 | 26 | 747 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
440 | /apex-zip/src/classes/MetadataService.cls | 747 | 26 | 747 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
441 | /apex-zip/src/classes/MetadataService.cls | 748 | 26 | 748 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
441 | /apex-zip/src/classes/MetadataService.cls | 748 | 26 | 748 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
442 | /apex-zip/src/classes/MetadataService.cls | 749 | 26 | 749 | 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]*' |
442 | /apex-zip/src/classes/MetadataService.cls | 749 | 26 | 749 | 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]*' |
443 | /apex-zip/src/classes/MetadataService.cls | 751 | 12 | 758 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
443 | /apex-zip/src/classes/MetadataService.cls | 751 | 12 | 758 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
444 | /apex-zip/src/classes/MetadataService.cls | 754 | 26 | 754 | 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
444 | /apex-zip/src/classes/MetadataService.cls | 754 | 26 | 754 | 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
445 | /apex-zip/src/classes/MetadataService.cls | 755 | 26 | 755 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
445 | /apex-zip/src/classes/MetadataService.cls | 755 | 26 | 755 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
446 | /apex-zip/src/classes/MetadataService.cls | 756 | 26 | 756 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
446 | /apex-zip/src/classes/MetadataService.cls | 756 | 26 | 756 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
447 | /apex-zip/src/classes/MetadataService.cls | 757 | 26 | 757 | 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]*' |
447 | /apex-zip/src/classes/MetadataService.cls | 757 | 26 | 757 | 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]*' |
448 | /apex-zip/src/classes/MetadataService.cls | 759 | 12 | 766 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
448 | /apex-zip/src/classes/MetadataService.cls | 759 | 12 | 766 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
449 | /apex-zip/src/classes/MetadataService.cls | 762 | 26 | 762 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
449 | /apex-zip/src/classes/MetadataService.cls | 762 | 26 | 762 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
450 | /apex-zip/src/classes/MetadataService.cls | 763 | 26 | 763 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
450 | /apex-zip/src/classes/MetadataService.cls | 763 | 26 | 763 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
451 | /apex-zip/src/classes/MetadataService.cls | 764 | 26 | 764 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
451 | /apex-zip/src/classes/MetadataService.cls | 764 | 26 | 764 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
452 | /apex-zip/src/classes/MetadataService.cls | 765 | 26 | 765 | 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]*' |
452 | /apex-zip/src/classes/MetadataService.cls | 765 | 26 | 765 | 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]*' |
453 | /apex-zip/src/classes/MetadataService.cls | 767 | 12 | 792 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
453 | /apex-zip/src/classes/MetadataService.cls | 767 | 12 | 792 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
454 | /apex-zip/src/classes/MetadataService.cls | 767 | 12 | 792 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
454 | /apex-zip/src/classes/MetadataService.cls | 767 | 12 | 792 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
455 | /apex-zip/src/classes/MetadataService.cls | 779 | 26 | 779 | 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 'changed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
455 | /apex-zip/src/classes/MetadataService.cls | 779 | 26 | 779 | 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 'changed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
456 | /apex-zip/src/classes/MetadataService.cls | 780 | 26 | 780 | 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 'columnNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
456 | /apex-zip/src/classes/MetadataService.cls | 780 | 26 | 780 | 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 'columnNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
457 | /apex-zip/src/classes/MetadataService.cls | 781 | 26 | 781 | 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
457 | /apex-zip/src/classes/MetadataService.cls | 781 | 26 | 781 | 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
458 | /apex-zip/src/classes/MetadataService.cls | 782 | 26 | 782 | 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 'deleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
458 | /apex-zip/src/classes/MetadataService.cls | 782 | 26 | 782 | 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 'deleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
459 | /apex-zip/src/classes/MetadataService.cls | 783 | 26 | 783 | 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
459 | /apex-zip/src/classes/MetadataService.cls | 783 | 26 | 783 | 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
460 | /apex-zip/src/classes/MetadataService.cls | 784 | 26 | 784 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
460 | /apex-zip/src/classes/MetadataService.cls | 784 | 26 | 784 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
461 | /apex-zip/src/classes/MetadataService.cls | 785 | 26 | 785 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
461 | /apex-zip/src/classes/MetadataService.cls | 785 | 26 | 785 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
462 | /apex-zip/src/classes/MetadataService.cls | 786 | 26 | 786 | 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 'lineNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
462 | /apex-zip/src/classes/MetadataService.cls | 786 | 26 | 786 | 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 'lineNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
463 | /apex-zip/src/classes/MetadataService.cls | 787 | 26 | 787 | 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
463 | /apex-zip/src/classes/MetadataService.cls | 787 | 26 | 787 | 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
464 | /apex-zip/src/classes/MetadataService.cls | 788 | 26 | 788 | 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 'problemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
464 | /apex-zip/src/classes/MetadataService.cls | 788 | 26 | 788 | 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 'problemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
465 | /apex-zip/src/classes/MetadataService.cls | 789 | 26 | 789 | 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
465 | /apex-zip/src/classes/MetadataService.cls | 789 | 26 | 789 | 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
466 | /apex-zip/src/classes/MetadataService.cls | 790 | 26 | 790 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
466 | /apex-zip/src/classes/MetadataService.cls | 790 | 26 | 790 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
467 | /apex-zip/src/classes/MetadataService.cls | 791 | 26 | 791 | 182 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
467 | /apex-zip/src/classes/MetadataService.cls | 791 | 26 | 791 | 182 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
468 | /apex-zip/src/classes/MetadataService.cls | 793 | 12 | 800 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
468 | /apex-zip/src/classes/MetadataService.cls | 793 | 12 | 800 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
469 | /apex-zip/src/classes/MetadataService.cls | 796 | 26 | 796 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
469 | /apex-zip/src/classes/MetadataService.cls | 796 | 26 | 796 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
470 | /apex-zip/src/classes/MetadataService.cls | 797 | 26 | 797 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
470 | /apex-zip/src/classes/MetadataService.cls | 797 | 26 | 797 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
471 | /apex-zip/src/classes/MetadataService.cls | 798 | 26 | 798 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
471 | /apex-zip/src/classes/MetadataService.cls | 798 | 26 | 798 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
472 | /apex-zip/src/classes/MetadataService.cls | 799 | 26 | 799 | 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]*' |
472 | /apex-zip/src/classes/MetadataService.cls | 799 | 26 | 799 | 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]*' |
473 | /apex-zip/src/classes/MetadataService.cls | 801 | 12 | 808 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
473 | /apex-zip/src/classes/MetadataService.cls | 801 | 12 | 808 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
474 | /apex-zip/src/classes/MetadataService.cls | 804 | 26 | 804 | 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 'doesIncludeBosses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
474 | /apex-zip/src/classes/MetadataService.cls | 804 | 26 | 804 | 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 'doesIncludeBosses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
475 | /apex-zip/src/classes/MetadataService.cls | 805 | 26 | 805 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
475 | /apex-zip/src/classes/MetadataService.cls | 805 | 26 | 805 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
476 | /apex-zip/src/classes/MetadataService.cls | 806 | 26 | 806 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
476 | /apex-zip/src/classes/MetadataService.cls | 806 | 26 | 806 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
477 | /apex-zip/src/classes/MetadataService.cls | 807 | 26 | 807 | 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]*' |
477 | /apex-zip/src/classes/MetadataService.cls | 807 | 26 | 807 | 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]*' |
478 | /apex-zip/src/classes/MetadataService.cls | 809 | 12 | 816 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
478 | /apex-zip/src/classes/MetadataService.cls | 809 | 12 | 816 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
479 | /apex-zip/src/classes/MetadataService.cls | 812 | 26 | 812 | 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 'aggregateTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
479 | /apex-zip/src/classes/MetadataService.cls | 812 | 26 | 812 | 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 'aggregateTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
480 | /apex-zip/src/classes/MetadataService.cls | 813 | 26 | 813 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
480 | /apex-zip/src/classes/MetadataService.cls | 813 | 26 | 813 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
481 | /apex-zip/src/classes/MetadataService.cls | 814 | 26 | 814 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
481 | /apex-zip/src/classes/MetadataService.cls | 814 | 26 | 814 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
482 | /apex-zip/src/classes/MetadataService.cls | 815 | 26 | 815 | 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]*' |
482 | /apex-zip/src/classes/MetadataService.cls | 815 | 26 | 815 | 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]*' |
483 | /apex-zip/src/classes/MetadataService.cls | 817 | 12 | 834 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
483 | /apex-zip/src/classes/MetadataService.cls | 817 | 12 | 834 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
484 | /apex-zip/src/classes/MetadataService.cls | 817 | 12 | 834 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
484 | /apex-zip/src/classes/MetadataService.cls | 817 | 12 | 834 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
485 | /apex-zip/src/classes/MetadataService.cls | 822 | 51 | 822 | 57 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'join_x' doesn't match '[a-z][a-zA-Z0-9]*' |
485 | /apex-zip/src/classes/MetadataService.cls | 822 | 51 | 822 | 57 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'join_x' doesn't match '[a-z][a-zA-Z0-9]*' |
486 | /apex-zip/src/classes/MetadataService.cls | 825 | 26 | 825 | 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 'baseObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
486 | /apex-zip/src/classes/MetadataService.cls | 825 | 26 | 825 | 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 'baseObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
487 | /apex-zip/src/classes/MetadataService.cls | 826 | 26 | 826 | 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
487 | /apex-zip/src/classes/MetadataService.cls | 826 | 26 | 826 | 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
488 | /apex-zip/src/classes/MetadataService.cls | 827 | 26 | 827 | 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 'deployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
488 | /apex-zip/src/classes/MetadataService.cls | 827 | 26 | 827 | 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 'deployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
489 | /apex-zip/src/classes/MetadataService.cls | 828 | 26 | 828 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
489 | /apex-zip/src/classes/MetadataService.cls | 828 | 26 | 828 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
490 | /apex-zip/src/classes/MetadataService.cls | 829 | 26 | 829 | 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
490 | /apex-zip/src/classes/MetadataService.cls | 829 | 26 | 829 | 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
491 | /apex-zip/src/classes/MetadataService.cls | 830 | 26 | 830 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
491 | /apex-zip/src/classes/MetadataService.cls | 830 | 26 | 830 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
492 | /apex-zip/src/classes/MetadataService.cls | 831 | 26 | 831 | 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
492 | /apex-zip/src/classes/MetadataService.cls | 831 | 26 | 831 | 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
493 | /apex-zip/src/classes/MetadataService.cls | 832 | 26 | 832 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
493 | /apex-zip/src/classes/MetadataService.cls | 832 | 26 | 832 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
494 | /apex-zip/src/classes/MetadataService.cls | 833 | 26 | 833 | 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]*' |
494 | /apex-zip/src/classes/MetadataService.cls | 833 | 26 | 833 | 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]*' |
495 | /apex-zip/src/classes/MetadataService.cls | 835 | 12 | 878 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
495 | /apex-zip/src/classes/MetadataService.cls | 835 | 12 | 878 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
496 | /apex-zip/src/classes/MetadataService.cls | 835 | 12 | 878 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class CustomPageWebLink has 20 public methods, attributes, and properties (limit: 20) |
496 | /apex-zip/src/classes/MetadataService.cls | 835 | 12 | 878 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class CustomPageWebLink has 20 public methods, attributes, and properties (limit: 20) |
497 | /apex-zip/src/classes/MetadataService.cls | 835 | 12 | 878 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
497 | /apex-zip/src/classes/MetadataService.cls | 835 | 12 | 878 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
498 | /apex-zip/src/classes/MetadataService.cls | 847 | 23 | 847 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
498 | /apex-zip/src/classes/MetadataService.cls | 847 | 23 | 847 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
499 | /apex-zip/src/classes/MetadataService.cls | 849 | 24 | 849 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
499 | /apex-zip/src/classes/MetadataService.cls | 849 | 24 | 849 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
500 | /apex-zip/src/classes/MetadataService.cls | 856 | 26 | 856 | 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
500 | /apex-zip/src/classes/MetadataService.cls | 856 | 26 | 856 | 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
501 | /apex-zip/src/classes/MetadataService.cls | 857 | 26 | 857 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
501 | /apex-zip/src/classes/MetadataService.cls | 857 | 26 | 857 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
502 | /apex-zip/src/classes/MetadataService.cls | 858 | 26 | 858 | 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
502 | /apex-zip/src/classes/MetadataService.cls | 858 | 26 | 858 | 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
503 | /apex-zip/src/classes/MetadataService.cls | 859 | 26 | 859 | 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
503 | /apex-zip/src/classes/MetadataService.cls | 859 | 26 | 859 | 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
504 | /apex-zip/src/classes/MetadataService.cls | 860 | 26 | 860 | 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
504 | /apex-zip/src/classes/MetadataService.cls | 860 | 26 | 860 | 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
505 | /apex-zip/src/classes/MetadataService.cls | 861 | 26 | 861 | 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
505 | /apex-zip/src/classes/MetadataService.cls | 861 | 26 | 861 | 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
506 | /apex-zip/src/classes/MetadataService.cls | 862 | 26 | 862 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
506 | /apex-zip/src/classes/MetadataService.cls | 862 | 26 | 862 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
507 | /apex-zip/src/classes/MetadataService.cls | 863 | 26 | 863 | 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
507 | /apex-zip/src/classes/MetadataService.cls | 863 | 26 | 863 | 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
508 | /apex-zip/src/classes/MetadataService.cls | 864 | 26 | 864 | 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
508 | /apex-zip/src/classes/MetadataService.cls | 864 | 26 | 864 | 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
509 | /apex-zip/src/classes/MetadataService.cls | 865 | 26 | 865 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
509 | /apex-zip/src/classes/MetadataService.cls | 865 | 26 | 865 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
510 | /apex-zip/src/classes/MetadataService.cls | 866 | 26 | 866 | 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
510 | /apex-zip/src/classes/MetadataService.cls | 866 | 26 | 866 | 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
511 | /apex-zip/src/classes/MetadataService.cls | 867 | 26 | 867 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
511 | /apex-zip/src/classes/MetadataService.cls | 867 | 26 | 867 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
512 | /apex-zip/src/classes/MetadataService.cls | 868 | 26 | 868 | 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
512 | /apex-zip/src/classes/MetadataService.cls | 868 | 26 | 868 | 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
513 | /apex-zip/src/classes/MetadataService.cls | 869 | 26 | 869 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
513 | /apex-zip/src/classes/MetadataService.cls | 869 | 26 | 869 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
514 | /apex-zip/src/classes/MetadataService.cls | 870 | 26 | 870 | 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
514 | /apex-zip/src/classes/MetadataService.cls | 870 | 26 | 870 | 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
515 | /apex-zip/src/classes/MetadataService.cls | 871 | 26 | 871 | 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
515 | /apex-zip/src/classes/MetadataService.cls | 871 | 26 | 871 | 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
516 | /apex-zip/src/classes/MetadataService.cls | 872 | 26 | 872 | 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
516 | /apex-zip/src/classes/MetadataService.cls | 872 | 26 | 872 | 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
517 | /apex-zip/src/classes/MetadataService.cls | 873 | 26 | 873 | 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
517 | /apex-zip/src/classes/MetadataService.cls | 873 | 26 | 873 | 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
518 | /apex-zip/src/classes/MetadataService.cls | 874 | 26 | 874 | 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
518 | /apex-zip/src/classes/MetadataService.cls | 874 | 26 | 874 | 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
519 | /apex-zip/src/classes/MetadataService.cls | 875 | 26 | 875 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
519 | /apex-zip/src/classes/MetadataService.cls | 875 | 26 | 875 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
520 | /apex-zip/src/classes/MetadataService.cls | 876 | 26 | 876 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
520 | /apex-zip/src/classes/MetadataService.cls | 876 | 26 | 876 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
521 | /apex-zip/src/classes/MetadataService.cls | 877 | 26 | 877 | 318 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
521 | /apex-zip/src/classes/MetadataService.cls | 877 | 26 | 877 | 318 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
522 | /apex-zip/src/classes/MetadataService.cls | 879 | 12 | 904 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
522 | /apex-zip/src/classes/MetadataService.cls | 879 | 12 | 904 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
523 | /apex-zip/src/classes/MetadataService.cls | 879 | 12 | 904 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
523 | /apex-zip/src/classes/MetadataService.cls | 879 | 12 | 904 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
524 | /apex-zip/src/classes/MetadataService.cls | 890 | 23 | 890 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
524 | /apex-zip/src/classes/MetadataService.cls | 890 | 23 | 890 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
525 | /apex-zip/src/classes/MetadataService.cls | 891 | 26 | 891 | 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 'dmlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
525 | /apex-zip/src/classes/MetadataService.cls | 891 | 26 | 891 | 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 'dmlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
526 | /apex-zip/src/classes/MetadataService.cls | 892 | 26 | 892 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
526 | /apex-zip/src/classes/MetadataService.cls | 892 | 26 | 892 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
527 | /apex-zip/src/classes/MetadataService.cls | 893 | 26 | 893 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'locationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
527 | /apex-zip/src/classes/MetadataService.cls | 893 | 26 | 893 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'locationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
528 | /apex-zip/src/classes/MetadataService.cls | 894 | 26 | 894 | 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 'methodInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
528 | /apex-zip/src/classes/MetadataService.cls | 894 | 26 | 894 | 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 'methodInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
529 | /apex-zip/src/classes/MetadataService.cls | 895 | 26 | 895 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
529 | /apex-zip/src/classes/MetadataService.cls | 895 | 26 | 895 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
530 | /apex-zip/src/classes/MetadataService.cls | 896 | 26 | 896 | 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
530 | /apex-zip/src/classes/MetadataService.cls | 896 | 26 | 896 | 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
531 | /apex-zip/src/classes/MetadataService.cls | 897 | 26 | 897 | 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 'numLocations_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
531 | /apex-zip/src/classes/MetadataService.cls | 897 | 26 | 897 | 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 'numLocations_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
532 | /apex-zip/src/classes/MetadataService.cls | 898 | 26 | 898 | 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 'numLocationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
532 | /apex-zip/src/classes/MetadataService.cls | 898 | 26 | 898 | 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 'numLocationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
533 | /apex-zip/src/classes/MetadataService.cls | 899 | 26 | 899 | 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 'soqlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
533 | /apex-zip/src/classes/MetadataService.cls | 899 | 26 | 899 | 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 'soqlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
534 | /apex-zip/src/classes/MetadataService.cls | 900 | 26 | 900 | 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 'soslInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
534 | /apex-zip/src/classes/MetadataService.cls | 900 | 26 | 900 | 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 'soslInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
535 | /apex-zip/src/classes/MetadataService.cls | 901 | 26 | 901 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
535 | /apex-zip/src/classes/MetadataService.cls | 901 | 26 | 901 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
536 | /apex-zip/src/classes/MetadataService.cls | 902 | 26 | 902 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
536 | /apex-zip/src/classes/MetadataService.cls | 902 | 26 | 902 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
537 | /apex-zip/src/classes/MetadataService.cls | 903 | 26 | 903 | 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]*' |
537 | /apex-zip/src/classes/MetadataService.cls | 903 | 26 | 903 | 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]*' |
538 | /apex-zip/src/classes/MetadataService.cls | 905 | 12 | 916 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
538 | /apex-zip/src/classes/MetadataService.cls | 905 | 12 | 916 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
539 | /apex-zip/src/classes/MetadataService.cls | 910 | 26 | 910 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
539 | /apex-zip/src/classes/MetadataService.cls | 910 | 26 | 910 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
540 | /apex-zip/src/classes/MetadataService.cls | 911 | 26 | 911 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
540 | /apex-zip/src/classes/MetadataService.cls | 911 | 26 | 911 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
541 | /apex-zip/src/classes/MetadataService.cls | 912 | 26 | 912 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
541 | /apex-zip/src/classes/MetadataService.cls | 912 | 26 | 912 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
542 | /apex-zip/src/classes/MetadataService.cls | 913 | 26 | 913 | 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
542 | /apex-zip/src/classes/MetadataService.cls | 913 | 26 | 913 | 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
543 | /apex-zip/src/classes/MetadataService.cls | 914 | 26 | 914 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
543 | /apex-zip/src/classes/MetadataService.cls | 914 | 26 | 914 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
544 | /apex-zip/src/classes/MetadataService.cls | 915 | 26 | 915 | 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]*' |
544 | /apex-zip/src/classes/MetadataService.cls | 915 | 26 | 915 | 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]*' |
545 | /apex-zip/src/classes/MetadataService.cls | 917 | 12 | 922 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
545 | /apex-zip/src/classes/MetadataService.cls | 917 | 12 | 922 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
546 | /apex-zip/src/classes/MetadataService.cls | 919 | 26 | 919 | 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
546 | /apex-zip/src/classes/MetadataService.cls | 919 | 26 | 919 | 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
547 | /apex-zip/src/classes/MetadataService.cls | 920 | 26 | 920 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
547 | /apex-zip/src/classes/MetadataService.cls | 920 | 26 | 920 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
548 | /apex-zip/src/classes/MetadataService.cls | 921 | 26 | 921 | 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]*' |
548 | /apex-zip/src/classes/MetadataService.cls | 921 | 26 | 921 | 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]*' |
549 | /apex-zip/src/classes/MetadataService.cls | 923 | 12 | 936 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
549 | /apex-zip/src/classes/MetadataService.cls | 923 | 12 | 936 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
550 | /apex-zip/src/classes/MetadataService.cls | 928 | 24 | 928 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
550 | /apex-zip/src/classes/MetadataService.cls | 928 | 24 | 928 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
551 | /apex-zip/src/classes/MetadataService.cls | 929 | 26 | 929 | 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
551 | /apex-zip/src/classes/MetadataService.cls | 929 | 26 | 929 | 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
552 | /apex-zip/src/classes/MetadataService.cls | 930 | 26 | 930 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
552 | /apex-zip/src/classes/MetadataService.cls | 930 | 26 | 930 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
553 | /apex-zip/src/classes/MetadataService.cls | 931 | 26 | 931 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
553 | /apex-zip/src/classes/MetadataService.cls | 931 | 26 | 931 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
554 | /apex-zip/src/classes/MetadataService.cls | 932 | 26 | 932 | 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
554 | /apex-zip/src/classes/MetadataService.cls | 932 | 26 | 932 | 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
555 | /apex-zip/src/classes/MetadataService.cls | 933 | 26 | 933 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
555 | /apex-zip/src/classes/MetadataService.cls | 933 | 26 | 933 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
556 | /apex-zip/src/classes/MetadataService.cls | 934 | 26 | 934 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
556 | /apex-zip/src/classes/MetadataService.cls | 934 | 26 | 934 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
557 | /apex-zip/src/classes/MetadataService.cls | 935 | 26 | 935 | 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]*' |
557 | /apex-zip/src/classes/MetadataService.cls | 935 | 26 | 935 | 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]*' |
558 | /apex-zip/src/classes/MetadataService.cls | 937 | 12 | 942 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
558 | /apex-zip/src/classes/MetadataService.cls | 937 | 12 | 942 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
559 | /apex-zip/src/classes/MetadataService.cls | 939 | 26 | 939 | 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
559 | /apex-zip/src/classes/MetadataService.cls | 939 | 26 | 939 | 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
560 | /apex-zip/src/classes/MetadataService.cls | 940 | 26 | 940 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
560 | /apex-zip/src/classes/MetadataService.cls | 940 | 26 | 940 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
561 | /apex-zip/src/classes/MetadataService.cls | 941 | 26 | 941 | 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]*' |
561 | /apex-zip/src/classes/MetadataService.cls | 941 | 26 | 941 | 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]*' |
562 | /apex-zip/src/classes/MetadataService.cls | 943 | 12 | 958 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
562 | /apex-zip/src/classes/MetadataService.cls | 943 | 12 | 958 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
563 | /apex-zip/src/classes/MetadataService.cls | 950 | 26 | 950 | 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 'alerts_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
563 | /apex-zip/src/classes/MetadataService.cls | 950 | 26 | 950 | 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 'alerts_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
564 | /apex-zip/src/classes/MetadataService.cls | 951 | 26 | 951 | 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 'fieldUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
564 | /apex-zip/src/classes/MetadataService.cls | 951 | 26 | 951 | 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 'fieldUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
565 | /apex-zip/src/classes/MetadataService.cls | 952 | 26 | 952 | 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 'knowledgePublishes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
565 | /apex-zip/src/classes/MetadataService.cls | 952 | 26 | 952 | 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 'knowledgePublishes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
566 | /apex-zip/src/classes/MetadataService.cls | 953 | 26 | 953 | 172 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'outboundMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
566 | /apex-zip/src/classes/MetadataService.cls | 953 | 26 | 953 | 172 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'outboundMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
567 | /apex-zip/src/classes/MetadataService.cls | 954 | 26 | 954 | 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
567 | /apex-zip/src/classes/MetadataService.cls | 954 | 26 | 954 | 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
568 | /apex-zip/src/classes/MetadataService.cls | 955 | 26 | 955 | 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 'tasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
568 | /apex-zip/src/classes/MetadataService.cls | 955 | 26 | 955 | 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 'tasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
569 | /apex-zip/src/classes/MetadataService.cls | 956 | 26 | 956 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
569 | /apex-zip/src/classes/MetadataService.cls | 956 | 26 | 956 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
570 | /apex-zip/src/classes/MetadataService.cls | 957 | 26 | 957 | 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]*' |
570 | /apex-zip/src/classes/MetadataService.cls | 957 | 26 | 957 | 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]*' |
571 | /apex-zip/src/classes/MetadataService.cls | 959 | 12 | 966 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
571 | /apex-zip/src/classes/MetadataService.cls | 959 | 12 | 966 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
572 | /apex-zip/src/classes/MetadataService.cls | 962 | 26 | 962 | 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 'picklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
572 | /apex-zip/src/classes/MetadataService.cls | 962 | 26 | 962 | 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 'picklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
573 | /apex-zip/src/classes/MetadataService.cls | 963 | 26 | 963 | 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
573 | /apex-zip/src/classes/MetadataService.cls | 963 | 26 | 963 | 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
574 | /apex-zip/src/classes/MetadataService.cls | 964 | 26 | 964 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
574 | /apex-zip/src/classes/MetadataService.cls | 964 | 26 | 964 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
575 | /apex-zip/src/classes/MetadataService.cls | 965 | 26 | 965 | 83 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
575 | /apex-zip/src/classes/MetadataService.cls | 965 | 26 | 965 | 83 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
576 | /apex-zip/src/classes/MetadataService.cls | 967 | 12 | 972 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
576 | /apex-zip/src/classes/MetadataService.cls | 967 | 12 | 972 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
577 | /apex-zip/src/classes/MetadataService.cls | 967 | 12 | 972 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'describeMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
577 | /apex-zip/src/classes/MetadataService.cls | 967 | 12 | 972 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'describeMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
578 | /apex-zip/src/classes/MetadataService.cls | 969 | 26 | 969 | 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
578 | /apex-zip/src/classes/MetadataService.cls | 969 | 26 | 969 | 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
579 | /apex-zip/src/classes/MetadataService.cls | 970 | 26 | 970 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
579 | /apex-zip/src/classes/MetadataService.cls | 970 | 26 | 970 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
580 | /apex-zip/src/classes/MetadataService.cls | 971 | 26 | 971 | 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]*' |
580 | /apex-zip/src/classes/MetadataService.cls | 971 | 26 | 971 | 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]*' |
581 | /apex-zip/src/classes/MetadataService.cls | 973 | 12 | 978 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
581 | /apex-zip/src/classes/MetadataService.cls | 973 | 12 | 978 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
582 | /apex-zip/src/classes/MetadataService.cls | 975 | 26 | 975 | 127 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
582 | /apex-zip/src/classes/MetadataService.cls | 975 | 26 | 975 | 127 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
583 | /apex-zip/src/classes/MetadataService.cls | 976 | 26 | 976 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
583 | /apex-zip/src/classes/MetadataService.cls | 976 | 26 | 976 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
584 | /apex-zip/src/classes/MetadataService.cls | 977 | 26 | 977 | 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]*' |
584 | /apex-zip/src/classes/MetadataService.cls | 977 | 26 | 977 | 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]*' |
585 | /apex-zip/src/classes/MetadataService.cls | 979 | 12 | 990 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
585 | /apex-zip/src/classes/MetadataService.cls | 979 | 12 | 990 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
586 | /apex-zip/src/classes/MetadataService.cls | 984 | 26 | 984 | 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
586 | /apex-zip/src/classes/MetadataService.cls | 984 | 26 | 984 | 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
587 | /apex-zip/src/classes/MetadataService.cls | 985 | 26 | 985 | 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
587 | /apex-zip/src/classes/MetadataService.cls | 985 | 26 | 985 | 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
588 | /apex-zip/src/classes/MetadataService.cls | 986 | 26 | 986 | 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 'userInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
588 | /apex-zip/src/classes/MetadataService.cls | 986 | 26 | 986 | 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 'userInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
589 | /apex-zip/src/classes/MetadataService.cls | 987 | 26 | 987 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
589 | /apex-zip/src/classes/MetadataService.cls | 987 | 26 | 987 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
590 | /apex-zip/src/classes/MetadataService.cls | 988 | 26 | 988 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
590 | /apex-zip/src/classes/MetadataService.cls | 988 | 26 | 988 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
591 | /apex-zip/src/classes/MetadataService.cls | 989 | 26 | 989 | 107 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
591 | /apex-zip/src/classes/MetadataService.cls | 989 | 26 | 989 | 107 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
592 | /apex-zip/src/classes/MetadataService.cls | 991 | 12 | 998 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
592 | /apex-zip/src/classes/MetadataService.cls | 991 | 12 | 998 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
593 | /apex-zip/src/classes/MetadataService.cls | 994 | 26 | 994 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
593 | /apex-zip/src/classes/MetadataService.cls | 994 | 26 | 994 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
594 | /apex-zip/src/classes/MetadataService.cls | 995 | 26 | 995 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
594 | /apex-zip/src/classes/MetadataService.cls | 995 | 26 | 995 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
595 | /apex-zip/src/classes/MetadataService.cls | 996 | 26 | 996 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
595 | /apex-zip/src/classes/MetadataService.cls | 996 | 26 | 996 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
596 | /apex-zip/src/classes/MetadataService.cls | 997 | 26 | 997 | 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]*' |
596 | /apex-zip/src/classes/MetadataService.cls | 997 | 26 | 997 | 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]*' |
597 | /apex-zip/src/classes/MetadataService.cls | 999 | 12 | 1014 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
597 | /apex-zip/src/classes/MetadataService.cls | 999 | 12 | 1014 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
598 | /apex-zip/src/classes/MetadataService.cls | 1006 | 26 | 1006 | 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
598 | /apex-zip/src/classes/MetadataService.cls | 1006 | 26 | 1006 | 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
599 | /apex-zip/src/classes/MetadataService.cls | 1007 | 26 | 1007 | 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
599 | /apex-zip/src/classes/MetadataService.cls | 1007 | 26 | 1007 | 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
600 | /apex-zip/src/classes/MetadataService.cls | 1008 | 26 | 1008 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
600 | /apex-zip/src/classes/MetadataService.cls | 1008 | 26 | 1008 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
601 | /apex-zip/src/classes/MetadataService.cls | 1009 | 26 | 1009 | 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 'mayForecastManagerShare_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
601 | /apex-zip/src/classes/MetadataService.cls | 1009 | 26 | 1009 | 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 'mayForecastManagerShare_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
602 | /apex-zip/src/classes/MetadataService.cls | 1010 | 26 | 1010 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
602 | /apex-zip/src/classes/MetadataService.cls | 1010 | 26 | 1010 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
603 | /apex-zip/src/classes/MetadataService.cls | 1011 | 26 | 1011 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
603 | /apex-zip/src/classes/MetadataService.cls | 1011 | 26 | 1011 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
604 | /apex-zip/src/classes/MetadataService.cls | 1012 | 26 | 1012 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
604 | /apex-zip/src/classes/MetadataService.cls | 1012 | 26 | 1012 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
605 | /apex-zip/src/classes/MetadataService.cls | 1013 | 26 | 1013 | 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]*' |
605 | /apex-zip/src/classes/MetadataService.cls | 1013 | 26 | 1013 | 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]*' |
606 | /apex-zip/src/classes/MetadataService.cls | 1015 | 12 | 1020 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
606 | /apex-zip/src/classes/MetadataService.cls | 1015 | 12 | 1020 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
607 | /apex-zip/src/classes/MetadataService.cls | 1017 | 26 | 1017 | 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 'connectors_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
607 | /apex-zip/src/classes/MetadataService.cls | 1017 | 26 | 1017 | 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 'connectors_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
608 | /apex-zip/src/classes/MetadataService.cls | 1018 | 26 | 1018 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
608 | /apex-zip/src/classes/MetadataService.cls | 1018 | 26 | 1018 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
609 | /apex-zip/src/classes/MetadataService.cls | 1019 | 26 | 1019 | 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]*' |
609 | /apex-zip/src/classes/MetadataService.cls | 1019 | 26 | 1019 | 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]*' |
610 | /apex-zip/src/classes/MetadataService.cls | 1021 | 12 | 1028 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
610 | /apex-zip/src/classes/MetadataService.cls | 1021 | 12 | 1028 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
611 | /apex-zip/src/classes/MetadataService.cls | 1024 | 26 | 1024 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
611 | /apex-zip/src/classes/MetadataService.cls | 1024 | 26 | 1024 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
612 | /apex-zip/src/classes/MetadataService.cls | 1025 | 26 | 1025 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
612 | /apex-zip/src/classes/MetadataService.cls | 1025 | 26 | 1025 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
613 | /apex-zip/src/classes/MetadataService.cls | 1026 | 26 | 1026 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
613 | /apex-zip/src/classes/MetadataService.cls | 1026 | 26 | 1026 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
614 | /apex-zip/src/classes/MetadataService.cls | 1027 | 26 | 1027 | 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]*' |
614 | /apex-zip/src/classes/MetadataService.cls | 1027 | 26 | 1027 | 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]*' |
615 | /apex-zip/src/classes/MetadataService.cls | 1029 | 12 | 1036 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
615 | /apex-zip/src/classes/MetadataService.cls | 1029 | 12 | 1036 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
616 | /apex-zip/src/classes/MetadataService.cls | 1031 | 23 | 1031 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
616 | /apex-zip/src/classes/MetadataService.cls | 1031 | 23 | 1031 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
617 | /apex-zip/src/classes/MetadataService.cls | 1032 | 26 | 1032 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
617 | /apex-zip/src/classes/MetadataService.cls | 1032 | 26 | 1032 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
618 | /apex-zip/src/classes/MetadataService.cls | 1033 | 26 | 1033 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
618 | /apex-zip/src/classes/MetadataService.cls | 1033 | 26 | 1033 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
619 | /apex-zip/src/classes/MetadataService.cls | 1034 | 26 | 1034 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
619 | /apex-zip/src/classes/MetadataService.cls | 1034 | 26 | 1034 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
620 | /apex-zip/src/classes/MetadataService.cls | 1035 | 26 | 1035 | 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]*' |
620 | /apex-zip/src/classes/MetadataService.cls | 1035 | 26 | 1035 | 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]*' |
621 | /apex-zip/src/classes/MetadataService.cls | 1037 | 12 | 1054 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
621 | /apex-zip/src/classes/MetadataService.cls | 1037 | 12 | 1054 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
622 | /apex-zip/src/classes/MetadataService.cls | 1037 | 12 | 1054 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
622 | /apex-zip/src/classes/MetadataService.cls | 1037 | 12 | 1054 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
623 | /apex-zip/src/classes/MetadataService.cls | 1043 | 23 | 1043 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
623 | /apex-zip/src/classes/MetadataService.cls | 1043 | 23 | 1043 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
624 | /apex-zip/src/classes/MetadataService.cls | 1045 | 26 | 1045 | 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
624 | /apex-zip/src/classes/MetadataService.cls | 1045 | 26 | 1045 | 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
625 | /apex-zip/src/classes/MetadataService.cls | 1046 | 26 | 1046 | 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
625 | /apex-zip/src/classes/MetadataService.cls | 1046 | 26 | 1046 | 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
626 | /apex-zip/src/classes/MetadataService.cls | 1047 | 26 | 1047 | 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
626 | /apex-zip/src/classes/MetadataService.cls | 1047 | 26 | 1047 | 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
627 | /apex-zip/src/classes/MetadataService.cls | 1048 | 26 | 1048 | 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
627 | /apex-zip/src/classes/MetadataService.cls | 1048 | 26 | 1048 | 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
628 | /apex-zip/src/classes/MetadataService.cls | 1049 | 26 | 1049 | 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
628 | /apex-zip/src/classes/MetadataService.cls | 1049 | 26 | 1049 | 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
629 | /apex-zip/src/classes/MetadataService.cls | 1050 | 26 | 1050 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
629 | /apex-zip/src/classes/MetadataService.cls | 1050 | 26 | 1050 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
630 | /apex-zip/src/classes/MetadataService.cls | 1051 | 26 | 1051 | 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
630 | /apex-zip/src/classes/MetadataService.cls | 1051 | 26 | 1051 | 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
631 | /apex-zip/src/classes/MetadataService.cls | 1052 | 26 | 1052 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
631 | /apex-zip/src/classes/MetadataService.cls | 1052 | 26 | 1052 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
632 | /apex-zip/src/classes/MetadataService.cls | 1053 | 26 | 1053 | 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]*' |
632 | /apex-zip/src/classes/MetadataService.cls | 1053 | 26 | 1053 | 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]*' |
633 | /apex-zip/src/classes/MetadataService.cls | 1055 | 12 | 1060 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
633 | /apex-zip/src/classes/MetadataService.cls | 1055 | 12 | 1060 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
634 | /apex-zip/src/classes/MetadataService.cls | 1057 | 26 | 1057 | 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 'parentRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
634 | /apex-zip/src/classes/MetadataService.cls | 1057 | 26 | 1057 | 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 'parentRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
635 | /apex-zip/src/classes/MetadataService.cls | 1058 | 26 | 1058 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
635 | /apex-zip/src/classes/MetadataService.cls | 1058 | 26 | 1058 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
636 | /apex-zip/src/classes/MetadataService.cls | 1059 | 26 | 1059 | 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]*' |
636 | /apex-zip/src/classes/MetadataService.cls | 1059 | 26 | 1059 | 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]*' |
637 | /apex-zip/src/classes/MetadataService.cls | 1061 | 12 | 1072 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
637 | /apex-zip/src/classes/MetadataService.cls | 1061 | 12 | 1072 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
638 | /apex-zip/src/classes/MetadataService.cls | 1066 | 26 | 1066 | 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 'fileProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
638 | /apex-zip/src/classes/MetadataService.cls | 1066 | 26 | 1066 | 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 'fileProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
639 | /apex-zip/src/classes/MetadataService.cls | 1067 | 26 | 1067 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
639 | /apex-zip/src/classes/MetadataService.cls | 1067 | 26 | 1067 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
640 | /apex-zip/src/classes/MetadataService.cls | 1068 | 26 | 1068 | 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
640 | /apex-zip/src/classes/MetadataService.cls | 1068 | 26 | 1068 | 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
641 | /apex-zip/src/classes/MetadataService.cls | 1069 | 26 | 1069 | 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 'zipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
641 | /apex-zip/src/classes/MetadataService.cls | 1069 | 26 | 1069 | 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 'zipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
642 | /apex-zip/src/classes/MetadataService.cls | 1070 | 26 | 1070 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
642 | /apex-zip/src/classes/MetadataService.cls | 1070 | 26 | 1070 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
643 | /apex-zip/src/classes/MetadataService.cls | 1071 | 26 | 1071 | 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]*' |
643 | /apex-zip/src/classes/MetadataService.cls | 1071 | 26 | 1071 | 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]*' |
644 | /apex-zip/src/classes/MetadataService.cls | 1073 | 12 | 1078 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
644 | /apex-zip/src/classes/MetadataService.cls | 1073 | 12 | 1078 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
645 | /apex-zip/src/classes/MetadataService.cls | 1073 | 12 | 1078 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'delete_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
645 | /apex-zip/src/classes/MetadataService.cls | 1073 | 12 | 1078 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'delete_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
646 | /apex-zip/src/classes/MetadataService.cls | 1075 | 26 | 1075 | 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
646 | /apex-zip/src/classes/MetadataService.cls | 1075 | 26 | 1075 | 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
647 | /apex-zip/src/classes/MetadataService.cls | 1076 | 26 | 1076 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
647 | /apex-zip/src/classes/MetadataService.cls | 1076 | 26 | 1076 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
648 | /apex-zip/src/classes/MetadataService.cls | 1077 | 26 | 1077 | 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]*' |
648 | /apex-zip/src/classes/MetadataService.cls | 1077 | 26 | 1077 | 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]*' |
649 | /apex-zip/src/classes/MetadataService.cls | 1079 | 12 | 1088 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
649 | /apex-zip/src/classes/MetadataService.cls | 1079 | 12 | 1088 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
650 | /apex-zip/src/classes/MetadataService.cls | 1083 | 26 | 1083 | 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 'networkAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
650 | /apex-zip/src/classes/MetadataService.cls | 1083 | 26 | 1083 | 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 'networkAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
651 | /apex-zip/src/classes/MetadataService.cls | 1084 | 26 | 1084 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'passwordPolicies_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
651 | /apex-zip/src/classes/MetadataService.cls | 1084 | 26 | 1084 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'passwordPolicies_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
652 | /apex-zip/src/classes/MetadataService.cls | 1085 | 26 | 1085 | 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 'sessionSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
652 | /apex-zip/src/classes/MetadataService.cls | 1085 | 26 | 1085 | 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 'sessionSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
653 | /apex-zip/src/classes/MetadataService.cls | 1086 | 26 | 1086 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
653 | /apex-zip/src/classes/MetadataService.cls | 1086 | 26 | 1086 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
654 | /apex-zip/src/classes/MetadataService.cls | 1087 | 26 | 1087 | 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]*' |
654 | /apex-zip/src/classes/MetadataService.cls | 1087 | 26 | 1087 | 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]*' |
655 | /apex-zip/src/classes/MetadataService.cls | 1089 | 12 | 1100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
655 | /apex-zip/src/classes/MetadataService.cls | 1089 | 12 | 1100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
656 | /apex-zip/src/classes/MetadataService.cls | 1094 | 26 | 1094 | 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
656 | /apex-zip/src/classes/MetadataService.cls | 1094 | 26 | 1094 | 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
657 | /apex-zip/src/classes/MetadataService.cls | 1095 | 26 | 1095 | 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
657 | /apex-zip/src/classes/MetadataService.cls | 1095 | 26 | 1095 | 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
658 | /apex-zip/src/classes/MetadataService.cls | 1096 | 26 | 1096 | 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
658 | /apex-zip/src/classes/MetadataService.cls | 1096 | 26 | 1096 | 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
659 | /apex-zip/src/classes/MetadataService.cls | 1097 | 26 | 1097 | 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
659 | /apex-zip/src/classes/MetadataService.cls | 1097 | 26 | 1097 | 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
660 | /apex-zip/src/classes/MetadataService.cls | 1098 | 26 | 1098 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
660 | /apex-zip/src/classes/MetadataService.cls | 1098 | 26 | 1098 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
661 | /apex-zip/src/classes/MetadataService.cls | 1099 | 26 | 1099 | 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]*' |
661 | /apex-zip/src/classes/MetadataService.cls | 1099 | 26 | 1099 | 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]*' |
662 | /apex-zip/src/classes/MetadataService.cls | 1101 | 12 | 1108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
662 | /apex-zip/src/classes/MetadataService.cls | 1101 | 12 | 1108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
663 | /apex-zip/src/classes/MetadataService.cls | 1104 | 26 | 1104 | 189 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
663 | /apex-zip/src/classes/MetadataService.cls | 1104 | 26 | 1104 | 189 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
664 | /apex-zip/src/classes/MetadataService.cls | 1105 | 26 | 1105 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
664 | /apex-zip/src/classes/MetadataService.cls | 1105 | 26 | 1105 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
665 | /apex-zip/src/classes/MetadataService.cls | 1106 | 26 | 1106 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
665 | /apex-zip/src/classes/MetadataService.cls | 1106 | 26 | 1106 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
666 | /apex-zip/src/classes/MetadataService.cls | 1107 | 26 | 1107 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
666 | /apex-zip/src/classes/MetadataService.cls | 1107 | 26 | 1107 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
667 | /apex-zip/src/classes/MetadataService.cls | 1109 | 12 | 1114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
667 | /apex-zip/src/classes/MetadataService.cls | 1109 | 12 | 1114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
668 | /apex-zip/src/classes/MetadataService.cls | 1109 | 12 | 1114 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'updateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
668 | /apex-zip/src/classes/MetadataService.cls | 1109 | 12 | 1114 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'updateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
669 | /apex-zip/src/classes/MetadataService.cls | 1111 | 26 | 1111 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
669 | /apex-zip/src/classes/MetadataService.cls | 1111 | 26 | 1111 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
670 | /apex-zip/src/classes/MetadataService.cls | 1112 | 26 | 1112 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
670 | /apex-zip/src/classes/MetadataService.cls | 1112 | 26 | 1112 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
671 | /apex-zip/src/classes/MetadataService.cls | 1113 | 26 | 1113 | 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]*' |
671 | /apex-zip/src/classes/MetadataService.cls | 1113 | 26 | 1113 | 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]*' |
672 | /apex-zip/src/classes/MetadataService.cls | 1115 | 12 | 1120 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
672 | /apex-zip/src/classes/MetadataService.cls | 1115 | 12 | 1120 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
673 | /apex-zip/src/classes/MetadataService.cls | 1115 | 12 | 1120 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'retrieve_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
673 | /apex-zip/src/classes/MetadataService.cls | 1115 | 12 | 1120 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'retrieve_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
674 | /apex-zip/src/classes/MetadataService.cls | 1117 | 26 | 1117 | 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 'retrieveRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
674 | /apex-zip/src/classes/MetadataService.cls | 1117 | 26 | 1117 | 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 'retrieveRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
675 | /apex-zip/src/classes/MetadataService.cls | 1118 | 26 | 1118 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
675 | /apex-zip/src/classes/MetadataService.cls | 1118 | 26 | 1118 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
676 | /apex-zip/src/classes/MetadataService.cls | 1119 | 26 | 1119 | 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]*' |
676 | /apex-zip/src/classes/MetadataService.cls | 1119 | 26 | 1119 | 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]*' |
677 | /apex-zip/src/classes/MetadataService.cls | 1121 | 12 | 1126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
677 | /apex-zip/src/classes/MetadataService.cls | 1121 | 12 | 1126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
678 | /apex-zip/src/classes/MetadataService.cls | 1121 | 12 | 1126 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'create_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
678 | /apex-zip/src/classes/MetadataService.cls | 1121 | 12 | 1126 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'create_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
679 | /apex-zip/src/classes/MetadataService.cls | 1123 | 26 | 1123 | 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
679 | /apex-zip/src/classes/MetadataService.cls | 1123 | 26 | 1123 | 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
680 | /apex-zip/src/classes/MetadataService.cls | 1124 | 26 | 1124 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
680 | /apex-zip/src/classes/MetadataService.cls | 1124 | 26 | 1124 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
681 | /apex-zip/src/classes/MetadataService.cls | 1125 | 26 | 1125 | 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]*' |
681 | /apex-zip/src/classes/MetadataService.cls | 1125 | 26 | 1125 | 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]*' |
682 | /apex-zip/src/classes/MetadataService.cls | 1127 | 12 | 1142 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
682 | /apex-zip/src/classes/MetadataService.cls | 1127 | 12 | 1142 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
683 | /apex-zip/src/classes/MetadataService.cls | 1134 | 26 | 1134 | 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 'childXmlNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
683 | /apex-zip/src/classes/MetadataService.cls | 1134 | 26 | 1134 | 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 'childXmlNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
684 | /apex-zip/src/classes/MetadataService.cls | 1135 | 26 | 1135 | 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 'directoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
684 | /apex-zip/src/classes/MetadataService.cls | 1135 | 26 | 1135 | 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 'directoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
685 | /apex-zip/src/classes/MetadataService.cls | 1136 | 26 | 1136 | 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 'inFolder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
685 | /apex-zip/src/classes/MetadataService.cls | 1136 | 26 | 1136 | 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 'inFolder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
686 | /apex-zip/src/classes/MetadataService.cls | 1137 | 26 | 1137 | 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 'metaFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
686 | /apex-zip/src/classes/MetadataService.cls | 1137 | 26 | 1137 | 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 'metaFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
687 | /apex-zip/src/classes/MetadataService.cls | 1138 | 26 | 1138 | 127 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'suffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
687 | /apex-zip/src/classes/MetadataService.cls | 1138 | 26 | 1138 | 127 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'suffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
688 | /apex-zip/src/classes/MetadataService.cls | 1139 | 26 | 1139 | 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 'xmlName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
688 | /apex-zip/src/classes/MetadataService.cls | 1139 | 26 | 1139 | 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 'xmlName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
689 | /apex-zip/src/classes/MetadataService.cls | 1140 | 26 | 1140 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
689 | /apex-zip/src/classes/MetadataService.cls | 1140 | 26 | 1140 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
690 | /apex-zip/src/classes/MetadataService.cls | 1141 | 26 | 1141 | 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]*' |
690 | /apex-zip/src/classes/MetadataService.cls | 1141 | 26 | 1141 | 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]*' |
691 | /apex-zip/src/classes/MetadataService.cls | 1143 | 12 | 1148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
691 | /apex-zip/src/classes/MetadataService.cls | 1143 | 12 | 1148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
692 | /apex-zip/src/classes/MetadataService.cls | 1143 | 12 | 1148 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'createResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
692 | /apex-zip/src/classes/MetadataService.cls | 1143 | 12 | 1148 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'createResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
693 | /apex-zip/src/classes/MetadataService.cls | 1145 | 26 | 1145 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
693 | /apex-zip/src/classes/MetadataService.cls | 1145 | 26 | 1145 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
694 | /apex-zip/src/classes/MetadataService.cls | 1146 | 26 | 1146 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
694 | /apex-zip/src/classes/MetadataService.cls | 1146 | 26 | 1146 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
695 | /apex-zip/src/classes/MetadataService.cls | 1147 | 26 | 1147 | 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]*' |
695 | /apex-zip/src/classes/MetadataService.cls | 1147 | 26 | 1147 | 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]*' |
696 | /apex-zip/src/classes/MetadataService.cls | 1149 | 12 | 1156 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
696 | /apex-zip/src/classes/MetadataService.cls | 1149 | 12 | 1156 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
697 | /apex-zip/src/classes/MetadataService.cls | 1152 | 26 | 1152 | 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
697 | /apex-zip/src/classes/MetadataService.cls | 1152 | 26 | 1152 | 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
698 | /apex-zip/src/classes/MetadataService.cls | 1153 | 26 | 1153 | 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
698 | /apex-zip/src/classes/MetadataService.cls | 1153 | 26 | 1153 | 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
699 | /apex-zip/src/classes/MetadataService.cls | 1154 | 26 | 1154 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
699 | /apex-zip/src/classes/MetadataService.cls | 1154 | 26 | 1154 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
700 | /apex-zip/src/classes/MetadataService.cls | 1155 | 26 | 1155 | 83 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
700 | /apex-zip/src/classes/MetadataService.cls | 1155 | 26 | 1155 | 83 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
701 | /apex-zip/src/classes/MetadataService.cls | 1157 | 12 | 1162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
701 | /apex-zip/src/classes/MetadataService.cls | 1157 | 12 | 1162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
702 | /apex-zip/src/classes/MetadataService.cls | 1157 | 12 | 1162 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
702 | /apex-zip/src/classes/MetadataService.cls | 1157 | 12 | 1162 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
703 | /apex-zip/src/classes/MetadataService.cls | 1159 | 26 | 1159 | 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 'asyncProcessId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
703 | /apex-zip/src/classes/MetadataService.cls | 1159 | 26 | 1159 | 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 'asyncProcessId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
704 | /apex-zip/src/classes/MetadataService.cls | 1160 | 26 | 1160 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
704 | /apex-zip/src/classes/MetadataService.cls | 1160 | 26 | 1160 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
705 | /apex-zip/src/classes/MetadataService.cls | 1161 | 26 | 1161 | 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]*' |
705 | /apex-zip/src/classes/MetadataService.cls | 1161 | 26 | 1161 | 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]*' |
706 | /apex-zip/src/classes/MetadataService.cls | 1163 | 12 | 1170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
706 | /apex-zip/src/classes/MetadataService.cls | 1163 | 12 | 1170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
707 | /apex-zip/src/classes/MetadataService.cls | 1166 | 26 | 1166 | 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
707 | /apex-zip/src/classes/MetadataService.cls | 1166 | 26 | 1166 | 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
708 | /apex-zip/src/classes/MetadataService.cls | 1167 | 26 | 1167 | 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 'reserved_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
708 | /apex-zip/src/classes/MetadataService.cls | 1167 | 26 | 1167 | 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 'reserved_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
709 | /apex-zip/src/classes/MetadataService.cls | 1168 | 26 | 1168 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
709 | /apex-zip/src/classes/MetadataService.cls | 1168 | 26 | 1168 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
710 | /apex-zip/src/classes/MetadataService.cls | 1169 | 26 | 1169 | 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]*' |
710 | /apex-zip/src/classes/MetadataService.cls | 1169 | 26 | 1169 | 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]*' |
711 | /apex-zip/src/classes/MetadataService.cls | 1171 | 12 | 1192 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
711 | /apex-zip/src/classes/MetadataService.cls | 1171 | 12 | 1192 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
712 | /apex-zip/src/classes/MetadataService.cls | 1171 | 12 | 1192 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
712 | /apex-zip/src/classes/MetadataService.cls | 1171 | 12 | 1192 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
713 | /apex-zip/src/classes/MetadataService.cls | 1179 | 24 | 1179 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
713 | /apex-zip/src/classes/MetadataService.cls | 1179 | 24 | 1179 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
714 | /apex-zip/src/classes/MetadataService.cls | 1181 | 26 | 1181 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
714 | /apex-zip/src/classes/MetadataService.cls | 1181 | 26 | 1181 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
715 | /apex-zip/src/classes/MetadataService.cls | 1182 | 26 | 1182 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
715 | /apex-zip/src/classes/MetadataService.cls | 1182 | 26 | 1182 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
716 | /apex-zip/src/classes/MetadataService.cls | 1183 | 26 | 1183 | 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 'endpointUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
716 | /apex-zip/src/classes/MetadataService.cls | 1183 | 26 | 1183 | 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 'endpointUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
717 | /apex-zip/src/classes/MetadataService.cls | 1184 | 26 | 1184 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
717 | /apex-zip/src/classes/MetadataService.cls | 1184 | 26 | 1184 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
718 | /apex-zip/src/classes/MetadataService.cls | 1185 | 26 | 1185 | 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 'includeSessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
718 | /apex-zip/src/classes/MetadataService.cls | 1185 | 26 | 1185 | 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 'includeSessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
719 | /apex-zip/src/classes/MetadataService.cls | 1186 | 26 | 1186 | 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 'integrationUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
719 | /apex-zip/src/classes/MetadataService.cls | 1186 | 26 | 1186 | 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 'integrationUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
720 | /apex-zip/src/classes/MetadataService.cls | 1187 | 26 | 1187 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
720 | /apex-zip/src/classes/MetadataService.cls | 1187 | 26 | 1187 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
721 | /apex-zip/src/classes/MetadataService.cls | 1188 | 26 | 1188 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
721 | /apex-zip/src/classes/MetadataService.cls | 1188 | 26 | 1188 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
722 | /apex-zip/src/classes/MetadataService.cls | 1189 | 26 | 1189 | 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 'useDeadLetterQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
722 | /apex-zip/src/classes/MetadataService.cls | 1189 | 26 | 1189 | 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 'useDeadLetterQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
723 | /apex-zip/src/classes/MetadataService.cls | 1190 | 26 | 1190 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
723 | /apex-zip/src/classes/MetadataService.cls | 1190 | 26 | 1190 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
724 | /apex-zip/src/classes/MetadataService.cls | 1191 | 26 | 1191 | 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]*' |
724 | /apex-zip/src/classes/MetadataService.cls | 1191 | 26 | 1191 | 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]*' |
725 | /apex-zip/src/classes/MetadataService.cls | 1193 | 12 | 1206 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
725 | /apex-zip/src/classes/MetadataService.cls | 1193 | 12 | 1206 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
726 | /apex-zip/src/classes/MetadataService.cls | 1198 | 23 | 1198 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*' |
726 | /apex-zip/src/classes/MetadataService.cls | 1198 | 23 | 1198 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*' |
727 | /apex-zip/src/classes/MetadataService.cls | 1199 | 26 | 1199 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
727 | /apex-zip/src/classes/MetadataService.cls | 1199 | 26 | 1199 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
728 | /apex-zip/src/classes/MetadataService.cls | 1200 | 26 | 1200 | 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
728 | /apex-zip/src/classes/MetadataService.cls | 1200 | 26 | 1200 | 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
729 | /apex-zip/src/classes/MetadataService.cls | 1201 | 26 | 1201 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
729 | /apex-zip/src/classes/MetadataService.cls | 1201 | 26 | 1201 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
730 | /apex-zip/src/classes/MetadataService.cls | 1202 | 26 | 1202 | 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
730 | /apex-zip/src/classes/MetadataService.cls | 1202 | 26 | 1202 | 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
731 | /apex-zip/src/classes/MetadataService.cls | 1203 | 26 | 1203 | 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
731 | /apex-zip/src/classes/MetadataService.cls | 1203 | 26 | 1203 | 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
732 | /apex-zip/src/classes/MetadataService.cls | 1204 | 26 | 1204 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
732 | /apex-zip/src/classes/MetadataService.cls | 1204 | 26 | 1204 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
733 | /apex-zip/src/classes/MetadataService.cls | 1205 | 26 | 1205 | 109 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
733 | /apex-zip/src/classes/MetadataService.cls | 1205 | 26 | 1205 | 109 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
734 | /apex-zip/src/classes/MetadataService.cls | 1207 | 12 | 1218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
734 | /apex-zip/src/classes/MetadataService.cls | 1207 | 12 | 1218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
735 | /apex-zip/src/classes/MetadataService.cls | 1212 | 26 | 1212 | 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 'doesSendEmailToMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
735 | /apex-zip/src/classes/MetadataService.cls | 1212 | 26 | 1212 | 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 'doesSendEmailToMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
736 | /apex-zip/src/classes/MetadataService.cls | 1213 | 26 | 1213 | 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
736 | /apex-zip/src/classes/MetadataService.cls | 1213 | 26 | 1213 | 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
737 | /apex-zip/src/classes/MetadataService.cls | 1214 | 26 | 1214 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
737 | /apex-zip/src/classes/MetadataService.cls | 1214 | 26 | 1214 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
738 | /apex-zip/src/classes/MetadataService.cls | 1215 | 26 | 1215 | 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 'queueSobject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
738 | /apex-zip/src/classes/MetadataService.cls | 1215 | 26 | 1215 | 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 'queueSobject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
739 | /apex-zip/src/classes/MetadataService.cls | 1216 | 26 | 1216 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
739 | /apex-zip/src/classes/MetadataService.cls | 1216 | 26 | 1216 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
740 | /apex-zip/src/classes/MetadataService.cls | 1217 | 26 | 1217 | 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]*' |
740 | /apex-zip/src/classes/MetadataService.cls | 1217 | 26 | 1217 | 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]*' |
741 | /apex-zip/src/classes/MetadataService.cls | 1219 | 12 | 1226 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
741 | /apex-zip/src/classes/MetadataService.cls | 1219 | 12 | 1226 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
742 | /apex-zip/src/classes/MetadataService.cls | 1222 | 26 | 1222 | 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
742 | /apex-zip/src/classes/MetadataService.cls | 1222 | 26 | 1222 | 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
743 | /apex-zip/src/classes/MetadataService.cls | 1223 | 26 | 1223 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
743 | /apex-zip/src/classes/MetadataService.cls | 1223 | 26 | 1223 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
744 | /apex-zip/src/classes/MetadataService.cls | 1224 | 26 | 1224 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
744 | /apex-zip/src/classes/MetadataService.cls | 1224 | 26 | 1224 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
745 | /apex-zip/src/classes/MetadataService.cls | 1225 | 26 | 1225 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
745 | /apex-zip/src/classes/MetadataService.cls | 1225 | 26 | 1225 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
746 | /apex-zip/src/classes/MetadataService.cls | 1227 | 12 | 1250 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
746 | /apex-zip/src/classes/MetadataService.cls | 1227 | 12 | 1250 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
747 | /apex-zip/src/classes/MetadataService.cls | 1227 | 12 | 1250 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
747 | /apex-zip/src/classes/MetadataService.cls | 1227 | 12 | 1250 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
748 | /apex-zip/src/classes/MetadataService.cls | 1238 | 26 | 1238 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
748 | /apex-zip/src/classes/MetadataService.cls | 1238 | 26 | 1238 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
749 | /apex-zip/src/classes/MetadataService.cls | 1239 | 26 | 1239 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
749 | /apex-zip/src/classes/MetadataService.cls | 1239 | 26 | 1239 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
750 | /apex-zip/src/classes/MetadataService.cls | 1240 | 26 | 1240 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
750 | /apex-zip/src/classes/MetadataService.cls | 1240 | 26 | 1240 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
751 | /apex-zip/src/classes/MetadataService.cls | 1241 | 26 | 1241 | 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
751 | /apex-zip/src/classes/MetadataService.cls | 1241 | 26 | 1241 | 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
752 | /apex-zip/src/classes/MetadataService.cls | 1242 | 26 | 1242 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
752 | /apex-zip/src/classes/MetadataService.cls | 1242 | 26 | 1242 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
753 | /apex-zip/src/classes/MetadataService.cls | 1243 | 26 | 1243 | 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 'filterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
753 | /apex-zip/src/classes/MetadataService.cls | 1243 | 26 | 1243 | 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 'filterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
754 | /apex-zip/src/classes/MetadataService.cls | 1244 | 26 | 1244 | 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 'infoMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
754 | /apex-zip/src/classes/MetadataService.cls | 1244 | 26 | 1244 | 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 'infoMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
755 | /apex-zip/src/classes/MetadataService.cls | 1245 | 26 | 1245 | 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 'isOptional_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
755 | /apex-zip/src/classes/MetadataService.cls | 1245 | 26 | 1245 | 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 'isOptional_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
756 | /apex-zip/src/classes/MetadataService.cls | 1246 | 26 | 1246 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
756 | /apex-zip/src/classes/MetadataService.cls | 1246 | 26 | 1246 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
757 | /apex-zip/src/classes/MetadataService.cls | 1247 | 26 | 1247 | 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 'sourceObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
757 | /apex-zip/src/classes/MetadataService.cls | 1247 | 26 | 1247 | 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 'sourceObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
758 | /apex-zip/src/classes/MetadataService.cls | 1248 | 26 | 1248 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
758 | /apex-zip/src/classes/MetadataService.cls | 1248 | 26 | 1248 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
759 | /apex-zip/src/classes/MetadataService.cls | 1249 | 26 | 1249 | 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]*' |
759 | /apex-zip/src/classes/MetadataService.cls | 1249 | 26 | 1249 | 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]*' |
760 | /apex-zip/src/classes/MetadataService.cls | 1251 | 12 | 1260 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
760 | /apex-zip/src/classes/MetadataService.cls | 1251 | 12 | 1260 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
761 | /apex-zip/src/classes/MetadataService.cls | 1255 | 26 | 1255 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
761 | /apex-zip/src/classes/MetadataService.cls | 1255 | 26 | 1255 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
762 | /apex-zip/src/classes/MetadataService.cls | 1256 | 26 | 1256 | 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
762 | /apex-zip/src/classes/MetadataService.cls | 1256 | 26 | 1256 | 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
763 | /apex-zip/src/classes/MetadataService.cls | 1257 | 26 | 1257 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
763 | /apex-zip/src/classes/MetadataService.cls | 1257 | 26 | 1257 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
764 | /apex-zip/src/classes/MetadataService.cls | 1258 | 26 | 1258 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
764 | /apex-zip/src/classes/MetadataService.cls | 1258 | 26 | 1258 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
765 | /apex-zip/src/classes/MetadataService.cls | 1259 | 26 | 1259 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
765 | /apex-zip/src/classes/MetadataService.cls | 1259 | 26 | 1259 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
766 | /apex-zip/src/classes/MetadataService.cls | 1261 | 12 | 1268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
766 | /apex-zip/src/classes/MetadataService.cls | 1261 | 12 | 1268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
767 | /apex-zip/src/classes/MetadataService.cls | 1264 | 26 | 1264 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'campaignAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
767 | /apex-zip/src/classes/MetadataService.cls | 1264 | 26 | 1264 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'campaignAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
768 | /apex-zip/src/classes/MetadataService.cls | 1265 | 26 | 1265 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
768 | /apex-zip/src/classes/MetadataService.cls | 1265 | 26 | 1265 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
769 | /apex-zip/src/classes/MetadataService.cls | 1266 | 26 | 1266 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
769 | /apex-zip/src/classes/MetadataService.cls | 1266 | 26 | 1266 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
770 | /apex-zip/src/classes/MetadataService.cls | 1267 | 26 | 1267 | 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]*' |
770 | /apex-zip/src/classes/MetadataService.cls | 1267 | 26 | 1267 | 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]*' |
771 | /apex-zip/src/classes/MetadataService.cls | 1269 | 12 | 1274 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
771 | /apex-zip/src/classes/MetadataService.cls | 1269 | 12 | 1274 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
772 | /apex-zip/src/classes/MetadataService.cls | 1269 | 12 | 1274 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
772 | /apex-zip/src/classes/MetadataService.cls | 1269 | 12 | 1274 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
773 | /apex-zip/src/classes/MetadataService.cls | 1271 | 26 | 1271 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
773 | /apex-zip/src/classes/MetadataService.cls | 1271 | 26 | 1271 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
774 | /apex-zip/src/classes/MetadataService.cls | 1272 | 26 | 1272 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
774 | /apex-zip/src/classes/MetadataService.cls | 1272 | 26 | 1272 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
775 | /apex-zip/src/classes/MetadataService.cls | 1273 | 26 | 1273 | 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]*' |
775 | /apex-zip/src/classes/MetadataService.cls | 1273 | 26 | 1273 | 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]*' |
776 | /apex-zip/src/classes/MetadataService.cls | 1275 | 12 | 1362 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
776 | /apex-zip/src/classes/MetadataService.cls | 1275 | 12 | 1362 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
777 | /apex-zip/src/classes/MetadataService.cls | 1275 | 12 | 1362 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class CustomField has 42 public methods, attributes, and properties (limit: 20) |
777 | /apex-zip/src/classes/MetadataService.cls | 1275 | 12 | 1362 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class CustomField has 42 public methods, attributes, and properties (limit: 20) |
778 | /apex-zip/src/classes/MetadataService.cls | 1275 | 12 | 1362 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
778 | /apex-zip/src/classes/MetadataService.cls | 1275 | 12 | 1362 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
779 | /apex-zip/src/classes/MetadataService.cls | 1314 | 23 | 1314 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
779 | /apex-zip/src/classes/MetadataService.cls | 1314 | 23 | 1314 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
780 | /apex-zip/src/classes/MetadataService.cls | 1318 | 20 | 1318 | 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]*' |
780 | /apex-zip/src/classes/MetadataService.cls | 1318 | 20 | 1318 | 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]*' |
781 | /apex-zip/src/classes/MetadataService.cls | 1319 | 20 | 1319 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
781 | /apex-zip/src/classes/MetadataService.cls | 1319 | 20 | 1319 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
782 | /apex-zip/src/classes/MetadataService.cls | 1320 | 26 | 1320 | 142 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'caseSensitive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
782 | /apex-zip/src/classes/MetadataService.cls | 1320 | 26 | 1320 | 142 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'caseSensitive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
783 | /apex-zip/src/classes/MetadataService.cls | 1321 | 26 | 1321 | 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 'customDataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
783 | /apex-zip/src/classes/MetadataService.cls | 1321 | 26 | 1321 | 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 'customDataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
784 | /apex-zip/src/classes/MetadataService.cls | 1322 | 26 | 1322 | 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
784 | /apex-zip/src/classes/MetadataService.cls | 1322 | 26 | 1322 | 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
785 | /apex-zip/src/classes/MetadataService.cls | 1323 | 26 | 1323 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'deleteConstraint_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
785 | /apex-zip/src/classes/MetadataService.cls | 1323 | 26 | 1323 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'deleteConstraint_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
786 | /apex-zip/src/classes/MetadataService.cls | 1324 | 26 | 1324 | 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
786 | /apex-zip/src/classes/MetadataService.cls | 1324 | 26 | 1324 | 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
787 | /apex-zip/src/classes/MetadataService.cls | 1325 | 26 | 1325 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
787 | /apex-zip/src/classes/MetadataService.cls | 1325 | 26 | 1325 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
788 | /apex-zip/src/classes/MetadataService.cls | 1326 | 26 | 1326 | 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
788 | /apex-zip/src/classes/MetadataService.cls | 1326 | 26 | 1326 | 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
789 | /apex-zip/src/classes/MetadataService.cls | 1327 | 26 | 1327 | 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 'escapeMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
789 | /apex-zip/src/classes/MetadataService.cls | 1327 | 26 | 1327 | 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 'escapeMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
790 | /apex-zip/src/classes/MetadataService.cls | 1328 | 26 | 1328 | 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 'externalDeveloperName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
790 | /apex-zip/src/classes/MetadataService.cls | 1328 | 26 | 1328 | 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 'externalDeveloperName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
791 | /apex-zip/src/classes/MetadataService.cls | 1329 | 26 | 1329 | 136 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'externalId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
791 | /apex-zip/src/classes/MetadataService.cls | 1329 | 26 | 1329 | 136 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'externalId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
792 | /apex-zip/src/classes/MetadataService.cls | 1330 | 26 | 1330 | 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
792 | /apex-zip/src/classes/MetadataService.cls | 1330 | 26 | 1330 | 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
793 | /apex-zip/src/classes/MetadataService.cls | 1331 | 26 | 1331 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'formulaTreatBlanksAs_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
793 | /apex-zip/src/classes/MetadataService.cls | 1331 | 26 | 1331 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'formulaTreatBlanksAs_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
794 | /apex-zip/src/classes/MetadataService.cls | 1332 | 26 | 1332 | 143 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'inlineHelpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
794 | /apex-zip/src/classes/MetadataService.cls | 1332 | 26 | 1332 | 143 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'inlineHelpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
795 | /apex-zip/src/classes/MetadataService.cls | 1333 | 26 | 1333 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
795 | /apex-zip/src/classes/MetadataService.cls | 1333 | 26 | 1333 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
796 | /apex-zip/src/classes/MetadataService.cls | 1334 | 26 | 1334 | 124 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
796 | /apex-zip/src/classes/MetadataService.cls | 1334 | 26 | 1334 | 124 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
797 | /apex-zip/src/classes/MetadataService.cls | 1335 | 26 | 1335 | 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 'maskChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
797 | /apex-zip/src/classes/MetadataService.cls | 1335 | 26 | 1335 | 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 'maskChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
798 | /apex-zip/src/classes/MetadataService.cls | 1336 | 26 | 1336 | 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 'maskType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
798 | /apex-zip/src/classes/MetadataService.cls | 1336 | 26 | 1336 | 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 'maskType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
799 | /apex-zip/src/classes/MetadataService.cls | 1337 | 26 | 1337 | 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 'picklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
799 | /apex-zip/src/classes/MetadataService.cls | 1337 | 26 | 1337 | 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 'picklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
800 | /apex-zip/src/classes/MetadataService.cls | 1338 | 26 | 1338 | 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 'populateExistingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
800 | /apex-zip/src/classes/MetadataService.cls | 1338 | 26 | 1338 | 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 'populateExistingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
801 | /apex-zip/src/classes/MetadataService.cls | 1339 | 26 | 1339 | 130 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'precision_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
801 | /apex-zip/src/classes/MetadataService.cls | 1339 | 26 | 1339 | 130 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'precision_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
802 | /apex-zip/src/classes/MetadataService.cls | 1340 | 26 | 1340 | 137 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'referenceTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
802 | /apex-zip/src/classes/MetadataService.cls | 1340 | 26 | 1340 | 137 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'referenceTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
803 | /apex-zip/src/classes/MetadataService.cls | 1341 | 26 | 1341 | 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
803 | /apex-zip/src/classes/MetadataService.cls | 1341 | 26 | 1341 | 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
804 | /apex-zip/src/classes/MetadataService.cls | 1342 | 26 | 1342 | 147 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
804 | /apex-zip/src/classes/MetadataService.cls | 1342 | 26 | 1342 | 147 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
805 | /apex-zip/src/classes/MetadataService.cls | 1343 | 26 | 1343 | 146 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
805 | /apex-zip/src/classes/MetadataService.cls | 1343 | 26 | 1343 | 146 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
806 | /apex-zip/src/classes/MetadataService.cls | 1344 | 26 | 1344 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'reparentableMasterDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
806 | /apex-zip/src/classes/MetadataService.cls | 1344 | 26 | 1344 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'reparentableMasterDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
807 | /apex-zip/src/classes/MetadataService.cls | 1345 | 26 | 1345 | 132 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'required_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
807 | /apex-zip/src/classes/MetadataService.cls | 1345 | 26 | 1345 | 132 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'required_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
808 | /apex-zip/src/classes/MetadataService.cls | 1346 | 26 | 1346 | 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 'restrictedAdminField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
808 | /apex-zip/src/classes/MetadataService.cls | 1346 | 26 | 1346 | 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 'restrictedAdminField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
809 | /apex-zip/src/classes/MetadataService.cls | 1347 | 26 | 1347 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
809 | /apex-zip/src/classes/MetadataService.cls | 1347 | 26 | 1347 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
810 | /apex-zip/src/classes/MetadataService.cls | 1348 | 26 | 1348 | 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 'startingNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
810 | /apex-zip/src/classes/MetadataService.cls | 1348 | 26 | 1348 | 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 'startingNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
811 | /apex-zip/src/classes/MetadataService.cls | 1349 | 26 | 1349 | 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 'stripMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
811 | /apex-zip/src/classes/MetadataService.cls | 1349 | 26 | 1349 | 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 'stripMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
812 | /apex-zip/src/classes/MetadataService.cls | 1350 | 26 | 1350 | 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 'summarizedField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
812 | /apex-zip/src/classes/MetadataService.cls | 1350 | 26 | 1350 | 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 'summarizedField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
813 | /apex-zip/src/classes/MetadataService.cls | 1351 | 26 | 1351 | 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 'summaryFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
813 | /apex-zip/src/classes/MetadataService.cls | 1351 | 26 | 1351 | 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 'summaryFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
814 | /apex-zip/src/classes/MetadataService.cls | 1352 | 26 | 1352 | 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 'summaryForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
814 | /apex-zip/src/classes/MetadataService.cls | 1352 | 26 | 1352 | 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 'summaryForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
815 | /apex-zip/src/classes/MetadataService.cls | 1353 | 26 | 1353 | 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 'summaryOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
815 | /apex-zip/src/classes/MetadataService.cls | 1353 | 26 | 1353 | 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 'summaryOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
816 | /apex-zip/src/classes/MetadataService.cls | 1354 | 26 | 1354 | 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 'trackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
816 | /apex-zip/src/classes/MetadataService.cls | 1354 | 26 | 1354 | 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 'trackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
817 | /apex-zip/src/classes/MetadataService.cls | 1355 | 26 | 1355 | 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 'trackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
817 | /apex-zip/src/classes/MetadataService.cls | 1355 | 26 | 1355 | 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 'trackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
818 | /apex-zip/src/classes/MetadataService.cls | 1356 | 26 | 1356 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
818 | /apex-zip/src/classes/MetadataService.cls | 1356 | 26 | 1356 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
819 | /apex-zip/src/classes/MetadataService.cls | 1357 | 26 | 1357 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'unique_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
819 | /apex-zip/src/classes/MetadataService.cls | 1357 | 26 | 1357 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'unique_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
820 | /apex-zip/src/classes/MetadataService.cls | 1358 | 26 | 1358 | 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 'visibleLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
820 | /apex-zip/src/classes/MetadataService.cls | 1358 | 26 | 1358 | 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 'visibleLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
821 | /apex-zip/src/classes/MetadataService.cls | 1359 | 26 | 1359 | 162 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
821 | /apex-zip/src/classes/MetadataService.cls | 1359 | 26 | 1359 | 162 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
822 | /apex-zip/src/classes/MetadataService.cls | 1360 | 26 | 1360 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
822 | /apex-zip/src/classes/MetadataService.cls | 1360 | 26 | 1360 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
823 | /apex-zip/src/classes/MetadataService.cls | 1361 | 26 | 1361 | 716 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
823 | /apex-zip/src/classes/MetadataService.cls | 1361 | 26 | 1361 | 716 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
824 | /apex-zip/src/classes/MetadataService.cls | 1363 | 12 | 1386 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
824 | /apex-zip/src/classes/MetadataService.cls | 1363 | 12 | 1386 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
825 | /apex-zip/src/classes/MetadataService.cls | 1363 | 12 | 1386 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
825 | /apex-zip/src/classes/MetadataService.cls | 1363 | 12 | 1386 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
826 | /apex-zip/src/classes/MetadataService.cls | 1371 | 24 | 1371 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
826 | /apex-zip/src/classes/MetadataService.cls | 1371 | 24 | 1371 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
827 | /apex-zip/src/classes/MetadataService.cls | 1374 | 26 | 1374 | 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
827 | /apex-zip/src/classes/MetadataService.cls | 1374 | 26 | 1374 | 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
828 | /apex-zip/src/classes/MetadataService.cls | 1375 | 26 | 1375 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
828 | /apex-zip/src/classes/MetadataService.cls | 1375 | 26 | 1375 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
829 | /apex-zip/src/classes/MetadataService.cls | 1376 | 26 | 1376 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
829 | /apex-zip/src/classes/MetadataService.cls | 1376 | 26 | 1376 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
830 | /apex-zip/src/classes/MetadataService.cls | 1377 | 26 | 1377 | 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 'dueDateOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
830 | /apex-zip/src/classes/MetadataService.cls | 1377 | 26 | 1377 | 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 'dueDateOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
831 | /apex-zip/src/classes/MetadataService.cls | 1378 | 26 | 1378 | 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
831 | /apex-zip/src/classes/MetadataService.cls | 1378 | 26 | 1378 | 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
832 | /apex-zip/src/classes/MetadataService.cls | 1379 | 26 | 1379 | 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
832 | /apex-zip/src/classes/MetadataService.cls | 1379 | 26 | 1379 | 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
833 | /apex-zip/src/classes/MetadataService.cls | 1380 | 26 | 1380 | 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 'priority_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
833 | /apex-zip/src/classes/MetadataService.cls | 1380 | 26 | 1380 | 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 'priority_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
834 | /apex-zip/src/classes/MetadataService.cls | 1381 | 26 | 1381 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
834 | /apex-zip/src/classes/MetadataService.cls | 1381 | 26 | 1381 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
835 | /apex-zip/src/classes/MetadataService.cls | 1382 | 26 | 1382 | 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
835 | /apex-zip/src/classes/MetadataService.cls | 1382 | 26 | 1382 | 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
836 | /apex-zip/src/classes/MetadataService.cls | 1383 | 26 | 1383 | 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
836 | /apex-zip/src/classes/MetadataService.cls | 1383 | 26 | 1383 | 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
837 | /apex-zip/src/classes/MetadataService.cls | 1384 | 26 | 1384 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
837 | /apex-zip/src/classes/MetadataService.cls | 1384 | 26 | 1384 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
838 | /apex-zip/src/classes/MetadataService.cls | 1385 | 26 | 1385 | 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]*' |
838 | /apex-zip/src/classes/MetadataService.cls | 1385 | 26 | 1385 | 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]*' |
839 | /apex-zip/src/classes/MetadataService.cls | 1387 | 12 | 1392 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
839 | /apex-zip/src/classes/MetadataService.cls | 1387 | 12 | 1392 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
840 | /apex-zip/src/classes/MetadataService.cls | 1387 | 12 | 1392 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'deployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
840 | /apex-zip/src/classes/MetadataService.cls | 1387 | 12 | 1392 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'deployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
841 | /apex-zip/src/classes/MetadataService.cls | 1389 | 26 | 1389 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
841 | /apex-zip/src/classes/MetadataService.cls | 1389 | 26 | 1389 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
842 | /apex-zip/src/classes/MetadataService.cls | 1390 | 26 | 1390 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
842 | /apex-zip/src/classes/MetadataService.cls | 1390 | 26 | 1390 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
843 | /apex-zip/src/classes/MetadataService.cls | 1391 | 26 | 1391 | 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]*' |
843 | /apex-zip/src/classes/MetadataService.cls | 1391 | 26 | 1391 | 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]*' |
844 | /apex-zip/src/classes/MetadataService.cls | 1393 | 12 | 1402 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
844 | /apex-zip/src/classes/MetadataService.cls | 1393 | 12 | 1402 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
845 | /apex-zip/src/classes/MetadataService.cls | 1397 | 26 | 1397 | 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
845 | /apex-zip/src/classes/MetadataService.cls | 1397 | 26 | 1397 | 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
846 | /apex-zip/src/classes/MetadataService.cls | 1398 | 26 | 1398 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
846 | /apex-zip/src/classes/MetadataService.cls | 1398 | 26 | 1398 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
847 | /apex-zip/src/classes/MetadataService.cls | 1399 | 26 | 1399 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
847 | /apex-zip/src/classes/MetadataService.cls | 1399 | 26 | 1399 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
848 | /apex-zip/src/classes/MetadataService.cls | 1400 | 26 | 1400 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
848 | /apex-zip/src/classes/MetadataService.cls | 1400 | 26 | 1400 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
849 | /apex-zip/src/classes/MetadataService.cls | 1401 | 26 | 1401 | 93 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
849 | /apex-zip/src/classes/MetadataService.cls | 1401 | 26 | 1401 | 93 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
850 | /apex-zip/src/classes/MetadataService.cls | 1403 | 12 | 1410 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
850 | /apex-zip/src/classes/MetadataService.cls | 1403 | 12 | 1410 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
851 | /apex-zip/src/classes/MetadataService.cls | 1406 | 26 | 1406 | 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
851 | /apex-zip/src/classes/MetadataService.cls | 1406 | 26 | 1406 | 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
852 | /apex-zip/src/classes/MetadataService.cls | 1407 | 26 | 1407 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
852 | /apex-zip/src/classes/MetadataService.cls | 1407 | 26 | 1407 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
853 | /apex-zip/src/classes/MetadataService.cls | 1408 | 26 | 1408 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
853 | /apex-zip/src/classes/MetadataService.cls | 1408 | 26 | 1408 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
854 | /apex-zip/src/classes/MetadataService.cls | 1409 | 26 | 1409 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
854 | /apex-zip/src/classes/MetadataService.cls | 1409 | 26 | 1409 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
855 | /apex-zip/src/classes/MetadataService.cls | 1411 | 12 | 1640 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
855 | /apex-zip/src/classes/MetadataService.cls | 1411 | 12 | 1640 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
856 | /apex-zip/src/classes/MetadataService.cls | 1411 | 12 | 1640 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class MetadataPort has 21 public methods, attributes, and properties (limit: 20) |
856 | /apex-zip/src/classes/MetadataService.cls | 1411 | 12 | 1640 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class MetadataPort has 21 public methods, attributes, and properties (limit: 20) |
857 | /apex-zip/src/classes/MetadataService.cls | 1411 | 12 | 1640 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
857 | /apex-zip/src/classes/MetadataService.cls | 1411 | 12 | 1640 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
858 | /apex-zip/src/classes/MetadataService.cls | 1412 | 23 | 1412 | 105 | pmd | 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]*' |
858 | /apex-zip/src/classes/MetadataService.cls | 1412 | 23 | 1412 | 105 | pmd | 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]*' |
859 | /apex-zip/src/classes/MetadataService.cls | 1413 | 35 | 1413 | 53 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'inputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*' |
859 | /apex-zip/src/classes/MetadataService.cls | 1413 | 35 | 1413 | 53 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'inputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*' |
860 | /apex-zip/src/classes/MetadataService.cls | 1414 | 35 | 1414 | 54 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'outputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*' |
860 | /apex-zip/src/classes/MetadataService.cls | 1414 | 35 | 1414 | 54 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'outputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*' |
861 | /apex-zip/src/classes/MetadataService.cls | 1415 | 23 | 1415 | 39 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'clientCertName_x' doesn't match '[a-z][a-zA-Z0-9]*' |
861 | /apex-zip/src/classes/MetadataService.cls | 1415 | 23 | 1415 | 39 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'clientCertName_x' doesn't match '[a-z][a-zA-Z0-9]*' |
862 | /apex-zip/src/classes/MetadataService.cls | 1416 | 23 | 1416 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'clientCert_x' doesn't match '[a-z][a-zA-Z0-9]*' |
862 | /apex-zip/src/classes/MetadataService.cls | 1416 | 23 | 1416 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'clientCert_x' doesn't match '[a-z][a-zA-Z0-9]*' |
863 | /apex-zip/src/classes/MetadataService.cls | 1417 | 23 | 1417 | 41 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'clientCertPasswd_x' doesn't match '[a-z][a-zA-Z0-9]*' |
863 | /apex-zip/src/classes/MetadataService.cls | 1417 | 23 | 1417 | 41 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'clientCertPasswd_x' doesn't match '[a-z][a-zA-Z0-9]*' |
864 | /apex-zip/src/classes/MetadataService.cls | 1418 | 24 | 1418 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'timeout_x' doesn't match '[a-z][a-zA-Z0-9]*' |
864 | /apex-zip/src/classes/MetadataService.cls | 1418 | 24 | 1418 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'timeout_x' doesn't match '[a-z][a-zA-Z0-9]*' |
865 | /apex-zip/src/classes/MetadataService.cls | 1419 | 54 | 1419 | 67 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'SessionHeader' doesn't match '[a-z][a-zA-Z0-9]*' |
865 | /apex-zip/src/classes/MetadataService.cls | 1419 | 54 | 1419 | 67 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'SessionHeader' doesn't match '[a-z][a-zA-Z0-9]*' |
866 | /apex-zip/src/classes/MetadataService.cls | 1420 | 54 | 1420 | 67 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'DebuggingInfo' doesn't match '[a-z][a-zA-Z0-9]*' |
866 | /apex-zip/src/classes/MetadataService.cls | 1420 | 54 | 1420 | 67 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'DebuggingInfo' doesn't match '[a-z][a-zA-Z0-9]*' |
867 | /apex-zip/src/classes/MetadataService.cls | 1421 | 52 | 1421 | 63 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'CallOptions' doesn't match '[a-z][a-zA-Z0-9]*' |
867 | /apex-zip/src/classes/MetadataService.cls | 1421 | 52 | 1421 | 63 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'CallOptions' doesn't match '[a-z][a-zA-Z0-9]*' |
868 | /apex-zip/src/classes/MetadataService.cls | 1422 | 56 | 1422 | 71 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'DebuggingHeader' doesn't match '[a-z][a-zA-Z0-9]*' |
868 | /apex-zip/src/classes/MetadataService.cls | 1422 | 56 | 1422 | 71 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'DebuggingHeader' doesn't match '[a-z][a-zA-Z0-9]*' |
869 | /apex-zip/src/classes/MetadataService.cls | 1423 | 24 | 1423 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'SessionHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*' |
869 | /apex-zip/src/classes/MetadataService.cls | 1423 | 24 | 1423 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'SessionHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*' |
870 | /apex-zip/src/classes/MetadataService.cls | 1424 | 24 | 1424 | 99 | pmd | 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]*' |
870 | /apex-zip/src/classes/MetadataService.cls | 1424 | 24 | 1424 | 99 | pmd | 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]*' |
871 | /apex-zip/src/classes/MetadataService.cls | 1425 | 24 | 1425 | 95 | pmd | 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]*' |
871 | /apex-zip/src/classes/MetadataService.cls | 1425 | 24 | 1425 | 95 | pmd | 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]*' |
872 | /apex-zip/src/classes/MetadataService.cls | 1426 | 24 | 1426 | 103 | pmd | 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]*' |
872 | /apex-zip/src/classes/MetadataService.cls | 1426 | 24 | 1426 | 103 | pmd | 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]*' |
873 | /apex-zip/src/classes/MetadataService.cls | 1427 | 26 | 1427 | 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 'ns_map_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
873 | /apex-zip/src/classes/MetadataService.cls | 1427 | 26 | 1427 | 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 'ns_map_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
874 | /apex-zip/src/classes/MetadataService.cls | 1428 | 16 | 1448 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
874 | /apex-zip/src/classes/MetadataService.cls | 1428 | 16 | 1448 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
875 | /apex-zip/src/classes/MetadataService.cls | 1429 | 46 | 1429 | 96 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
875 | /apex-zip/src/classes/MetadataService.cls | 1429 | 46 | 1429 | 96 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
876 | /apex-zip/src/classes/MetadataService.cls | 1430 | 54 | 1430 | 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]*' |
876 | /apex-zip/src/classes/MetadataService.cls | 1430 | 54 | 1430 | 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]*' |
877 | /apex-zip/src/classes/MetadataService.cls | 1432 | 67 | 1432 | 143 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
877 | /apex-zip/src/classes/MetadataService.cls | 1432 | 67 | 1432 | 143 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
878 | /apex-zip/src/classes/MetadataService.cls | 1449 | 16 | 1469 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
878 | /apex-zip/src/classes/MetadataService.cls | 1449 | 16 | 1469 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
879 | /apex-zip/src/classes/MetadataService.cls | 1450 | 55 | 1450 | 114 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
879 | /apex-zip/src/classes/MetadataService.cls | 1450 | 55 | 1450 | 114 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
880 | /apex-zip/src/classes/MetadataService.cls | 1451 | 63 | 1451 | 73 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
880 | /apex-zip/src/classes/MetadataService.cls | 1451 | 63 | 1451 | 73 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
881 | /apex-zip/src/classes/MetadataService.cls | 1453 | 76 | 1453 | 161 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
881 | /apex-zip/src/classes/MetadataService.cls | 1453 | 76 | 1453 | 161 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
882 | /apex-zip/src/classes/MetadataService.cls | 1470 | 16 | 1490 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
882 | /apex-zip/src/classes/MetadataService.cls | 1470 | 16 | 1490 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
883 | /apex-zip/src/classes/MetadataService.cls | 1470 | 61 | 1470 | 108 | 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 'UpdateMetadata' doesn't match '[a-z][a-zA-Z0-9]*' |
883 | /apex-zip/src/classes/MetadataService.cls | 1470 | 61 | 1470 | 108 | 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 'UpdateMetadata' doesn't match '[a-z][a-zA-Z0-9]*' |
884 | /apex-zip/src/classes/MetadataService.cls | 1471 | 44 | 1471 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
884 | /apex-zip/src/classes/MetadataService.cls | 1471 | 44 | 1471 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
885 | /apex-zip/src/classes/MetadataService.cls | 1472 | 52 | 1472 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
885 | /apex-zip/src/classes/MetadataService.cls | 1472 | 52 | 1472 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
886 | /apex-zip/src/classes/MetadataService.cls | 1474 | 65 | 1474 | 139 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
886 | /apex-zip/src/classes/MetadataService.cls | 1474 | 65 | 1474 | 139 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
887 | /apex-zip/src/classes/MetadataService.cls | 1491 | 16 | 1512 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
887 | /apex-zip/src/classes/MetadataService.cls | 1491 | 16 | 1512 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
888 | /apex-zip/src/classes/MetadataService.cls | 1492 | 50 | 1492 | 104 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
888 | /apex-zip/src/classes/MetadataService.cls | 1492 | 50 | 1492 | 104 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
889 | /apex-zip/src/classes/MetadataService.cls | 1493 | 58 | 1493 | 68 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
889 | /apex-zip/src/classes/MetadataService.cls | 1493 | 58 | 1493 | 68 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
890 | /apex-zip/src/classes/MetadataService.cls | 1496 | 71 | 1496 | 151 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
890 | /apex-zip/src/classes/MetadataService.cls | 1496 | 71 | 1496 | 151 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
891 | /apex-zip/src/classes/MetadataService.cls | 1513 | 16 | 1533 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
891 | /apex-zip/src/classes/MetadataService.cls | 1513 | 16 | 1533 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
892 | /apex-zip/src/classes/MetadataService.cls | 1514 | 49 | 1514 | 102 | pmd | 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]*' |
892 | /apex-zip/src/classes/MetadataService.cls | 1514 | 49 | 1514 | 102 | pmd | 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]*' |
893 | /apex-zip/src/classes/MetadataService.cls | 1515 | 57 | 1515 | 67 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
893 | /apex-zip/src/classes/MetadataService.cls | 1515 | 57 | 1515 | 67 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
894 | /apex-zip/src/classes/MetadataService.cls | 1517 | 70 | 1517 | 149 | pmd | 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]*' |
894 | /apex-zip/src/classes/MetadataService.cls | 1517 | 70 | 1517 | 149 | pmd | 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]*' |
895 | /apex-zip/src/classes/MetadataService.cls | 1534 | 16 | 1554 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
895 | /apex-zip/src/classes/MetadataService.cls | 1534 | 16 | 1554 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
896 | /apex-zip/src/classes/MetadataService.cls | 1535 | 44 | 1535 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
896 | /apex-zip/src/classes/MetadataService.cls | 1535 | 44 | 1535 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
897 | /apex-zip/src/classes/MetadataService.cls | 1536 | 52 | 1536 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
897 | /apex-zip/src/classes/MetadataService.cls | 1536 | 52 | 1536 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
898 | /apex-zip/src/classes/MetadataService.cls | 1538 | 65 | 1538 | 139 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
898 | /apex-zip/src/classes/MetadataService.cls | 1538 | 65 | 1538 | 139 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
899 | /apex-zip/src/classes/MetadataService.cls | 1555 | 16 | 1575 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
899 | /apex-zip/src/classes/MetadataService.cls | 1555 | 16 | 1575 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
900 | /apex-zip/src/classes/MetadataService.cls | 1556 | 57 | 1556 | 118 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
900 | /apex-zip/src/classes/MetadataService.cls | 1556 | 57 | 1556 | 118 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
901 | /apex-zip/src/classes/MetadataService.cls | 1557 | 65 | 1557 | 75 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
901 | /apex-zip/src/classes/MetadataService.cls | 1557 | 65 | 1557 | 75 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
902 | /apex-zip/src/classes/MetadataService.cls | 1559 | 78 | 1559 | 165 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
902 | /apex-zip/src/classes/MetadataService.cls | 1559 | 78 | 1559 | 165 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
903 | /apex-zip/src/classes/MetadataService.cls | 1576 | 16 | 1596 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
903 | /apex-zip/src/classes/MetadataService.cls | 1576 | 16 | 1596 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
904 | /apex-zip/src/classes/MetadataService.cls | 1577 | 44 | 1577 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
904 | /apex-zip/src/classes/MetadataService.cls | 1577 | 44 | 1577 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
905 | /apex-zip/src/classes/MetadataService.cls | 1578 | 52 | 1578 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
905 | /apex-zip/src/classes/MetadataService.cls | 1578 | 52 | 1578 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
906 | /apex-zip/src/classes/MetadataService.cls | 1580 | 65 | 1580 | 139 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
906 | /apex-zip/src/classes/MetadataService.cls | 1580 | 65 | 1580 | 139 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
907 | /apex-zip/src/classes/MetadataService.cls | 1597 | 16 | 1617 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
907 | /apex-zip/src/classes/MetadataService.cls | 1597 | 16 | 1617 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
908 | /apex-zip/src/classes/MetadataService.cls | 1598 | 54 | 1598 | 112 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
908 | /apex-zip/src/classes/MetadataService.cls | 1598 | 54 | 1598 | 112 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
909 | /apex-zip/src/classes/MetadataService.cls | 1599 | 62 | 1599 | 72 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
909 | /apex-zip/src/classes/MetadataService.cls | 1599 | 62 | 1599 | 72 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
910 | /apex-zip/src/classes/MetadataService.cls | 1601 | 75 | 1601 | 159 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
910 | /apex-zip/src/classes/MetadataService.cls | 1601 | 75 | 1601 | 159 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
911 | /apex-zip/src/classes/MetadataService.cls | 1618 | 16 | 1639 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
911 | /apex-zip/src/classes/MetadataService.cls | 1618 | 16 | 1639 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
912 | /apex-zip/src/classes/MetadataService.cls | 1618 | 51 | 1618 | 65 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*' |
912 | /apex-zip/src/classes/MetadataService.cls | 1618 | 51 | 1618 | 65 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*' |
913 | /apex-zip/src/classes/MetadataService.cls | 1618 | 66 | 1618 | 109 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*' |
913 | /apex-zip/src/classes/MetadataService.cls | 1618 | 66 | 1618 | 109 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*' |
914 | /apex-zip/src/classes/MetadataService.cls | 1619 | 44 | 1619 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
914 | /apex-zip/src/classes/MetadataService.cls | 1619 | 44 | 1619 | 92 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*' |
915 | /apex-zip/src/classes/MetadataService.cls | 1620 | 52 | 1620 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
915 | /apex-zip/src/classes/MetadataService.cls | 1620 | 52 | 1620 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*' |
916 | /apex-zip/src/classes/MetadataService.cls | 1623 | 65 | 1623 | 139 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
916 | /apex-zip/src/classes/MetadataService.cls | 1623 | 65 | 1623 | 139 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*' |
917 | /apex-zip/src/classes/MetadataService.cls | 1641 | 12 | 1670 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
917 | /apex-zip/src/classes/MetadataService.cls | 1641 | 12 | 1670 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
918 | /apex-zip/src/classes/MetadataService.cls | 1641 | 12 | 1670 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
918 | /apex-zip/src/classes/MetadataService.cls | 1641 | 12 | 1670 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
919 | /apex-zip/src/classes/MetadataService.cls | 1654 | 23 | 1654 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
919 | /apex-zip/src/classes/MetadataService.cls | 1654 | 23 | 1654 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
920 | /apex-zip/src/classes/MetadataService.cls | 1655 | 26 | 1655 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
920 | /apex-zip/src/classes/MetadataService.cls | 1655 | 26 | 1655 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
921 | /apex-zip/src/classes/MetadataService.cls | 1656 | 26 | 1656 | 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 'attachedDocuments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
921 | /apex-zip/src/classes/MetadataService.cls | 1656 | 26 | 1656 | 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 'attachedDocuments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
922 | /apex-zip/src/classes/MetadataService.cls | 1657 | 26 | 1657 | 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 'attachments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
922 | /apex-zip/src/classes/MetadataService.cls | 1657 | 26 | 1657 | 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 'attachments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
923 | /apex-zip/src/classes/MetadataService.cls | 1658 | 26 | 1658 | 134 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
923 | /apex-zip/src/classes/MetadataService.cls | 1658 | 26 | 1658 | 134 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
924 | /apex-zip/src/classes/MetadataService.cls | 1659 | 26 | 1659 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
924 | /apex-zip/src/classes/MetadataService.cls | 1659 | 26 | 1659 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
925 | /apex-zip/src/classes/MetadataService.cls | 1660 | 26 | 1660 | 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
925 | /apex-zip/src/classes/MetadataService.cls | 1660 | 26 | 1660 | 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
926 | /apex-zip/src/classes/MetadataService.cls | 1661 | 26 | 1661 | 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 'letterhead_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
926 | /apex-zip/src/classes/MetadataService.cls | 1661 | 26 | 1661 | 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 'letterhead_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
927 | /apex-zip/src/classes/MetadataService.cls | 1662 | 26 | 1662 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
927 | /apex-zip/src/classes/MetadataService.cls | 1662 | 26 | 1662 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
928 | /apex-zip/src/classes/MetadataService.cls | 1663 | 26 | 1663 | 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
928 | /apex-zip/src/classes/MetadataService.cls | 1663 | 26 | 1663 | 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
929 | /apex-zip/src/classes/MetadataService.cls | 1664 | 26 | 1664 | 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
929 | /apex-zip/src/classes/MetadataService.cls | 1664 | 26 | 1664 | 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
930 | /apex-zip/src/classes/MetadataService.cls | 1665 | 26 | 1665 | 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
930 | /apex-zip/src/classes/MetadataService.cls | 1665 | 26 | 1665 | 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
931 | /apex-zip/src/classes/MetadataService.cls | 1666 | 26 | 1666 | 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 'textOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
931 | /apex-zip/src/classes/MetadataService.cls | 1666 | 26 | 1666 | 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 'textOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
932 | /apex-zip/src/classes/MetadataService.cls | 1667 | 26 | 1667 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
932 | /apex-zip/src/classes/MetadataService.cls | 1667 | 26 | 1667 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
933 | /apex-zip/src/classes/MetadataService.cls | 1668 | 26 | 1668 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
933 | /apex-zip/src/classes/MetadataService.cls | 1668 | 26 | 1668 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
934 | /apex-zip/src/classes/MetadataService.cls | 1669 | 26 | 1669 | 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]*' |
934 | /apex-zip/src/classes/MetadataService.cls | 1669 | 26 | 1669 | 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]*' |
935 | /apex-zip/src/classes/MetadataService.cls | 1671 | 12 | 1676 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
935 | /apex-zip/src/classes/MetadataService.cls | 1671 | 12 | 1676 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
936 | /apex-zip/src/classes/MetadataService.cls | 1673 | 26 | 1673 | 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
936 | /apex-zip/src/classes/MetadataService.cls | 1673 | 26 | 1673 | 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
937 | /apex-zip/src/classes/MetadataService.cls | 1674 | 26 | 1674 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
937 | /apex-zip/src/classes/MetadataService.cls | 1674 | 26 | 1674 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
938 | /apex-zip/src/classes/MetadataService.cls | 1675 | 26 | 1675 | 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]*' |
938 | /apex-zip/src/classes/MetadataService.cls | 1675 | 26 | 1675 | 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]*' |
939 | /apex-zip/src/classes/MetadataService.cls | 1677 | 12 | 1682 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
939 | /apex-zip/src/classes/MetadataService.cls | 1677 | 12 | 1682 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
940 | /apex-zip/src/classes/MetadataService.cls | 1678 | 25 | 1678 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
940 | /apex-zip/src/classes/MetadataService.cls | 1678 | 25 | 1678 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
941 | /apex-zip/src/classes/MetadataService.cls | 1679 | 26 | 1679 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
941 | /apex-zip/src/classes/MetadataService.cls | 1679 | 26 | 1679 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
942 | /apex-zip/src/classes/MetadataService.cls | 1680 | 26 | 1680 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
942 | /apex-zip/src/classes/MetadataService.cls | 1680 | 26 | 1680 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
943 | /apex-zip/src/classes/MetadataService.cls | 1681 | 26 | 1681 | 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]*' |
943 | /apex-zip/src/classes/MetadataService.cls | 1681 | 26 | 1681 | 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]*' |
944 | /apex-zip/src/classes/MetadataService.cls | 1683 | 12 | 1710 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
944 | /apex-zip/src/classes/MetadataService.cls | 1683 | 12 | 1710 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
945 | /apex-zip/src/classes/MetadataService.cls | 1683 | 12 | 1710 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
945 | /apex-zip/src/classes/MetadataService.cls | 1683 | 12 | 1710 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
946 | /apex-zip/src/classes/MetadataService.cls | 1695 | 23 | 1695 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
946 | /apex-zip/src/classes/MetadataService.cls | 1695 | 23 | 1695 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
947 | /apex-zip/src/classes/MetadataService.cls | 1696 | 26 | 1696 | 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 'createdById_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
947 | /apex-zip/src/classes/MetadataService.cls | 1696 | 26 | 1696 | 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 'createdById_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
948 | /apex-zip/src/classes/MetadataService.cls | 1697 | 26 | 1697 | 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
948 | /apex-zip/src/classes/MetadataService.cls | 1697 | 26 | 1697 | 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
949 | /apex-zip/src/classes/MetadataService.cls | 1698 | 26 | 1698 | 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
949 | /apex-zip/src/classes/MetadataService.cls | 1698 | 26 | 1698 | 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
950 | /apex-zip/src/classes/MetadataService.cls | 1699 | 26 | 1699 | 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
950 | /apex-zip/src/classes/MetadataService.cls | 1699 | 26 | 1699 | 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
951 | /apex-zip/src/classes/MetadataService.cls | 1700 | 26 | 1700 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
951 | /apex-zip/src/classes/MetadataService.cls | 1700 | 26 | 1700 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
952 | /apex-zip/src/classes/MetadataService.cls | 1701 | 26 | 1701 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
952 | /apex-zip/src/classes/MetadataService.cls | 1701 | 26 | 1701 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
953 | /apex-zip/src/classes/MetadataService.cls | 1702 | 26 | 1702 | 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 'lastModifiedById_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
953 | /apex-zip/src/classes/MetadataService.cls | 1702 | 26 | 1702 | 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 'lastModifiedById_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
954 | /apex-zip/src/classes/MetadataService.cls | 1703 | 26 | 1703 | 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 'lastModifiedByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
954 | /apex-zip/src/classes/MetadataService.cls | 1703 | 26 | 1703 | 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 'lastModifiedByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
955 | /apex-zip/src/classes/MetadataService.cls | 1704 | 26 | 1704 | 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
955 | /apex-zip/src/classes/MetadataService.cls | 1704 | 26 | 1704 | 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
956 | /apex-zip/src/classes/MetadataService.cls | 1705 | 26 | 1705 | 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 'manageableState_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
956 | /apex-zip/src/classes/MetadataService.cls | 1705 | 26 | 1705 | 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 'manageableState_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
957 | /apex-zip/src/classes/MetadataService.cls | 1706 | 26 | 1706 | 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
957 | /apex-zip/src/classes/MetadataService.cls | 1706 | 26 | 1706 | 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
958 | /apex-zip/src/classes/MetadataService.cls | 1707 | 26 | 1707 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
958 | /apex-zip/src/classes/MetadataService.cls | 1707 | 26 | 1707 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
959 | /apex-zip/src/classes/MetadataService.cls | 1708 | 26 | 1708 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
959 | /apex-zip/src/classes/MetadataService.cls | 1708 | 26 | 1708 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
960 | /apex-zip/src/classes/MetadataService.cls | 1709 | 26 | 1709 | 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]*' |
960 | /apex-zip/src/classes/MetadataService.cls | 1709 | 26 | 1709 | 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]*' |
961 | /apex-zip/src/classes/MetadataService.cls | 1711 | 12 | 1718 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
961 | /apex-zip/src/classes/MetadataService.cls | 1711 | 12 | 1718 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
962 | /apex-zip/src/classes/MetadataService.cls | 1714 | 26 | 1714 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
962 | /apex-zip/src/classes/MetadataService.cls | 1714 | 26 | 1714 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
963 | /apex-zip/src/classes/MetadataService.cls | 1715 | 26 | 1715 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
963 | /apex-zip/src/classes/MetadataService.cls | 1715 | 26 | 1715 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
964 | /apex-zip/src/classes/MetadataService.cls | 1716 | 26 | 1716 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
964 | /apex-zip/src/classes/MetadataService.cls | 1716 | 26 | 1716 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
965 | /apex-zip/src/classes/MetadataService.cls | 1717 | 26 | 1717 | 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]*' |
965 | /apex-zip/src/classes/MetadataService.cls | 1717 | 26 | 1717 | 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]*' |
966 | /apex-zip/src/classes/MetadataService.cls | 1719 | 12 | 1728 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
966 | /apex-zip/src/classes/MetadataService.cls | 1719 | 12 | 1728 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
967 | /apex-zip/src/classes/MetadataService.cls | 1723 | 26 | 1723 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
967 | /apex-zip/src/classes/MetadataService.cls | 1723 | 26 | 1723 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
968 | /apex-zip/src/classes/MetadataService.cls | 1724 | 26 | 1724 | 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
968 | /apex-zip/src/classes/MetadataService.cls | 1724 | 26 | 1724 | 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
969 | /apex-zip/src/classes/MetadataService.cls | 1725 | 26 | 1725 | 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
969 | /apex-zip/src/classes/MetadataService.cls | 1725 | 26 | 1725 | 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
970 | /apex-zip/src/classes/MetadataService.cls | 1726 | 26 | 1726 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
970 | /apex-zip/src/classes/MetadataService.cls | 1726 | 26 | 1726 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
971 | /apex-zip/src/classes/MetadataService.cls | 1727 | 26 | 1727 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
971 | /apex-zip/src/classes/MetadataService.cls | 1727 | 26 | 1727 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
972 | /apex-zip/src/classes/MetadataService.cls | 1729 | 12 | 1770 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
972 | /apex-zip/src/classes/MetadataService.cls | 1729 | 12 | 1770 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
973 | /apex-zip/src/classes/MetadataService.cls | 1729 | 12 | 1770 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
973 | /apex-zip/src/classes/MetadataService.cls | 1729 | 12 | 1770 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
974 | /apex-zip/src/classes/MetadataService.cls | 1749 | 26 | 1749 | 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 'apexPluginCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
974 | /apex-zip/src/classes/MetadataService.cls | 1749 | 26 | 1749 | 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 'apexPluginCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
975 | /apex-zip/src/classes/MetadataService.cls | 1750 | 26 | 1750 | 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
975 | /apex-zip/src/classes/MetadataService.cls | 1750 | 26 | 1750 | 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
976 | /apex-zip/src/classes/MetadataService.cls | 1751 | 26 | 1751 | 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
976 | /apex-zip/src/classes/MetadataService.cls | 1751 | 26 | 1751 | 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
977 | /apex-zip/src/classes/MetadataService.cls | 1752 | 26 | 1752 | 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 'constants_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
977 | /apex-zip/src/classes/MetadataService.cls | 1752 | 26 | 1752 | 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 'constants_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
978 | /apex-zip/src/classes/MetadataService.cls | 1753 | 26 | 1753 | 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 'decisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
978 | /apex-zip/src/classes/MetadataService.cls | 1753 | 26 | 1753 | 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 'decisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
979 | /apex-zip/src/classes/MetadataService.cls | 1754 | 26 | 1754 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
979 | /apex-zip/src/classes/MetadataService.cls | 1754 | 26 | 1754 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
980 | /apex-zip/src/classes/MetadataService.cls | 1755 | 26 | 1755 | 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 'dynamicChoiceSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
980 | /apex-zip/src/classes/MetadataService.cls | 1755 | 26 | 1755 | 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 'dynamicChoiceSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
981 | /apex-zip/src/classes/MetadataService.cls | 1756 | 26 | 1756 | 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 'formulas_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
981 | /apex-zip/src/classes/MetadataService.cls | 1756 | 26 | 1756 | 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 'formulas_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
982 | /apex-zip/src/classes/MetadataService.cls | 1757 | 26 | 1757 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
982 | /apex-zip/src/classes/MetadataService.cls | 1757 | 26 | 1757 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
983 | /apex-zip/src/classes/MetadataService.cls | 1758 | 26 | 1758 | 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 'recordCreates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
983 | /apex-zip/src/classes/MetadataService.cls | 1758 | 26 | 1758 | 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 'recordCreates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
984 | /apex-zip/src/classes/MetadataService.cls | 1759 | 26 | 1759 | 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 'recordDeletes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
984 | /apex-zip/src/classes/MetadataService.cls | 1759 | 26 | 1759 | 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 'recordDeletes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
985 | /apex-zip/src/classes/MetadataService.cls | 1760 | 26 | 1760 | 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 'recordLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
985 | /apex-zip/src/classes/MetadataService.cls | 1760 | 26 | 1760 | 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 'recordLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
986 | /apex-zip/src/classes/MetadataService.cls | 1761 | 26 | 1761 | 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 'recordUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
986 | /apex-zip/src/classes/MetadataService.cls | 1761 | 26 | 1761 | 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 'recordUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
987 | /apex-zip/src/classes/MetadataService.cls | 1762 | 26 | 1762 | 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
987 | /apex-zip/src/classes/MetadataService.cls | 1762 | 26 | 1762 | 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
988 | /apex-zip/src/classes/MetadataService.cls | 1763 | 26 | 1763 | 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 'startElementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
988 | /apex-zip/src/classes/MetadataService.cls | 1763 | 26 | 1763 | 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 'startElementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
989 | /apex-zip/src/classes/MetadataService.cls | 1764 | 26 | 1764 | 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 'steps_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
989 | /apex-zip/src/classes/MetadataService.cls | 1764 | 26 | 1764 | 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 'steps_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
990 | /apex-zip/src/classes/MetadataService.cls | 1765 | 26 | 1765 | 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 'subflows_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
990 | /apex-zip/src/classes/MetadataService.cls | 1765 | 26 | 1765 | 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 'subflows_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
991 | /apex-zip/src/classes/MetadataService.cls | 1766 | 26 | 1766 | 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 'textTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
991 | /apex-zip/src/classes/MetadataService.cls | 1766 | 26 | 1766 | 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 'textTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
992 | /apex-zip/src/classes/MetadataService.cls | 1767 | 26 | 1767 | 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 'variables_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
992 | /apex-zip/src/classes/MetadataService.cls | 1767 | 26 | 1767 | 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 'variables_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
993 | /apex-zip/src/classes/MetadataService.cls | 1768 | 26 | 1768 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
993 | /apex-zip/src/classes/MetadataService.cls | 1768 | 26 | 1768 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
994 | /apex-zip/src/classes/MetadataService.cls | 1769 | 26 | 1769 | 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]*' |
994 | /apex-zip/src/classes/MetadataService.cls | 1769 | 26 | 1769 | 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]*' |
995 | /apex-zip/src/classes/MetadataService.cls | 1771 | 12 | 1790 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
995 | /apex-zip/src/classes/MetadataService.cls | 1771 | 12 | 1790 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
996 | /apex-zip/src/classes/MetadataService.cls | 1771 | 12 | 1790 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
996 | /apex-zip/src/classes/MetadataService.cls | 1771 | 12 | 1790 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
997 | /apex-zip/src/classes/MetadataService.cls | 1780 | 26 | 1780 | 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
997 | /apex-zip/src/classes/MetadataService.cls | 1780 | 26 | 1780 | 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
998 | /apex-zip/src/classes/MetadataService.cls | 1781 | 26 | 1781 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
998 | /apex-zip/src/classes/MetadataService.cls | 1781 | 26 | 1781 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
999 | /apex-zip/src/classes/MetadataService.cls | 1782 | 26 | 1782 | 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
999 | /apex-zip/src/classes/MetadataService.cls | 1782 | 26 | 1782 | 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1000 | /apex-zip/src/classes/MetadataService.cls | 1783 | 26 | 1783 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1000 | /apex-zip/src/classes/MetadataService.cls | 1783 | 26 | 1783 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1001 | /apex-zip/src/classes/MetadataService.cls | 1784 | 26 | 1784 | 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1001 | /apex-zip/src/classes/MetadataService.cls | 1784 | 26 | 1784 | 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1002 | /apex-zip/src/classes/MetadataService.cls | 1785 | 26 | 1785 | 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1002 | /apex-zip/src/classes/MetadataService.cls | 1785 | 26 | 1785 | 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1003 | /apex-zip/src/classes/MetadataService.cls | 1786 | 26 | 1786 | 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1003 | /apex-zip/src/classes/MetadataService.cls | 1786 | 26 | 1786 | 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1004 | /apex-zip/src/classes/MetadataService.cls | 1787 | 26 | 1787 | 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1004 | /apex-zip/src/classes/MetadataService.cls | 1787 | 26 | 1787 | 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1005 | /apex-zip/src/classes/MetadataService.cls | 1788 | 26 | 1788 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1005 | /apex-zip/src/classes/MetadataService.cls | 1788 | 26 | 1788 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1006 | /apex-zip/src/classes/MetadataService.cls | 1789 | 26 | 1789 | 187 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1006 | /apex-zip/src/classes/MetadataService.cls | 1789 | 26 | 1789 | 187 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1007 | /apex-zip/src/classes/MetadataService.cls | 1791 | 12 | 1808 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1007 | /apex-zip/src/classes/MetadataService.cls | 1791 | 12 | 1808 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1008 | /apex-zip/src/classes/MetadataService.cls | 1791 | 12 | 1808 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1008 | /apex-zip/src/classes/MetadataService.cls | 1791 | 12 | 1808 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1009 | /apex-zip/src/classes/MetadataService.cls | 1797 | 23 | 1797 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1009 | /apex-zip/src/classes/MetadataService.cls | 1797 | 23 | 1797 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1010 | /apex-zip/src/classes/MetadataService.cls | 1799 | 26 | 1799 | 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1010 | /apex-zip/src/classes/MetadataService.cls | 1799 | 26 | 1799 | 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1011 | /apex-zip/src/classes/MetadataService.cls | 1800 | 26 | 1800 | 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1011 | /apex-zip/src/classes/MetadataService.cls | 1800 | 26 | 1800 | 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1012 | /apex-zip/src/classes/MetadataService.cls | 1801 | 26 | 1801 | 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1012 | /apex-zip/src/classes/MetadataService.cls | 1801 | 26 | 1801 | 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1013 | /apex-zip/src/classes/MetadataService.cls | 1802 | 26 | 1802 | 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1013 | /apex-zip/src/classes/MetadataService.cls | 1802 | 26 | 1802 | 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1014 | /apex-zip/src/classes/MetadataService.cls | 1803 | 26 | 1803 | 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1014 | /apex-zip/src/classes/MetadataService.cls | 1803 | 26 | 1803 | 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1015 | /apex-zip/src/classes/MetadataService.cls | 1804 | 26 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1015 | /apex-zip/src/classes/MetadataService.cls | 1804 | 26 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1016 | /apex-zip/src/classes/MetadataService.cls | 1805 | 26 | 1805 | 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1016 | /apex-zip/src/classes/MetadataService.cls | 1805 | 26 | 1805 | 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1017 | /apex-zip/src/classes/MetadataService.cls | 1806 | 26 | 1806 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1017 | /apex-zip/src/classes/MetadataService.cls | 1806 | 26 | 1806 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1018 | /apex-zip/src/classes/MetadataService.cls | 1807 | 26 | 1807 | 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]*' |
1018 | /apex-zip/src/classes/MetadataService.cls | 1807 | 26 | 1807 | 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]*' |
1019 | /apex-zip/src/classes/MetadataService.cls | 1809 | 12 | 1822 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1019 | /apex-zip/src/classes/MetadataService.cls | 1809 | 12 | 1822 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1020 | /apex-zip/src/classes/MetadataService.cls | 1815 | 26 | 1815 | 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1020 | /apex-zip/src/classes/MetadataService.cls | 1815 | 26 | 1815 | 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1021 | /apex-zip/src/classes/MetadataService.cls | 1816 | 26 | 1816 | 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1021 | /apex-zip/src/classes/MetadataService.cls | 1816 | 26 | 1816 | 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1022 | /apex-zip/src/classes/MetadataService.cls | 1817 | 26 | 1817 | 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 'primaryTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1022 | /apex-zip/src/classes/MetadataService.cls | 1817 | 26 | 1817 | 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 'primaryTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1023 | /apex-zip/src/classes/MetadataService.cls | 1818 | 26 | 1818 | 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 'relatedTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1023 | /apex-zip/src/classes/MetadataService.cls | 1818 | 26 | 1818 | 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 'relatedTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1024 | /apex-zip/src/classes/MetadataService.cls | 1819 | 26 | 1819 | 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 'relatedTableJoinColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1024 | /apex-zip/src/classes/MetadataService.cls | 1819 | 26 | 1819 | 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 'relatedTableJoinColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1025 | /apex-zip/src/classes/MetadataService.cls | 1820 | 26 | 1820 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1025 | /apex-zip/src/classes/MetadataService.cls | 1820 | 26 | 1820 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1026 | /apex-zip/src/classes/MetadataService.cls | 1821 | 26 | 1821 | 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]*' |
1026 | /apex-zip/src/classes/MetadataService.cls | 1821 | 26 | 1821 | 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]*' |
1027 | /apex-zip/src/classes/MetadataService.cls | 1823 | 12 | 1880 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1027 | /apex-zip/src/classes/MetadataService.cls | 1823 | 12 | 1880 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1028 | /apex-zip/src/classes/MetadataService.cls | 1823 | 12 | 1880 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class Report has 27 public methods, attributes, and properties (limit: 20) |
1028 | /apex-zip/src/classes/MetadataService.cls | 1823 | 12 | 1880 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class Report has 27 public methods, attributes, and properties (limit: 20) |
1029 | /apex-zip/src/classes/MetadataService.cls | 1823 | 12 | 1880 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1029 | /apex-zip/src/classes/MetadataService.cls | 1823 | 12 | 1880 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1030 | /apex-zip/src/classes/MetadataService.cls | 1832 | 23 | 1832 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'currency_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1030 | /apex-zip/src/classes/MetadataService.cls | 1832 | 23 | 1832 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'currency_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1031 | /apex-zip/src/classes/MetadataService.cls | 1851 | 26 | 1851 | 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 'aggregates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1031 | /apex-zip/src/classes/MetadataService.cls | 1851 | 26 | 1851 | 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 'aggregates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1032 | /apex-zip/src/classes/MetadataService.cls | 1852 | 26 | 1852 | 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1032 | /apex-zip/src/classes/MetadataService.cls | 1852 | 26 | 1852 | 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1033 | /apex-zip/src/classes/MetadataService.cls | 1853 | 26 | 1853 | 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 'blockInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1033 | /apex-zip/src/classes/MetadataService.cls | 1853 | 26 | 1853 | 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 'blockInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1034 | /apex-zip/src/classes/MetadataService.cls | 1854 | 26 | 1854 | 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 'buckets_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1034 | /apex-zip/src/classes/MetadataService.cls | 1854 | 26 | 1854 | 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 'buckets_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1035 | /apex-zip/src/classes/MetadataService.cls | 1855 | 26 | 1855 | 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 'chart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1035 | /apex-zip/src/classes/MetadataService.cls | 1855 | 26 | 1855 | 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 'chart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1036 | /apex-zip/src/classes/MetadataService.cls | 1856 | 26 | 1856 | 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 'colorRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1036 | /apex-zip/src/classes/MetadataService.cls | 1856 | 26 | 1856 | 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 'colorRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1037 | /apex-zip/src/classes/MetadataService.cls | 1857 | 26 | 1857 | 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1037 | /apex-zip/src/classes/MetadataService.cls | 1857 | 26 | 1857 | 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1038 | /apex-zip/src/classes/MetadataService.cls | 1858 | 26 | 1858 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'crossFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1038 | /apex-zip/src/classes/MetadataService.cls | 1858 | 26 | 1858 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'crossFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1039 | /apex-zip/src/classes/MetadataService.cls | 1859 | 26 | 1859 | 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 'currency_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1039 | /apex-zip/src/classes/MetadataService.cls | 1859 | 26 | 1859 | 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 'currency_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1040 | /apex-zip/src/classes/MetadataService.cls | 1860 | 26 | 1860 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1040 | /apex-zip/src/classes/MetadataService.cls | 1860 | 26 | 1860 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1041 | /apex-zip/src/classes/MetadataService.cls | 1861 | 26 | 1861 | 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1041 | /apex-zip/src/classes/MetadataService.cls | 1861 | 26 | 1861 | 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1042 | /apex-zip/src/classes/MetadataService.cls | 1862 | 26 | 1862 | 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1042 | /apex-zip/src/classes/MetadataService.cls | 1862 | 26 | 1862 | 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1043 | /apex-zip/src/classes/MetadataService.cls | 1863 | 26 | 1863 | 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1043 | /apex-zip/src/classes/MetadataService.cls | 1863 | 26 | 1863 | 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1044 | /apex-zip/src/classes/MetadataService.cls | 1864 | 26 | 1864 | 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 'groupingsAcross_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1044 | /apex-zip/src/classes/MetadataService.cls | 1864 | 26 | 1864 | 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 'groupingsAcross_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1045 | /apex-zip/src/classes/MetadataService.cls | 1865 | 26 | 1865 | 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 'groupingsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1045 | /apex-zip/src/classes/MetadataService.cls | 1865 | 26 | 1865 | 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 'groupingsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1046 | /apex-zip/src/classes/MetadataService.cls | 1866 | 26 | 1866 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1046 | /apex-zip/src/classes/MetadataService.cls | 1866 | 26 | 1866 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1047 | /apex-zip/src/classes/MetadataService.cls | 1867 | 26 | 1867 | 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 'params_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1047 | /apex-zip/src/classes/MetadataService.cls | 1867 | 26 | 1867 | 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 'params_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1048 | /apex-zip/src/classes/MetadataService.cls | 1868 | 26 | 1868 | 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1048 | /apex-zip/src/classes/MetadataService.cls | 1868 | 26 | 1868 | 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1049 | /apex-zip/src/classes/MetadataService.cls | 1869 | 26 | 1869 | 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 'roleHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1049 | /apex-zip/src/classes/MetadataService.cls | 1869 | 26 | 1869 | 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 'roleHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1050 | /apex-zip/src/classes/MetadataService.cls | 1870 | 26 | 1870 | 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 'rowLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1050 | /apex-zip/src/classes/MetadataService.cls | 1870 | 26 | 1870 | 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 'rowLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1051 | /apex-zip/src/classes/MetadataService.cls | 1871 | 26 | 1871 | 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 'scope_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1051 | /apex-zip/src/classes/MetadataService.cls | 1871 | 26 | 1871 | 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 'scope_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1052 | /apex-zip/src/classes/MetadataService.cls | 1872 | 26 | 1872 | 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 'showDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1052 | /apex-zip/src/classes/MetadataService.cls | 1872 | 26 | 1872 | 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 'showDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1053 | /apex-zip/src/classes/MetadataService.cls | 1873 | 26 | 1873 | 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1053 | /apex-zip/src/classes/MetadataService.cls | 1873 | 26 | 1873 | 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1054 | /apex-zip/src/classes/MetadataService.cls | 1874 | 26 | 1874 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1054 | /apex-zip/src/classes/MetadataService.cls | 1874 | 26 | 1874 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1055 | /apex-zip/src/classes/MetadataService.cls | 1875 | 26 | 1875 | 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 'territoryHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1055 | /apex-zip/src/classes/MetadataService.cls | 1875 | 26 | 1875 | 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 'territoryHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1056 | /apex-zip/src/classes/MetadataService.cls | 1876 | 26 | 1876 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'timeFrameFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1056 | /apex-zip/src/classes/MetadataService.cls | 1876 | 26 | 1876 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'timeFrameFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1057 | /apex-zip/src/classes/MetadataService.cls | 1877 | 26 | 1877 | 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 'userFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1057 | /apex-zip/src/classes/MetadataService.cls | 1877 | 26 | 1877 | 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 'userFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1058 | /apex-zip/src/classes/MetadataService.cls | 1878 | 26 | 1878 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1058 | /apex-zip/src/classes/MetadataService.cls | 1878 | 26 | 1878 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1059 | /apex-zip/src/classes/MetadataService.cls | 1879 | 26 | 1879 | 410 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 1879 | 26 | 1879 | 410 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 1881 | 12 | 1888 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1060 | /apex-zip/src/classes/MetadataService.cls | 1881 | 12 | 1888 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1061 | /apex-zip/src/classes/MetadataService.cls | 1884 | 26 | 1884 | 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1061 | /apex-zip/src/classes/MetadataService.cls | 1884 | 26 | 1884 | 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1062 | /apex-zip/src/classes/MetadataService.cls | 1885 | 26 | 1885 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1062 | /apex-zip/src/classes/MetadataService.cls | 1885 | 26 | 1885 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1063 | /apex-zip/src/classes/MetadataService.cls | 1886 | 26 | 1886 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1063 | /apex-zip/src/classes/MetadataService.cls | 1886 | 26 | 1886 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1064 | /apex-zip/src/classes/MetadataService.cls | 1887 | 26 | 1887 | 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]*' |
1064 | /apex-zip/src/classes/MetadataService.cls | 1887 | 26 | 1887 | 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]*' |
1065 | /apex-zip/src/classes/MetadataService.cls | 1889 | 12 | 1910 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1065 | /apex-zip/src/classes/MetadataService.cls | 1889 | 12 | 1910 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1066 | /apex-zip/src/classes/MetadataService.cls | 1889 | 12 | 1910 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1066 | /apex-zip/src/classes/MetadataService.cls | 1889 | 12 | 1910 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1067 | /apex-zip/src/classes/MetadataService.cls | 1899 | 26 | 1899 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1067 | /apex-zip/src/classes/MetadataService.cls | 1899 | 26 | 1899 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1068 | /apex-zip/src/classes/MetadataService.cls | 1900 | 26 | 1900 | 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1068 | /apex-zip/src/classes/MetadataService.cls | 1900 | 26 | 1900 | 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1069 | /apex-zip/src/classes/MetadataService.cls | 1901 | 26 | 1901 | 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1069 | /apex-zip/src/classes/MetadataService.cls | 1901 | 26 | 1901 | 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1070 | /apex-zip/src/classes/MetadataService.cls | 1902 | 26 | 1902 | 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 'filterScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1070 | /apex-zip/src/classes/MetadataService.cls | 1902 | 26 | 1902 | 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 'filterScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1071 | /apex-zip/src/classes/MetadataService.cls | 1903 | 26 | 1903 | 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1071 | /apex-zip/src/classes/MetadataService.cls | 1903 | 26 | 1903 | 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1072 | /apex-zip/src/classes/MetadataService.cls | 1904 | 26 | 1904 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1072 | /apex-zip/src/classes/MetadataService.cls | 1904 | 26 | 1904 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1073 | /apex-zip/src/classes/MetadataService.cls | 1905 | 26 | 1905 | 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1073 | /apex-zip/src/classes/MetadataService.cls | 1905 | 26 | 1905 | 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1074 | /apex-zip/src/classes/MetadataService.cls | 1906 | 26 | 1906 | 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1074 | /apex-zip/src/classes/MetadataService.cls | 1906 | 26 | 1906 | 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1075 | /apex-zip/src/classes/MetadataService.cls | 1907 | 26 | 1907 | 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1075 | /apex-zip/src/classes/MetadataService.cls | 1907 | 26 | 1907 | 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1076 | /apex-zip/src/classes/MetadataService.cls | 1908 | 26 | 1908 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1076 | /apex-zip/src/classes/MetadataService.cls | 1908 | 26 | 1908 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1077 | /apex-zip/src/classes/MetadataService.cls | 1909 | 26 | 1909 | 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]*' |
1077 | /apex-zip/src/classes/MetadataService.cls | 1909 | 26 | 1909 | 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]*' |
1078 | /apex-zip/src/classes/MetadataService.cls | 1911 | 12 | 1924 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1078 | /apex-zip/src/classes/MetadataService.cls | 1911 | 12 | 1924 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1079 | /apex-zip/src/classes/MetadataService.cls | 1916 | 23 | 1916 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1079 | /apex-zip/src/classes/MetadataService.cls | 1916 | 23 | 1916 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1080 | /apex-zip/src/classes/MetadataService.cls | 1917 | 26 | 1917 | 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 'assignRecordIdToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1080 | /apex-zip/src/classes/MetadataService.cls | 1917 | 26 | 1917 | 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 'assignRecordIdToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1081 | /apex-zip/src/classes/MetadataService.cls | 1918 | 26 | 1918 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1081 | /apex-zip/src/classes/MetadataService.cls | 1918 | 26 | 1918 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1082 | /apex-zip/src/classes/MetadataService.cls | 1919 | 26 | 1919 | 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1082 | /apex-zip/src/classes/MetadataService.cls | 1919 | 26 | 1919 | 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1083 | /apex-zip/src/classes/MetadataService.cls | 1920 | 26 | 1920 | 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1083 | /apex-zip/src/classes/MetadataService.cls | 1920 | 26 | 1920 | 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1084 | /apex-zip/src/classes/MetadataService.cls | 1921 | 26 | 1921 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1084 | /apex-zip/src/classes/MetadataService.cls | 1921 | 26 | 1921 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1085 | /apex-zip/src/classes/MetadataService.cls | 1922 | 26 | 1922 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1085 | /apex-zip/src/classes/MetadataService.cls | 1922 | 26 | 1922 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1086 | /apex-zip/src/classes/MetadataService.cls | 1923 | 26 | 1923 | 150 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1086 | /apex-zip/src/classes/MetadataService.cls | 1923 | 26 | 1923 | 150 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1087 | /apex-zip/src/classes/MetadataService.cls | 1925 | 12 | 1936 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1087 | /apex-zip/src/classes/MetadataService.cls | 1925 | 12 | 1936 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1088 | /apex-zip/src/classes/MetadataService.cls | 1930 | 26 | 1930 | 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1088 | /apex-zip/src/classes/MetadataService.cls | 1930 | 26 | 1930 | 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1089 | /apex-zip/src/classes/MetadataService.cls | 1931 | 26 | 1931 | 127 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1089 | /apex-zip/src/classes/MetadataService.cls | 1931 | 26 | 1931 | 127 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1090 | /apex-zip/src/classes/MetadataService.cls | 1932 | 26 | 1932 | 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1090 | /apex-zip/src/classes/MetadataService.cls | 1932 | 26 | 1932 | 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1091 | /apex-zip/src/classes/MetadataService.cls | 1933 | 26 | 1933 | 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1091 | /apex-zip/src/classes/MetadataService.cls | 1933 | 26 | 1933 | 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1092 | /apex-zip/src/classes/MetadataService.cls | 1934 | 26 | 1934 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1092 | /apex-zip/src/classes/MetadataService.cls | 1934 | 26 | 1934 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1093 | /apex-zip/src/classes/MetadataService.cls | 1935 | 26 | 1935 | 109 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1093 | /apex-zip/src/classes/MetadataService.cls | 1935 | 26 | 1935 | 109 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1094 | /apex-zip/src/classes/MetadataService.cls | 1937 | 12 | 1944 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1094 | /apex-zip/src/classes/MetadataService.cls | 1937 | 12 | 1944 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1095 | /apex-zip/src/classes/MetadataService.cls | 1940 | 26 | 1940 | 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1095 | /apex-zip/src/classes/MetadataService.cls | 1940 | 26 | 1940 | 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1096 | /apex-zip/src/classes/MetadataService.cls | 1941 | 26 | 1941 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1096 | /apex-zip/src/classes/MetadataService.cls | 1941 | 26 | 1941 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1097 | /apex-zip/src/classes/MetadataService.cls | 1942 | 26 | 1942 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1097 | /apex-zip/src/classes/MetadataService.cls | 1942 | 26 | 1942 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1098 | /apex-zip/src/classes/MetadataService.cls | 1943 | 26 | 1943 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1098 | /apex-zip/src/classes/MetadataService.cls | 1943 | 26 | 1943 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1099 | /apex-zip/src/classes/MetadataService.cls | 1945 | 12 | 1950 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1099 | /apex-zip/src/classes/MetadataService.cls | 1945 | 12 | 1950 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1100 | /apex-zip/src/classes/MetadataService.cls | 1947 | 26 | 1947 | 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1100 | /apex-zip/src/classes/MetadataService.cls | 1947 | 26 | 1947 | 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1101 | /apex-zip/src/classes/MetadataService.cls | 1948 | 26 | 1948 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1101 | /apex-zip/src/classes/MetadataService.cls | 1948 | 26 | 1948 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1102 | /apex-zip/src/classes/MetadataService.cls | 1949 | 26 | 1949 | 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]*' |
1102 | /apex-zip/src/classes/MetadataService.cls | 1949 | 26 | 1949 | 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]*' |
1103 | /apex-zip/src/classes/MetadataService.cls | 1951 | 20 | 1956 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1103 | /apex-zip/src/classes/MetadataService.cls | 1951 | 20 | 1956 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1104 | /apex-zip/src/classes/MetadataService.cls | 1953 | 26 | 1953 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1104 | /apex-zip/src/classes/MetadataService.cls | 1953 | 26 | 1953 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1105 | /apex-zip/src/classes/MetadataService.cls | 1954 | 26 | 1954 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1105 | /apex-zip/src/classes/MetadataService.cls | 1954 | 26 | 1954 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1106 | /apex-zip/src/classes/MetadataService.cls | 1955 | 26 | 1955 | 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]*' |
1106 | /apex-zip/src/classes/MetadataService.cls | 1955 | 26 | 1955 | 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]*' |
1107 | /apex-zip/src/classes/MetadataService.cls | 1957 | 12 | 1988 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1107 | /apex-zip/src/classes/MetadataService.cls | 1957 | 12 | 1988 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1108 | /apex-zip/src/classes/MetadataService.cls | 1957 | 12 | 1988 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1108 | /apex-zip/src/classes/MetadataService.cls | 1957 | 12 | 1988 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1109 | /apex-zip/src/classes/MetadataService.cls | 1972 | 26 | 1972 | 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1109 | /apex-zip/src/classes/MetadataService.cls | 1972 | 26 | 1972 | 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1110 | /apex-zip/src/classes/MetadataService.cls | 1973 | 26 | 1973 | 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1110 | /apex-zip/src/classes/MetadataService.cls | 1973 | 26 | 1973 | 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1111 | /apex-zip/src/classes/MetadataService.cls | 1974 | 26 | 1974 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1111 | /apex-zip/src/classes/MetadataService.cls | 1974 | 26 | 1974 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1112 | /apex-zip/src/classes/MetadataService.cls | 1975 | 26 | 1975 | 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1112 | /apex-zip/src/classes/MetadataService.cls | 1975 | 26 | 1975 | 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1113 | /apex-zip/src/classes/MetadataService.cls | 1976 | 26 | 1976 | 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 'numberComponentErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1113 | /apex-zip/src/classes/MetadataService.cls | 1976 | 26 | 1976 | 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 'numberComponentErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1114 | /apex-zip/src/classes/MetadataService.cls | 1977 | 26 | 1977 | 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 'numberComponentsDeployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1114 | /apex-zip/src/classes/MetadataService.cls | 1977 | 26 | 1977 | 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 'numberComponentsDeployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1115 | /apex-zip/src/classes/MetadataService.cls | 1978 | 26 | 1978 | 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 'numberComponentsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1115 | /apex-zip/src/classes/MetadataService.cls | 1978 | 26 | 1978 | 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 'numberComponentsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1116 | /apex-zip/src/classes/MetadataService.cls | 1979 | 26 | 1979 | 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 'numberTestErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1116 | /apex-zip/src/classes/MetadataService.cls | 1979 | 26 | 1979 | 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 'numberTestErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1117 | /apex-zip/src/classes/MetadataService.cls | 1980 | 26 | 1980 | 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 'numberTestsCompleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1117 | /apex-zip/src/classes/MetadataService.cls | 1980 | 26 | 1980 | 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 'numberTestsCompleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1118 | /apex-zip/src/classes/MetadataService.cls | 1981 | 26 | 1981 | 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 'numberTestsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1118 | /apex-zip/src/classes/MetadataService.cls | 1981 | 26 | 1981 | 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 'numberTestsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1119 | /apex-zip/src/classes/MetadataService.cls | 1982 | 26 | 1982 | 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 'state_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1119 | /apex-zip/src/classes/MetadataService.cls | 1982 | 26 | 1982 | 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 'state_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1120 | /apex-zip/src/classes/MetadataService.cls | 1983 | 26 | 1983 | 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 'stateDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1120 | /apex-zip/src/classes/MetadataService.cls | 1983 | 26 | 1983 | 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 'stateDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1121 | /apex-zip/src/classes/MetadataService.cls | 1984 | 26 | 1984 | 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 'stateDetailLastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1121 | /apex-zip/src/classes/MetadataService.cls | 1984 | 26 | 1984 | 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 'stateDetailLastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1122 | /apex-zip/src/classes/MetadataService.cls | 1985 | 26 | 1985 | 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1122 | /apex-zip/src/classes/MetadataService.cls | 1985 | 26 | 1985 | 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1123 | /apex-zip/src/classes/MetadataService.cls | 1986 | 26 | 1986 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1123 | /apex-zip/src/classes/MetadataService.cls | 1986 | 26 | 1986 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1124 | /apex-zip/src/classes/MetadataService.cls | 1987 | 26 | 1987 | 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]*' |
1124 | /apex-zip/src/classes/MetadataService.cls | 1987 | 26 | 1987 | 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]*' |
1125 | /apex-zip/src/classes/MetadataService.cls | 1989 | 12 | 1994 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1125 | /apex-zip/src/classes/MetadataService.cls | 1989 | 12 | 1994 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1126 | /apex-zip/src/classes/MetadataService.cls | 1991 | 26 | 1991 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'articleTypeTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1126 | /apex-zip/src/classes/MetadataService.cls | 1991 | 26 | 1991 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'articleTypeTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1127 | /apex-zip/src/classes/MetadataService.cls | 1992 | 26 | 1992 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1127 | /apex-zip/src/classes/MetadataService.cls | 1992 | 26 | 1992 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1128 | /apex-zip/src/classes/MetadataService.cls | 1993 | 26 | 1993 | 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]*' |
1128 | /apex-zip/src/classes/MetadataService.cls | 1993 | 26 | 1993 | 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]*' |
1129 | /apex-zip/src/classes/MetadataService.cls | 1995 | 12 | 2000 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1129 | /apex-zip/src/classes/MetadataService.cls | 1995 | 12 | 2000 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1130 | /apex-zip/src/classes/MetadataService.cls | 1995 | 12 | 2000 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkRetrieveStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1130 | /apex-zip/src/classes/MetadataService.cls | 1995 | 12 | 2000 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkRetrieveStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1131 | /apex-zip/src/classes/MetadataService.cls | 1997 | 26 | 1997 | 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 'asyncProcessId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1131 | /apex-zip/src/classes/MetadataService.cls | 1997 | 26 | 1997 | 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 'asyncProcessId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1132 | /apex-zip/src/classes/MetadataService.cls | 1998 | 26 | 1998 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1132 | /apex-zip/src/classes/MetadataService.cls | 1998 | 26 | 1998 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1133 | /apex-zip/src/classes/MetadataService.cls | 1999 | 26 | 1999 | 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]*' |
1133 | /apex-zip/src/classes/MetadataService.cls | 1999 | 26 | 1999 | 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]*' |
1134 | /apex-zip/src/classes/MetadataService.cls | 2001 | 12 | 2008 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1134 | /apex-zip/src/classes/MetadataService.cls | 2001 | 12 | 2008 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1135 | /apex-zip/src/classes/MetadataService.cls | 2004 | 26 | 2004 | 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1135 | /apex-zip/src/classes/MetadataService.cls | 2004 | 26 | 2004 | 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1136 | /apex-zip/src/classes/MetadataService.cls | 2005 | 26 | 2005 | 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1136 | /apex-zip/src/classes/MetadataService.cls | 2005 | 26 | 2005 | 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1137 | /apex-zip/src/classes/MetadataService.cls | 2006 | 26 | 2006 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1137 | /apex-zip/src/classes/MetadataService.cls | 2006 | 26 | 2006 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1138 | /apex-zip/src/classes/MetadataService.cls | 2007 | 26 | 2007 | 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]*' |
1138 | /apex-zip/src/classes/MetadataService.cls | 2007 | 26 | 2007 | 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]*' |
1139 | /apex-zip/src/classes/MetadataService.cls | 2009 | 12 | 2012 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1139 | /apex-zip/src/classes/MetadataService.cls | 2009 | 12 | 2012 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1140 | /apex-zip/src/classes/MetadataService.cls | 2010 | 26 | 2010 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1140 | /apex-zip/src/classes/MetadataService.cls | 2010 | 26 | 2010 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1141 | /apex-zip/src/classes/MetadataService.cls | 2011 | 26 | 2011 | 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]*' |
1141 | /apex-zip/src/classes/MetadataService.cls | 2011 | 26 | 2011 | 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]*' |
1142 | /apex-zip/src/classes/MetadataService.cls | 2013 | 12 | 2018 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1142 | /apex-zip/src/classes/MetadataService.cls | 2013 | 12 | 2018 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1143 | /apex-zip/src/classes/MetadataService.cls | 2015 | 26 | 2015 | 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 'text_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1143 | /apex-zip/src/classes/MetadataService.cls | 2015 | 26 | 2015 | 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 'text_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1144 | /apex-zip/src/classes/MetadataService.cls | 2016 | 26 | 2016 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1144 | /apex-zip/src/classes/MetadataService.cls | 2016 | 26 | 2016 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1145 | /apex-zip/src/classes/MetadataService.cls | 2017 | 26 | 2017 | 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]*' |
1145 | /apex-zip/src/classes/MetadataService.cls | 2017 | 26 | 2017 | 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]*' |
1146 | /apex-zip/src/classes/MetadataService.cls | 2019 | 12 | 2034 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1146 | /apex-zip/src/classes/MetadataService.cls | 2019 | 12 | 2034 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1147 | /apex-zip/src/classes/MetadataService.cls | 2026 | 26 | 2026 | 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1147 | /apex-zip/src/classes/MetadataService.cls | 2026 | 26 | 2026 | 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1148 | /apex-zip/src/classes/MetadataService.cls | 2027 | 26 | 2027 | 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1148 | /apex-zip/src/classes/MetadataService.cls | 2027 | 26 | 2027 | 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1149 | /apex-zip/src/classes/MetadataService.cls | 2028 | 26 | 2028 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1149 | /apex-zip/src/classes/MetadataService.cls | 2028 | 26 | 2028 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1150 | /apex-zip/src/classes/MetadataService.cls | 2029 | 26 | 2029 | 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 'relatedList_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1150 | /apex-zip/src/classes/MetadataService.cls | 2029 | 26 | 2029 | 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 'relatedList_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1151 | /apex-zip/src/classes/MetadataService.cls | 2030 | 26 | 2030 | 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1151 | /apex-zip/src/classes/MetadataService.cls | 2030 | 26 | 2030 | 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1152 | /apex-zip/src/classes/MetadataService.cls | 2031 | 26 | 2031 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1152 | /apex-zip/src/classes/MetadataService.cls | 2031 | 26 | 2031 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1153 | /apex-zip/src/classes/MetadataService.cls | 2032 | 26 | 2032 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1153 | /apex-zip/src/classes/MetadataService.cls | 2032 | 26 | 2032 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1154 | /apex-zip/src/classes/MetadataService.cls | 2033 | 26 | 2033 | 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]*' |
1154 | /apex-zip/src/classes/MetadataService.cls | 2033 | 26 | 2033 | 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]*' |
1155 | /apex-zip/src/classes/MetadataService.cls | 2035 | 12 | 2044 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1155 | /apex-zip/src/classes/MetadataService.cls | 2035 | 12 | 2044 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1156 | /apex-zip/src/classes/MetadataService.cls | 2039 | 26 | 2039 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1156 | /apex-zip/src/classes/MetadataService.cls | 2039 | 26 | 2039 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1157 | /apex-zip/src/classes/MetadataService.cls | 2040 | 26 | 2040 | 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1157 | /apex-zip/src/classes/MetadataService.cls | 2040 | 26 | 2040 | 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1158 | /apex-zip/src/classes/MetadataService.cls | 2041 | 26 | 2041 | 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1158 | /apex-zip/src/classes/MetadataService.cls | 2041 | 26 | 2041 | 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1159 | /apex-zip/src/classes/MetadataService.cls | 2042 | 26 | 2042 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1159 | /apex-zip/src/classes/MetadataService.cls | 2042 | 26 | 2042 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1160 | /apex-zip/src/classes/MetadataService.cls | 2043 | 26 | 2043 | 95 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1160 | /apex-zip/src/classes/MetadataService.cls | 2043 | 26 | 2043 | 95 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1161 | /apex-zip/src/classes/MetadataService.cls | 2045 | 12 | 2058 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1161 | /apex-zip/src/classes/MetadataService.cls | 2045 | 12 | 2058 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1162 | /apex-zip/src/classes/MetadataService.cls | 2051 | 26 | 2051 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1162 | /apex-zip/src/classes/MetadataService.cls | 2051 | 26 | 2051 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1163 | /apex-zip/src/classes/MetadataService.cls | 2052 | 26 | 2052 | 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 'packageNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1163 | /apex-zip/src/classes/MetadataService.cls | 2052 | 26 | 2052 | 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 'packageNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1164 | /apex-zip/src/classes/MetadataService.cls | 2053 | 26 | 2053 | 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1164 | /apex-zip/src/classes/MetadataService.cls | 2053 | 26 | 2053 | 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1165 | /apex-zip/src/classes/MetadataService.cls | 2054 | 26 | 2054 | 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 'specificFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1165 | /apex-zip/src/classes/MetadataService.cls | 2054 | 26 | 2054 | 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 'specificFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1166 | /apex-zip/src/classes/MetadataService.cls | 2055 | 26 | 2055 | 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 'unpackaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1166 | /apex-zip/src/classes/MetadataService.cls | 2055 | 26 | 2055 | 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 'unpackaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1167 | /apex-zip/src/classes/MetadataService.cls | 2056 | 26 | 2056 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1167 | /apex-zip/src/classes/MetadataService.cls | 2056 | 26 | 2056 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1168 | /apex-zip/src/classes/MetadataService.cls | 2057 | 26 | 2057 | 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]*' |
1168 | /apex-zip/src/classes/MetadataService.cls | 2057 | 26 | 2057 | 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]*' |
1169 | /apex-zip/src/classes/MetadataService.cls | 2059 | 12 | 2066 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1169 | /apex-zip/src/classes/MetadataService.cls | 2059 | 12 | 2066 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1170 | /apex-zip/src/classes/MetadataService.cls | 2061 | 23 | 2061 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1170 | /apex-zip/src/classes/MetadataService.cls | 2061 | 23 | 2061 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1171 | /apex-zip/src/classes/MetadataService.cls | 2062 | 26 | 2062 | 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1171 | /apex-zip/src/classes/MetadataService.cls | 2062 | 26 | 2062 | 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1172 | /apex-zip/src/classes/MetadataService.cls | 2063 | 26 | 2063 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1172 | /apex-zip/src/classes/MetadataService.cls | 2063 | 26 | 2063 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1173 | /apex-zip/src/classes/MetadataService.cls | 2064 | 26 | 2064 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1173 | /apex-zip/src/classes/MetadataService.cls | 2064 | 26 | 2064 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1174 | /apex-zip/src/classes/MetadataService.cls | 2065 | 26 | 2065 | 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]*' |
1174 | /apex-zip/src/classes/MetadataService.cls | 2065 | 26 | 2065 | 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]*' |
1175 | /apex-zip/src/classes/MetadataService.cls | 2067 | 12 | 2072 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1175 | /apex-zip/src/classes/MetadataService.cls | 2067 | 12 | 2072 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1176 | /apex-zip/src/classes/MetadataService.cls | 2069 | 26 | 2069 | 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 'targetReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1176 | /apex-zip/src/classes/MetadataService.cls | 2069 | 26 | 2069 | 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 'targetReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1177 | /apex-zip/src/classes/MetadataService.cls | 2070 | 26 | 2070 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1177 | /apex-zip/src/classes/MetadataService.cls | 2070 | 26 | 2070 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1178 | /apex-zip/src/classes/MetadataService.cls | 2071 | 26 | 2071 | 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]*' |
1178 | /apex-zip/src/classes/MetadataService.cls | 2071 | 26 | 2071 | 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]*' |
1179 | /apex-zip/src/classes/MetadataService.cls | 2073 | 12 | 2096 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1179 | /apex-zip/src/classes/MetadataService.cls | 2073 | 12 | 2096 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1180 | /apex-zip/src/classes/MetadataService.cls | 2073 | 12 | 2096 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1180 | /apex-zip/src/classes/MetadataService.cls | 2073 | 12 | 2096 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1181 | /apex-zip/src/classes/MetadataService.cls | 2084 | 26 | 2084 | 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 'buttonIconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1181 | /apex-zip/src/classes/MetadataService.cls | 2084 | 26 | 2084 | 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 'buttonIconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1182 | /apex-zip/src/classes/MetadataService.cls | 2085 | 26 | 2085 | 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 'buttonStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1182 | /apex-zip/src/classes/MetadataService.cls | 2085 | 26 | 2085 | 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 'buttonStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1183 | /apex-zip/src/classes/MetadataService.cls | 2086 | 26 | 2086 | 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 'buttonText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1183 | /apex-zip/src/classes/MetadataService.cls | 2086 | 26 | 2086 | 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 'buttonText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1184 | /apex-zip/src/classes/MetadataService.cls | 2087 | 26 | 2087 | 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 'buttonWidth_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1184 | /apex-zip/src/classes/MetadataService.cls | 2087 | 26 | 2087 | 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 'buttonWidth_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1185 | /apex-zip/src/classes/MetadataService.cls | 2088 | 26 | 2088 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1185 | /apex-zip/src/classes/MetadataService.cls | 2088 | 26 | 2088 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1186 | /apex-zip/src/classes/MetadataService.cls | 2089 | 26 | 2089 | 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 'isHeightFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1186 | /apex-zip/src/classes/MetadataService.cls | 2089 | 26 | 2089 | 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 'isHeightFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1187 | /apex-zip/src/classes/MetadataService.cls | 2090 | 26 | 2090 | 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 'isHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1187 | /apex-zip/src/classes/MetadataService.cls | 2090 | 26 | 2090 | 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 'isHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1188 | /apex-zip/src/classes/MetadataService.cls | 2091 | 26 | 2091 | 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 'isWidthFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1188 | /apex-zip/src/classes/MetadataService.cls | 2091 | 26 | 2091 | 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 'isWidthFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1189 | /apex-zip/src/classes/MetadataService.cls | 2092 | 26 | 2092 | 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1189 | /apex-zip/src/classes/MetadataService.cls | 2092 | 26 | 2092 | 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1190 | /apex-zip/src/classes/MetadataService.cls | 2093 | 26 | 2093 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1190 | /apex-zip/src/classes/MetadataService.cls | 2093 | 26 | 2093 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1191 | /apex-zip/src/classes/MetadataService.cls | 2094 | 26 | 2094 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1191 | /apex-zip/src/classes/MetadataService.cls | 2094 | 26 | 2094 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1192 | /apex-zip/src/classes/MetadataService.cls | 2095 | 26 | 2095 | 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]*' |
1192 | /apex-zip/src/classes/MetadataService.cls | 2095 | 26 | 2095 | 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]*' |
1193 | /apex-zip/src/classes/MetadataService.cls | 2097 | 12 | 2114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1193 | /apex-zip/src/classes/MetadataService.cls | 2097 | 12 | 2114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1194 | /apex-zip/src/classes/MetadataService.cls | 2097 | 12 | 2114 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1194 | /apex-zip/src/classes/MetadataService.cls | 2097 | 12 | 2114 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1195 | /apex-zip/src/classes/MetadataService.cls | 2101 | 23 | 2101 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1195 | /apex-zip/src/classes/MetadataService.cls | 2101 | 23 | 2101 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1196 | /apex-zip/src/classes/MetadataService.cls | 2105 | 26 | 2105 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1196 | /apex-zip/src/classes/MetadataService.cls | 2105 | 26 | 2105 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1197 | /apex-zip/src/classes/MetadataService.cls | 2106 | 26 | 2106 | 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1197 | /apex-zip/src/classes/MetadataService.cls | 2106 | 26 | 2106 | 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1198 | /apex-zip/src/classes/MetadataService.cls | 2107 | 26 | 2107 | 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1198 | /apex-zip/src/classes/MetadataService.cls | 2107 | 26 | 2107 | 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1199 | /apex-zip/src/classes/MetadataService.cls | 2108 | 26 | 2108 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1199 | /apex-zip/src/classes/MetadataService.cls | 2108 | 26 | 2108 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1200 | /apex-zip/src/classes/MetadataService.cls | 2109 | 26 | 2109 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1200 | /apex-zip/src/classes/MetadataService.cls | 2109 | 26 | 2109 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1201 | /apex-zip/src/classes/MetadataService.cls | 2110 | 26 | 2110 | 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1201 | /apex-zip/src/classes/MetadataService.cls | 2110 | 26 | 2110 | 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1202 | /apex-zip/src/classes/MetadataService.cls | 2111 | 26 | 2111 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1202 | /apex-zip/src/classes/MetadataService.cls | 2111 | 26 | 2111 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1203 | /apex-zip/src/classes/MetadataService.cls | 2112 | 26 | 2112 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1203 | /apex-zip/src/classes/MetadataService.cls | 2112 | 26 | 2112 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1204 | /apex-zip/src/classes/MetadataService.cls | 2113 | 26 | 2113 | 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]*' |
1204 | /apex-zip/src/classes/MetadataService.cls | 2113 | 26 | 2113 | 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]*' |
1205 | /apex-zip/src/classes/MetadataService.cls | 2115 | 12 | 2126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1205 | /apex-zip/src/classes/MetadataService.cls | 2115 | 12 | 2126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1206 | /apex-zip/src/classes/MetadataService.cls | 2120 | 26 | 2120 | 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 'availableFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1206 | /apex-zip/src/classes/MetadataService.cls | 2120 | 26 | 2120 | 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 'availableFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1207 | /apex-zip/src/classes/MetadataService.cls | 2121 | 26 | 2121 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1207 | /apex-zip/src/classes/MetadataService.cls | 2121 | 26 | 2121 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1208 | /apex-zip/src/classes/MetadataService.cls | 2122 | 26 | 2122 | 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 'displayedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1208 | /apex-zip/src/classes/MetadataService.cls | 2122 | 26 | 2122 | 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 'displayedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1209 | /apex-zip/src/classes/MetadataService.cls | 2123 | 26 | 2123 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1209 | /apex-zip/src/classes/MetadataService.cls | 2123 | 26 | 2123 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1210 | /apex-zip/src/classes/MetadataService.cls | 2124 | 26 | 2124 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1210 | /apex-zip/src/classes/MetadataService.cls | 2124 | 26 | 2124 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1211 | /apex-zip/src/classes/MetadataService.cls | 2125 | 26 | 2125 | 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]*' |
1211 | /apex-zip/src/classes/MetadataService.cls | 2125 | 26 | 2125 | 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]*' |
1212 | /apex-zip/src/classes/MetadataService.cls | 2127 | 12 | 2134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1212 | /apex-zip/src/classes/MetadataService.cls | 2127 | 12 | 2134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1213 | /apex-zip/src/classes/MetadataService.cls | 2130 | 26 | 2130 | 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1213 | /apex-zip/src/classes/MetadataService.cls | 2130 | 26 | 2130 | 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1214 | /apex-zip/src/classes/MetadataService.cls | 2131 | 26 | 2131 | 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1214 | /apex-zip/src/classes/MetadataService.cls | 2131 | 26 | 2131 | 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1215 | /apex-zip/src/classes/MetadataService.cls | 2132 | 26 | 2132 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1215 | /apex-zip/src/classes/MetadataService.cls | 2132 | 26 | 2132 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1216 | /apex-zip/src/classes/MetadataService.cls | 2133 | 26 | 2133 | 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]*' |
1216 | /apex-zip/src/classes/MetadataService.cls | 2133 | 26 | 2133 | 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]*' |
1217 | /apex-zip/src/classes/MetadataService.cls | 2135 | 12 | 2150 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1217 | /apex-zip/src/classes/MetadataService.cls | 2135 | 12 | 2150 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1218 | /apex-zip/src/classes/MetadataService.cls | 2142 | 26 | 2142 | 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1218 | /apex-zip/src/classes/MetadataService.cls | 2142 | 26 | 2142 | 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1219 | /apex-zip/src/classes/MetadataService.cls | 2143 | 26 | 2143 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1219 | /apex-zip/src/classes/MetadataService.cls | 2143 | 26 | 2143 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1220 | /apex-zip/src/classes/MetadataService.cls | 2144 | 26 | 2144 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1220 | /apex-zip/src/classes/MetadataService.cls | 2144 | 26 | 2144 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1221 | /apex-zip/src/classes/MetadataService.cls | 2145 | 26 | 2145 | 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1221 | /apex-zip/src/classes/MetadataService.cls | 2145 | 26 | 2145 | 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1222 | /apex-zip/src/classes/MetadataService.cls | 2146 | 26 | 2146 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1222 | /apex-zip/src/classes/MetadataService.cls | 2146 | 26 | 2146 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1223 | /apex-zip/src/classes/MetadataService.cls | 2147 | 26 | 2147 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1223 | /apex-zip/src/classes/MetadataService.cls | 2147 | 26 | 2147 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1224 | /apex-zip/src/classes/MetadataService.cls | 2148 | 26 | 2148 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1224 | /apex-zip/src/classes/MetadataService.cls | 2148 | 26 | 2148 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1225 | /apex-zip/src/classes/MetadataService.cls | 2149 | 26 | 2149 | 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]*' |
1225 | /apex-zip/src/classes/MetadataService.cls | 2149 | 26 | 2149 | 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]*' |
1226 | /apex-zip/src/classes/MetadataService.cls | 2151 | 12 | 2158 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1226 | /apex-zip/src/classes/MetadataService.cls | 2151 | 12 | 2158 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1227 | /apex-zip/src/classes/MetadataService.cls | 2154 | 26 | 2154 | 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1227 | /apex-zip/src/classes/MetadataService.cls | 2154 | 26 | 2154 | 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1228 | /apex-zip/src/classes/MetadataService.cls | 2155 | 26 | 2155 | 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 'debugLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1228 | /apex-zip/src/classes/MetadataService.cls | 2155 | 26 | 2155 | 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 'debugLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1229 | /apex-zip/src/classes/MetadataService.cls | 2156 | 26 | 2156 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1229 | /apex-zip/src/classes/MetadataService.cls | 2156 | 26 | 2156 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1230 | /apex-zip/src/classes/MetadataService.cls | 2157 | 26 | 2157 | 89 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1230 | /apex-zip/src/classes/MetadataService.cls | 2157 | 26 | 2157 | 89 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 2159 | 12 | 2166 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1231 | /apex-zip/src/classes/MetadataService.cls | 2159 | 12 | 2166 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1232 | /apex-zip/src/classes/MetadataService.cls | 2162 | 26 | 2162 | 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1232 | /apex-zip/src/classes/MetadataService.cls | 2162 | 26 | 2162 | 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1233 | /apex-zip/src/classes/MetadataService.cls | 2163 | 26 | 2163 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1233 | /apex-zip/src/classes/MetadataService.cls | 2163 | 26 | 2163 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1234 | /apex-zip/src/classes/MetadataService.cls | 2164 | 26 | 2164 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1234 | /apex-zip/src/classes/MetadataService.cls | 2164 | 26 | 2164 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1235 | /apex-zip/src/classes/MetadataService.cls | 2165 | 26 | 2165 | 89 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1235 | /apex-zip/src/classes/MetadataService.cls | 2165 | 26 | 2165 | 89 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1236 | /apex-zip/src/classes/MetadataService.cls | 2167 | 12 | 2178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1236 | /apex-zip/src/classes/MetadataService.cls | 2167 | 12 | 2178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1237 | /apex-zip/src/classes/MetadataService.cls | 2171 | 23 | 2171 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1237 | /apex-zip/src/classes/MetadataService.cls | 2171 | 23 | 2171 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1238 | /apex-zip/src/classes/MetadataService.cls | 2172 | 26 | 2172 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1238 | /apex-zip/src/classes/MetadataService.cls | 2172 | 26 | 2172 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1239 | /apex-zip/src/classes/MetadataService.cls | 2173 | 26 | 2173 | 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1239 | /apex-zip/src/classes/MetadataService.cls | 2173 | 26 | 2173 | 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1240 | /apex-zip/src/classes/MetadataService.cls | 2174 | 26 | 2174 | 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1240 | /apex-zip/src/classes/MetadataService.cls | 2174 | 26 | 2174 | 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1241 | /apex-zip/src/classes/MetadataService.cls | 2175 | 26 | 2175 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1241 | /apex-zip/src/classes/MetadataService.cls | 2175 | 26 | 2175 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1242 | /apex-zip/src/classes/MetadataService.cls | 2176 | 26 | 2176 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1242 | /apex-zip/src/classes/MetadataService.cls | 2176 | 26 | 2176 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1243 | /apex-zip/src/classes/MetadataService.cls | 2177 | 26 | 2177 | 113 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1243 | /apex-zip/src/classes/MetadataService.cls | 2177 | 26 | 2177 | 113 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1244 | /apex-zip/src/classes/MetadataService.cls | 2179 | 12 | 2188 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1244 | /apex-zip/src/classes/MetadataService.cls | 2179 | 12 | 2188 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1245 | /apex-zip/src/classes/MetadataService.cls | 2183 | 26 | 2183 | 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1245 | /apex-zip/src/classes/MetadataService.cls | 2183 | 26 | 2183 | 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1246 | /apex-zip/src/classes/MetadataService.cls | 2184 | 26 | 2184 | 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1246 | /apex-zip/src/classes/MetadataService.cls | 2184 | 26 | 2184 | 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1247 | /apex-zip/src/classes/MetadataService.cls | 2185 | 26 | 2185 | 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1247 | /apex-zip/src/classes/MetadataService.cls | 2185 | 26 | 2185 | 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1248 | /apex-zip/src/classes/MetadataService.cls | 2186 | 26 | 2186 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1248 | /apex-zip/src/classes/MetadataService.cls | 2186 | 26 | 2186 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1249 | /apex-zip/src/classes/MetadataService.cls | 2187 | 26 | 2187 | 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]*' |
1249 | /apex-zip/src/classes/MetadataService.cls | 2187 | 26 | 2187 | 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]*' |
1250 | /apex-zip/src/classes/MetadataService.cls | 2189 | 12 | 2198 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1250 | /apex-zip/src/classes/MetadataService.cls | 2189 | 12 | 2198 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1251 | /apex-zip/src/classes/MetadataService.cls | 2193 | 26 | 2193 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1251 | /apex-zip/src/classes/MetadataService.cls | 2193 | 26 | 2193 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1252 | /apex-zip/src/classes/MetadataService.cls | 2194 | 26 | 2194 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1252 | /apex-zip/src/classes/MetadataService.cls | 2194 | 26 | 2194 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1253 | /apex-zip/src/classes/MetadataService.cls | 2195 | 26 | 2195 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1253 | /apex-zip/src/classes/MetadataService.cls | 2195 | 26 | 2195 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1254 | /apex-zip/src/classes/MetadataService.cls | 2196 | 26 | 2196 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1254 | /apex-zip/src/classes/MetadataService.cls | 2196 | 26 | 2196 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1255 | /apex-zip/src/classes/MetadataService.cls | 2197 | 26 | 2197 | 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]*' |
1255 | /apex-zip/src/classes/MetadataService.cls | 2197 | 26 | 2197 | 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]*' |
1256 | /apex-zip/src/classes/MetadataService.cls | 2199 | 12 | 2206 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1256 | /apex-zip/src/classes/MetadataService.cls | 2199 | 12 | 2206 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1257 | /apex-zip/src/classes/MetadataService.cls | 2200 | 23 | 2200 | 28 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'end_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1257 | /apex-zip/src/classes/MetadataService.cls | 2200 | 23 | 2200 | 28 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'end_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1258 | /apex-zip/src/classes/MetadataService.cls | 2202 | 26 | 2202 | 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 'end_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1258 | /apex-zip/src/classes/MetadataService.cls | 2202 | 26 | 2202 | 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 'end_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1259 | /apex-zip/src/classes/MetadataService.cls | 2203 | 26 | 2203 | 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1259 | /apex-zip/src/classes/MetadataService.cls | 2203 | 26 | 2203 | 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1260 | /apex-zip/src/classes/MetadataService.cls | 2204 | 26 | 2204 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1260 | /apex-zip/src/classes/MetadataService.cls | 2204 | 26 | 2204 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1261 | /apex-zip/src/classes/MetadataService.cls | 2205 | 26 | 2205 | 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]*' |
1261 | /apex-zip/src/classes/MetadataService.cls | 2205 | 26 | 2205 | 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]*' |
1262 | /apex-zip/src/classes/MetadataService.cls | 2207 | 12 | 2214 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1262 | /apex-zip/src/classes/MetadataService.cls | 2207 | 12 | 2214 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1263 | /apex-zip/src/classes/MetadataService.cls | 2210 | 26 | 2210 | 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1263 | /apex-zip/src/classes/MetadataService.cls | 2210 | 26 | 2210 | 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1264 | /apex-zip/src/classes/MetadataService.cls | 2211 | 26 | 2211 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1264 | /apex-zip/src/classes/MetadataService.cls | 2211 | 26 | 2211 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1265 | /apex-zip/src/classes/MetadataService.cls | 2212 | 26 | 2212 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1265 | /apex-zip/src/classes/MetadataService.cls | 2212 | 26 | 2212 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1266 | /apex-zip/src/classes/MetadataService.cls | 2213 | 26 | 2213 | 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]*' |
1266 | /apex-zip/src/classes/MetadataService.cls | 2213 | 26 | 2213 | 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]*' |
1267 | /apex-zip/src/classes/MetadataService.cls | 2215 | 12 | 2232 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1267 | /apex-zip/src/classes/MetadataService.cls | 2215 | 12 | 2232 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1268 | /apex-zip/src/classes/MetadataService.cls | 2215 | 12 | 2232 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1268 | /apex-zip/src/classes/MetadataService.cls | 2215 | 12 | 2232 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1269 | /apex-zip/src/classes/MetadataService.cls | 2223 | 26 | 2223 | 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 'bucketType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1269 | /apex-zip/src/classes/MetadataService.cls | 2223 | 26 | 2223 | 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 'bucketType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1270 | /apex-zip/src/classes/MetadataService.cls | 2224 | 26 | 2224 | 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1270 | /apex-zip/src/classes/MetadataService.cls | 2224 | 26 | 2224 | 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1271 | /apex-zip/src/classes/MetadataService.cls | 2225 | 26 | 2225 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1271 | /apex-zip/src/classes/MetadataService.cls | 2225 | 26 | 2225 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1272 | /apex-zip/src/classes/MetadataService.cls | 2226 | 26 | 2226 | 172 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'nullTreatment_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1272 | /apex-zip/src/classes/MetadataService.cls | 2226 | 26 | 2226 | 172 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'nullTreatment_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1273 | /apex-zip/src/classes/MetadataService.cls | 2227 | 26 | 2227 | 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 'otherBucketLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1273 | /apex-zip/src/classes/MetadataService.cls | 2227 | 26 | 2227 | 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 'otherBucketLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1274 | /apex-zip/src/classes/MetadataService.cls | 2228 | 26 | 2228 | 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 'sourceColumnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1274 | /apex-zip/src/classes/MetadataService.cls | 2228 | 26 | 2228 | 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 'sourceColumnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1275 | /apex-zip/src/classes/MetadataService.cls | 2229 | 26 | 2229 | 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1275 | /apex-zip/src/classes/MetadataService.cls | 2229 | 26 | 2229 | 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1276 | /apex-zip/src/classes/MetadataService.cls | 2230 | 26 | 2230 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1276 | /apex-zip/src/classes/MetadataService.cls | 2230 | 26 | 2230 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1277 | /apex-zip/src/classes/MetadataService.cls | 2231 | 26 | 2231 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1277 | /apex-zip/src/classes/MetadataService.cls | 2231 | 26 | 2231 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1278 | /apex-zip/src/classes/MetadataService.cls | 2233 | 12 | 2242 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1278 | /apex-zip/src/classes/MetadataService.cls | 2233 | 12 | 2242 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1279 | /apex-zip/src/classes/MetadataService.cls | 2237 | 26 | 2237 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1279 | /apex-zip/src/classes/MetadataService.cls | 2237 | 26 | 2237 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1280 | /apex-zip/src/classes/MetadataService.cls | 2238 | 26 | 2238 | 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1280 | /apex-zip/src/classes/MetadataService.cls | 2238 | 26 | 2238 | 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1281 | /apex-zip/src/classes/MetadataService.cls | 2239 | 26 | 2239 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1281 | /apex-zip/src/classes/MetadataService.cls | 2239 | 26 | 2239 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1282 | /apex-zip/src/classes/MetadataService.cls | 2240 | 26 | 2240 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1282 | /apex-zip/src/classes/MetadataService.cls | 2240 | 26 | 2240 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1283 | /apex-zip/src/classes/MetadataService.cls | 2241 | 26 | 2241 | 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]*' |
1283 | /apex-zip/src/classes/MetadataService.cls | 2241 | 26 | 2241 | 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]*' |
1284 | /apex-zip/src/classes/MetadataService.cls | 2243 | 12 | 2256 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1284 | /apex-zip/src/classes/MetadataService.cls | 2243 | 12 | 2256 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1285 | /apex-zip/src/classes/MetadataService.cls | 2246 | 24 | 2246 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1285 | /apex-zip/src/classes/MetadataService.cls | 2246 | 24 | 2246 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1286 | /apex-zip/src/classes/MetadataService.cls | 2249 | 26 | 2249 | 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1286 | /apex-zip/src/classes/MetadataService.cls | 2249 | 26 | 2249 | 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1287 | /apex-zip/src/classes/MetadataService.cls | 2250 | 26 | 2250 | 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1287 | /apex-zip/src/classes/MetadataService.cls | 2250 | 26 | 2250 | 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1288 | /apex-zip/src/classes/MetadataService.cls | 2251 | 26 | 2251 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1288 | /apex-zip/src/classes/MetadataService.cls | 2251 | 26 | 2251 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1289 | /apex-zip/src/classes/MetadataService.cls | 2252 | 26 | 2252 | 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 'shortDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1289 | /apex-zip/src/classes/MetadataService.cls | 2252 | 26 | 2252 | 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 'shortDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1290 | /apex-zip/src/classes/MetadataService.cls | 2253 | 26 | 2253 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1290 | /apex-zip/src/classes/MetadataService.cls | 2253 | 26 | 2253 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1291 | /apex-zip/src/classes/MetadataService.cls | 2254 | 26 | 2254 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1291 | /apex-zip/src/classes/MetadataService.cls | 2254 | 26 | 2254 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1292 | /apex-zip/src/classes/MetadataService.cls | 2255 | 26 | 2255 | 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]*' |
1292 | /apex-zip/src/classes/MetadataService.cls | 2255 | 26 | 2255 | 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]*' |
1293 | /apex-zip/src/classes/MetadataService.cls | 2257 | 12 | 2264 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1293 | /apex-zip/src/classes/MetadataService.cls | 2257 | 12 | 2264 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1294 | /apex-zip/src/classes/MetadataService.cls | 2260 | 26 | 2260 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1294 | /apex-zip/src/classes/MetadataService.cls | 2260 | 26 | 2260 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1295 | /apex-zip/src/classes/MetadataService.cls | 2261 | 26 | 2261 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1295 | /apex-zip/src/classes/MetadataService.cls | 2261 | 26 | 2261 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1296 | /apex-zip/src/classes/MetadataService.cls | 2262 | 26 | 2262 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1296 | /apex-zip/src/classes/MetadataService.cls | 2262 | 26 | 2262 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1297 | /apex-zip/src/classes/MetadataService.cls | 2263 | 26 | 2263 | 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]*' |
1297 | /apex-zip/src/classes/MetadataService.cls | 2263 | 26 | 2263 | 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]*' |
1298 | /apex-zip/src/classes/MetadataService.cls | 2265 | 12 | 2268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1298 | /apex-zip/src/classes/MetadataService.cls | 2265 | 12 | 2268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1299 | /apex-zip/src/classes/MetadataService.cls | 2266 | 26 | 2266 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1299 | /apex-zip/src/classes/MetadataService.cls | 2266 | 26 | 2266 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1300 | /apex-zip/src/classes/MetadataService.cls | 2267 | 26 | 2267 | 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]*' |
1300 | /apex-zip/src/classes/MetadataService.cls | 2267 | 26 | 2267 | 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]*' |
1301 | /apex-zip/src/classes/MetadataService.cls | 2269 | 12 | 2276 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1301 | /apex-zip/src/classes/MetadataService.cls | 2269 | 12 | 2276 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1302 | /apex-zip/src/classes/MetadataService.cls | 2272 | 26 | 2272 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'primaryTabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1302 | /apex-zip/src/classes/MetadataService.cls | 2272 | 26 | 2272 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'primaryTabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1303 | /apex-zip/src/classes/MetadataService.cls | 2273 | 26 | 2273 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'subtabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1303 | /apex-zip/src/classes/MetadataService.cls | 2273 | 26 | 2273 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'subtabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1304 | /apex-zip/src/classes/MetadataService.cls | 2274 | 26 | 2274 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1304 | /apex-zip/src/classes/MetadataService.cls | 2274 | 26 | 2274 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1305 | /apex-zip/src/classes/MetadataService.cls | 2275 | 26 | 2275 | 105 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 2275 | 26 | 2275 | 105 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1306 | /apex-zip/src/classes/MetadataService.cls | 2277 | 12 | 2330 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1306 | /apex-zip/src/classes/MetadataService.cls | 2277 | 12 | 2330 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1307 | /apex-zip/src/classes/MetadataService.cls | 2277 | 12 | 2330 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class Portal has 25 public methods, attributes, and properties (limit: 20) |
1307 | /apex-zip/src/classes/MetadataService.cls | 2277 | 12 | 2330 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class Portal has 25 public methods, attributes, and properties (limit: 20) |
1308 | /apex-zip/src/classes/MetadataService.cls | 2277 | 12 | 2330 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1308 | /apex-zip/src/classes/MetadataService.cls | 2277 | 12 | 2330 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1309 | /apex-zip/src/classes/MetadataService.cls | 2302 | 23 | 2302 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1309 | /apex-zip/src/classes/MetadataService.cls | 2302 | 23 | 2302 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1310 | /apex-zip/src/classes/MetadataService.cls | 2303 | 26 | 2303 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1310 | /apex-zip/src/classes/MetadataService.cls | 2303 | 26 | 2303 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1311 | /apex-zip/src/classes/MetadataService.cls | 2304 | 26 | 2304 | 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 'admin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1311 | /apex-zip/src/classes/MetadataService.cls | 2304 | 26 | 2304 | 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 'admin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1312 | /apex-zip/src/classes/MetadataService.cls | 2305 | 26 | 2305 | 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1312 | /apex-zip/src/classes/MetadataService.cls | 2305 | 26 | 2305 | 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1313 | /apex-zip/src/classes/MetadataService.cls | 2306 | 26 | 2306 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1313 | /apex-zip/src/classes/MetadataService.cls | 2306 | 26 | 2306 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1314 | /apex-zip/src/classes/MetadataService.cls | 2307 | 26 | 2307 | 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1314 | /apex-zip/src/classes/MetadataService.cls | 2307 | 26 | 2307 | 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1315 | /apex-zip/src/classes/MetadataService.cls | 2308 | 26 | 2308 | 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1315 | /apex-zip/src/classes/MetadataService.cls | 2308 | 26 | 2308 | 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1316 | /apex-zip/src/classes/MetadataService.cls | 2309 | 26 | 2309 | 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 'enableSelfCloseCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1316 | /apex-zip/src/classes/MetadataService.cls | 2309 | 26 | 2309 | 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 'enableSelfCloseCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1317 | /apex-zip/src/classes/MetadataService.cls | 2310 | 26 | 2310 | 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 'footerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1317 | /apex-zip/src/classes/MetadataService.cls | 2310 | 26 | 2310 | 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 'footerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1318 | /apex-zip/src/classes/MetadataService.cls | 2311 | 26 | 2311 | 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 'forgotPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1318 | /apex-zip/src/classes/MetadataService.cls | 2311 | 26 | 2311 | 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 'forgotPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1319 | /apex-zip/src/classes/MetadataService.cls | 2312 | 26 | 2312 | 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 'headerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1319 | /apex-zip/src/classes/MetadataService.cls | 2312 | 26 | 2312 | 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 'headerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1320 | /apex-zip/src/classes/MetadataService.cls | 2313 | 26 | 2313 | 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 'isSelfRegistrationActivated_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1320 | /apex-zip/src/classes/MetadataService.cls | 2313 | 26 | 2313 | 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 'isSelfRegistrationActivated_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1321 | /apex-zip/src/classes/MetadataService.cls | 2314 | 26 | 2314 | 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 'loginHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1321 | /apex-zip/src/classes/MetadataService.cls | 2314 | 26 | 2314 | 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 'loginHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1322 | /apex-zip/src/classes/MetadataService.cls | 2315 | 26 | 2315 | 139 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'logoDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1322 | /apex-zip/src/classes/MetadataService.cls | 2315 | 26 | 2315 | 139 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'logoDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1323 | /apex-zip/src/classes/MetadataService.cls | 2316 | 26 | 2316 | 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1323 | /apex-zip/src/classes/MetadataService.cls | 2316 | 26 | 2316 | 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1324 | /apex-zip/src/classes/MetadataService.cls | 2317 | 26 | 2317 | 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 'newCommentTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1324 | /apex-zip/src/classes/MetadataService.cls | 2317 | 26 | 2317 | 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 'newCommentTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1325 | /apex-zip/src/classes/MetadataService.cls | 2318 | 26 | 2318 | 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 'newPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1325 | /apex-zip/src/classes/MetadataService.cls | 2318 | 26 | 2318 | 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 'newPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1326 | /apex-zip/src/classes/MetadataService.cls | 2319 | 26 | 2319 | 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 'newUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1326 | /apex-zip/src/classes/MetadataService.cls | 2319 | 26 | 2319 | 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 'newUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1327 | /apex-zip/src/classes/MetadataService.cls | 2320 | 26 | 2320 | 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 'ownerNotifyTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1327 | /apex-zip/src/classes/MetadataService.cls | 2320 | 26 | 2320 | 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 'ownerNotifyTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1328 | /apex-zip/src/classes/MetadataService.cls | 2321 | 26 | 2321 | 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 'selfRegNewUserUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1328 | /apex-zip/src/classes/MetadataService.cls | 2321 | 26 | 2321 | 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 'selfRegNewUserUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1329 | /apex-zip/src/classes/MetadataService.cls | 2322 | 26 | 2322 | 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 'selfRegUserDefaultProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1329 | /apex-zip/src/classes/MetadataService.cls | 2322 | 26 | 2322 | 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 'selfRegUserDefaultProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1330 | /apex-zip/src/classes/MetadataService.cls | 2323 | 26 | 2323 | 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 'selfRegUserDefaultRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1330 | /apex-zip/src/classes/MetadataService.cls | 2323 | 26 | 2323 | 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 'selfRegUserDefaultRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1331 | /apex-zip/src/classes/MetadataService.cls | 2324 | 26 | 2324 | 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 'selfRegUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1331 | /apex-zip/src/classes/MetadataService.cls | 2324 | 26 | 2324 | 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 'selfRegUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1332 | /apex-zip/src/classes/MetadataService.cls | 2325 | 26 | 2325 | 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 'showActionConfirmation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1332 | /apex-zip/src/classes/MetadataService.cls | 2325 | 26 | 2325 | 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 'showActionConfirmation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1333 | /apex-zip/src/classes/MetadataService.cls | 2326 | 26 | 2326 | 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 'stylesheetDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1333 | /apex-zip/src/classes/MetadataService.cls | 2326 | 26 | 2326 | 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 'stylesheetDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1334 | /apex-zip/src/classes/MetadataService.cls | 2327 | 26 | 2327 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1334 | /apex-zip/src/classes/MetadataService.cls | 2327 | 26 | 2327 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1335 | /apex-zip/src/classes/MetadataService.cls | 2328 | 26 | 2328 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1335 | /apex-zip/src/classes/MetadataService.cls | 2328 | 26 | 2328 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1336 | /apex-zip/src/classes/MetadataService.cls | 2329 | 26 | 2329 | 536 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1336 | /apex-zip/src/classes/MetadataService.cls | 2329 | 26 | 2329 | 536 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 2331 | 12 | 2336 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1337 | /apex-zip/src/classes/MetadataService.cls | 2331 | 12 | 2336 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1338 | /apex-zip/src/classes/MetadataService.cls | 2333 | 26 | 2333 | 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1338 | /apex-zip/src/classes/MetadataService.cls | 2333 | 26 | 2333 | 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1339 | /apex-zip/src/classes/MetadataService.cls | 2334 | 26 | 2334 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1339 | /apex-zip/src/classes/MetadataService.cls | 2334 | 26 | 2334 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1340 | /apex-zip/src/classes/MetadataService.cls | 2335 | 26 | 2335 | 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]*' |
1340 | /apex-zip/src/classes/MetadataService.cls | 2335 | 26 | 2335 | 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]*' |
1341 | /apex-zip/src/classes/MetadataService.cls | 2337 | 12 | 2346 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1341 | /apex-zip/src/classes/MetadataService.cls | 2337 | 12 | 2346 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1342 | /apex-zip/src/classes/MetadataService.cls | 2341 | 26 | 2341 | 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1342 | /apex-zip/src/classes/MetadataService.cls | 2341 | 26 | 2341 | 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1343 | /apex-zip/src/classes/MetadataService.cls | 2342 | 26 | 2342 | 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 'axisBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1343 | /apex-zip/src/classes/MetadataService.cls | 2342 | 26 | 2342 | 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 'axisBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1344 | /apex-zip/src/classes/MetadataService.cls | 2343 | 26 | 2343 | 127 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1344 | /apex-zip/src/classes/MetadataService.cls | 2343 | 26 | 2343 | 127 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1345 | /apex-zip/src/classes/MetadataService.cls | 2344 | 26 | 2344 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1345 | /apex-zip/src/classes/MetadataService.cls | 2344 | 26 | 2344 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1346 | /apex-zip/src/classes/MetadataService.cls | 2345 | 26 | 2345 | 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]*' |
1346 | /apex-zip/src/classes/MetadataService.cls | 2345 | 26 | 2345 | 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]*' |
1347 | /apex-zip/src/classes/MetadataService.cls | 2347 | 12 | 2368 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1347 | /apex-zip/src/classes/MetadataService.cls | 2347 | 12 | 2368 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1348 | /apex-zip/src/classes/MetadataService.cls | 2347 | 12 | 2368 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1348 | /apex-zip/src/classes/MetadataService.cls | 2347 | 12 | 2368 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1349 | /apex-zip/src/classes/MetadataService.cls | 2355 | 23 | 2355 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1349 | /apex-zip/src/classes/MetadataService.cls | 2355 | 23 | 2355 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1350 | /apex-zip/src/classes/MetadataService.cls | 2356 | 23 | 2356 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1350 | /apex-zip/src/classes/MetadataService.cls | 2356 | 23 | 2356 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1351 | /apex-zip/src/classes/MetadataService.cls | 2357 | 26 | 2357 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1351 | /apex-zip/src/classes/MetadataService.cls | 2357 | 26 | 2357 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1352 | /apex-zip/src/classes/MetadataService.cls | 2358 | 26 | 2358 | 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1352 | /apex-zip/src/classes/MetadataService.cls | 2358 | 26 | 2358 | 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1353 | /apex-zip/src/classes/MetadataService.cls | 2359 | 26 | 2359 | 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1353 | /apex-zip/src/classes/MetadataService.cls | 2359 | 26 | 2359 | 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1354 | /apex-zip/src/classes/MetadataService.cls | 2360 | 26 | 2360 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1354 | /apex-zip/src/classes/MetadataService.cls | 2360 | 26 | 2360 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1355 | /apex-zip/src/classes/MetadataService.cls | 2361 | 26 | 2361 | 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1355 | /apex-zip/src/classes/MetadataService.cls | 2361 | 26 | 2361 | 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1356 | /apex-zip/src/classes/MetadataService.cls | 2362 | 26 | 2362 | 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 'packageName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1356 | /apex-zip/src/classes/MetadataService.cls | 2362 | 26 | 2362 | 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 'packageName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1357 | /apex-zip/src/classes/MetadataService.cls | 2363 | 26 | 2363 | 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 'stackTrace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1357 | /apex-zip/src/classes/MetadataService.cls | 2363 | 26 | 2363 | 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 'stackTrace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1358 | /apex-zip/src/classes/MetadataService.cls | 2364 | 26 | 2364 | 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1358 | /apex-zip/src/classes/MetadataService.cls | 2364 | 26 | 2364 | 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1359 | /apex-zip/src/classes/MetadataService.cls | 2365 | 26 | 2365 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1359 | /apex-zip/src/classes/MetadataService.cls | 2365 | 26 | 2365 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1360 | /apex-zip/src/classes/MetadataService.cls | 2366 | 26 | 2366 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1360 | /apex-zip/src/classes/MetadataService.cls | 2366 | 26 | 2366 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1361 | /apex-zip/src/classes/MetadataService.cls | 2367 | 26 | 2367 | 155 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1361 | /apex-zip/src/classes/MetadataService.cls | 2367 | 26 | 2367 | 155 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1362 | /apex-zip/src/classes/MetadataService.cls | 2369 | 12 | 2374 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1362 | /apex-zip/src/classes/MetadataService.cls | 2369 | 12 | 2374 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1363 | /apex-zip/src/classes/MetadataService.cls | 2371 | 26 | 2371 | 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1363 | /apex-zip/src/classes/MetadataService.cls | 2371 | 26 | 2371 | 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1364 | /apex-zip/src/classes/MetadataService.cls | 2372 | 26 | 2372 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1364 | /apex-zip/src/classes/MetadataService.cls | 2372 | 26 | 2372 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1365 | /apex-zip/src/classes/MetadataService.cls | 2373 | 26 | 2373 | 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]*' |
1365 | /apex-zip/src/classes/MetadataService.cls | 2373 | 26 | 2373 | 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]*' |
1366 | /apex-zip/src/classes/MetadataService.cls | 2375 | 12 | 2412 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1366 | /apex-zip/src/classes/MetadataService.cls | 2375 | 12 | 2412 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1367 | /apex-zip/src/classes/MetadataService.cls | 2375 | 12 | 2412 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1367 | /apex-zip/src/classes/MetadataService.cls | 2375 | 12 | 2412 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1368 | /apex-zip/src/classes/MetadataService.cls | 2379 | 25 | 2379 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'group_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1368 | /apex-zip/src/classes/MetadataService.cls | 2379 | 25 | 2379 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'group_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1369 | /apex-zip/src/classes/MetadataService.cls | 2393 | 26 | 2393 | 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 'allCustomerPortalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1369 | /apex-zip/src/classes/MetadataService.cls | 2393 | 26 | 2393 | 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 'allCustomerPortalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1370 | /apex-zip/src/classes/MetadataService.cls | 2394 | 26 | 2394 | 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 'allInternalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1370 | /apex-zip/src/classes/MetadataService.cls | 2394 | 26 | 2394 | 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 'allInternalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1371 | /apex-zip/src/classes/MetadataService.cls | 2395 | 26 | 2395 | 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 'allPartnerUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1371 | /apex-zip/src/classes/MetadataService.cls | 2395 | 26 | 2395 | 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 'allPartnerUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1372 | /apex-zip/src/classes/MetadataService.cls | 2396 | 26 | 2396 | 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 'group_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1372 | /apex-zip/src/classes/MetadataService.cls | 2396 | 26 | 2396 | 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 'group_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1373 | /apex-zip/src/classes/MetadataService.cls | 2397 | 26 | 2397 | 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1373 | /apex-zip/src/classes/MetadataService.cls | 2397 | 26 | 2397 | 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1374 | /apex-zip/src/classes/MetadataService.cls | 2398 | 26 | 2398 | 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 'portalRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1374 | /apex-zip/src/classes/MetadataService.cls | 2398 | 26 | 2398 | 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 'portalRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1375 | /apex-zip/src/classes/MetadataService.cls | 2399 | 26 | 2399 | 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 'portalRoleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1375 | /apex-zip/src/classes/MetadataService.cls | 2399 | 26 | 2399 | 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 'portalRoleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1376 | /apex-zip/src/classes/MetadataService.cls | 2400 | 26 | 2400 | 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1376 | /apex-zip/src/classes/MetadataService.cls | 2400 | 26 | 2400 | 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1377 | /apex-zip/src/classes/MetadataService.cls | 2401 | 26 | 2401 | 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1377 | /apex-zip/src/classes/MetadataService.cls | 2401 | 26 | 2401 | 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1378 | /apex-zip/src/classes/MetadataService.cls | 2402 | 26 | 2402 | 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1378 | /apex-zip/src/classes/MetadataService.cls | 2402 | 26 | 2402 | 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1379 | /apex-zip/src/classes/MetadataService.cls | 2403 | 26 | 2403 | 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1379 | /apex-zip/src/classes/MetadataService.cls | 2403 | 26 | 2403 | 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1380 | /apex-zip/src/classes/MetadataService.cls | 2404 | 26 | 2404 | 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1380 | /apex-zip/src/classes/MetadataService.cls | 2404 | 26 | 2404 | 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1381 | /apex-zip/src/classes/MetadataService.cls | 2405 | 26 | 2405 | 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 'rolesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1381 | /apex-zip/src/classes/MetadataService.cls | 2405 | 26 | 2405 | 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 'rolesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1382 | /apex-zip/src/classes/MetadataService.cls | 2406 | 26 | 2406 | 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 'territories_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1382 | /apex-zip/src/classes/MetadataService.cls | 2406 | 26 | 2406 | 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 'territories_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1383 | /apex-zip/src/classes/MetadataService.cls | 2407 | 26 | 2407 | 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 'territoriesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1383 | /apex-zip/src/classes/MetadataService.cls | 2407 | 26 | 2407 | 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 'territoriesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1384 | /apex-zip/src/classes/MetadataService.cls | 2408 | 26 | 2408 | 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 'territory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1384 | /apex-zip/src/classes/MetadataService.cls | 2408 | 26 | 2408 | 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 'territory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1385 | /apex-zip/src/classes/MetadataService.cls | 2409 | 26 | 2409 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'territoryAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1385 | /apex-zip/src/classes/MetadataService.cls | 2409 | 26 | 2409 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'territoryAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1386 | /apex-zip/src/classes/MetadataService.cls | 2410 | 26 | 2410 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1386 | /apex-zip/src/classes/MetadataService.cls | 2410 | 26 | 2410 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1387 | /apex-zip/src/classes/MetadataService.cls | 2411 | 26 | 2411 | 365 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1387 | /apex-zip/src/classes/MetadataService.cls | 2411 | 26 | 2411 | 365 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 2413 | 12 | 2422 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1388 | /apex-zip/src/classes/MetadataService.cls | 2413 | 12 | 2422 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1389 | /apex-zip/src/classes/MetadataService.cls | 2417 | 26 | 2417 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1389 | /apex-zip/src/classes/MetadataService.cls | 2417 | 26 | 2417 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1390 | /apex-zip/src/classes/MetadataService.cls | 2418 | 26 | 2418 | 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1390 | /apex-zip/src/classes/MetadataService.cls | 2418 | 26 | 2418 | 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1391 | /apex-zip/src/classes/MetadataService.cls | 2419 | 26 | 2419 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1391 | /apex-zip/src/classes/MetadataService.cls | 2419 | 26 | 2419 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1392 | /apex-zip/src/classes/MetadataService.cls | 2420 | 26 | 2420 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1392 | /apex-zip/src/classes/MetadataService.cls | 2420 | 26 | 2420 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1393 | /apex-zip/src/classes/MetadataService.cls | 2421 | 26 | 2421 | 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]*' |
1393 | /apex-zip/src/classes/MetadataService.cls | 2421 | 26 | 2421 | 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]*' |
1394 | /apex-zip/src/classes/MetadataService.cls | 2423 | 12 | 2428 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1394 | /apex-zip/src/classes/MetadataService.cls | 2423 | 12 | 2428 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1395 | /apex-zip/src/classes/MetadataService.cls | 2425 | 26 | 2425 | 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 'component_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1395 | /apex-zip/src/classes/MetadataService.cls | 2425 | 26 | 2425 | 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 'component_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1396 | /apex-zip/src/classes/MetadataService.cls | 2426 | 26 | 2426 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1396 | /apex-zip/src/classes/MetadataService.cls | 2426 | 26 | 2426 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1397 | /apex-zip/src/classes/MetadataService.cls | 2427 | 26 | 2427 | 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]*' |
1397 | /apex-zip/src/classes/MetadataService.cls | 2427 | 26 | 2427 | 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]*' |
1398 | /apex-zip/src/classes/MetadataService.cls | 2429 | 12 | 2438 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1398 | /apex-zip/src/classes/MetadataService.cls | 2429 | 12 | 2438 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1399 | /apex-zip/src/classes/MetadataService.cls | 2433 | 26 | 2433 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1399 | /apex-zip/src/classes/MetadataService.cls | 2433 | 26 | 2433 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1400 | /apex-zip/src/classes/MetadataService.cls | 2434 | 26 | 2434 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1400 | /apex-zip/src/classes/MetadataService.cls | 2434 | 26 | 2434 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1401 | /apex-zip/src/classes/MetadataService.cls | 2435 | 26 | 2435 | 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1401 | /apex-zip/src/classes/MetadataService.cls | 2435 | 26 | 2435 | 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1402 | /apex-zip/src/classes/MetadataService.cls | 2436 | 26 | 2436 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1402 | /apex-zip/src/classes/MetadataService.cls | 2436 | 26 | 2436 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1403 | /apex-zip/src/classes/MetadataService.cls | 2437 | 26 | 2437 | 95 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 2437 | 26 | 2437 | 95 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1404 | /apex-zip/src/classes/MetadataService.cls | 2439 | 12 | 2456 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1404 | /apex-zip/src/classes/MetadataService.cls | 2439 | 12 | 2456 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1405 | /apex-zip/src/classes/MetadataService.cls | 2439 | 12 | 2456 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1405 | /apex-zip/src/classes/MetadataService.cls | 2439 | 12 | 2456 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1406 | /apex-zip/src/classes/MetadataService.cls | 2442 | 24 | 2442 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1406 | /apex-zip/src/classes/MetadataService.cls | 2442 | 24 | 2442 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1407 | /apex-zip/src/classes/MetadataService.cls | 2447 | 26 | 2447 | 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 'ccEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1407 | /apex-zip/src/classes/MetadataService.cls | 2447 | 26 | 2447 | 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 'ccEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1408 | /apex-zip/src/classes/MetadataService.cls | 2448 | 26 | 2448 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1408 | /apex-zip/src/classes/MetadataService.cls | 2448 | 26 | 2448 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1409 | /apex-zip/src/classes/MetadataService.cls | 2449 | 26 | 2449 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1409 | /apex-zip/src/classes/MetadataService.cls | 2449 | 26 | 2449 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1410 | /apex-zip/src/classes/MetadataService.cls | 2450 | 26 | 2450 | 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 'recipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1410 | /apex-zip/src/classes/MetadataService.cls | 2450 | 26 | 2450 | 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 'recipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1411 | /apex-zip/src/classes/MetadataService.cls | 2451 | 26 | 2451 | 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 'senderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1411 | /apex-zip/src/classes/MetadataService.cls | 2451 | 26 | 2451 | 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 'senderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1412 | /apex-zip/src/classes/MetadataService.cls | 2452 | 26 | 2452 | 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 'senderType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1412 | /apex-zip/src/classes/MetadataService.cls | 2452 | 26 | 2452 | 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 'senderType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1413 | /apex-zip/src/classes/MetadataService.cls | 2453 | 26 | 2453 | 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1413 | /apex-zip/src/classes/MetadataService.cls | 2453 | 26 | 2453 | 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1414 | /apex-zip/src/classes/MetadataService.cls | 2454 | 26 | 2454 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1414 | /apex-zip/src/classes/MetadataService.cls | 2454 | 26 | 2454 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1415 | /apex-zip/src/classes/MetadataService.cls | 2455 | 26 | 2455 | 155 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1415 | /apex-zip/src/classes/MetadataService.cls | 2455 | 26 | 2455 | 155 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1416 | /apex-zip/src/classes/MetadataService.cls | 2457 | 12 | 2466 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1416 | /apex-zip/src/classes/MetadataService.cls | 2457 | 12 | 2466 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1417 | /apex-zip/src/classes/MetadataService.cls | 2461 | 26 | 2461 | 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 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1417 | /apex-zip/src/classes/MetadataService.cls | 2461 | 26 | 2461 | 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 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1418 | /apex-zip/src/classes/MetadataService.cls | 2462 | 26 | 2462 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1418 | /apex-zip/src/classes/MetadataService.cls | 2462 | 26 | 2462 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1419 | /apex-zip/src/classes/MetadataService.cls | 2463 | 26 | 2463 | 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1419 | /apex-zip/src/classes/MetadataService.cls | 2463 | 26 | 2463 | 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1420 | /apex-zip/src/classes/MetadataService.cls | 2464 | 26 | 2464 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1420 | /apex-zip/src/classes/MetadataService.cls | 2464 | 26 | 2464 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1421 | /apex-zip/src/classes/MetadataService.cls | 2465 | 26 | 2465 | 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]*' |
1421 | /apex-zip/src/classes/MetadataService.cls | 2465 | 26 | 2465 | 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]*' |
1422 | /apex-zip/src/classes/MetadataService.cls | 2467 | 12 | 2474 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1422 | /apex-zip/src/classes/MetadataService.cls | 2467 | 12 | 2474 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1423 | /apex-zip/src/classes/MetadataService.cls | 2470 | 26 | 2470 | 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1423 | /apex-zip/src/classes/MetadataService.cls | 2470 | 26 | 2470 | 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1424 | /apex-zip/src/classes/MetadataService.cls | 2471 | 26 | 2471 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1424 | /apex-zip/src/classes/MetadataService.cls | 2471 | 26 | 2471 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1425 | /apex-zip/src/classes/MetadataService.cls | 2472 | 26 | 2472 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1425 | /apex-zip/src/classes/MetadataService.cls | 2472 | 26 | 2472 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1426 | /apex-zip/src/classes/MetadataService.cls | 2473 | 26 | 2473 | 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]*' |
1426 | /apex-zip/src/classes/MetadataService.cls | 2473 | 26 | 2473 | 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]*' |
1427 | /apex-zip/src/classes/MetadataService.cls | 2475 | 12 | 2488 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1427 | /apex-zip/src/classes/MetadataService.cls | 2475 | 12 | 2488 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1428 | /apex-zip/src/classes/MetadataService.cls | 2481 | 26 | 2481 | 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1428 | /apex-zip/src/classes/MetadataService.cls | 2481 | 26 | 2481 | 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1429 | /apex-zip/src/classes/MetadataService.cls | 2482 | 26 | 2482 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1429 | /apex-zip/src/classes/MetadataService.cls | 2482 | 26 | 2482 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1430 | /apex-zip/src/classes/MetadataService.cls | 2483 | 26 | 2483 | 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 'posX_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1430 | /apex-zip/src/classes/MetadataService.cls | 2483 | 26 | 2483 | 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 'posX_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1431 | /apex-zip/src/classes/MetadataService.cls | 2484 | 26 | 2484 | 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 'posY_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1431 | /apex-zip/src/classes/MetadataService.cls | 2484 | 26 | 2484 | 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 'posY_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1432 | /apex-zip/src/classes/MetadataService.cls | 2485 | 26 | 2485 | 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 'posZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1432 | /apex-zip/src/classes/MetadataService.cls | 2485 | 26 | 2485 | 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 'posZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1433 | /apex-zip/src/classes/MetadataService.cls | 2486 | 26 | 2486 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1433 | /apex-zip/src/classes/MetadataService.cls | 2486 | 26 | 2486 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1434 | /apex-zip/src/classes/MetadataService.cls | 2487 | 26 | 2487 | 105 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1434 | /apex-zip/src/classes/MetadataService.cls | 2487 | 26 | 2487 | 105 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1435 | /apex-zip/src/classes/MetadataService.cls | 2489 | 12 | 2504 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1435 | /apex-zip/src/classes/MetadataService.cls | 2489 | 12 | 2504 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1436 | /apex-zip/src/classes/MetadataService.cls | 2496 | 26 | 2496 | 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 'customLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1436 | /apex-zip/src/classes/MetadataService.cls | 2496 | 26 | 2496 | 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 'customLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1437 | /apex-zip/src/classes/MetadataService.cls | 2497 | 26 | 2497 | 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 'detailHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1437 | /apex-zip/src/classes/MetadataService.cls | 2497 | 26 | 2497 | 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 'detailHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1438 | /apex-zip/src/classes/MetadataService.cls | 2498 | 26 | 2498 | 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 'editHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1438 | /apex-zip/src/classes/MetadataService.cls | 2498 | 26 | 2498 | 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 'editHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1439 | /apex-zip/src/classes/MetadataService.cls | 2499 | 26 | 2499 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1439 | /apex-zip/src/classes/MetadataService.cls | 2499 | 26 | 2499 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1440 | /apex-zip/src/classes/MetadataService.cls | 2500 | 26 | 2500 | 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 'layoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1440 | /apex-zip/src/classes/MetadataService.cls | 2500 | 26 | 2500 | 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 'layoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1441 | /apex-zip/src/classes/MetadataService.cls | 2501 | 26 | 2501 | 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1441 | /apex-zip/src/classes/MetadataService.cls | 2501 | 26 | 2501 | 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1442 | /apex-zip/src/classes/MetadataService.cls | 2502 | 26 | 2502 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1442 | /apex-zip/src/classes/MetadataService.cls | 2502 | 26 | 2502 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1443 | /apex-zip/src/classes/MetadataService.cls | 2503 | 26 | 2503 | 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]*' |
1443 | /apex-zip/src/classes/MetadataService.cls | 2503 | 26 | 2503 | 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]*' |
1444 | /apex-zip/src/classes/MetadataService.cls | 2505 | 12 | 2516 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1444 | /apex-zip/src/classes/MetadataService.cls | 2505 | 12 | 2516 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1445 | /apex-zip/src/classes/MetadataService.cls | 2510 | 26 | 2510 | 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 'dateColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1445 | /apex-zip/src/classes/MetadataService.cls | 2510 | 26 | 2510 | 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 'dateColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1446 | /apex-zip/src/classes/MetadataService.cls | 2511 | 26 | 2511 | 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 'endDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1446 | /apex-zip/src/classes/MetadataService.cls | 2511 | 26 | 2511 | 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 'endDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1447 | /apex-zip/src/classes/MetadataService.cls | 2512 | 26 | 2512 | 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 'interval_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1447 | /apex-zip/src/classes/MetadataService.cls | 2512 | 26 | 2512 | 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 'interval_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1448 | /apex-zip/src/classes/MetadataService.cls | 2513 | 26 | 2513 | 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 'startDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1448 | /apex-zip/src/classes/MetadataService.cls | 2513 | 26 | 2513 | 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 'startDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1449 | /apex-zip/src/classes/MetadataService.cls | 2514 | 26 | 2514 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1449 | /apex-zip/src/classes/MetadataService.cls | 2514 | 26 | 2514 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1450 | /apex-zip/src/classes/MetadataService.cls | 2515 | 26 | 2515 | 109 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1450 | /apex-zip/src/classes/MetadataService.cls | 2515 | 26 | 2515 | 109 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1451 | /apex-zip/src/classes/MetadataService.cls | 2517 | 12 | 2524 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1451 | /apex-zip/src/classes/MetadataService.cls | 2517 | 12 | 2524 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1452 | /apex-zip/src/classes/MetadataService.cls | 2520 | 26 | 2520 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1452 | /apex-zip/src/classes/MetadataService.cls | 2520 | 26 | 2520 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1453 | /apex-zip/src/classes/MetadataService.cls | 2521 | 26 | 2521 | 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 'section_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1453 | /apex-zip/src/classes/MetadataService.cls | 2521 | 26 | 2521 | 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 'section_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1454 | /apex-zip/src/classes/MetadataService.cls | 2522 | 26 | 2522 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1454 | /apex-zip/src/classes/MetadataService.cls | 2522 | 26 | 2522 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1455 | /apex-zip/src/classes/MetadataService.cls | 2523 | 26 | 2523 | 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]*' |
1455 | /apex-zip/src/classes/MetadataService.cls | 2523 | 26 | 2523 | 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]*' |
1456 | /apex-zip/src/classes/MetadataService.cls | 2525 | 12 | 2538 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1456 | /apex-zip/src/classes/MetadataService.cls | 2525 | 12 | 2538 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1457 | /apex-zip/src/classes/MetadataService.cls | 2531 | 26 | 2531 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1457 | /apex-zip/src/classes/MetadataService.cls | 2531 | 26 | 2531 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1458 | /apex-zip/src/classes/MetadataService.cls | 2532 | 26 | 2532 | 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1458 | /apex-zip/src/classes/MetadataService.cls | 2532 | 26 | 2532 | 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1459 | /apex-zip/src/classes/MetadataService.cls | 2533 | 26 | 2533 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1459 | /apex-zip/src/classes/MetadataService.cls | 2533 | 26 | 2533 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1460 | /apex-zip/src/classes/MetadataService.cls | 2534 | 26 | 2534 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1460 | /apex-zip/src/classes/MetadataService.cls | 2534 | 26 | 2534 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1461 | /apex-zip/src/classes/MetadataService.cls | 2535 | 26 | 2535 | 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 'objectUsage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1461 | /apex-zip/src/classes/MetadataService.cls | 2535 | 26 | 2535 | 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 'objectUsage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1462 | /apex-zip/src/classes/MetadataService.cls | 2536 | 26 | 2536 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1462 | /apex-zip/src/classes/MetadataService.cls | 2536 | 26 | 2536 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1463 | /apex-zip/src/classes/MetadataService.cls | 2537 | 26 | 2537 | 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]*' |
1463 | /apex-zip/src/classes/MetadataService.cls | 2537 | 26 | 2537 | 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]*' |
1464 | /apex-zip/src/classes/MetadataService.cls | 2539 | 12 | 2546 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1464 | /apex-zip/src/classes/MetadataService.cls | 2539 | 12 | 2546 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1465 | /apex-zip/src/classes/MetadataService.cls | 2539 | 12 | 2546 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'listMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1465 | /apex-zip/src/classes/MetadataService.cls | 2539 | 12 | 2546 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'listMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1466 | /apex-zip/src/classes/MetadataService.cls | 2542 | 26 | 2542 | 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 'queries_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1466 | /apex-zip/src/classes/MetadataService.cls | 2542 | 26 | 2542 | 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 'queries_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1467 | /apex-zip/src/classes/MetadataService.cls | 2543 | 26 | 2543 | 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1467 | /apex-zip/src/classes/MetadataService.cls | 2543 | 26 | 2543 | 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1468 | /apex-zip/src/classes/MetadataService.cls | 2544 | 26 | 2544 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1468 | /apex-zip/src/classes/MetadataService.cls | 2544 | 26 | 2544 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1469 | /apex-zip/src/classes/MetadataService.cls | 2545 | 26 | 2545 | 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]*' |
1469 | /apex-zip/src/classes/MetadataService.cls | 2545 | 26 | 2545 | 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]*' |
1470 | /apex-zip/src/classes/MetadataService.cls | 2547 | 12 | 2560 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1470 | /apex-zip/src/classes/MetadataService.cls | 2547 | 12 | 2560 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1471 | /apex-zip/src/classes/MetadataService.cls | 2553 | 26 | 2553 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1471 | /apex-zip/src/classes/MetadataService.cls | 2553 | 26 | 2553 | 128 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1472 | /apex-zip/src/classes/MetadataService.cls | 2554 | 26 | 2554 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1472 | /apex-zip/src/classes/MetadataService.cls | 2554 | 26 | 2554 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1473 | /apex-zip/src/classes/MetadataService.cls | 2555 | 26 | 2555 | 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 'errorConditionFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1473 | /apex-zip/src/classes/MetadataService.cls | 2555 | 26 | 2555 | 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 'errorConditionFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1474 | /apex-zip/src/classes/MetadataService.cls | 2556 | 26 | 2556 | 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 'errorDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1474 | /apex-zip/src/classes/MetadataService.cls | 2556 | 26 | 2556 | 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 'errorDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1475 | /apex-zip/src/classes/MetadataService.cls | 2557 | 26 | 2557 | 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1475 | /apex-zip/src/classes/MetadataService.cls | 2557 | 26 | 2557 | 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1476 | /apex-zip/src/classes/MetadataService.cls | 2558 | 26 | 2558 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1476 | /apex-zip/src/classes/MetadataService.cls | 2558 | 26 | 2558 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1477 | /apex-zip/src/classes/MetadataService.cls | 2559 | 26 | 2559 | 145 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1477 | /apex-zip/src/classes/MetadataService.cls | 2559 | 26 | 2559 | 145 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1478 | /apex-zip/src/classes/MetadataService.cls | 2561 | 12 | 2570 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1478 | /apex-zip/src/classes/MetadataService.cls | 2561 | 12 | 2570 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1479 | /apex-zip/src/classes/MetadataService.cls | 2565 | 26 | 2565 | 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1479 | /apex-zip/src/classes/MetadataService.cls | 2565 | 26 | 2565 | 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1480 | /apex-zip/src/classes/MetadataService.cls | 2566 | 26 | 2566 | 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 'informationalMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1480 | /apex-zip/src/classes/MetadataService.cls | 2566 | 26 | 2566 | 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 'informationalMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1481 | /apex-zip/src/classes/MetadataService.cls | 2567 | 26 | 2567 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1481 | /apex-zip/src/classes/MetadataService.cls | 2567 | 26 | 2567 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1482 | /apex-zip/src/classes/MetadataService.cls | 2568 | 26 | 2568 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1482 | /apex-zip/src/classes/MetadataService.cls | 2568 | 26 | 2568 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1483 | /apex-zip/src/classes/MetadataService.cls | 2569 | 26 | 2569 | 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]*' |
1483 | /apex-zip/src/classes/MetadataService.cls | 2569 | 26 | 2569 | 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]*' |
1484 | /apex-zip/src/classes/MetadataService.cls | 2571 | 12 | 2578 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1484 | /apex-zip/src/classes/MetadataService.cls | 2571 | 12 | 2578 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1485 | /apex-zip/src/classes/MetadataService.cls | 2574 | 26 | 2574 | 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1485 | /apex-zip/src/classes/MetadataService.cls | 2574 | 26 | 2574 | 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1486 | /apex-zip/src/classes/MetadataService.cls | 2575 | 26 | 2575 | 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1486 | /apex-zip/src/classes/MetadataService.cls | 2575 | 26 | 2575 | 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1487 | /apex-zip/src/classes/MetadataService.cls | 2576 | 26 | 2576 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1487 | /apex-zip/src/classes/MetadataService.cls | 2576 | 26 | 2576 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1488 | /apex-zip/src/classes/MetadataService.cls | 2577 | 26 | 2577 | 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]*' |
1488 | /apex-zip/src/classes/MetadataService.cls | 2577 | 26 | 2577 | 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]*' |
1489 | /apex-zip/src/classes/MetadataService.cls | 2579 | 12 | 2596 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1489 | /apex-zip/src/classes/MetadataService.cls | 2579 | 12 | 2596 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1490 | /apex-zip/src/classes/MetadataService.cls | 2579 | 12 | 2596 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1490 | /apex-zip/src/classes/MetadataService.cls | 2579 | 12 | 2596 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1491 | /apex-zip/src/classes/MetadataService.cls | 2587 | 20 | 2587 | 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]*' |
1491 | /apex-zip/src/classes/MetadataService.cls | 2587 | 20 | 2587 | 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]*' |
1492 | /apex-zip/src/classes/MetadataService.cls | 2588 | 20 | 2588 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1492 | /apex-zip/src/classes/MetadataService.cls | 2588 | 20 | 2588 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1493 | /apex-zip/src/classes/MetadataService.cls | 2589 | 20 | 2589 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1493 | /apex-zip/src/classes/MetadataService.cls | 2589 | 20 | 2589 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1494 | /apex-zip/src/classes/MetadataService.cls | 2590 | 26 | 2590 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1494 | /apex-zip/src/classes/MetadataService.cls | 2590 | 26 | 2590 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1495 | /apex-zip/src/classes/MetadataService.cls | 2591 | 26 | 2591 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1495 | /apex-zip/src/classes/MetadataService.cls | 2591 | 26 | 2591 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1496 | /apex-zip/src/classes/MetadataService.cls | 2592 | 26 | 2592 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1496 | /apex-zip/src/classes/MetadataService.cls | 2592 | 26 | 2592 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1497 | /apex-zip/src/classes/MetadataService.cls | 2593 | 26 | 2593 | 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1497 | /apex-zip/src/classes/MetadataService.cls | 2593 | 26 | 2593 | 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1498 | /apex-zip/src/classes/MetadataService.cls | 2594 | 26 | 2594 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1498 | /apex-zip/src/classes/MetadataService.cls | 2594 | 26 | 2594 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1499 | /apex-zip/src/classes/MetadataService.cls | 2595 | 26 | 2595 | 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]*' |
1499 | /apex-zip/src/classes/MetadataService.cls | 2595 | 26 | 2595 | 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]*' |
1500 | /apex-zip/src/classes/MetadataService.cls | 2597 | 12 | 2604 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1500 | /apex-zip/src/classes/MetadataService.cls | 2597 | 12 | 2604 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1501 | /apex-zip/src/classes/MetadataService.cls | 2600 | 26 | 2600 | 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1501 | /apex-zip/src/classes/MetadataService.cls | 2600 | 26 | 2600 | 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1502 | /apex-zip/src/classes/MetadataService.cls | 2601 | 26 | 2601 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1502 | /apex-zip/src/classes/MetadataService.cls | 2601 | 26 | 2601 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1503 | /apex-zip/src/classes/MetadataService.cls | 2602 | 26 | 2602 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1503 | /apex-zip/src/classes/MetadataService.cls | 2602 | 26 | 2602 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1504 | /apex-zip/src/classes/MetadataService.cls | 2603 | 26 | 2603 | 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]*' |
1504 | /apex-zip/src/classes/MetadataService.cls | 2603 | 26 | 2603 | 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]*' |
1505 | /apex-zip/src/classes/MetadataService.cls | 2605 | 12 | 2618 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1505 | /apex-zip/src/classes/MetadataService.cls | 2605 | 12 | 2618 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1506 | /apex-zip/src/classes/MetadataService.cls | 2611 | 26 | 2611 | 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1506 | /apex-zip/src/classes/MetadataService.cls | 2611 | 26 | 2611 | 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1507 | /apex-zip/src/classes/MetadataService.cls | 2612 | 26 | 2612 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1507 | /apex-zip/src/classes/MetadataService.cls | 2612 | 26 | 2612 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1508 | /apex-zip/src/classes/MetadataService.cls | 2613 | 26 | 2613 | 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1508 | /apex-zip/src/classes/MetadataService.cls | 2613 | 26 | 2613 | 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1509 | /apex-zip/src/classes/MetadataService.cls | 2614 | 26 | 2614 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1509 | /apex-zip/src/classes/MetadataService.cls | 2614 | 26 | 2614 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1510 | /apex-zip/src/classes/MetadataService.cls | 2615 | 26 | 2615 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1510 | /apex-zip/src/classes/MetadataService.cls | 2615 | 26 | 2615 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1511 | /apex-zip/src/classes/MetadataService.cls | 2616 | 26 | 2616 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1511 | /apex-zip/src/classes/MetadataService.cls | 2616 | 26 | 2616 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1512 | /apex-zip/src/classes/MetadataService.cls | 2617 | 26 | 2617 | 155 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1512 | /apex-zip/src/classes/MetadataService.cls | 2617 | 26 | 2617 | 155 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1513 | /apex-zip/src/classes/MetadataService.cls | 2619 | 20 | 2624 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1513 | /apex-zip/src/classes/MetadataService.cls | 2619 | 20 | 2624 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1514 | /apex-zip/src/classes/MetadataService.cls | 2621 | 26 | 2621 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1514 | /apex-zip/src/classes/MetadataService.cls | 2621 | 26 | 2621 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1515 | /apex-zip/src/classes/MetadataService.cls | 2622 | 26 | 2622 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1515 | /apex-zip/src/classes/MetadataService.cls | 2622 | 26 | 2622 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1516 | /apex-zip/src/classes/MetadataService.cls | 2623 | 26 | 2623 | 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]*' |
1516 | /apex-zip/src/classes/MetadataService.cls | 2623 | 26 | 2623 | 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]*' |
1517 | /apex-zip/src/classes/MetadataService.cls | 2625 | 12 | 2636 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1517 | /apex-zip/src/classes/MetadataService.cls | 2625 | 12 | 2636 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1518 | /apex-zip/src/classes/MetadataService.cls | 2630 | 26 | 2630 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1518 | /apex-zip/src/classes/MetadataService.cls | 2630 | 26 | 2630 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1519 | /apex-zip/src/classes/MetadataService.cls | 2631 | 26 | 2631 | 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1519 | /apex-zip/src/classes/MetadataService.cls | 2631 | 26 | 2631 | 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1520 | /apex-zip/src/classes/MetadataService.cls | 2632 | 26 | 2632 | 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1520 | /apex-zip/src/classes/MetadataService.cls | 2632 | 26 | 2632 | 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1521 | /apex-zip/src/classes/MetadataService.cls | 2633 | 26 | 2633 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1521 | /apex-zip/src/classes/MetadataService.cls | 2633 | 26 | 2633 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1522 | /apex-zip/src/classes/MetadataService.cls | 2634 | 26 | 2634 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1522 | /apex-zip/src/classes/MetadataService.cls | 2634 | 26 | 2634 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1523 | /apex-zip/src/classes/MetadataService.cls | 2635 | 26 | 2635 | 109 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 2635 | 26 | 2635 | 109 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1524 | /apex-zip/src/classes/MetadataService.cls | 2637 | 12 | 2644 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1524 | /apex-zip/src/classes/MetadataService.cls | 2637 | 12 | 2644 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1525 | /apex-zip/src/classes/MetadataService.cls | 2640 | 26 | 2640 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sourceValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1525 | /apex-zip/src/classes/MetadataService.cls | 2640 | 26 | 2640 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sourceValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1526 | /apex-zip/src/classes/MetadataService.cls | 2641 | 26 | 2641 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1526 | /apex-zip/src/classes/MetadataService.cls | 2641 | 26 | 2641 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1527 | /apex-zip/src/classes/MetadataService.cls | 2642 | 26 | 2642 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1527 | /apex-zip/src/classes/MetadataService.cls | 2642 | 26 | 2642 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1528 | /apex-zip/src/classes/MetadataService.cls | 2643 | 26 | 2643 | 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]*' |
1528 | /apex-zip/src/classes/MetadataService.cls | 2643 | 26 | 2643 | 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]*' |
1529 | /apex-zip/src/classes/MetadataService.cls | 2645 | 12 | 2652 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1529 | /apex-zip/src/classes/MetadataService.cls | 2645 | 12 | 2652 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1530 | /apex-zip/src/classes/MetadataService.cls | 2648 | 26 | 2648 | 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1530 | /apex-zip/src/classes/MetadataService.cls | 2648 | 26 | 2648 | 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1531 | /apex-zip/src/classes/MetadataService.cls | 2649 | 26 | 2649 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1531 | /apex-zip/src/classes/MetadataService.cls | 2649 | 26 | 2649 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1532 | /apex-zip/src/classes/MetadataService.cls | 2650 | 26 | 2650 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1532 | /apex-zip/src/classes/MetadataService.cls | 2650 | 26 | 2650 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1533 | /apex-zip/src/classes/MetadataService.cls | 2651 | 26 | 2651 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1533 | /apex-zip/src/classes/MetadataService.cls | 2651 | 26 | 2651 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1534 | /apex-zip/src/classes/MetadataService.cls | 2653 | 12 | 2660 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1534 | /apex-zip/src/classes/MetadataService.cls | 2653 | 12 | 2660 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1535 | /apex-zip/src/classes/MetadataService.cls | 2656 | 26 | 2656 | 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 'narrowComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1535 | /apex-zip/src/classes/MetadataService.cls | 2656 | 26 | 2656 | 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 'narrowComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1536 | /apex-zip/src/classes/MetadataService.cls | 2657 | 26 | 2657 | 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 'wideComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1536 | /apex-zip/src/classes/MetadataService.cls | 2657 | 26 | 2657 | 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 'wideComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1537 | /apex-zip/src/classes/MetadataService.cls | 2658 | 26 | 2658 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1537 | /apex-zip/src/classes/MetadataService.cls | 2658 | 26 | 2658 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1538 | /apex-zip/src/classes/MetadataService.cls | 2659 | 26 | 2659 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 2659 | 26 | 2659 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 2661 | 12 | 2672 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1539 | /apex-zip/src/classes/MetadataService.cls | 2661 | 12 | 2672 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1540 | /apex-zip/src/classes/MetadataService.cls | 2666 | 26 | 2666 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1540 | /apex-zip/src/classes/MetadataService.cls | 2666 | 26 | 2666 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1541 | /apex-zip/src/classes/MetadataService.cls | 2667 | 26 | 2667 | 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 'flowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1541 | /apex-zip/src/classes/MetadataService.cls | 2667 | 26 | 2667 | 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 'flowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1542 | /apex-zip/src/classes/MetadataService.cls | 2668 | 26 | 2668 | 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1542 | /apex-zip/src/classes/MetadataService.cls | 2668 | 26 | 2668 | 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1543 | /apex-zip/src/classes/MetadataService.cls | 2669 | 26 | 2669 | 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1543 | /apex-zip/src/classes/MetadataService.cls | 2669 | 26 | 2669 | 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1544 | /apex-zip/src/classes/MetadataService.cls | 2670 | 26 | 2670 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1544 | /apex-zip/src/classes/MetadataService.cls | 2670 | 26 | 2670 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1545 | /apex-zip/src/classes/MetadataService.cls | 2671 | 26 | 2671 | 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]*' |
1545 | /apex-zip/src/classes/MetadataService.cls | 2671 | 26 | 2671 | 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]*' |
1546 | /apex-zip/src/classes/MetadataService.cls | 2673 | 12 | 2696 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1546 | /apex-zip/src/classes/MetadataService.cls | 2673 | 12 | 2696 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1547 | /apex-zip/src/classes/MetadataService.cls | 2673 | 12 | 2696 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1547 | /apex-zip/src/classes/MetadataService.cls | 2673 | 12 | 2696 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1548 | /apex-zip/src/classes/MetadataService.cls | 2684 | 26 | 2684 | 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 'choiceReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1548 | /apex-zip/src/classes/MetadataService.cls | 2684 | 26 | 2684 | 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 'choiceReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1549 | /apex-zip/src/classes/MetadataService.cls | 2685 | 26 | 2685 | 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1549 | /apex-zip/src/classes/MetadataService.cls | 2685 | 26 | 2685 | 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1550 | /apex-zip/src/classes/MetadataService.cls | 2686 | 26 | 2686 | 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 'defaultSelectedChoiceReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1550 | /apex-zip/src/classes/MetadataService.cls | 2686 | 26 | 2686 | 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 'defaultSelectedChoiceReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1551 | /apex-zip/src/classes/MetadataService.cls | 2687 | 26 | 2687 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1551 | /apex-zip/src/classes/MetadataService.cls | 2687 | 26 | 2687 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1552 | /apex-zip/src/classes/MetadataService.cls | 2688 | 26 | 2688 | 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 'fieldText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1552 | /apex-zip/src/classes/MetadataService.cls | 2688 | 26 | 2688 | 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 'fieldText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1553 | /apex-zip/src/classes/MetadataService.cls | 2689 | 26 | 2689 | 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 'fieldType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1553 | /apex-zip/src/classes/MetadataService.cls | 2689 | 26 | 2689 | 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 'fieldType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1554 | /apex-zip/src/classes/MetadataService.cls | 2690 | 26 | 2690 | 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1554 | /apex-zip/src/classes/MetadataService.cls | 2690 | 26 | 2690 | 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1555 | /apex-zip/src/classes/MetadataService.cls | 2691 | 26 | 2691 | 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1555 | /apex-zip/src/classes/MetadataService.cls | 2691 | 26 | 2691 | 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1556 | /apex-zip/src/classes/MetadataService.cls | 2692 | 26 | 2692 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1556 | /apex-zip/src/classes/MetadataService.cls | 2692 | 26 | 2692 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1557 | /apex-zip/src/classes/MetadataService.cls | 2693 | 26 | 2693 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1557 | /apex-zip/src/classes/MetadataService.cls | 2693 | 26 | 2693 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1558 | /apex-zip/src/classes/MetadataService.cls | 2694 | 26 | 2694 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1558 | /apex-zip/src/classes/MetadataService.cls | 2694 | 26 | 2694 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1559 | /apex-zip/src/classes/MetadataService.cls | 2695 | 26 | 2695 | 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]*' |
1559 | /apex-zip/src/classes/MetadataService.cls | 2695 | 26 | 2695 | 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]*' |
1560 | /apex-zip/src/classes/MetadataService.cls | 2697 | 12 | 2704 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1560 | /apex-zip/src/classes/MetadataService.cls | 2697 | 12 | 2704 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1561 | /apex-zip/src/classes/MetadataService.cls | 2700 | 26 | 2700 | 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 'domainName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1561 | /apex-zip/src/classes/MetadataService.cls | 2700 | 26 | 2700 | 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 'domainName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1562 | /apex-zip/src/classes/MetadataService.cls | 2701 | 26 | 2701 | 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 'primary_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1562 | /apex-zip/src/classes/MetadataService.cls | 2701 | 26 | 2701 | 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 'primary_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1563 | /apex-zip/src/classes/MetadataService.cls | 2702 | 26 | 2702 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1563 | /apex-zip/src/classes/MetadataService.cls | 2702 | 26 | 2702 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1564 | /apex-zip/src/classes/MetadataService.cls | 2703 | 26 | 2703 | 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]*' |
1564 | /apex-zip/src/classes/MetadataService.cls | 2703 | 26 | 2703 | 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]*' |
1565 | /apex-zip/src/classes/MetadataService.cls | 2705 | 12 | 2712 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1565 | /apex-zip/src/classes/MetadataService.cls | 2705 | 12 | 2712 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1566 | /apex-zip/src/classes/MetadataService.cls | 2708 | 26 | 2708 | 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1566 | /apex-zip/src/classes/MetadataService.cls | 2708 | 26 | 2708 | 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1567 | /apex-zip/src/classes/MetadataService.cls | 2709 | 26 | 2709 | 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1567 | /apex-zip/src/classes/MetadataService.cls | 2709 | 26 | 2709 | 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1568 | /apex-zip/src/classes/MetadataService.cls | 2710 | 26 | 2710 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1568 | /apex-zip/src/classes/MetadataService.cls | 2710 | 26 | 2710 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1569 | /apex-zip/src/classes/MetadataService.cls | 2711 | 26 | 2711 | 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]*' |
1569 | /apex-zip/src/classes/MetadataService.cls | 2711 | 26 | 2711 | 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]*' |
1570 | /apex-zip/src/classes/MetadataService.cls | 2713 | 12 | 2744 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1570 | /apex-zip/src/classes/MetadataService.cls | 2713 | 12 | 2744 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1571 | /apex-zip/src/classes/MetadataService.cls | 2713 | 12 | 2744 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1571 | /apex-zip/src/classes/MetadataService.cls | 2713 | 12 | 2744 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1572 | /apex-zip/src/classes/MetadataService.cls | 2728 | 26 | 2728 | 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 'backgroundEndColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1572 | /apex-zip/src/classes/MetadataService.cls | 2728 | 26 | 2728 | 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 'backgroundEndColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1573 | /apex-zip/src/classes/MetadataService.cls | 2729 | 26 | 2729 | 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 'backgroundFadeDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1573 | /apex-zip/src/classes/MetadataService.cls | 2729 | 26 | 2729 | 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 'backgroundFadeDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1574 | /apex-zip/src/classes/MetadataService.cls | 2730 | 26 | 2730 | 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 'backgroundStartColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1574 | /apex-zip/src/classes/MetadataService.cls | 2730 | 26 | 2730 | 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 'backgroundStartColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1575 | /apex-zip/src/classes/MetadataService.cls | 2731 | 26 | 2731 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'dashboardFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1575 | /apex-zip/src/classes/MetadataService.cls | 2731 | 26 | 2731 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'dashboardFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1576 | /apex-zip/src/classes/MetadataService.cls | 2732 | 26 | 2732 | 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 'dashboardType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1576 | /apex-zip/src/classes/MetadataService.cls | 2732 | 26 | 2732 | 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 'dashboardType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1577 | /apex-zip/src/classes/MetadataService.cls | 2733 | 26 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1577 | /apex-zip/src/classes/MetadataService.cls | 2733 | 26 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1578 | /apex-zip/src/classes/MetadataService.cls | 2734 | 26 | 2734 | 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 'leftSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1578 | /apex-zip/src/classes/MetadataService.cls | 2734 | 26 | 2734 | 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 'leftSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1579 | /apex-zip/src/classes/MetadataService.cls | 2735 | 26 | 2735 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'middleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1579 | /apex-zip/src/classes/MetadataService.cls | 2735 | 26 | 2735 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'middleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1580 | /apex-zip/src/classes/MetadataService.cls | 2736 | 26 | 2736 | 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 'rightSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1580 | /apex-zip/src/classes/MetadataService.cls | 2736 | 26 | 2736 | 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 'rightSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1581 | /apex-zip/src/classes/MetadataService.cls | 2737 | 26 | 2737 | 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1581 | /apex-zip/src/classes/MetadataService.cls | 2737 | 26 | 2737 | 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1582 | /apex-zip/src/classes/MetadataService.cls | 2738 | 26 | 2738 | 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1582 | /apex-zip/src/classes/MetadataService.cls | 2738 | 26 | 2738 | 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1583 | /apex-zip/src/classes/MetadataService.cls | 2739 | 26 | 2739 | 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1583 | /apex-zip/src/classes/MetadataService.cls | 2739 | 26 | 2739 | 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1584 | /apex-zip/src/classes/MetadataService.cls | 2740 | 26 | 2740 | 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1584 | /apex-zip/src/classes/MetadataService.cls | 2740 | 26 | 2740 | 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1585 | /apex-zip/src/classes/MetadataService.cls | 2741 | 26 | 2741 | 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1585 | /apex-zip/src/classes/MetadataService.cls | 2741 | 26 | 2741 | 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1586 | /apex-zip/src/classes/MetadataService.cls | 2742 | 26 | 2742 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1586 | /apex-zip/src/classes/MetadataService.cls | 2742 | 26 | 2742 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1587 | /apex-zip/src/classes/MetadataService.cls | 2743 | 26 | 2743 | 286 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1587 | /apex-zip/src/classes/MetadataService.cls | 2743 | 26 | 2743 | 286 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1588 | /apex-zip/src/classes/MetadataService.cls | 2745 | 12 | 2748 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1588 | /apex-zip/src/classes/MetadataService.cls | 2745 | 12 | 2748 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1589 | /apex-zip/src/classes/MetadataService.cls | 2746 | 26 | 2746 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1589 | /apex-zip/src/classes/MetadataService.cls | 2746 | 26 | 2746 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1590 | /apex-zip/src/classes/MetadataService.cls | 2747 | 26 | 2747 | 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]*' |
1590 | /apex-zip/src/classes/MetadataService.cls | 2747 | 26 | 2747 | 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]*' |
1591 | /apex-zip/src/classes/MetadataService.cls | 2749 | 12 | 2754 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1591 | /apex-zip/src/classes/MetadataService.cls | 2749 | 12 | 2754 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1592 | /apex-zip/src/classes/MetadataService.cls | 2751 | 26 | 2751 | 133 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1592 | /apex-zip/src/classes/MetadataService.cls | 2751 | 26 | 2751 | 133 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1593 | /apex-zip/src/classes/MetadataService.cls | 2752 | 26 | 2752 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1593 | /apex-zip/src/classes/MetadataService.cls | 2752 | 26 | 2752 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1594 | /apex-zip/src/classes/MetadataService.cls | 2753 | 26 | 2753 | 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]*' |
1594 | /apex-zip/src/classes/MetadataService.cls | 2753 | 26 | 2753 | 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]*' |
1595 | /apex-zip/src/classes/MetadataService.cls | 2755 | 12 | 2770 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1595 | /apex-zip/src/classes/MetadataService.cls | 2755 | 12 | 2770 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1596 | /apex-zip/src/classes/MetadataService.cls | 2762 | 26 | 2762 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1596 | /apex-zip/src/classes/MetadataService.cls | 2762 | 26 | 2762 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1597 | /apex-zip/src/classes/MetadataService.cls | 2763 | 26 | 2763 | 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 'sizeX_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1597 | /apex-zip/src/classes/MetadataService.cls | 2763 | 26 | 2763 | 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 'sizeX_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1598 | /apex-zip/src/classes/MetadataService.cls | 2764 | 26 | 2764 | 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 'sizeY_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1598 | /apex-zip/src/classes/MetadataService.cls | 2764 | 26 | 2764 | 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 'sizeY_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1599 | /apex-zip/src/classes/MetadataService.cls | 2765 | 26 | 2765 | 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 'sizeZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1599 | /apex-zip/src/classes/MetadataService.cls | 2765 | 26 | 2765 | 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 'sizeZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1600 | /apex-zip/src/classes/MetadataService.cls | 2766 | 26 | 2766 | 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 'summaryLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1600 | /apex-zip/src/classes/MetadataService.cls | 2766 | 26 | 2766 | 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 'summaryLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1601 | /apex-zip/src/classes/MetadataService.cls | 2767 | 26 | 2767 | 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 'summaryLayoutStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1601 | /apex-zip/src/classes/MetadataService.cls | 2767 | 26 | 2767 | 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 'summaryLayoutStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1602 | /apex-zip/src/classes/MetadataService.cls | 2768 | 26 | 2768 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1602 | /apex-zip/src/classes/MetadataService.cls | 2768 | 26 | 2768 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1603 | /apex-zip/src/classes/MetadataService.cls | 2769 | 26 | 2769 | 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]*' |
1603 | /apex-zip/src/classes/MetadataService.cls | 2769 | 26 | 2769 | 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]*' |
1604 | /apex-zip/src/classes/MetadataService.cls | 2771 | 12 | 2780 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1604 | /apex-zip/src/classes/MetadataService.cls | 2771 | 12 | 2780 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1605 | /apex-zip/src/classes/MetadataService.cls | 2775 | 26 | 2775 | 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 'leftValueReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1605 | /apex-zip/src/classes/MetadataService.cls | 2775 | 26 | 2775 | 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 'leftValueReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1606 | /apex-zip/src/classes/MetadataService.cls | 2776 | 26 | 2776 | 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1606 | /apex-zip/src/classes/MetadataService.cls | 2776 | 26 | 2776 | 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1607 | /apex-zip/src/classes/MetadataService.cls | 2777 | 26 | 2777 | 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1607 | /apex-zip/src/classes/MetadataService.cls | 2777 | 26 | 2777 | 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1608 | /apex-zip/src/classes/MetadataService.cls | 2778 | 26 | 2778 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1608 | /apex-zip/src/classes/MetadataService.cls | 2778 | 26 | 2778 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1609 | /apex-zip/src/classes/MetadataService.cls | 2779 | 26 | 2779 | 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]*' |
1609 | /apex-zip/src/classes/MetadataService.cls | 2779 | 26 | 2779 | 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]*' |
1610 | /apex-zip/src/classes/MetadataService.cls | 2781 | 12 | 2804 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1610 | /apex-zip/src/classes/MetadataService.cls | 2781 | 12 | 2804 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1611 | /apex-zip/src/classes/MetadataService.cls | 2781 | 12 | 2804 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1611 | /apex-zip/src/classes/MetadataService.cls | 2781 | 12 | 2804 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1612 | /apex-zip/src/classes/MetadataService.cls | 2792 | 26 | 2792 | 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 'allowMissingFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1612 | /apex-zip/src/classes/MetadataService.cls | 2792 | 26 | 2792 | 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 'allowMissingFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1613 | /apex-zip/src/classes/MetadataService.cls | 2793 | 26 | 2793 | 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 'autoUpdatePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1613 | /apex-zip/src/classes/MetadataService.cls | 2793 | 26 | 2793 | 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 'autoUpdatePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1614 | /apex-zip/src/classes/MetadataService.cls | 2794 | 26 | 2794 | 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1614 | /apex-zip/src/classes/MetadataService.cls | 2794 | 26 | 2794 | 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1615 | /apex-zip/src/classes/MetadataService.cls | 2795 | 26 | 2795 | 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 'ignoreWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1615 | /apex-zip/src/classes/MetadataService.cls | 2795 | 26 | 2795 | 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 'ignoreWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1616 | /apex-zip/src/classes/MetadataService.cls | 2796 | 26 | 2796 | 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 'performRetrieve_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1616 | /apex-zip/src/classes/MetadataService.cls | 2796 | 26 | 2796 | 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 'performRetrieve_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1617 | /apex-zip/src/classes/MetadataService.cls | 2797 | 26 | 2797 | 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 'purgeOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1617 | /apex-zip/src/classes/MetadataService.cls | 2797 | 26 | 2797 | 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 'purgeOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1618 | /apex-zip/src/classes/MetadataService.cls | 2798 | 26 | 2798 | 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1618 | /apex-zip/src/classes/MetadataService.cls | 2798 | 26 | 2798 | 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1619 | /apex-zip/src/classes/MetadataService.cls | 2799 | 26 | 2799 | 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 'runAllTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1619 | /apex-zip/src/classes/MetadataService.cls | 2799 | 26 | 2799 | 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 'runAllTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1620 | /apex-zip/src/classes/MetadataService.cls | 2800 | 26 | 2800 | 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 'runTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1620 | /apex-zip/src/classes/MetadataService.cls | 2800 | 26 | 2800 | 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 'runTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1621 | /apex-zip/src/classes/MetadataService.cls | 2801 | 26 | 2801 | 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1621 | /apex-zip/src/classes/MetadataService.cls | 2801 | 26 | 2801 | 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1622 | /apex-zip/src/classes/MetadataService.cls | 2802 | 26 | 2802 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1622 | /apex-zip/src/classes/MetadataService.cls | 2802 | 26 | 2802 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1623 | /apex-zip/src/classes/MetadataService.cls | 2803 | 26 | 2803 | 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]*' |
1623 | /apex-zip/src/classes/MetadataService.cls | 2803 | 26 | 2803 | 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]*' |
1624 | /apex-zip/src/classes/MetadataService.cls | 2805 | 12 | 2812 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1624 | /apex-zip/src/classes/MetadataService.cls | 2805 | 12 | 2812 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1625 | /apex-zip/src/classes/MetadataService.cls | 2808 | 26 | 2808 | 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 'assignmentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1625 | /apex-zip/src/classes/MetadataService.cls | 2808 | 26 | 2808 | 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 'assignmentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1626 | /apex-zip/src/classes/MetadataService.cls | 2809 | 26 | 2809 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1626 | /apex-zip/src/classes/MetadataService.cls | 2809 | 26 | 2809 | 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1627 | /apex-zip/src/classes/MetadataService.cls | 2810 | 26 | 2810 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1627 | /apex-zip/src/classes/MetadataService.cls | 2810 | 26 | 2810 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1628 | /apex-zip/src/classes/MetadataService.cls | 2811 | 26 | 2811 | 93 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1628 | /apex-zip/src/classes/MetadataService.cls | 2811 | 26 | 2811 | 93 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1629 | /apex-zip/src/classes/MetadataService.cls | 2813 | 12 | 2822 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1629 | /apex-zip/src/classes/MetadataService.cls | 2813 | 12 | 2822 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1630 | /apex-zip/src/classes/MetadataService.cls | 2815 | 24 | 2815 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1630 | /apex-zip/src/classes/MetadataService.cls | 2815 | 24 | 2815 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1631 | /apex-zip/src/classes/MetadataService.cls | 2817 | 26 | 2817 | 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1631 | /apex-zip/src/classes/MetadataService.cls | 2817 | 26 | 2817 | 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1632 | /apex-zip/src/classes/MetadataService.cls | 2818 | 26 | 2818 | 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1632 | /apex-zip/src/classes/MetadataService.cls | 2818 | 26 | 2818 | 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1633 | /apex-zip/src/classes/MetadataService.cls | 2819 | 26 | 2819 | 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1633 | /apex-zip/src/classes/MetadataService.cls | 2819 | 26 | 2819 | 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1634 | /apex-zip/src/classes/MetadataService.cls | 2820 | 26 | 2820 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1634 | /apex-zip/src/classes/MetadataService.cls | 2820 | 26 | 2820 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1635 | /apex-zip/src/classes/MetadataService.cls | 2821 | 26 | 2821 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 2821 | 26 | 2821 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 2823 | 12 | 2830 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1636 | /apex-zip/src/classes/MetadataService.cls | 2823 | 12 | 2830 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1637 | /apex-zip/src/classes/MetadataService.cls | 2826 | 26 | 2826 | 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 'currentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1637 | /apex-zip/src/classes/MetadataService.cls | 2826 | 26 | 2826 | 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 'currentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1638 | /apex-zip/src/classes/MetadataService.cls | 2827 | 26 | 2827 | 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1638 | /apex-zip/src/classes/MetadataService.cls | 2827 | 26 | 2827 | 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1639 | /apex-zip/src/classes/MetadataService.cls | 2828 | 26 | 2828 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1639 | /apex-zip/src/classes/MetadataService.cls | 2828 | 26 | 2828 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1640 | /apex-zip/src/classes/MetadataService.cls | 2829 | 26 | 2829 | 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]*' |
1640 | /apex-zip/src/classes/MetadataService.cls | 2829 | 26 | 2829 | 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]*' |
1641 | /apex-zip/src/classes/MetadataService.cls | 2831 | 12 | 2838 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1641 | /apex-zip/src/classes/MetadataService.cls | 2831 | 12 | 2838 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1642 | /apex-zip/src/classes/MetadataService.cls | 2834 | 26 | 2834 | 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 'alignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1642 | /apex-zip/src/classes/MetadataService.cls | 2834 | 26 | 2834 | 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 'alignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1643 | /apex-zip/src/classes/MetadataService.cls | 2835 | 26 | 2835 | 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 'customApplicationComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1643 | /apex-zip/src/classes/MetadataService.cls | 2835 | 26 | 2835 | 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 'customApplicationComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1644 | /apex-zip/src/classes/MetadataService.cls | 2836 | 26 | 2836 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1644 | /apex-zip/src/classes/MetadataService.cls | 2836 | 26 | 2836 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1645 | /apex-zip/src/classes/MetadataService.cls | 2837 | 26 | 2837 | 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]*' |
1645 | /apex-zip/src/classes/MetadataService.cls | 2837 | 26 | 2837 | 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]*' |
1646 | /apex-zip/src/classes/MetadataService.cls | 2839 | 12 | 2852 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1646 | /apex-zip/src/classes/MetadataService.cls | 2839 | 12 | 2852 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1647 | /apex-zip/src/classes/MetadataService.cls | 2845 | 26 | 2845 | 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 'booleanValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1647 | /apex-zip/src/classes/MetadataService.cls | 2845 | 26 | 2845 | 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 'booleanValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1648 | /apex-zip/src/classes/MetadataService.cls | 2846 | 26 | 2846 | 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 'dateValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1648 | /apex-zip/src/classes/MetadataService.cls | 2846 | 26 | 2846 | 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 'dateValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1649 | /apex-zip/src/classes/MetadataService.cls | 2847 | 26 | 2847 | 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 'elementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1649 | /apex-zip/src/classes/MetadataService.cls | 2847 | 26 | 2847 | 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 'elementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1650 | /apex-zip/src/classes/MetadataService.cls | 2848 | 26 | 2848 | 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 'numberValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1650 | /apex-zip/src/classes/MetadataService.cls | 2848 | 26 | 2848 | 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 'numberValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1651 | /apex-zip/src/classes/MetadataService.cls | 2849 | 26 | 2849 | 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 'stringValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1651 | /apex-zip/src/classes/MetadataService.cls | 2849 | 26 | 2849 | 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 'stringValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1652 | /apex-zip/src/classes/MetadataService.cls | 2850 | 26 | 2850 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1652 | /apex-zip/src/classes/MetadataService.cls | 2850 | 26 | 2850 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1653 | /apex-zip/src/classes/MetadataService.cls | 2851 | 26 | 2851 | 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]*' |
1653 | /apex-zip/src/classes/MetadataService.cls | 2851 | 26 | 2851 | 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]*' |
1654 | /apex-zip/src/classes/MetadataService.cls | 2853 | 12 | 2868 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1654 | /apex-zip/src/classes/MetadataService.cls | 2853 | 12 | 2868 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1655 | /apex-zip/src/classes/MetadataService.cls | 2859 | 23 | 2859 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1655 | /apex-zip/src/classes/MetadataService.cls | 2859 | 23 | 2859 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1656 | /apex-zip/src/classes/MetadataService.cls | 2860 | 26 | 2860 | 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1656 | /apex-zip/src/classes/MetadataService.cls | 2860 | 26 | 2860 | 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1657 | /apex-zip/src/classes/MetadataService.cls | 2861 | 26 | 2861 | 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 'casesPerEntitlement_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1657 | /apex-zip/src/classes/MetadataService.cls | 2861 | 26 | 2861 | 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 'casesPerEntitlement_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1658 | /apex-zip/src/classes/MetadataService.cls | 2862 | 26 | 2862 | 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 'entitlementProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1658 | /apex-zip/src/classes/MetadataService.cls | 2862 | 26 | 2862 | 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 'entitlementProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1659 | /apex-zip/src/classes/MetadataService.cls | 2863 | 26 | 2863 | 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 'isPerIncident_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1659 | /apex-zip/src/classes/MetadataService.cls | 2863 | 26 | 2863 | 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 'isPerIncident_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1660 | /apex-zip/src/classes/MetadataService.cls | 2864 | 26 | 2864 | 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 'term_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1660 | /apex-zip/src/classes/MetadataService.cls | 2864 | 26 | 2864 | 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 'term_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1661 | /apex-zip/src/classes/MetadataService.cls | 2865 | 26 | 2865 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1661 | /apex-zip/src/classes/MetadataService.cls | 2865 | 26 | 2865 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1662 | /apex-zip/src/classes/MetadataService.cls | 2866 | 26 | 2866 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1662 | /apex-zip/src/classes/MetadataService.cls | 2866 | 26 | 2866 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1663 | /apex-zip/src/classes/MetadataService.cls | 2867 | 26 | 2867 | 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]*' |
1663 | /apex-zip/src/classes/MetadataService.cls | 2867 | 26 | 2867 | 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]*' |
1664 | /apex-zip/src/classes/MetadataService.cls | 2869 | 12 | 2876 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1664 | /apex-zip/src/classes/MetadataService.cls | 2869 | 12 | 2876 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1665 | /apex-zip/src/classes/MetadataService.cls | 2872 | 26 | 2872 | 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1665 | /apex-zip/src/classes/MetadataService.cls | 2872 | 26 | 2872 | 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1666 | /apex-zip/src/classes/MetadataService.cls | 2873 | 26 | 2873 | 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1666 | /apex-zip/src/classes/MetadataService.cls | 2873 | 26 | 2873 | 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1667 | /apex-zip/src/classes/MetadataService.cls | 2874 | 26 | 2874 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1667 | /apex-zip/src/classes/MetadataService.cls | 2874 | 26 | 2874 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1668 | /apex-zip/src/classes/MetadataService.cls | 2875 | 26 | 2875 | 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]*' |
1668 | /apex-zip/src/classes/MetadataService.cls | 2875 | 26 | 2875 | 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]*' |
1669 | /apex-zip/src/classes/MetadataService.cls | 2877 | 12 | 2890 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1669 | /apex-zip/src/classes/MetadataService.cls | 2877 | 12 | 2890 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1670 | /apex-zip/src/classes/MetadataService.cls | 2882 | 23 | 2882 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1670 | /apex-zip/src/classes/MetadataService.cls | 2882 | 23 | 2882 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1671 | /apex-zip/src/classes/MetadataService.cls | 2883 | 26 | 2883 | 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1671 | /apex-zip/src/classes/MetadataService.cls | 2883 | 26 | 2883 | 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1672 | /apex-zip/src/classes/MetadataService.cls | 2884 | 26 | 2884 | 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 'comment_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1672 | /apex-zip/src/classes/MetadataService.cls | 2884 | 26 | 2884 | 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 'comment_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1673 | /apex-zip/src/classes/MetadataService.cls | 2885 | 26 | 2885 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1673 | /apex-zip/src/classes/MetadataService.cls | 2885 | 26 | 2885 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1674 | /apex-zip/src/classes/MetadataService.cls | 2886 | 26 | 2886 | 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 'skipRecordTypeSelect_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1674 | /apex-zip/src/classes/MetadataService.cls | 2886 | 26 | 2886 | 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 'skipRecordTypeSelect_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1675 | /apex-zip/src/classes/MetadataService.cls | 2887 | 26 | 2887 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1675 | /apex-zip/src/classes/MetadataService.cls | 2887 | 26 | 2887 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1676 | /apex-zip/src/classes/MetadataService.cls | 2888 | 26 | 2888 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1676 | /apex-zip/src/classes/MetadataService.cls | 2888 | 26 | 2888 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1677 | /apex-zip/src/classes/MetadataService.cls | 2889 | 26 | 2889 | 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]*' |
1677 | /apex-zip/src/classes/MetadataService.cls | 2889 | 26 | 2889 | 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]*' |
1678 | /apex-zip/src/classes/MetadataService.cls | 2891 | 12 | 2896 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1678 | /apex-zip/src/classes/MetadataService.cls | 2891 | 12 | 2896 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1679 | /apex-zip/src/classes/MetadataService.cls | 2893 | 26 | 2893 | 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 'mapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1679 | /apex-zip/src/classes/MetadataService.cls | 2893 | 26 | 2893 | 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 'mapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1680 | /apex-zip/src/classes/MetadataService.cls | 2894 | 26 | 2894 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1680 | /apex-zip/src/classes/MetadataService.cls | 2894 | 26 | 2894 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1681 | /apex-zip/src/classes/MetadataService.cls | 2895 | 26 | 2895 | 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]*' |
1681 | /apex-zip/src/classes/MetadataService.cls | 2895 | 26 | 2895 | 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]*' |
1682 | /apex-zip/src/classes/MetadataService.cls | 2897 | 12 | 2900 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1682 | /apex-zip/src/classes/MetadataService.cls | 2897 | 12 | 2900 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1683 | /apex-zip/src/classes/MetadataService.cls | 2898 | 26 | 2898 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1683 | /apex-zip/src/classes/MetadataService.cls | 2898 | 26 | 2898 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1684 | /apex-zip/src/classes/MetadataService.cls | 2899 | 26 | 2899 | 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]*' |
1684 | /apex-zip/src/classes/MetadataService.cls | 2899 | 26 | 2899 | 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]*' |
1685 | /apex-zip/src/classes/MetadataService.cls | 2901 | 12 | 2906 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1685 | /apex-zip/src/classes/MetadataService.cls | 2901 | 12 | 2906 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1686 | /apex-zip/src/classes/MetadataService.cls | 2901 | 12 | 2906 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'deleteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1686 | /apex-zip/src/classes/MetadataService.cls | 2901 | 12 | 2906 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'deleteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1687 | /apex-zip/src/classes/MetadataService.cls | 2903 | 26 | 2903 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1687 | /apex-zip/src/classes/MetadataService.cls | 2903 | 26 | 2903 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1688 | /apex-zip/src/classes/MetadataService.cls | 2904 | 26 | 2904 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1688 | /apex-zip/src/classes/MetadataService.cls | 2904 | 26 | 2904 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1689 | /apex-zip/src/classes/MetadataService.cls | 2905 | 26 | 2905 | 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]*' |
1689 | /apex-zip/src/classes/MetadataService.cls | 2905 | 26 | 2905 | 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]*' |
1690 | /apex-zip/src/classes/MetadataService.cls | 2907 | 12 | 2912 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1690 | /apex-zip/src/classes/MetadataService.cls | 2907 | 12 | 2912 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1691 | /apex-zip/src/classes/MetadataService.cls | 2907 | 12 | 2912 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'update_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1691 | /apex-zip/src/classes/MetadataService.cls | 2907 | 12 | 2912 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'update_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1692 | /apex-zip/src/classes/MetadataService.cls | 2908 | 49 | 2908 | 63 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'UpdateMetadata' doesn't match '[a-z][a-zA-Z0-9]*' |
1692 | /apex-zip/src/classes/MetadataService.cls | 2908 | 49 | 2908 | 63 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'UpdateMetadata' doesn't match '[a-z][a-zA-Z0-9]*' |
1693 | /apex-zip/src/classes/MetadataService.cls | 2909 | 26 | 2909 | 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 'UpdateMetadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1693 | /apex-zip/src/classes/MetadataService.cls | 2909 | 26 | 2909 | 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 'UpdateMetadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1694 | /apex-zip/src/classes/MetadataService.cls | 2910 | 26 | 2910 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1694 | /apex-zip/src/classes/MetadataService.cls | 2910 | 26 | 2910 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1695 | /apex-zip/src/classes/MetadataService.cls | 2911 | 26 | 2911 | 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]*' |
1695 | /apex-zip/src/classes/MetadataService.cls | 2911 | 26 | 2911 | 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]*' |
1696 | /apex-zip/src/classes/MetadataService.cls | 2913 | 12 | 2916 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1696 | /apex-zip/src/classes/MetadataService.cls | 2913 | 12 | 2916 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1697 | /apex-zip/src/classes/MetadataService.cls | 2914 | 26 | 2914 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1697 | /apex-zip/src/classes/MetadataService.cls | 2914 | 26 | 2914 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1698 | /apex-zip/src/classes/MetadataService.cls | 2915 | 26 | 2915 | 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]*' |
1698 | /apex-zip/src/classes/MetadataService.cls | 2915 | 26 | 2915 | 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]*' |
1699 | /apex-zip/src/classes/MetadataService.cls | 2917 | 12 | 2924 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1699 | /apex-zip/src/classes/MetadataService.cls | 2917 | 12 | 2924 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1700 | /apex-zip/src/classes/MetadataService.cls | 2920 | 26 | 2920 | 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1700 | /apex-zip/src/classes/MetadataService.cls | 2920 | 26 | 2920 | 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1701 | /apex-zip/src/classes/MetadataService.cls | 2921 | 26 | 2921 | 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1701 | /apex-zip/src/classes/MetadataService.cls | 2921 | 26 | 2921 | 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1702 | /apex-zip/src/classes/MetadataService.cls | 2922 | 26 | 2922 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1702 | /apex-zip/src/classes/MetadataService.cls | 2922 | 26 | 2922 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1703 | /apex-zip/src/classes/MetadataService.cls | 2923 | 26 | 2923 | 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]*' |
1703 | /apex-zip/src/classes/MetadataService.cls | 2923 | 26 | 2923 | 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]*' |
1704 | /apex-zip/src/classes/MetadataService.cls | 2925 | 12 | 2934 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1704 | /apex-zip/src/classes/MetadataService.cls | 2925 | 12 | 2934 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1705 | /apex-zip/src/classes/MetadataService.cls | 2929 | 26 | 2929 | 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1705 | /apex-zip/src/classes/MetadataService.cls | 2929 | 26 | 2929 | 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1706 | /apex-zip/src/classes/MetadataService.cls | 2930 | 26 | 2930 | 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 'layoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1706 | /apex-zip/src/classes/MetadataService.cls | 2930 | 26 | 2930 | 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 'layoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1707 | /apex-zip/src/classes/MetadataService.cls | 2931 | 26 | 2931 | 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1707 | /apex-zip/src/classes/MetadataService.cls | 2931 | 26 | 2931 | 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1708 | /apex-zip/src/classes/MetadataService.cls | 2932 | 26 | 2932 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1708 | /apex-zip/src/classes/MetadataService.cls | 2932 | 26 | 2932 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1709 | /apex-zip/src/classes/MetadataService.cls | 2933 | 26 | 2933 | 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]*' |
1709 | /apex-zip/src/classes/MetadataService.cls | 2933 | 26 | 2933 | 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]*' |
1710 | /apex-zip/src/classes/MetadataService.cls | 2935 | 12 | 3013 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1710 | /apex-zip/src/classes/MetadataService.cls | 2935 | 12 | 3013 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1711 | /apex-zip/src/classes/MetadataService.cls | 2935 | 12 | 3013 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class CustomObject has 37 public methods, attributes, and properties (limit: 20) |
1711 | /apex-zip/src/classes/MetadataService.cls | 2935 | 12 | 3013 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class CustomObject has 37 public methods, attributes, and properties (limit: 20) |
1712 | /apex-zip/src/classes/MetadataService.cls | 2935 | 12 | 3013 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1712 | /apex-zip/src/classes/MetadataService.cls | 2935 | 12 | 3013 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1713 | /apex-zip/src/classes/MetadataService.cls | 2973 | 26 | 2973 | 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 'token_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1713 | /apex-zip/src/classes/MetadataService.cls | 2973 | 26 | 2973 | 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 'token_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1714 | /apex-zip/src/classes/MetadataService.cls | 2974 | 26 | 2974 | 66 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1714 | /apex-zip/src/classes/MetadataService.cls | 2974 | 26 | 2974 | 66 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1715 | /apex-zip/src/classes/MetadataService.cls | 2975 | 26 | 2975 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1715 | /apex-zip/src/classes/MetadataService.cls | 2975 | 26 | 2975 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1716 | /apex-zip/src/classes/MetadataService.cls | 2976 | 26 | 2976 | 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1716 | /apex-zip/src/classes/MetadataService.cls | 2976 | 26 | 2976 | 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1717 | /apex-zip/src/classes/MetadataService.cls | 2977 | 26 | 2977 | 191 | pmd | 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]*' |
1717 | /apex-zip/src/classes/MetadataService.cls | 2977 | 26 | 2977 | 191 | pmd | 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]*' |
1718 | /apex-zip/src/classes/MetadataService.cls | 2978 | 26 | 2978 | 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 'businessProcesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1718 | /apex-zip/src/classes/MetadataService.cls | 2978 | 26 | 2978 | 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 'businessProcesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1719 | /apex-zip/src/classes/MetadataService.cls | 2979 | 26 | 2979 | 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 'customHelp_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1719 | /apex-zip/src/classes/MetadataService.cls | 2979 | 26 | 2979 | 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 'customHelp_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1720 | /apex-zip/src/classes/MetadataService.cls | 2980 | 26 | 2980 | 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 'customHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1720 | /apex-zip/src/classes/MetadataService.cls | 2980 | 26 | 2980 | 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 'customHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1721 | /apex-zip/src/classes/MetadataService.cls | 2981 | 26 | 2981 | 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 'customSettingsType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1721 | /apex-zip/src/classes/MetadataService.cls | 2981 | 26 | 2981 | 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 'customSettingsType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1722 | /apex-zip/src/classes/MetadataService.cls | 2982 | 26 | 2982 | 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 'customSettingsVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1722 | /apex-zip/src/classes/MetadataService.cls | 2982 | 26 | 2982 | 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 'customSettingsVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1723 | /apex-zip/src/classes/MetadataService.cls | 2983 | 26 | 2983 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'deploymentStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1723 | /apex-zip/src/classes/MetadataService.cls | 2983 | 26 | 2983 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'deploymentStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1724 | /apex-zip/src/classes/MetadataService.cls | 2984 | 26 | 2984 | 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1724 | /apex-zip/src/classes/MetadataService.cls | 2984 | 26 | 2984 | 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1725 | /apex-zip/src/classes/MetadataService.cls | 2985 | 26 | 2985 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1725 | /apex-zip/src/classes/MetadataService.cls | 2985 | 26 | 2985 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1726 | /apex-zip/src/classes/MetadataService.cls | 2986 | 26 | 2986 | 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 'enableActivities_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1726 | /apex-zip/src/classes/MetadataService.cls | 2986 | 26 | 2986 | 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 'enableActivities_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1727 | /apex-zip/src/classes/MetadataService.cls | 2987 | 26 | 2987 | 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 'enableDivisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1727 | /apex-zip/src/classes/MetadataService.cls | 2987 | 26 | 2987 | 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 'enableDivisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1728 | /apex-zip/src/classes/MetadataService.cls | 2988 | 26 | 2988 | 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 'enableEnhancedLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1728 | /apex-zip/src/classes/MetadataService.cls | 2988 | 26 | 2988 | 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 'enableEnhancedLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1729 | /apex-zip/src/classes/MetadataService.cls | 2989 | 26 | 2989 | 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 'enableFeeds_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1729 | /apex-zip/src/classes/MetadataService.cls | 2989 | 26 | 2989 | 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 'enableFeeds_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1730 | /apex-zip/src/classes/MetadataService.cls | 2990 | 26 | 2990 | 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 'enableHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1730 | /apex-zip/src/classes/MetadataService.cls | 2990 | 26 | 2990 | 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 'enableHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1731 | /apex-zip/src/classes/MetadataService.cls | 2991 | 26 | 2991 | 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 'enableReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1731 | /apex-zip/src/classes/MetadataService.cls | 2991 | 26 | 2991 | 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 'enableReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1732 | /apex-zip/src/classes/MetadataService.cls | 2992 | 26 | 2992 | 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1732 | /apex-zip/src/classes/MetadataService.cls | 2992 | 26 | 2992 | 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1733 | /apex-zip/src/classes/MetadataService.cls | 2993 | 26 | 2993 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1733 | /apex-zip/src/classes/MetadataService.cls | 2993 | 26 | 2993 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1734 | /apex-zip/src/classes/MetadataService.cls | 2994 | 26 | 2994 | 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1734 | /apex-zip/src/classes/MetadataService.cls | 2994 | 26 | 2994 | 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1735 | /apex-zip/src/classes/MetadataService.cls | 2995 | 26 | 2995 | 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 'household_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1735 | /apex-zip/src/classes/MetadataService.cls | 2995 | 26 | 2995 | 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 'household_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1736 | /apex-zip/src/classes/MetadataService.cls | 2996 | 26 | 2996 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1736 | /apex-zip/src/classes/MetadataService.cls | 2996 | 26 | 2996 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1737 | /apex-zip/src/classes/MetadataService.cls | 2997 | 26 | 2997 | 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 'listViews_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1737 | /apex-zip/src/classes/MetadataService.cls | 2997 | 26 | 2997 | 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 'listViews_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1738 | /apex-zip/src/classes/MetadataService.cls | 2998 | 26 | 2998 | 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 'nameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1738 | /apex-zip/src/classes/MetadataService.cls | 2998 | 26 | 2998 | 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 'nameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1739 | /apex-zip/src/classes/MetadataService.cls | 2999 | 26 | 2999 | 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 'namedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1739 | /apex-zip/src/classes/MetadataService.cls | 2999 | 26 | 2999 | 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 'namedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1740 | /apex-zip/src/classes/MetadataService.cls | 3000 | 26 | 3000 | 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 'pluralLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1740 | /apex-zip/src/classes/MetadataService.cls | 3000 | 26 | 3000 | 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 'pluralLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1741 | /apex-zip/src/classes/MetadataService.cls | 3001 | 26 | 3001 | 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 'recordTypeTrackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1741 | /apex-zip/src/classes/MetadataService.cls | 3001 | 26 | 3001 | 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 'recordTypeTrackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1742 | /apex-zip/src/classes/MetadataService.cls | 3002 | 26 | 3002 | 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 'recordTypeTrackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1742 | /apex-zip/src/classes/MetadataService.cls | 3002 | 26 | 3002 | 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 'recordTypeTrackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1743 | /apex-zip/src/classes/MetadataService.cls | 3003 | 26 | 3003 | 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1743 | /apex-zip/src/classes/MetadataService.cls | 3003 | 26 | 3003 | 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1744 | /apex-zip/src/classes/MetadataService.cls | 3004 | 26 | 3004 | 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 'searchLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1744 | /apex-zip/src/classes/MetadataService.cls | 3004 | 26 | 3004 | 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 'searchLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1745 | /apex-zip/src/classes/MetadataService.cls | 3005 | 26 | 3005 | 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 'sharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1745 | /apex-zip/src/classes/MetadataService.cls | 3005 | 26 | 3005 | 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 'sharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1746 | /apex-zip/src/classes/MetadataService.cls | 3006 | 26 | 3006 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1746 | /apex-zip/src/classes/MetadataService.cls | 3006 | 26 | 3006 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1747 | /apex-zip/src/classes/MetadataService.cls | 3007 | 26 | 3007 | 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 'sharingRecalculations_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1747 | /apex-zip/src/classes/MetadataService.cls | 3007 | 26 | 3007 | 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 'sharingRecalculations_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1748 | /apex-zip/src/classes/MetadataService.cls | 3008 | 26 | 3008 | 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1748 | /apex-zip/src/classes/MetadataService.cls | 3008 | 26 | 3008 | 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1749 | /apex-zip/src/classes/MetadataService.cls | 3009 | 26 | 3009 | 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1749 | /apex-zip/src/classes/MetadataService.cls | 3009 | 26 | 3009 | 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1750 | /apex-zip/src/classes/MetadataService.cls | 3010 | 26 | 3010 | 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1750 | /apex-zip/src/classes/MetadataService.cls | 3010 | 26 | 3010 | 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1751 | /apex-zip/src/classes/MetadataService.cls | 3011 | 26 | 3011 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1751 | /apex-zip/src/classes/MetadataService.cls | 3011 | 26 | 3011 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1752 | /apex-zip/src/classes/MetadataService.cls | 3012 | 26 | 3012 | 656 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 3012 | 26 | 3012 | 656 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1753 | /apex-zip/src/classes/MetadataService.cls | 3014 | 12 | 3031 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1753 | /apex-zip/src/classes/MetadataService.cls | 3014 | 12 | 3031 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1754 | /apex-zip/src/classes/MetadataService.cls | 3014 | 12 | 3031 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1754 | /apex-zip/src/classes/MetadataService.cls | 3014 | 12 | 3031 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1755 | /apex-zip/src/classes/MetadataService.cls | 3022 | 26 | 3022 | 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 'customApplications_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1755 | /apex-zip/src/classes/MetadataService.cls | 3022 | 26 | 3022 | 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 'customApplications_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1756 | /apex-zip/src/classes/MetadataService.cls | 3023 | 26 | 3023 | 194 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'customDataTypeTranslations_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1756 | /apex-zip/src/classes/MetadataService.cls | 3023 | 26 | 3023 | 194 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'customDataTypeTranslations_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1757 | /apex-zip/src/classes/MetadataService.cls | 3024 | 26 | 3024 | 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 'customLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1757 | /apex-zip/src/classes/MetadataService.cls | 3024 | 26 | 3024 | 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 'customLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1758 | /apex-zip/src/classes/MetadataService.cls | 3025 | 26 | 3025 | 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 'customPageWebLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1758 | /apex-zip/src/classes/MetadataService.cls | 3025 | 26 | 3025 | 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 'customPageWebLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1759 | /apex-zip/src/classes/MetadataService.cls | 3026 | 26 | 3026 | 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 'customTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1759 | /apex-zip/src/classes/MetadataService.cls | 3026 | 26 | 3026 | 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 'customTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1760 | /apex-zip/src/classes/MetadataService.cls | 3027 | 26 | 3027 | 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 'reportTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1760 | /apex-zip/src/classes/MetadataService.cls | 3027 | 26 | 3027 | 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 'reportTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1761 | /apex-zip/src/classes/MetadataService.cls | 3028 | 26 | 3028 | 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 'scontrols_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1761 | /apex-zip/src/classes/MetadataService.cls | 3028 | 26 | 3028 | 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 'scontrols_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1762 | /apex-zip/src/classes/MetadataService.cls | 3029 | 26 | 3029 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1762 | /apex-zip/src/classes/MetadataService.cls | 3029 | 26 | 3029 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1763 | /apex-zip/src/classes/MetadataService.cls | 3030 | 26 | 3030 | 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]*' |
1763 | /apex-zip/src/classes/MetadataService.cls | 3030 | 26 | 3030 | 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]*' |
1764 | /apex-zip/src/classes/MetadataService.cls | 3032 | 12 | 3041 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1764 | /apex-zip/src/classes/MetadataService.cls | 3032 | 12 | 3041 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1765 | /apex-zip/src/classes/MetadataService.cls | 3036 | 26 | 3036 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1765 | /apex-zip/src/classes/MetadataService.cls | 3036 | 26 | 3036 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1766 | /apex-zip/src/classes/MetadataService.cls | 3037 | 26 | 3037 | 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1766 | /apex-zip/src/classes/MetadataService.cls | 3037 | 26 | 3037 | 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1767 | /apex-zip/src/classes/MetadataService.cls | 3038 | 26 | 3038 | 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1767 | /apex-zip/src/classes/MetadataService.cls | 3038 | 26 | 3038 | 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1768 | /apex-zip/src/classes/MetadataService.cls | 3039 | 26 | 3039 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1768 | /apex-zip/src/classes/MetadataService.cls | 3039 | 26 | 3039 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1769 | /apex-zip/src/classes/MetadataService.cls | 3040 | 26 | 3040 | 103 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1769 | /apex-zip/src/classes/MetadataService.cls | 3040 | 26 | 3040 | 103 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 3042 | 12 | 3053 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1770 | /apex-zip/src/classes/MetadataService.cls | 3042 | 12 | 3053 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1771 | /apex-zip/src/classes/MetadataService.cls | 3047 | 26 | 3047 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1771 | /apex-zip/src/classes/MetadataService.cls | 3047 | 26 | 3047 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1772 | /apex-zip/src/classes/MetadataService.cls | 3048 | 26 | 3048 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1772 | /apex-zip/src/classes/MetadataService.cls | 3048 | 26 | 3048 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1773 | /apex-zip/src/classes/MetadataService.cls | 3049 | 26 | 3049 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1773 | /apex-zip/src/classes/MetadataService.cls | 3049 | 26 | 3049 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1774 | /apex-zip/src/classes/MetadataService.cls | 3050 | 26 | 3050 | 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1774 | /apex-zip/src/classes/MetadataService.cls | 3050 | 26 | 3050 | 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1775 | /apex-zip/src/classes/MetadataService.cls | 3051 | 26 | 3051 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1775 | /apex-zip/src/classes/MetadataService.cls | 3051 | 26 | 3051 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1776 | /apex-zip/src/classes/MetadataService.cls | 3052 | 26 | 3052 | 103 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 3052 | 26 | 3052 | 103 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 3054 | 12 | 3063 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1777 | /apex-zip/src/classes/MetadataService.cls | 3054 | 12 | 3063 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1778 | /apex-zip/src/classes/MetadataService.cls | 3058 | 26 | 3058 | 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1778 | /apex-zip/src/classes/MetadataService.cls | 3058 | 26 | 3058 | 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1779 | /apex-zip/src/classes/MetadataService.cls | 3059 | 26 | 3059 | 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1779 | /apex-zip/src/classes/MetadataService.cls | 3059 | 26 | 3059 | 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1780 | /apex-zip/src/classes/MetadataService.cls | 3060 | 26 | 3060 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1780 | /apex-zip/src/classes/MetadataService.cls | 3060 | 26 | 3060 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1781 | /apex-zip/src/classes/MetadataService.cls | 3061 | 26 | 3061 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1781 | /apex-zip/src/classes/MetadataService.cls | 3061 | 26 | 3061 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1782 | /apex-zip/src/classes/MetadataService.cls | 3062 | 26 | 3062 | 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]*' |
1782 | /apex-zip/src/classes/MetadataService.cls | 3062 | 26 | 3062 | 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]*' |
1783 | /apex-zip/src/classes/MetadataService.cls | 3064 | 12 | 3071 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1783 | /apex-zip/src/classes/MetadataService.cls | 3064 | 12 | 3071 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1784 | /apex-zip/src/classes/MetadataService.cls | 3067 | 26 | 3067 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1784 | /apex-zip/src/classes/MetadataService.cls | 3067 | 26 | 3067 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1785 | /apex-zip/src/classes/MetadataService.cls | 3068 | 26 | 3068 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1785 | /apex-zip/src/classes/MetadataService.cls | 3068 | 26 | 3068 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1786 | /apex-zip/src/classes/MetadataService.cls | 3069 | 26 | 3069 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1786 | /apex-zip/src/classes/MetadataService.cls | 3069 | 26 | 3069 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1787 | /apex-zip/src/classes/MetadataService.cls | 3070 | 26 | 3070 | 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]*' |
1787 | /apex-zip/src/classes/MetadataService.cls | 3070 | 26 | 3070 | 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]*' |
1788 | /apex-zip/src/classes/MetadataService.cls | 3072 | 12 | 3077 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1788 | /apex-zip/src/classes/MetadataService.cls | 3072 | 12 | 3077 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1789 | /apex-zip/src/classes/MetadataService.cls | 3074 | 26 | 3074 | 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 'labels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1789 | /apex-zip/src/classes/MetadataService.cls | 3074 | 26 | 3074 | 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 'labels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1790 | /apex-zip/src/classes/MetadataService.cls | 3075 | 26 | 3075 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1790 | /apex-zip/src/classes/MetadataService.cls | 3075 | 26 | 3075 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1791 | /apex-zip/src/classes/MetadataService.cls | 3076 | 26 | 3076 | 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]*' |
1791 | /apex-zip/src/classes/MetadataService.cls | 3076 | 26 | 3076 | 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]*' |
1792 | /apex-zip/src/classes/MetadataService.cls | 3078 | 12 | 3085 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1792 | /apex-zip/src/classes/MetadataService.cls | 3078 | 12 | 3085 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1793 | /apex-zip/src/classes/MetadataService.cls | 3081 | 26 | 3081 | 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1793 | /apex-zip/src/classes/MetadataService.cls | 3081 | 26 | 3081 | 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1794 | /apex-zip/src/classes/MetadataService.cls | 3082 | 26 | 3082 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1794 | /apex-zip/src/classes/MetadataService.cls | 3082 | 26 | 3082 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1795 | /apex-zip/src/classes/MetadataService.cls | 3083 | 26 | 3083 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1795 | /apex-zip/src/classes/MetadataService.cls | 3083 | 26 | 3083 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1796 | /apex-zip/src/classes/MetadataService.cls | 3084 | 26 | 3084 | 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]*' |
1796 | /apex-zip/src/classes/MetadataService.cls | 3084 | 26 | 3084 | 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]*' |
1797 | /apex-zip/src/classes/MetadataService.cls | 3086 | 12 | 3117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1797 | /apex-zip/src/classes/MetadataService.cls | 3086 | 12 | 3117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1798 | /apex-zip/src/classes/MetadataService.cls | 3086 | 12 | 3117 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1798 | /apex-zip/src/classes/MetadataService.cls | 3086 | 12 | 3117 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1799 | /apex-zip/src/classes/MetadataService.cls | 3093 | 24 | 3093 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1799 | /apex-zip/src/classes/MetadataService.cls | 3093 | 24 | 3093 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1800 | /apex-zip/src/classes/MetadataService.cls | 3101 | 26 | 3101 | 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1800 | /apex-zip/src/classes/MetadataService.cls | 3101 | 26 | 3101 | 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1801 | /apex-zip/src/classes/MetadataService.cls | 3102 | 26 | 3102 | 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1801 | /apex-zip/src/classes/MetadataService.cls | 3102 | 26 | 3102 | 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1802 | /apex-zip/src/classes/MetadataService.cls | 3103 | 26 | 3103 | 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1802 | /apex-zip/src/classes/MetadataService.cls | 3103 | 26 | 3103 | 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1803 | /apex-zip/src/classes/MetadataService.cls | 3104 | 26 | 3104 | 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 'controllingFieldValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1803 | /apex-zip/src/classes/MetadataService.cls | 3104 | 26 | 3104 | 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 'controllingFieldValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1804 | /apex-zip/src/classes/MetadataService.cls | 3105 | 26 | 3105 | 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 'converted_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1804 | /apex-zip/src/classes/MetadataService.cls | 3105 | 26 | 3105 | 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 'converted_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1805 | /apex-zip/src/classes/MetadataService.cls | 3106 | 26 | 3106 | 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1805 | /apex-zip/src/classes/MetadataService.cls | 3106 | 26 | 3106 | 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1806 | /apex-zip/src/classes/MetadataService.cls | 3107 | 26 | 3107 | 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1806 | /apex-zip/src/classes/MetadataService.cls | 3107 | 26 | 3107 | 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1807 | /apex-zip/src/classes/MetadataService.cls | 3108 | 26 | 3108 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1807 | /apex-zip/src/classes/MetadataService.cls | 3108 | 26 | 3108 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1808 | /apex-zip/src/classes/MetadataService.cls | 3109 | 26 | 3109 | 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1808 | /apex-zip/src/classes/MetadataService.cls | 3109 | 26 | 3109 | 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1809 | /apex-zip/src/classes/MetadataService.cls | 3110 | 26 | 3110 | 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1809 | /apex-zip/src/classes/MetadataService.cls | 3110 | 26 | 3110 | 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1810 | /apex-zip/src/classes/MetadataService.cls | 3111 | 26 | 3111 | 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 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1810 | /apex-zip/src/classes/MetadataService.cls | 3111 | 26 | 3111 | 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 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1811 | /apex-zip/src/classes/MetadataService.cls | 3112 | 26 | 3112 | 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1811 | /apex-zip/src/classes/MetadataService.cls | 3112 | 26 | 3112 | 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1812 | /apex-zip/src/classes/MetadataService.cls | 3113 | 26 | 3113 | 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 'reviewed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1812 | /apex-zip/src/classes/MetadataService.cls | 3113 | 26 | 3113 | 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 'reviewed_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1813 | /apex-zip/src/classes/MetadataService.cls | 3114 | 26 | 3114 | 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1813 | /apex-zip/src/classes/MetadataService.cls | 3114 | 26 | 3114 | 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1814 | /apex-zip/src/classes/MetadataService.cls | 3115 | 26 | 3115 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1814 | /apex-zip/src/classes/MetadataService.cls | 3115 | 26 | 3115 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1815 | /apex-zip/src/classes/MetadataService.cls | 3116 | 26 | 3116 | 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]*' |
1815 | /apex-zip/src/classes/MetadataService.cls | 3116 | 26 | 3116 | 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]*' |
1816 | /apex-zip/src/classes/MetadataService.cls | 3118 | 12 | 3129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1816 | /apex-zip/src/classes/MetadataService.cls | 3118 | 12 | 3129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1817 | /apex-zip/src/classes/MetadataService.cls | 3123 | 26 | 3123 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1817 | /apex-zip/src/classes/MetadataService.cls | 3123 | 26 | 3123 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1818 | /apex-zip/src/classes/MetadataService.cls | 3124 | 26 | 3124 | 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 'disableProtocolSecurity_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1818 | /apex-zip/src/classes/MetadataService.cls | 3124 | 26 | 3124 | 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 'disableProtocolSecurity_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1819 | /apex-zip/src/classes/MetadataService.cls | 3125 | 26 | 3125 | 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1819 | /apex-zip/src/classes/MetadataService.cls | 3125 | 26 | 3125 | 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1820 | /apex-zip/src/classes/MetadataService.cls | 3126 | 26 | 3126 | 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1820 | /apex-zip/src/classes/MetadataService.cls | 3126 | 26 | 3126 | 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1821 | /apex-zip/src/classes/MetadataService.cls | 3127 | 26 | 3127 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1821 | /apex-zip/src/classes/MetadataService.cls | 3127 | 26 | 3127 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1822 | /apex-zip/src/classes/MetadataService.cls | 3128 | 26 | 3128 | 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]*' |
1822 | /apex-zip/src/classes/MetadataService.cls | 3128 | 26 | 3128 | 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]*' |
1823 | /apex-zip/src/classes/MetadataService.cls | 3130 | 12 | 3137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1823 | /apex-zip/src/classes/MetadataService.cls | 3130 | 12 | 3137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1824 | /apex-zip/src/classes/MetadataService.cls | 3130 | 12 | 3137 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'deploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1824 | /apex-zip/src/classes/MetadataService.cls | 3130 | 12 | 3137 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'deploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1825 | /apex-zip/src/classes/MetadataService.cls | 3131 | 23 | 3131 | 30 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*' |
1825 | /apex-zip/src/classes/MetadataService.cls | 3131 | 23 | 3131 | 30 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*' |
1826 | /apex-zip/src/classes/MetadataService.cls | 3132 | 46 | 3132 | 59 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*' |
1826 | /apex-zip/src/classes/MetadataService.cls | 3132 | 46 | 3132 | 59 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*' |
1827 | /apex-zip/src/classes/MetadataService.cls | 3133 | 26 | 3133 | 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 'ZipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1827 | /apex-zip/src/classes/MetadataService.cls | 3133 | 26 | 3133 | 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 'ZipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1828 | /apex-zip/src/classes/MetadataService.cls | 3134 | 26 | 3134 | 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 'DeployOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1828 | /apex-zip/src/classes/MetadataService.cls | 3134 | 26 | 3134 | 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 'DeployOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1829 | /apex-zip/src/classes/MetadataService.cls | 3135 | 26 | 3135 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1829 | /apex-zip/src/classes/MetadataService.cls | 3135 | 26 | 3135 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1830 | /apex-zip/src/classes/MetadataService.cls | 3136 | 26 | 3136 | 89 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1830 | /apex-zip/src/classes/MetadataService.cls | 3136 | 26 | 3136 | 89 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 3138 | 12 | 3143 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1831 | /apex-zip/src/classes/MetadataService.cls | 3138 | 12 | 3143 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1832 | /apex-zip/src/classes/MetadataService.cls | 3138 | 12 | 3143 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'retrieveResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1832 | /apex-zip/src/classes/MetadataService.cls | 3138 | 12 | 3143 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'retrieveResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1833 | /apex-zip/src/classes/MetadataService.cls | 3140 | 26 | 3140 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1833 | /apex-zip/src/classes/MetadataService.cls | 3140 | 26 | 3140 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1834 | /apex-zip/src/classes/MetadataService.cls | 3141 | 26 | 3141 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1834 | /apex-zip/src/classes/MetadataService.cls | 3141 | 26 | 3141 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1835 | /apex-zip/src/classes/MetadataService.cls | 3142 | 26 | 3142 | 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]*' |
1835 | /apex-zip/src/classes/MetadataService.cls | 3142 | 26 | 3142 | 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]*' |
1836 | /apex-zip/src/classes/MetadataService.cls | 3144 | 12 | 3153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1836 | /apex-zip/src/classes/MetadataService.cls | 3144 | 12 | 3153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1837 | /apex-zip/src/classes/MetadataService.cls | 3146 | 23 | 3146 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1837 | /apex-zip/src/classes/MetadataService.cls | 3146 | 23 | 3146 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1838 | /apex-zip/src/classes/MetadataService.cls | 3148 | 26 | 3148 | 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1838 | /apex-zip/src/classes/MetadataService.cls | 3148 | 26 | 3148 | 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1839 | /apex-zip/src/classes/MetadataService.cls | 3149 | 26 | 3149 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1839 | /apex-zip/src/classes/MetadataService.cls | 3149 | 26 | 3149 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1840 | /apex-zip/src/classes/MetadataService.cls | 3150 | 26 | 3150 | 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1840 | /apex-zip/src/classes/MetadataService.cls | 3150 | 26 | 3150 | 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1841 | /apex-zip/src/classes/MetadataService.cls | 3151 | 26 | 3151 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1841 | /apex-zip/src/classes/MetadataService.cls | 3151 | 26 | 3151 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1842 | /apex-zip/src/classes/MetadataService.cls | 3152 | 26 | 3152 | 93 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1842 | /apex-zip/src/classes/MetadataService.cls | 3152 | 26 | 3152 | 93 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1843 | /apex-zip/src/classes/MetadataService.cls | 3154 | 12 | 3163 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1843 | /apex-zip/src/classes/MetadataService.cls | 3154 | 12 | 3163 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1844 | /apex-zip/src/classes/MetadataService.cls | 3158 | 26 | 3158 | 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 'dateGranularity_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1844 | /apex-zip/src/classes/MetadataService.cls | 3158 | 26 | 3158 | 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 'dateGranularity_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1845 | /apex-zip/src/classes/MetadataService.cls | 3159 | 26 | 3159 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1845 | /apex-zip/src/classes/MetadataService.cls | 3159 | 26 | 3159 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1846 | /apex-zip/src/classes/MetadataService.cls | 3160 | 26 | 3160 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1846 | /apex-zip/src/classes/MetadataService.cls | 3160 | 26 | 3160 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1847 | /apex-zip/src/classes/MetadataService.cls | 3161 | 26 | 3161 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1847 | /apex-zip/src/classes/MetadataService.cls | 3161 | 26 | 3161 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1848 | /apex-zip/src/classes/MetadataService.cls | 3162 | 26 | 3162 | 101 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 3162 | 26 | 3162 | 101 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 3164 | 12 | 3173 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1849 | /apex-zip/src/classes/MetadataService.cls | 3164 | 12 | 3173 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1850 | /apex-zip/src/classes/MetadataService.cls | 3168 | 26 | 3168 | 132 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1850 | /apex-zip/src/classes/MetadataService.cls | 3168 | 26 | 3168 | 132 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1851 | /apex-zip/src/classes/MetadataService.cls | 3169 | 26 | 3169 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1851 | /apex-zip/src/classes/MetadataService.cls | 3169 | 26 | 3169 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1852 | /apex-zip/src/classes/MetadataService.cls | 3170 | 26 | 3170 | 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1852 | /apex-zip/src/classes/MetadataService.cls | 3170 | 26 | 3170 | 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1853 | /apex-zip/src/classes/MetadataService.cls | 3171 | 26 | 3171 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1853 | /apex-zip/src/classes/MetadataService.cls | 3171 | 26 | 3171 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1854 | /apex-zip/src/classes/MetadataService.cls | 3172 | 26 | 3172 | 93 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 3172 | 26 | 3172 | 93 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 3174 | 12 | 3185 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1855 | /apex-zip/src/classes/MetadataService.cls | 3174 | 12 | 3185 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1856 | /apex-zip/src/classes/MetadataService.cls | 3179 | 26 | 3179 | 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1856 | /apex-zip/src/classes/MetadataService.cls | 3179 | 26 | 3179 | 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1857 | /apex-zip/src/classes/MetadataService.cls | 3180 | 26 | 3180 | 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 'sourceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1857 | /apex-zip/src/classes/MetadataService.cls | 3180 | 26 | 3180 | 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 'sourceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1858 | /apex-zip/src/classes/MetadataService.cls | 3181 | 26 | 3181 | 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 'sourceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1858 | /apex-zip/src/classes/MetadataService.cls | 3181 | 26 | 3181 | 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 'sourceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1859 | /apex-zip/src/classes/MetadataService.cls | 3182 | 26 | 3182 | 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 'targetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1859 | /apex-zip/src/classes/MetadataService.cls | 3182 | 26 | 3182 | 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 'targetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1860 | /apex-zip/src/classes/MetadataService.cls | 3183 | 26 | 3183 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1860 | /apex-zip/src/classes/MetadataService.cls | 3183 | 26 | 3183 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1861 | /apex-zip/src/classes/MetadataService.cls | 3184 | 26 | 3184 | 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]*' |
1861 | /apex-zip/src/classes/MetadataService.cls | 3184 | 26 | 3184 | 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]*' |
1862 | /apex-zip/src/classes/MetadataService.cls | 3186 | 12 | 3195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1862 | /apex-zip/src/classes/MetadataService.cls | 3186 | 12 | 3195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1863 | /apex-zip/src/classes/MetadataService.cls | 3190 | 26 | 3190 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1863 | /apex-zip/src/classes/MetadataService.cls | 3190 | 26 | 3190 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1864 | /apex-zip/src/classes/MetadataService.cls | 3191 | 26 | 3191 | 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 'leadAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1864 | /apex-zip/src/classes/MetadataService.cls | 3191 | 26 | 3191 | 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 'leadAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1865 | /apex-zip/src/classes/MetadataService.cls | 3192 | 26 | 3192 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1865 | /apex-zip/src/classes/MetadataService.cls | 3192 | 26 | 3192 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1866 | /apex-zip/src/classes/MetadataService.cls | 3193 | 26 | 3193 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1866 | /apex-zip/src/classes/MetadataService.cls | 3193 | 26 | 3193 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1867 | /apex-zip/src/classes/MetadataService.cls | 3194 | 26 | 3194 | 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]*' |
1867 | /apex-zip/src/classes/MetadataService.cls | 3194 | 26 | 3194 | 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]*' |
1868 | /apex-zip/src/classes/MetadataService.cls | 3196 | 12 | 3201 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1868 | /apex-zip/src/classes/MetadataService.cls | 3196 | 12 | 3201 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1869 | /apex-zip/src/classes/MetadataService.cls | 3198 | 26 | 3198 | 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 'className_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1869 | /apex-zip/src/classes/MetadataService.cls | 3198 | 26 | 3198 | 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 'className_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1870 | /apex-zip/src/classes/MetadataService.cls | 3199 | 26 | 3199 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1870 | /apex-zip/src/classes/MetadataService.cls | 3199 | 26 | 3199 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1871 | /apex-zip/src/classes/MetadataService.cls | 3200 | 26 | 3200 | 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]*' |
1871 | /apex-zip/src/classes/MetadataService.cls | 3200 | 26 | 3200 | 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]*' |
1872 | /apex-zip/src/classes/MetadataService.cls | 3202 | 12 | 3209 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1872 | /apex-zip/src/classes/MetadataService.cls | 3202 | 12 | 3209 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1873 | /apex-zip/src/classes/MetadataService.cls | 3205 | 26 | 3205 | 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 'endAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1873 | /apex-zip/src/classes/MetadataService.cls | 3205 | 26 | 3205 | 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 'endAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1874 | /apex-zip/src/classes/MetadataService.cls | 3206 | 26 | 3206 | 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 'startAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1874 | /apex-zip/src/classes/MetadataService.cls | 3206 | 26 | 3206 | 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 'startAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1875 | /apex-zip/src/classes/MetadataService.cls | 3207 | 26 | 3207 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1875 | /apex-zip/src/classes/MetadataService.cls | 3207 | 26 | 3207 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1876 | /apex-zip/src/classes/MetadataService.cls | 3208 | 26 | 3208 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1876 | /apex-zip/src/classes/MetadataService.cls | 3208 | 26 | 3208 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1877 | /apex-zip/src/classes/MetadataService.cls | 3210 | 12 | 3217 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1877 | /apex-zip/src/classes/MetadataService.cls | 3210 | 12 | 3217 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1878 | /apex-zip/src/classes/MetadataService.cls | 3213 | 26 | 3213 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1878 | /apex-zip/src/classes/MetadataService.cls | 3213 | 26 | 3213 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1879 | /apex-zip/src/classes/MetadataService.cls | 3214 | 26 | 3214 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1879 | /apex-zip/src/classes/MetadataService.cls | 3214 | 26 | 3214 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1880 | /apex-zip/src/classes/MetadataService.cls | 3215 | 26 | 3215 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1880 | /apex-zip/src/classes/MetadataService.cls | 3215 | 26 | 3215 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1881 | /apex-zip/src/classes/MetadataService.cls | 3216 | 26 | 3216 | 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]*' |
1881 | /apex-zip/src/classes/MetadataService.cls | 3216 | 26 | 3216 | 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]*' |
1882 | /apex-zip/src/classes/MetadataService.cls | 3218 | 12 | 3227 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1882 | /apex-zip/src/classes/MetadataService.cls | 3218 | 12 | 3227 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1883 | /apex-zip/src/classes/MetadataService.cls | 3219 | 51 | 3219 | 57 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'join_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1883 | /apex-zip/src/classes/MetadataService.cls | 3219 | 51 | 3219 | 57 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'join_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1884 | /apex-zip/src/classes/MetadataService.cls | 3222 | 26 | 3222 | 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1884 | /apex-zip/src/classes/MetadataService.cls | 3222 | 26 | 3222 | 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1885 | /apex-zip/src/classes/MetadataService.cls | 3223 | 26 | 3223 | 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 'outerJoin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1885 | /apex-zip/src/classes/MetadataService.cls | 3223 | 26 | 3223 | 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 'outerJoin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1886 | /apex-zip/src/classes/MetadataService.cls | 3224 | 26 | 3224 | 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 'relationship_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1886 | /apex-zip/src/classes/MetadataService.cls | 3224 | 26 | 3224 | 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 'relationship_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1887 | /apex-zip/src/classes/MetadataService.cls | 3225 | 26 | 3225 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1887 | /apex-zip/src/classes/MetadataService.cls | 3225 | 26 | 3225 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1888 | /apex-zip/src/classes/MetadataService.cls | 3226 | 26 | 3226 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1888 | /apex-zip/src/classes/MetadataService.cls | 3226 | 26 | 3226 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1889 | /apex-zip/src/classes/MetadataService.cls | 3228 | 12 | 3239 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1889 | /apex-zip/src/classes/MetadataService.cls | 3228 | 12 | 3239 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1890 | /apex-zip/src/classes/MetadataService.cls | 3233 | 26 | 3233 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1890 | /apex-zip/src/classes/MetadataService.cls | 3233 | 26 | 3233 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1891 | /apex-zip/src/classes/MetadataService.cls | 3234 | 26 | 3234 | 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1891 | /apex-zip/src/classes/MetadataService.cls | 3234 | 26 | 3234 | 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1892 | /apex-zip/src/classes/MetadataService.cls | 3235 | 26 | 3235 | 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 'units_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1892 | /apex-zip/src/classes/MetadataService.cls | 3235 | 26 | 3235 | 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 'units_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1893 | /apex-zip/src/classes/MetadataService.cls | 3236 | 26 | 3236 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1893 | /apex-zip/src/classes/MetadataService.cls | 3236 | 26 | 3236 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1894 | /apex-zip/src/classes/MetadataService.cls | 3237 | 26 | 3237 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1894 | /apex-zip/src/classes/MetadataService.cls | 3237 | 26 | 3237 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1895 | /apex-zip/src/classes/MetadataService.cls | 3238 | 26 | 3238 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1895 | /apex-zip/src/classes/MetadataService.cls | 3238 | 26 | 3238 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 3240 | 12 | 3251 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1896 | /apex-zip/src/classes/MetadataService.cls | 3240 | 12 | 3251 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1897 | /apex-zip/src/classes/MetadataService.cls | 3245 | 26 | 3245 | 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1897 | /apex-zip/src/classes/MetadataService.cls | 3245 | 26 | 3245 | 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1898 | /apex-zip/src/classes/MetadataService.cls | 3246 | 26 | 3246 | 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1898 | /apex-zip/src/classes/MetadataService.cls | 3246 | 26 | 3246 | 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1899 | /apex-zip/src/classes/MetadataService.cls | 3247 | 26 | 3247 | 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 'source_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1899 | /apex-zip/src/classes/MetadataService.cls | 3247 | 26 | 3247 | 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 'source_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1900 | /apex-zip/src/classes/MetadataService.cls | 3248 | 26 | 3248 | 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1900 | /apex-zip/src/classes/MetadataService.cls | 3248 | 26 | 3248 | 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1901 | /apex-zip/src/classes/MetadataService.cls | 3249 | 26 | 3249 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1901 | /apex-zip/src/classes/MetadataService.cls | 3249 | 26 | 3249 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1902 | /apex-zip/src/classes/MetadataService.cls | 3250 | 26 | 3250 | 101 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1902 | /apex-zip/src/classes/MetadataService.cls | 3250 | 26 | 3250 | 101 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1903 | /apex-zip/src/classes/MetadataService.cls | 3252 | 12 | 3257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1903 | /apex-zip/src/classes/MetadataService.cls | 3252 | 12 | 3257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1904 | /apex-zip/src/classes/MetadataService.cls | 3254 | 26 | 3254 | 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 'sharedFrom_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1904 | /apex-zip/src/classes/MetadataService.cls | 3254 | 26 | 3254 | 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 'sharedFrom_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1905 | /apex-zip/src/classes/MetadataService.cls | 3255 | 26 | 3255 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1905 | /apex-zip/src/classes/MetadataService.cls | 3255 | 26 | 3255 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1906 | /apex-zip/src/classes/MetadataService.cls | 3256 | 26 | 3256 | 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]*' |
1906 | /apex-zip/src/classes/MetadataService.cls | 3256 | 26 | 3256 | 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]*' |
1907 | /apex-zip/src/classes/MetadataService.cls | 3258 | 12 | 3285 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1907 | /apex-zip/src/classes/MetadataService.cls | 3258 | 12 | 3285 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1908 | /apex-zip/src/classes/MetadataService.cls | 3258 | 12 | 3285 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1908 | /apex-zip/src/classes/MetadataService.cls | 3258 | 12 | 3285 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1909 | /apex-zip/src/classes/MetadataService.cls | 3268 | 24 | 3268 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1909 | /apex-zip/src/classes/MetadataService.cls | 3268 | 24 | 3268 | 35 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1910 | /apex-zip/src/classes/MetadataService.cls | 3271 | 26 | 3271 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1910 | /apex-zip/src/classes/MetadataService.cls | 3271 | 26 | 3271 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1911 | /apex-zip/src/classes/MetadataService.cls | 3272 | 26 | 3272 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1911 | /apex-zip/src/classes/MetadataService.cls | 3272 | 26 | 3272 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1912 | /apex-zip/src/classes/MetadataService.cls | 3273 | 26 | 3273 | 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1912 | /apex-zip/src/classes/MetadataService.cls | 3273 | 26 | 3273 | 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1913 | /apex-zip/src/classes/MetadataService.cls | 3274 | 26 | 3274 | 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1913 | /apex-zip/src/classes/MetadataService.cls | 3274 | 26 | 3274 | 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1914 | /apex-zip/src/classes/MetadataService.cls | 3275 | 26 | 3275 | 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 'lookupValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1914 | /apex-zip/src/classes/MetadataService.cls | 3275 | 26 | 3275 | 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 'lookupValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1915 | /apex-zip/src/classes/MetadataService.cls | 3276 | 26 | 3276 | 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 'lookupValueType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1915 | /apex-zip/src/classes/MetadataService.cls | 3276 | 26 | 3276 | 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 'lookupValueType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1916 | /apex-zip/src/classes/MetadataService.cls | 3277 | 26 | 3277 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1916 | /apex-zip/src/classes/MetadataService.cls | 3277 | 26 | 3277 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1917 | /apex-zip/src/classes/MetadataService.cls | 3278 | 26 | 3278 | 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1917 | /apex-zip/src/classes/MetadataService.cls | 3278 | 26 | 3278 | 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1918 | /apex-zip/src/classes/MetadataService.cls | 3279 | 26 | 3279 | 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1918 | /apex-zip/src/classes/MetadataService.cls | 3279 | 26 | 3279 | 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1919 | /apex-zip/src/classes/MetadataService.cls | 3280 | 26 | 3280 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1919 | /apex-zip/src/classes/MetadataService.cls | 3280 | 26 | 3280 | 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1920 | /apex-zip/src/classes/MetadataService.cls | 3281 | 26 | 3281 | 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 'reevaluateOnChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1920 | /apex-zip/src/classes/MetadataService.cls | 3281 | 26 | 3281 | 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 'reevaluateOnChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1921 | /apex-zip/src/classes/MetadataService.cls | 3282 | 26 | 3282 | 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1921 | /apex-zip/src/classes/MetadataService.cls | 3282 | 26 | 3282 | 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1922 | /apex-zip/src/classes/MetadataService.cls | 3283 | 26 | 3283 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1922 | /apex-zip/src/classes/MetadataService.cls | 3283 | 26 | 3283 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1923 | /apex-zip/src/classes/MetadataService.cls | 3284 | 26 | 3284 | 228 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1923 | /apex-zip/src/classes/MetadataService.cls | 3284 | 26 | 3284 | 228 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1924 | /apex-zip/src/classes/MetadataService.cls | 3286 | 12 | 3293 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1924 | /apex-zip/src/classes/MetadataService.cls | 3286 | 12 | 3293 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1925 | /apex-zip/src/classes/MetadataService.cls | 3289 | 26 | 3289 | 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1925 | /apex-zip/src/classes/MetadataService.cls | 3289 | 26 | 3289 | 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1926 | /apex-zip/src/classes/MetadataService.cls | 3290 | 26 | 3290 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1926 | /apex-zip/src/classes/MetadataService.cls | 3290 | 26 | 3290 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1927 | /apex-zip/src/classes/MetadataService.cls | 3291 | 26 | 3291 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1927 | /apex-zip/src/classes/MetadataService.cls | 3291 | 26 | 3291 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1928 | /apex-zip/src/classes/MetadataService.cls | 3292 | 26 | 3292 | 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]*' |
1928 | /apex-zip/src/classes/MetadataService.cls | 3292 | 26 | 3292 | 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]*' |
1929 | /apex-zip/src/classes/MetadataService.cls | 3294 | 12 | 3303 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1929 | /apex-zip/src/classes/MetadataService.cls | 3294 | 12 | 3303 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1930 | /apex-zip/src/classes/MetadataService.cls | 3298 | 26 | 3298 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1930 | /apex-zip/src/classes/MetadataService.cls | 3298 | 26 | 3298 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1931 | /apex-zip/src/classes/MetadataService.cls | 3299 | 26 | 3299 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1931 | /apex-zip/src/classes/MetadataService.cls | 3299 | 26 | 3299 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1932 | /apex-zip/src/classes/MetadataService.cls | 3300 | 26 | 3300 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1932 | /apex-zip/src/classes/MetadataService.cls | 3300 | 26 | 3300 | 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1933 | /apex-zip/src/classes/MetadataService.cls | 3301 | 26 | 3301 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1933 | /apex-zip/src/classes/MetadataService.cls | 3301 | 26 | 3301 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1934 | /apex-zip/src/classes/MetadataService.cls | 3302 | 26 | 3302 | 111 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 3302 | 26 | 3302 | 111 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1935 | /apex-zip/src/classes/MetadataService.cls | 3304 | 12 | 3333 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1935 | /apex-zip/src/classes/MetadataService.cls | 3304 | 12 | 3333 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1936 | /apex-zip/src/classes/MetadataService.cls | 3304 | 12 | 3333 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1936 | /apex-zip/src/classes/MetadataService.cls | 3304 | 12 | 3333 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1937 | /apex-zip/src/classes/MetadataService.cls | 3313 | 23 | 3313 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1937 | /apex-zip/src/classes/MetadataService.cls | 3313 | 23 | 3313 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1938 | /apex-zip/src/classes/MetadataService.cls | 3318 | 26 | 3318 | 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 'customObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1938 | /apex-zip/src/classes/MetadataService.cls | 3318 | 26 | 3318 | 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 'customObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1939 | /apex-zip/src/classes/MetadataService.cls | 3319 | 26 | 3319 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1939 | /apex-zip/src/classes/MetadataService.cls | 3319 | 26 | 3319 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1940 | /apex-zip/src/classes/MetadataService.cls | 3320 | 26 | 3320 | 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 'frameHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1940 | /apex-zip/src/classes/MetadataService.cls | 3320 | 26 | 3320 | 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 'frameHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1941 | /apex-zip/src/classes/MetadataService.cls | 3321 | 26 | 3321 | 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 'hasSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1941 | /apex-zip/src/classes/MetadataService.cls | 3321 | 26 | 3321 | 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 'hasSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1942 | /apex-zip/src/classes/MetadataService.cls | 3322 | 26 | 3322 | 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1942 | /apex-zip/src/classes/MetadataService.cls | 3322 | 26 | 3322 | 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1943 | /apex-zip/src/classes/MetadataService.cls | 3323 | 26 | 3323 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1943 | /apex-zip/src/classes/MetadataService.cls | 3323 | 26 | 3323 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1944 | /apex-zip/src/classes/MetadataService.cls | 3324 | 26 | 3324 | 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 'mobileReady_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1944 | /apex-zip/src/classes/MetadataService.cls | 3324 | 26 | 3324 | 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 'mobileReady_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1945 | /apex-zip/src/classes/MetadataService.cls | 3325 | 26 | 3325 | 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 'motif_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1945 | /apex-zip/src/classes/MetadataService.cls | 3325 | 26 | 3325 | 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 'motif_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1946 | /apex-zip/src/classes/MetadataService.cls | 3326 | 26 | 3326 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1946 | /apex-zip/src/classes/MetadataService.cls | 3326 | 26 | 3326 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1947 | /apex-zip/src/classes/MetadataService.cls | 3327 | 26 | 3327 | 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1947 | /apex-zip/src/classes/MetadataService.cls | 3327 | 26 | 3327 | 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1948 | /apex-zip/src/classes/MetadataService.cls | 3328 | 26 | 3328 | 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 'splashPageLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1948 | /apex-zip/src/classes/MetadataService.cls | 3328 | 26 | 3328 | 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 'splashPageLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1949 | /apex-zip/src/classes/MetadataService.cls | 3329 | 26 | 3329 | 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1949 | /apex-zip/src/classes/MetadataService.cls | 3329 | 26 | 3329 | 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1950 | /apex-zip/src/classes/MetadataService.cls | 3330 | 26 | 3330 | 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 'urlEncodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1950 | /apex-zip/src/classes/MetadataService.cls | 3330 | 26 | 3330 | 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 'urlEncodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1951 | /apex-zip/src/classes/MetadataService.cls | 3331 | 26 | 3331 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1951 | /apex-zip/src/classes/MetadataService.cls | 3331 | 26 | 3331 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1952 | /apex-zip/src/classes/MetadataService.cls | 3332 | 26 | 3332 | 216 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1952 | /apex-zip/src/classes/MetadataService.cls | 3332 | 26 | 3332 | 216 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1953 | /apex-zip/src/classes/MetadataService.cls | 3334 | 12 | 3343 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1953 | /apex-zip/src/classes/MetadataService.cls | 3334 | 12 | 3343 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1954 | /apex-zip/src/classes/MetadataService.cls | 3338 | 26 | 3338 | 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1954 | /apex-zip/src/classes/MetadataService.cls | 3338 | 26 | 3338 | 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1955 | /apex-zip/src/classes/MetadataService.cls | 3339 | 26 | 3339 | 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1955 | /apex-zip/src/classes/MetadataService.cls | 3339 | 26 | 3339 | 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1956 | /apex-zip/src/classes/MetadataService.cls | 3340 | 26 | 3340 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1956 | /apex-zip/src/classes/MetadataService.cls | 3340 | 26 | 3340 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1957 | /apex-zip/src/classes/MetadataService.cls | 3341 | 26 | 3341 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1957 | /apex-zip/src/classes/MetadataService.cls | 3341 | 26 | 3341 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1958 | /apex-zip/src/classes/MetadataService.cls | 3342 | 26 | 3342 | 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]*' |
1958 | /apex-zip/src/classes/MetadataService.cls | 3342 | 26 | 3342 | 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]*' |
1959 | /apex-zip/src/classes/MetadataService.cls | 3344 | 12 | 3367 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1959 | /apex-zip/src/classes/MetadataService.cls | 3344 | 12 | 3367 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1960 | /apex-zip/src/classes/MetadataService.cls | 3344 | 12 | 3367 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1960 | /apex-zip/src/classes/MetadataService.cls | 3344 | 12 | 3367 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1961 | /apex-zip/src/classes/MetadataService.cls | 3355 | 26 | 3355 | 134 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1961 | /apex-zip/src/classes/MetadataService.cls | 3355 | 26 | 3355 | 134 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1962 | /apex-zip/src/classes/MetadataService.cls | 3356 | 26 | 3356 | 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1962 | /apex-zip/src/classes/MetadataService.cls | 3356 | 26 | 3356 | 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1963 | /apex-zip/src/classes/MetadataService.cls | 3357 | 26 | 3357 | 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 'bodyColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1963 | /apex-zip/src/classes/MetadataService.cls | 3357 | 26 | 3357 | 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 'bodyColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1964 | /apex-zip/src/classes/MetadataService.cls | 3358 | 26 | 3358 | 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 'bottomLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1964 | /apex-zip/src/classes/MetadataService.cls | 3358 | 26 | 3358 | 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 'bottomLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1965 | /apex-zip/src/classes/MetadataService.cls | 3359 | 26 | 3359 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1965 | /apex-zip/src/classes/MetadataService.cls | 3359 | 26 | 3359 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1966 | /apex-zip/src/classes/MetadataService.cls | 3360 | 26 | 3360 | 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1966 | /apex-zip/src/classes/MetadataService.cls | 3360 | 26 | 3360 | 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1967 | /apex-zip/src/classes/MetadataService.cls | 3361 | 26 | 3361 | 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1967 | /apex-zip/src/classes/MetadataService.cls | 3361 | 26 | 3361 | 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1968 | /apex-zip/src/classes/MetadataService.cls | 3362 | 26 | 3362 | 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 'middleLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1968 | /apex-zip/src/classes/MetadataService.cls | 3362 | 26 | 3362 | 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 'middleLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1969 | /apex-zip/src/classes/MetadataService.cls | 3363 | 26 | 3363 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1969 | /apex-zip/src/classes/MetadataService.cls | 3363 | 26 | 3363 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1970 | /apex-zip/src/classes/MetadataService.cls | 3364 | 26 | 3364 | 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 'topLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1970 | /apex-zip/src/classes/MetadataService.cls | 3364 | 26 | 3364 | 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 'topLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1971 | /apex-zip/src/classes/MetadataService.cls | 3365 | 26 | 3365 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1971 | /apex-zip/src/classes/MetadataService.cls | 3365 | 26 | 3365 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1972 | /apex-zip/src/classes/MetadataService.cls | 3366 | 26 | 3366 | 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]*' |
1972 | /apex-zip/src/classes/MetadataService.cls | 3366 | 26 | 3366 | 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]*' |
1973 | /apex-zip/src/classes/MetadataService.cls | 3368 | 12 | 3375 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1973 | /apex-zip/src/classes/MetadataService.cls | 3368 | 12 | 3375 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1974 | /apex-zip/src/classes/MetadataService.cls | 3371 | 26 | 3371 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1974 | /apex-zip/src/classes/MetadataService.cls | 3371 | 26 | 3371 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1975 | /apex-zip/src/classes/MetadataService.cls | 3372 | 26 | 3372 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1975 | /apex-zip/src/classes/MetadataService.cls | 3372 | 26 | 3372 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1976 | /apex-zip/src/classes/MetadataService.cls | 3373 | 26 | 3373 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1976 | /apex-zip/src/classes/MetadataService.cls | 3373 | 26 | 3373 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1977 | /apex-zip/src/classes/MetadataService.cls | 3374 | 26 | 3374 | 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]*' |
1977 | /apex-zip/src/classes/MetadataService.cls | 3374 | 26 | 3374 | 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]*' |
1978 | /apex-zip/src/classes/MetadataService.cls | 3376 | 12 | 3383 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1978 | /apex-zip/src/classes/MetadataService.cls | 3376 | 12 | 3383 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1979 | /apex-zip/src/classes/MetadataService.cls | 3379 | 26 | 3379 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1979 | /apex-zip/src/classes/MetadataService.cls | 3379 | 26 | 3379 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1980 | /apex-zip/src/classes/MetadataService.cls | 3380 | 26 | 3380 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1980 | /apex-zip/src/classes/MetadataService.cls | 3380 | 26 | 3380 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1981 | /apex-zip/src/classes/MetadataService.cls | 3381 | 26 | 3381 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1981 | /apex-zip/src/classes/MetadataService.cls | 3381 | 26 | 3381 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1982 | /apex-zip/src/classes/MetadataService.cls | 3382 | 26 | 3382 | 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]*' |
1982 | /apex-zip/src/classes/MetadataService.cls | 3382 | 26 | 3382 | 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]*' |
1983 | /apex-zip/src/classes/MetadataService.cls | 3384 | 12 | 3387 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1983 | /apex-zip/src/classes/MetadataService.cls | 3384 | 12 | 3387 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1984 | /apex-zip/src/classes/MetadataService.cls | 3385 | 26 | 3385 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1984 | /apex-zip/src/classes/MetadataService.cls | 3385 | 26 | 3385 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1985 | /apex-zip/src/classes/MetadataService.cls | 3386 | 26 | 3386 | 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]*' |
1985 | /apex-zip/src/classes/MetadataService.cls | 3386 | 26 | 3386 | 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]*' |
1986 | /apex-zip/src/classes/MetadataService.cls | 3388 | 12 | 3393 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1986 | /apex-zip/src/classes/MetadataService.cls | 3388 | 12 | 3393 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1987 | /apex-zip/src/classes/MetadataService.cls | 3390 | 26 | 3390 | 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1987 | /apex-zip/src/classes/MetadataService.cls | 3390 | 26 | 3390 | 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1988 | /apex-zip/src/classes/MetadataService.cls | 3391 | 26 | 3391 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1988 | /apex-zip/src/classes/MetadataService.cls | 3391 | 26 | 3391 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1989 | /apex-zip/src/classes/MetadataService.cls | 3392 | 26 | 3392 | 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]*' |
1989 | /apex-zip/src/classes/MetadataService.cls | 3392 | 26 | 3392 | 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]*' |
1990 | /apex-zip/src/classes/MetadataService.cls | 3394 | 12 | 3401 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1990 | /apex-zip/src/classes/MetadataService.cls | 3394 | 12 | 3401 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1991 | /apex-zip/src/classes/MetadataService.cls | 3397 | 26 | 3397 | 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1991 | /apex-zip/src/classes/MetadataService.cls | 3397 | 26 | 3397 | 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1992 | /apex-zip/src/classes/MetadataService.cls | 3398 | 26 | 3398 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1992 | /apex-zip/src/classes/MetadataService.cls | 3398 | 26 | 3398 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1993 | /apex-zip/src/classes/MetadataService.cls | 3399 | 26 | 3399 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1993 | /apex-zip/src/classes/MetadataService.cls | 3399 | 26 | 3399 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1994 | /apex-zip/src/classes/MetadataService.cls | 3400 | 26 | 3400 | 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]*' |
1994 | /apex-zip/src/classes/MetadataService.cls | 3400 | 26 | 3400 | 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]*' |
1995 | /apex-zip/src/classes/MetadataService.cls | 3402 | 12 | 3413 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1995 | /apex-zip/src/classes/MetadataService.cls | 3402 | 12 | 3413 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1996 | /apex-zip/src/classes/MetadataService.cls | 3403 | 24 | 3403 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1996 | /apex-zip/src/classes/MetadataService.cls | 3403 | 24 | 3403 | 33 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'default_x' doesn't match '[a-z][a-zA-Z0-9]*' |
1997 | /apex-zip/src/classes/MetadataService.cls | 3407 | 26 | 3407 | 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1997 | /apex-zip/src/classes/MetadataService.cls | 3407 | 26 | 3407 | 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1998 | /apex-zip/src/classes/MetadataService.cls | 3408 | 26 | 3408 | 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 'personAccountDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1998 | /apex-zip/src/classes/MetadataService.cls | 3408 | 26 | 3408 | 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 'personAccountDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1999 | /apex-zip/src/classes/MetadataService.cls | 3409 | 26 | 3409 | 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
1999 | /apex-zip/src/classes/MetadataService.cls | 3409 | 26 | 3409 | 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2000 | /apex-zip/src/classes/MetadataService.cls | 3410 | 26 | 3410 | 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2000 | /apex-zip/src/classes/MetadataService.cls | 3410 | 26 | 3410 | 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2001 | /apex-zip/src/classes/MetadataService.cls | 3411 | 26 | 3411 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2001 | /apex-zip/src/classes/MetadataService.cls | 3411 | 26 | 3411 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2002 | /apex-zip/src/classes/MetadataService.cls | 3412 | 26 | 3412 | 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]*' |
2002 | /apex-zip/src/classes/MetadataService.cls | 3412 | 26 | 3412 | 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]*' |
2003 | /apex-zip/src/classes/MetadataService.cls | 3414 | 12 | 3423 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2003 | /apex-zip/src/classes/MetadataService.cls | 3414 | 12 | 3423 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2004 | /apex-zip/src/classes/MetadataService.cls | 3418 | 26 | 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 'majorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2004 | /apex-zip/src/classes/MetadataService.cls | 3418 | 26 | 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 'majorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2005 | /apex-zip/src/classes/MetadataService.cls | 3419 | 26 | 3419 | 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 'minorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2005 | /apex-zip/src/classes/MetadataService.cls | 3419 | 26 | 3419 | 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 'minorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2006 | /apex-zip/src/classes/MetadataService.cls | 3420 | 26 | 3420 | 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2006 | /apex-zip/src/classes/MetadataService.cls | 3420 | 26 | 3420 | 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2007 | /apex-zip/src/classes/MetadataService.cls | 3421 | 26 | 3421 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2007 | /apex-zip/src/classes/MetadataService.cls | 3421 | 26 | 3421 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2008 | /apex-zip/src/classes/MetadataService.cls | 3422 | 26 | 3422 | 103 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2008 | /apex-zip/src/classes/MetadataService.cls | 3422 | 26 | 3422 | 103 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2009 | /apex-zip/src/classes/MetadataService.cls | 3424 | 12 | 3431 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2009 | /apex-zip/src/classes/MetadataService.cls | 3424 | 12 | 3431 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2010 | /apex-zip/src/classes/MetadataService.cls | 3427 | 26 | 3427 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2010 | /apex-zip/src/classes/MetadataService.cls | 3427 | 26 | 3427 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2011 | /apex-zip/src/classes/MetadataService.cls | 3428 | 26 | 3428 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2011 | /apex-zip/src/classes/MetadataService.cls | 3428 | 26 | 3428 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2012 | /apex-zip/src/classes/MetadataService.cls | 3429 | 26 | 3429 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2012 | /apex-zip/src/classes/MetadataService.cls | 3429 | 26 | 3429 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2013 | /apex-zip/src/classes/MetadataService.cls | 3430 | 26 | 3430 | 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]*' |
2013 | /apex-zip/src/classes/MetadataService.cls | 3430 | 26 | 3430 | 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]*' |
2014 | /apex-zip/src/classes/MetadataService.cls | 3432 | 12 | 3483 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2014 | /apex-zip/src/classes/MetadataService.cls | 3432 | 12 | 3483 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2015 | /apex-zip/src/classes/MetadataService.cls | 3432 | 12 | 3483 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class ReportChart has 24 public methods, attributes, and properties (limit: 20) |
2015 | /apex-zip/src/classes/MetadataService.cls | 3432 | 12 | 3483 | 6 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class ReportChart has 24 public methods, attributes, and properties (limit: 20) |
2016 | /apex-zip/src/classes/MetadataService.cls | 3432 | 12 | 3483 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2016 | /apex-zip/src/classes/MetadataService.cls | 3432 | 12 | 3483 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2017 | /apex-zip/src/classes/MetadataService.cls | 3457 | 26 | 3457 | 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 'backgroundColor1_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2017 | /apex-zip/src/classes/MetadataService.cls | 3457 | 26 | 3457 | 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 'backgroundColor1_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2018 | /apex-zip/src/classes/MetadataService.cls | 3458 | 26 | 3458 | 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 'backgroundColor2_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2018 | /apex-zip/src/classes/MetadataService.cls | 3458 | 26 | 3458 | 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 'backgroundColor2_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2019 | /apex-zip/src/classes/MetadataService.cls | 3459 | 26 | 3459 | 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 'backgroundFadeDir_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2019 | /apex-zip/src/classes/MetadataService.cls | 3459 | 26 | 3459 | 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 'backgroundFadeDir_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2020 | /apex-zip/src/classes/MetadataService.cls | 3460 | 26 | 3460 | 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 'chartSummaries_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2020 | /apex-zip/src/classes/MetadataService.cls | 3460 | 26 | 3460 | 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 'chartSummaries_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2021 | /apex-zip/src/classes/MetadataService.cls | 3461 | 26 | 3461 | 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 'chartType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2021 | /apex-zip/src/classes/MetadataService.cls | 3461 | 26 | 3461 | 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 'chartType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2022 | /apex-zip/src/classes/MetadataService.cls | 3462 | 26 | 3462 | 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 'enableHoverLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2022 | /apex-zip/src/classes/MetadataService.cls | 3462 | 26 | 3462 | 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 'enableHoverLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2023 | /apex-zip/src/classes/MetadataService.cls | 3463 | 26 | 3463 | 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2023 | /apex-zip/src/classes/MetadataService.cls | 3463 | 26 | 3463 | 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2024 | /apex-zip/src/classes/MetadataService.cls | 3464 | 26 | 3464 | 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2024 | /apex-zip/src/classes/MetadataService.cls | 3464 | 26 | 3464 | 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2025 | /apex-zip/src/classes/MetadataService.cls | 3465 | 26 | 3465 | 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2025 | /apex-zip/src/classes/MetadataService.cls | 3465 | 26 | 3465 | 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2026 | /apex-zip/src/classes/MetadataService.cls | 3466 | 26 | 3466 | 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2026 | /apex-zip/src/classes/MetadataService.cls | 3466 | 26 | 3466 | 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2027 | /apex-zip/src/classes/MetadataService.cls | 3467 | 26 | 3467 | 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 'secondaryGroupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2027 | /apex-zip/src/classes/MetadataService.cls | 3467 | 26 | 3467 | 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 'secondaryGroupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2028 | /apex-zip/src/classes/MetadataService.cls | 3468 | 26 | 3468 | 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 'showAxisLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2028 | /apex-zip/src/classes/MetadataService.cls | 3468 | 26 | 3468 | 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 'showAxisLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2029 | /apex-zip/src/classes/MetadataService.cls | 3469 | 26 | 3469 | 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2029 | /apex-zip/src/classes/MetadataService.cls | 3469 | 26 | 3469 | 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2030 | /apex-zip/src/classes/MetadataService.cls | 3470 | 26 | 3470 | 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2030 | /apex-zip/src/classes/MetadataService.cls | 3470 | 26 | 3470 | 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2031 | /apex-zip/src/classes/MetadataService.cls | 3471 | 26 | 3471 | 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2031 | /apex-zip/src/classes/MetadataService.cls | 3471 | 26 | 3471 | 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2032 | /apex-zip/src/classes/MetadataService.cls | 3472 | 26 | 3472 | 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 'size_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2032 | /apex-zip/src/classes/MetadataService.cls | 3472 | 26 | 3472 | 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 'size_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2033 | /apex-zip/src/classes/MetadataService.cls | 3473 | 26 | 3473 | 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 'summaryAxisManualRangeEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2033 | /apex-zip/src/classes/MetadataService.cls | 3473 | 26 | 3473 | 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 'summaryAxisManualRangeEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2034 | /apex-zip/src/classes/MetadataService.cls | 3474 | 26 | 3474 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'summaryAxisManualRangeStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2034 | /apex-zip/src/classes/MetadataService.cls | 3474 | 26 | 3474 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'summaryAxisManualRangeStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2035 | /apex-zip/src/classes/MetadataService.cls | 3475 | 26 | 3475 | 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 'summaryAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2035 | /apex-zip/src/classes/MetadataService.cls | 3475 | 26 | 3475 | 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 'summaryAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2036 | /apex-zip/src/classes/MetadataService.cls | 3476 | 26 | 3476 | 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2036 | /apex-zip/src/classes/MetadataService.cls | 3476 | 26 | 3476 | 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2037 | /apex-zip/src/classes/MetadataService.cls | 3477 | 26 | 3477 | 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 'textSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2037 | /apex-zip/src/classes/MetadataService.cls | 3477 | 26 | 3477 | 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 'textSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2038 | /apex-zip/src/classes/MetadataService.cls | 3478 | 26 | 3478 | 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2038 | /apex-zip/src/classes/MetadataService.cls | 3478 | 26 | 3478 | 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2039 | /apex-zip/src/classes/MetadataService.cls | 3479 | 26 | 3479 | 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2039 | /apex-zip/src/classes/MetadataService.cls | 3479 | 26 | 3479 | 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2040 | /apex-zip/src/classes/MetadataService.cls | 3480 | 26 | 3480 | 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2040 | /apex-zip/src/classes/MetadataService.cls | 3480 | 26 | 3480 | 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2041 | /apex-zip/src/classes/MetadataService.cls | 3481 | 26 | 3481 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2041 | /apex-zip/src/classes/MetadataService.cls | 3481 | 26 | 3481 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2042 | /apex-zip/src/classes/MetadataService.cls | 3482 | 26 | 3482 | 455 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2042 | /apex-zip/src/classes/MetadataService.cls | 3482 | 26 | 3482 | 455 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2043 | /apex-zip/src/classes/MetadataService.cls | 3484 | 12 | 3489 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2043 | /apex-zip/src/classes/MetadataService.cls | 3484 | 12 | 3489 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2044 | /apex-zip/src/classes/MetadataService.cls | 3484 | 12 | 3489 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkRetrieveStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2044 | /apex-zip/src/classes/MetadataService.cls | 3484 | 12 | 3489 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkRetrieveStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2045 | /apex-zip/src/classes/MetadataService.cls | 3486 | 26 | 3486 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2045 | /apex-zip/src/classes/MetadataService.cls | 3486 | 26 | 3486 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2046 | /apex-zip/src/classes/MetadataService.cls | 3487 | 26 | 3487 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2046 | /apex-zip/src/classes/MetadataService.cls | 3487 | 26 | 3487 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2047 | /apex-zip/src/classes/MetadataService.cls | 3488 | 26 | 3488 | 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]*' |
2047 | /apex-zip/src/classes/MetadataService.cls | 3488 | 26 | 3488 | 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]*' |
2048 | /apex-zip/src/classes/MetadataService.cls | 3490 | 12 | 3497 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2048 | /apex-zip/src/classes/MetadataService.cls | 3490 | 12 | 3497 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2049 | /apex-zip/src/classes/MetadataService.cls | 3493 | 26 | 3493 | 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 'leadAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2049 | /apex-zip/src/classes/MetadataService.cls | 3493 | 26 | 3493 | 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 'leadAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2050 | /apex-zip/src/classes/MetadataService.cls | 3494 | 26 | 3494 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2050 | /apex-zip/src/classes/MetadataService.cls | 3494 | 26 | 3494 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2051 | /apex-zip/src/classes/MetadataService.cls | 3495 | 26 | 3495 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2051 | /apex-zip/src/classes/MetadataService.cls | 3495 | 26 | 3495 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2052 | /apex-zip/src/classes/MetadataService.cls | 3496 | 26 | 3496 | 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]*' |
2052 | /apex-zip/src/classes/MetadataService.cls | 3496 | 26 | 3496 | 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]*' |
2053 | /apex-zip/src/classes/MetadataService.cls | 3498 | 12 | 3513 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2053 | /apex-zip/src/classes/MetadataService.cls | 3498 | 12 | 3513 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2054 | /apex-zip/src/classes/MetadataService.cls | 3505 | 26 | 3505 | 66 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2054 | /apex-zip/src/classes/MetadataService.cls | 3505 | 26 | 3505 | 66 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2055 | /apex-zip/src/classes/MetadataService.cls | 3506 | 26 | 3506 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2055 | /apex-zip/src/classes/MetadataService.cls | 3506 | 26 | 3506 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2056 | /apex-zip/src/classes/MetadataService.cls | 3507 | 26 | 3507 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2056 | /apex-zip/src/classes/MetadataService.cls | 3507 | 26 | 3507 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2057 | /apex-zip/src/classes/MetadataService.cls | 3508 | 26 | 3508 | 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 'cacheControl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2057 | /apex-zip/src/classes/MetadataService.cls | 3508 | 26 | 3508 | 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 'cacheControl_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2058 | /apex-zip/src/classes/MetadataService.cls | 3509 | 26 | 3509 | 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 'contentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2058 | /apex-zip/src/classes/MetadataService.cls | 3509 | 26 | 3509 | 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 'contentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2059 | /apex-zip/src/classes/MetadataService.cls | 3510 | 26 | 3510 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2059 | /apex-zip/src/classes/MetadataService.cls | 3510 | 26 | 3510 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2060 | /apex-zip/src/classes/MetadataService.cls | 3511 | 26 | 3511 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2060 | /apex-zip/src/classes/MetadataService.cls | 3511 | 26 | 3511 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2061 | /apex-zip/src/classes/MetadataService.cls | 3512 | 26 | 3512 | 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]*' |
2061 | /apex-zip/src/classes/MetadataService.cls | 3512 | 26 | 3512 | 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]*' |
2062 | /apex-zip/src/classes/MetadataService.cls | 3514 | 12 | 3523 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2062 | /apex-zip/src/classes/MetadataService.cls | 3514 | 12 | 3523 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2063 | /apex-zip/src/classes/MetadataService.cls | 3518 | 26 | 3518 | 132 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2063 | /apex-zip/src/classes/MetadataService.cls | 3518 | 26 | 3518 | 132 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2064 | /apex-zip/src/classes/MetadataService.cls | 3519 | 26 | 3519 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2064 | /apex-zip/src/classes/MetadataService.cls | 3519 | 26 | 3519 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2065 | /apex-zip/src/classes/MetadataService.cls | 3520 | 26 | 3520 | 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2065 | /apex-zip/src/classes/MetadataService.cls | 3520 | 26 | 3520 | 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2066 | /apex-zip/src/classes/MetadataService.cls | 3521 | 26 | 3521 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2066 | /apex-zip/src/classes/MetadataService.cls | 3521 | 26 | 3521 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2067 | /apex-zip/src/classes/MetadataService.cls | 3522 | 26 | 3522 | 93 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2067 | /apex-zip/src/classes/MetadataService.cls | 3522 | 26 | 3522 | 93 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2068 | /apex-zip/src/classes/MetadataService.cls | 3524 | 12 | 3529 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2068 | /apex-zip/src/classes/MetadataService.cls | 3524 | 12 | 3529 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2069 | /apex-zip/src/classes/MetadataService.cls | 3526 | 26 | 3526 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2069 | /apex-zip/src/classes/MetadataService.cls | 3526 | 26 | 3526 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2070 | /apex-zip/src/classes/MetadataService.cls | 3527 | 26 | 3527 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2070 | /apex-zip/src/classes/MetadataService.cls | 3527 | 26 | 3527 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2071 | /apex-zip/src/classes/MetadataService.cls | 3528 | 26 | 3528 | 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]*' |
2071 | /apex-zip/src/classes/MetadataService.cls | 3528 | 26 | 3528 | 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]*' |
2072 | /apex-zip/src/classes/MetadataService.cls | 3530 | 12 | 3547 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2072 | /apex-zip/src/classes/MetadataService.cls | 3530 | 12 | 3547 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2073 | /apex-zip/src/classes/MetadataService.cls | 3530 | 12 | 3547 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2073 | /apex-zip/src/classes/MetadataService.cls | 3530 | 12 | 3547 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2074 | /apex-zip/src/classes/MetadataService.cls | 3538 | 26 | 3538 | 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 'codeCoverage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2074 | /apex-zip/src/classes/MetadataService.cls | 3538 | 26 | 3538 | 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 'codeCoverage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2075 | /apex-zip/src/classes/MetadataService.cls | 3539 | 26 | 3539 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'codeCoverageWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2075 | /apex-zip/src/classes/MetadataService.cls | 3539 | 26 | 3539 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'codeCoverageWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2076 | /apex-zip/src/classes/MetadataService.cls | 3540 | 26 | 3540 | 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 'failures_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2076 | /apex-zip/src/classes/MetadataService.cls | 3540 | 26 | 3540 | 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 'failures_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2077 | /apex-zip/src/classes/MetadataService.cls | 3541 | 26 | 3541 | 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 'numFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2077 | /apex-zip/src/classes/MetadataService.cls | 3541 | 26 | 3541 | 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 'numFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2078 | /apex-zip/src/classes/MetadataService.cls | 3542 | 26 | 3542 | 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 'numTestsRun_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2078 | /apex-zip/src/classes/MetadataService.cls | 3542 | 26 | 3542 | 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 'numTestsRun_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2079 | /apex-zip/src/classes/MetadataService.cls | 3543 | 26 | 3543 | 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 'successes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2079 | /apex-zip/src/classes/MetadataService.cls | 3543 | 26 | 3543 | 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 'successes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2080 | /apex-zip/src/classes/MetadataService.cls | 3544 | 26 | 3544 | 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 'totalTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2080 | /apex-zip/src/classes/MetadataService.cls | 3544 | 26 | 3544 | 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 'totalTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2081 | /apex-zip/src/classes/MetadataService.cls | 3545 | 26 | 3545 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2081 | /apex-zip/src/classes/MetadataService.cls | 3545 | 26 | 3545 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2082 | /apex-zip/src/classes/MetadataService.cls | 3546 | 26 | 3546 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2082 | /apex-zip/src/classes/MetadataService.cls | 3546 | 26 | 3546 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2083 | /apex-zip/src/classes/MetadataService.cls | 3548 | 12 | 3555 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2083 | /apex-zip/src/classes/MetadataService.cls | 3548 | 12 | 3555 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2084 | /apex-zip/src/classes/MetadataService.cls | 3551 | 26 | 3551 | 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2084 | /apex-zip/src/classes/MetadataService.cls | 3551 | 26 | 3551 | 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2085 | /apex-zip/src/classes/MetadataService.cls | 3552 | 26 | 3552 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2085 | /apex-zip/src/classes/MetadataService.cls | 3552 | 26 | 3552 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2086 | /apex-zip/src/classes/MetadataService.cls | 3553 | 26 | 3553 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2086 | /apex-zip/src/classes/MetadataService.cls | 3553 | 26 | 3553 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2087 | /apex-zip/src/classes/MetadataService.cls | 3554 | 26 | 3554 | 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]*' |
2087 | /apex-zip/src/classes/MetadataService.cls | 3554 | 26 | 3554 | 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]*' |
2088 | /apex-zip/src/classes/MetadataService.cls | 3556 | 12 | 3563 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2088 | /apex-zip/src/classes/MetadataService.cls | 3556 | 12 | 3563 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2089 | /apex-zip/src/classes/MetadataService.cls | 3559 | 26 | 3559 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2089 | /apex-zip/src/classes/MetadataService.cls | 3559 | 26 | 3559 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2090 | /apex-zip/src/classes/MetadataService.cls | 3560 | 26 | 3560 | 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2090 | /apex-zip/src/classes/MetadataService.cls | 3560 | 26 | 3560 | 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2091 | /apex-zip/src/classes/MetadataService.cls | 3561 | 26 | 3561 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2091 | /apex-zip/src/classes/MetadataService.cls | 3561 | 26 | 3561 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2092 | /apex-zip/src/classes/MetadataService.cls | 3562 | 26 | 3562 | 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]*' |
2092 | /apex-zip/src/classes/MetadataService.cls | 3562 | 26 | 3562 | 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]*' |
2093 | /apex-zip/src/classes/MetadataService.cls | 3564 | 12 | 3577 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2093 | /apex-zip/src/classes/MetadataService.cls | 3564 | 12 | 3577 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2094 | /apex-zip/src/classes/MetadataService.cls | 3570 | 26 | 3570 | 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2094 | /apex-zip/src/classes/MetadataService.cls | 3570 | 26 | 3570 | 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2095 | /apex-zip/src/classes/MetadataService.cls | 3571 | 26 | 3571 | 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 'isInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2095 | /apex-zip/src/classes/MetadataService.cls | 3571 | 26 | 3571 | 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 'isInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2096 | /apex-zip/src/classes/MetadataService.cls | 3572 | 26 | 3572 | 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 'isOutput_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2096 | /apex-zip/src/classes/MetadataService.cls | 3572 | 26 | 3572 | 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 'isOutput_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2097 | /apex-zip/src/classes/MetadataService.cls | 3573 | 26 | 3573 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2097 | /apex-zip/src/classes/MetadataService.cls | 3573 | 26 | 3573 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2098 | /apex-zip/src/classes/MetadataService.cls | 3574 | 26 | 3574 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2098 | /apex-zip/src/classes/MetadataService.cls | 3574 | 26 | 3574 | 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2099 | /apex-zip/src/classes/MetadataService.cls | 3575 | 26 | 3575 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2099 | /apex-zip/src/classes/MetadataService.cls | 3575 | 26 | 3575 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2100 | /apex-zip/src/classes/MetadataService.cls | 3576 | 26 | 3576 | 111 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2100 | /apex-zip/src/classes/MetadataService.cls | 3576 | 26 | 3576 | 111 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2101 | /apex-zip/src/classes/MetadataService.cls | 3578 | 12 | 3609 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2101 | /apex-zip/src/classes/MetadataService.cls | 3578 | 12 | 3609 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2102 | /apex-zip/src/classes/MetadataService.cls | 3578 | 12 | 3609 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2102 | /apex-zip/src/classes/MetadataService.cls | 3578 | 12 | 3609 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2103 | /apex-zip/src/classes/MetadataService.cls | 3593 | 26 | 3593 | 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 'fridayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2103 | /apex-zip/src/classes/MetadataService.cls | 3593 | 26 | 3593 | 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 'fridayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2104 | /apex-zip/src/classes/MetadataService.cls | 3594 | 26 | 3594 | 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 'fridayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2104 | /apex-zip/src/classes/MetadataService.cls | 3594 | 26 | 3594 | 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 'fridayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2105 | /apex-zip/src/classes/MetadataService.cls | 3595 | 26 | 3595 | 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 'mondayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2105 | /apex-zip/src/classes/MetadataService.cls | 3595 | 26 | 3595 | 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 'mondayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2106 | /apex-zip/src/classes/MetadataService.cls | 3596 | 26 | 3596 | 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 'mondayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2106 | /apex-zip/src/classes/MetadataService.cls | 3596 | 26 | 3596 | 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 'mondayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2107 | /apex-zip/src/classes/MetadataService.cls | 3597 | 26 | 3597 | 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 'saturdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2107 | /apex-zip/src/classes/MetadataService.cls | 3597 | 26 | 3597 | 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 'saturdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2108 | /apex-zip/src/classes/MetadataService.cls | 3598 | 26 | 3598 | 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 'saturdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2108 | /apex-zip/src/classes/MetadataService.cls | 3598 | 26 | 3598 | 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 'saturdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2109 | /apex-zip/src/classes/MetadataService.cls | 3599 | 26 | 3599 | 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 'sundayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2109 | /apex-zip/src/classes/MetadataService.cls | 3599 | 26 | 3599 | 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 'sundayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2110 | /apex-zip/src/classes/MetadataService.cls | 3600 | 26 | 3600 | 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 'sundayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2110 | /apex-zip/src/classes/MetadataService.cls | 3600 | 26 | 3600 | 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 'sundayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2111 | /apex-zip/src/classes/MetadataService.cls | 3601 | 26 | 3601 | 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 'thursdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2111 | /apex-zip/src/classes/MetadataService.cls | 3601 | 26 | 3601 | 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 'thursdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2112 | /apex-zip/src/classes/MetadataService.cls | 3602 | 26 | 3602 | 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 'thursdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2112 | /apex-zip/src/classes/MetadataService.cls | 3602 | 26 | 3602 | 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 'thursdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2113 | /apex-zip/src/classes/MetadataService.cls | 3603 | 26 | 3603 | 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 'tuesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2113 | /apex-zip/src/classes/MetadataService.cls | 3603 | 26 | 3603 | 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 'tuesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2114 | /apex-zip/src/classes/MetadataService.cls | 3604 | 26 | 3604 | 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 'tuesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2114 | /apex-zip/src/classes/MetadataService.cls | 3604 | 26 | 3604 | 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 'tuesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2115 | /apex-zip/src/classes/MetadataService.cls | 3605 | 26 | 3605 | 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 'wednesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2115 | /apex-zip/src/classes/MetadataService.cls | 3605 | 26 | 3605 | 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 'wednesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2116 | /apex-zip/src/classes/MetadataService.cls | 3606 | 26 | 3606 | 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 'wednesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2116 | /apex-zip/src/classes/MetadataService.cls | 3606 | 26 | 3606 | 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 'wednesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2117 | /apex-zip/src/classes/MetadataService.cls | 3607 | 26 | 3607 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2117 | /apex-zip/src/classes/MetadataService.cls | 3607 | 26 | 3607 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2118 | /apex-zip/src/classes/MetadataService.cls | 3608 | 26 | 3608 | 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]*' |
2118 | /apex-zip/src/classes/MetadataService.cls | 3608 | 26 | 3608 | 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]*' |
2119 | /apex-zip/src/classes/MetadataService.cls | 3610 | 12 | 3617 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2119 | /apex-zip/src/classes/MetadataService.cls | 3610 | 12 | 3617 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2120 | /apex-zip/src/classes/MetadataService.cls | 3613 | 26 | 3613 | 182 | pmd | 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]*' |
2120 | /apex-zip/src/classes/MetadataService.cls | 3613 | 26 | 3613 | 182 | pmd | 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]*' |
2121 | /apex-zip/src/classes/MetadataService.cls | 3614 | 26 | 3614 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2121 | /apex-zip/src/classes/MetadataService.cls | 3614 | 26 | 3614 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2122 | /apex-zip/src/classes/MetadataService.cls | 3615 | 26 | 3615 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2122 | /apex-zip/src/classes/MetadataService.cls | 3615 | 26 | 3615 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2123 | /apex-zip/src/classes/MetadataService.cls | 3616 | 26 | 3616 | 95 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.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 | /apex-zip/src/classes/MetadataService.cls | 3616 | 26 | 3616 | 95 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.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 | /apex-zip/src/classes/MetadataService.cls | 3618 | 12 | 3629 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2124 | /apex-zip/src/classes/MetadataService.cls | 3618 | 12 | 3629 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2125 | /apex-zip/src/classes/MetadataService.cls | 3622 | 23 | 3622 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2125 | /apex-zip/src/classes/MetadataService.cls | 3622 | 23 | 3622 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'time_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2126 | /apex-zip/src/classes/MetadataService.cls | 3623 | 26 | 3623 | 124 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2126 | /apex-zip/src/classes/MetadataService.cls | 3623 | 26 | 3623 | 124 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2127 | /apex-zip/src/classes/MetadataService.cls | 3624 | 26 | 3624 | 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 'line_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2127 | /apex-zip/src/classes/MetadataService.cls | 3624 | 26 | 3624 | 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 'line_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2128 | /apex-zip/src/classes/MetadataService.cls | 3625 | 26 | 3625 | 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 'numExecutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2128 | /apex-zip/src/classes/MetadataService.cls | 3625 | 26 | 3625 | 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 'numExecutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2129 | /apex-zip/src/classes/MetadataService.cls | 3626 | 26 | 3626 | 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2129 | /apex-zip/src/classes/MetadataService.cls | 3626 | 26 | 3626 | 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2130 | /apex-zip/src/classes/MetadataService.cls | 3627 | 26 | 3627 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2130 | /apex-zip/src/classes/MetadataService.cls | 3627 | 26 | 3627 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2131 | /apex-zip/src/classes/MetadataService.cls | 3628 | 26 | 3628 | 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]*' |
2131 | /apex-zip/src/classes/MetadataService.cls | 3628 | 26 | 3628 | 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]*' |
2132 | /apex-zip/src/classes/MetadataService.cls | 3630 | 12 | 3639 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2132 | /apex-zip/src/classes/MetadataService.cls | 3630 | 12 | 3639 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2133 | /apex-zip/src/classes/MetadataService.cls | 3631 | 23 | 3631 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'from_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2133 | /apex-zip/src/classes/MetadataService.cls | 3631 | 23 | 3631 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'from_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2134 | /apex-zip/src/classes/MetadataService.cls | 3634 | 26 | 3634 | 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 'from_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2134 | /apex-zip/src/classes/MetadataService.cls | 3634 | 26 | 3634 | 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 'from_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2135 | /apex-zip/src/classes/MetadataService.cls | 3635 | 26 | 3635 | 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 'sourceValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2135 | /apex-zip/src/classes/MetadataService.cls | 3635 | 26 | 3635 | 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 'sourceValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2136 | /apex-zip/src/classes/MetadataService.cls | 3636 | 26 | 3636 | 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 'to_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2136 | /apex-zip/src/classes/MetadataService.cls | 3636 | 26 | 3636 | 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 'to_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2137 | /apex-zip/src/classes/MetadataService.cls | 3637 | 26 | 3637 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2137 | /apex-zip/src/classes/MetadataService.cls | 3637 | 26 | 3637 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2138 | /apex-zip/src/classes/MetadataService.cls | 3638 | 26 | 3638 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2138 | /apex-zip/src/classes/MetadataService.cls | 3638 | 26 | 3638 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2139 | /apex-zip/src/classes/MetadataService.cls | 3640 | 12 | 3647 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2139 | /apex-zip/src/classes/MetadataService.cls | 3640 | 12 | 3647 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2140 | /apex-zip/src/classes/MetadataService.cls | 3643 | 26 | 3643 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2140 | /apex-zip/src/classes/MetadataService.cls | 3643 | 26 | 3643 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2141 | /apex-zip/src/classes/MetadataService.cls | 3644 | 26 | 3644 | 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2141 | /apex-zip/src/classes/MetadataService.cls | 3644 | 26 | 3644 | 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2142 | /apex-zip/src/classes/MetadataService.cls | 3645 | 26 | 3645 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2142 | /apex-zip/src/classes/MetadataService.cls | 3645 | 26 | 3645 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2143 | /apex-zip/src/classes/MetadataService.cls | 3646 | 26 | 3646 | 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]*' |
2143 | /apex-zip/src/classes/MetadataService.cls | 3646 | 26 | 3646 | 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]*' |
2144 | /apex-zip/src/classes/MetadataService.cls | 3648 | 12 | 3657 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2144 | /apex-zip/src/classes/MetadataService.cls | 3648 | 12 | 3657 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2145 | /apex-zip/src/classes/MetadataService.cls | 3652 | 26 | 3652 | 127 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2145 | /apex-zip/src/classes/MetadataService.cls | 3652 | 26 | 3652 | 127 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2146 | /apex-zip/src/classes/MetadataService.cls | 3653 | 26 | 3653 | 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2146 | /apex-zip/src/classes/MetadataService.cls | 3653 | 26 | 3653 | 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2147 | /apex-zip/src/classes/MetadataService.cls | 3654 | 26 | 3654 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2147 | /apex-zip/src/classes/MetadataService.cls | 3654 | 26 | 3654 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2148 | /apex-zip/src/classes/MetadataService.cls | 3655 | 26 | 3655 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2148 | /apex-zip/src/classes/MetadataService.cls | 3655 | 26 | 3655 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2149 | /apex-zip/src/classes/MetadataService.cls | 3656 | 26 | 3656 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2149 | /apex-zip/src/classes/MetadataService.cls | 3656 | 26 | 3656 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2150 | /apex-zip/src/classes/MetadataService.cls | 3658 | 12 | 3679 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2150 | /apex-zip/src/classes/MetadataService.cls | 3658 | 12 | 3679 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2151 | /apex-zip/src/classes/MetadataService.cls | 3658 | 12 | 3679 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2151 | /apex-zip/src/classes/MetadataService.cls | 3658 | 12 | 3679 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2152 | /apex-zip/src/classes/MetadataService.cls | 3662 | 24 | 3662 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'limit_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2152 | /apex-zip/src/classes/MetadataService.cls | 3662 | 24 | 3662 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'limit_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2153 | /apex-zip/src/classes/MetadataService.cls | 3663 | 23 | 3663 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2153 | /apex-zip/src/classes/MetadataService.cls | 3663 | 23 | 3663 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2154 | /apex-zip/src/classes/MetadataService.cls | 3668 | 26 | 3668 | 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2154 | /apex-zip/src/classes/MetadataService.cls | 3668 | 26 | 3668 | 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2155 | /apex-zip/src/classes/MetadataService.cls | 3669 | 26 | 3669 | 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 'displayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2155 | /apex-zip/src/classes/MetadataService.cls | 3669 | 26 | 3669 | 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 'displayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2156 | /apex-zip/src/classes/MetadataService.cls | 3670 | 26 | 3670 | 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2156 | /apex-zip/src/classes/MetadataService.cls | 3670 | 26 | 3670 | 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2157 | /apex-zip/src/classes/MetadataService.cls | 3671 | 26 | 3671 | 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 'limit_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2157 | /apex-zip/src/classes/MetadataService.cls | 3671 | 26 | 3671 | 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 'limit_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2158 | /apex-zip/src/classes/MetadataService.cls | 3672 | 26 | 3672 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2158 | /apex-zip/src/classes/MetadataService.cls | 3672 | 26 | 3672 | 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2159 | /apex-zip/src/classes/MetadataService.cls | 3673 | 26 | 3673 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2159 | /apex-zip/src/classes/MetadataService.cls | 3673 | 26 | 3673 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2160 | /apex-zip/src/classes/MetadataService.cls | 3674 | 26 | 3674 | 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2160 | /apex-zip/src/classes/MetadataService.cls | 3674 | 26 | 3674 | 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2161 | /apex-zip/src/classes/MetadataService.cls | 3675 | 26 | 3675 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2161 | /apex-zip/src/classes/MetadataService.cls | 3675 | 26 | 3675 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2162 | /apex-zip/src/classes/MetadataService.cls | 3676 | 26 | 3676 | 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2162 | /apex-zip/src/classes/MetadataService.cls | 3676 | 26 | 3676 | 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2163 | /apex-zip/src/classes/MetadataService.cls | 3677 | 26 | 3677 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2163 | /apex-zip/src/classes/MetadataService.cls | 3677 | 26 | 3677 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2164 | /apex-zip/src/classes/MetadataService.cls | 3678 | 26 | 3678 | 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]*' |
2164 | /apex-zip/src/classes/MetadataService.cls | 3678 | 26 | 3678 | 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]*' |
2165 | /apex-zip/src/classes/MetadataService.cls | 3680 | 12 | 3701 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2165 | /apex-zip/src/classes/MetadataService.cls | 3680 | 12 | 3701 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2166 | /apex-zip/src/classes/MetadataService.cls | 3680 | 12 | 3701 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2166 | /apex-zip/src/classes/MetadataService.cls | 3680 | 12 | 3701 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2167 | /apex-zip/src/classes/MetadataService.cls | 3689 | 23 | 3689 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2167 | /apex-zip/src/classes/MetadataService.cls | 3689 | 23 | 3689 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2168 | /apex-zip/src/classes/MetadataService.cls | 3690 | 26 | 3690 | 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2168 | /apex-zip/src/classes/MetadataService.cls | 3690 | 26 | 3690 | 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2169 | /apex-zip/src/classes/MetadataService.cls | 3691 | 26 | 3691 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'enforceFieldRequiredness_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2169 | /apex-zip/src/classes/MetadataService.cls | 3691 | 26 | 3691 | 164 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'enforceFieldRequiredness_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2170 | /apex-zip/src/classes/MetadataService.cls | 3692 | 26 | 3692 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2170 | /apex-zip/src/classes/MetadataService.cls | 3692 | 26 | 3692 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2171 | /apex-zip/src/classes/MetadataService.cls | 3693 | 26 | 3693 | 124 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2171 | /apex-zip/src/classes/MetadataService.cls | 3693 | 26 | 3693 | 124 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2172 | /apex-zip/src/classes/MetadataService.cls | 3694 | 26 | 3694 | 130 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'precision_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2172 | /apex-zip/src/classes/MetadataService.cls | 3694 | 26 | 3694 | 130 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'precision_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2173 | /apex-zip/src/classes/MetadataService.cls | 3695 | 26 | 3695 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2173 | /apex-zip/src/classes/MetadataService.cls | 3695 | 26 | 3695 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2174 | /apex-zip/src/classes/MetadataService.cls | 3696 | 26 | 3696 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2174 | /apex-zip/src/classes/MetadataService.cls | 3696 | 26 | 3696 | 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2175 | /apex-zip/src/classes/MetadataService.cls | 3697 | 26 | 3697 | 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 'sortPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2175 | /apex-zip/src/classes/MetadataService.cls | 3697 | 26 | 3697 | 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 'sortPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2176 | /apex-zip/src/classes/MetadataService.cls | 3698 | 26 | 3698 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2176 | /apex-zip/src/classes/MetadataService.cls | 3698 | 26 | 3698 | 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2177 | /apex-zip/src/classes/MetadataService.cls | 3699 | 26 | 3699 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2177 | /apex-zip/src/classes/MetadataService.cls | 3699 | 26 | 3699 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2178 | /apex-zip/src/classes/MetadataService.cls | 3700 | 26 | 3700 | 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]*' |
2178 | /apex-zip/src/classes/MetadataService.cls | 3700 | 26 | 3700 | 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]*' |
2179 | /apex-zip/src/classes/MetadataService.cls | 3702 | 12 | 3729 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2179 | /apex-zip/src/classes/MetadataService.cls | 3702 | 12 | 3729 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2180 | /apex-zip/src/classes/MetadataService.cls | 3702 | 12 | 3729 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2180 | /apex-zip/src/classes/MetadataService.cls | 3702 | 12 | 3729 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2181 | /apex-zip/src/classes/MetadataService.cls | 3715 | 26 | 3715 | 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2181 | /apex-zip/src/classes/MetadataService.cls | 3715 | 26 | 3715 | 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2182 | /apex-zip/src/classes/MetadataService.cls | 3716 | 26 | 3716 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2182 | /apex-zip/src/classes/MetadataService.cls | 3716 | 26 | 3716 | 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2183 | /apex-zip/src/classes/MetadataService.cls | 3717 | 26 | 3717 | 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2183 | /apex-zip/src/classes/MetadataService.cls | 3717 | 26 | 3717 | 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2184 | /apex-zip/src/classes/MetadataService.cls | 3718 | 26 | 3718 | 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 'layouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2184 | /apex-zip/src/classes/MetadataService.cls | 3718 | 26 | 3718 | 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 'layouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2185 | /apex-zip/src/classes/MetadataService.cls | 3719 | 26 | 3719 | 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 'nameFieldLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2185 | /apex-zip/src/classes/MetadataService.cls | 3719 | 26 | 3719 | 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 'nameFieldLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2186 | /apex-zip/src/classes/MetadataService.cls | 3720 | 26 | 3720 | 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 'namedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2186 | /apex-zip/src/classes/MetadataService.cls | 3720 | 26 | 3720 | 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 'namedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2187 | /apex-zip/src/classes/MetadataService.cls | 3721 | 26 | 3721 | 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2187 | /apex-zip/src/classes/MetadataService.cls | 3721 | 26 | 3721 | 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2188 | /apex-zip/src/classes/MetadataService.cls | 3722 | 26 | 3722 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2188 | /apex-zip/src/classes/MetadataService.cls | 3722 | 26 | 3722 | 169 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2189 | /apex-zip/src/classes/MetadataService.cls | 3723 | 26 | 3723 | 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2189 | /apex-zip/src/classes/MetadataService.cls | 3723 | 26 | 3723 | 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2190 | /apex-zip/src/classes/MetadataService.cls | 3724 | 26 | 3724 | 172 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2190 | /apex-zip/src/classes/MetadataService.cls | 3724 | 26 | 3724 | 172 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2191 | /apex-zip/src/classes/MetadataService.cls | 3725 | 26 | 3725 | 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2191 | /apex-zip/src/classes/MetadataService.cls | 3725 | 26 | 3725 | 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2192 | /apex-zip/src/classes/MetadataService.cls | 3726 | 26 | 3726 | 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 'workflowTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2192 | /apex-zip/src/classes/MetadataService.cls | 3726 | 26 | 3726 | 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 'workflowTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2193 | /apex-zip/src/classes/MetadataService.cls | 3727 | 26 | 3727 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2193 | /apex-zip/src/classes/MetadataService.cls | 3727 | 26 | 3727 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2194 | /apex-zip/src/classes/MetadataService.cls | 3728 | 26 | 3728 | 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]*' |
2194 | /apex-zip/src/classes/MetadataService.cls | 3728 | 26 | 3728 | 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]*' |
2195 | /apex-zip/src/classes/MetadataService.cls | 3730 | 12 | 3757 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2195 | /apex-zip/src/classes/MetadataService.cls | 3730 | 12 | 3757 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2196 | /apex-zip/src/classes/MetadataService.cls | 3730 | 12 | 3757 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2196 | /apex-zip/src/classes/MetadataService.cls | 3730 | 12 | 3757 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2197 | /apex-zip/src/classes/MetadataService.cls | 3743 | 26 | 3743 | 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 'customApplicationComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2197 | /apex-zip/src/classes/MetadataService.cls | 3743 | 26 | 3743 | 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 'customApplicationComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2198 | /apex-zip/src/classes/MetadataService.cls | 3744 | 26 | 3744 | 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 'defaultLandingTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2198 | /apex-zip/src/classes/MetadataService.cls | 3744 | 26 | 3744 | 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 'defaultLandingTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2199 | /apex-zip/src/classes/MetadataService.cls | 3745 | 26 | 3745 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2199 | /apex-zip/src/classes/MetadataService.cls | 3745 | 26 | 3745 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2200 | /apex-zip/src/classes/MetadataService.cls | 3746 | 26 | 3746 | 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 'detailPageRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2200 | /apex-zip/src/classes/MetadataService.cls | 3746 | 26 | 3746 | 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 'detailPageRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2201 | /apex-zip/src/classes/MetadataService.cls | 3747 | 26 | 3747 | 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 'domainWhitelist_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2201 | /apex-zip/src/classes/MetadataService.cls | 3747 | 26 | 3747 | 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 'domainWhitelist_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2202 | /apex-zip/src/classes/MetadataService.cls | 3748 | 26 | 3748 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'isServiceCloudConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2202 | /apex-zip/src/classes/MetadataService.cls | 3748 | 26 | 3748 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'isServiceCloudConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2203 | /apex-zip/src/classes/MetadataService.cls | 3749 | 26 | 3749 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2203 | /apex-zip/src/classes/MetadataService.cls | 3749 | 26 | 3749 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2204 | /apex-zip/src/classes/MetadataService.cls | 3750 | 26 | 3750 | 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 'listPlacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2204 | /apex-zip/src/classes/MetadataService.cls | 3750 | 26 | 3750 | 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 'listPlacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2205 | /apex-zip/src/classes/MetadataService.cls | 3751 | 26 | 3751 | 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 'listRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2205 | /apex-zip/src/classes/MetadataService.cls | 3751 | 26 | 3751 | 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 'listRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2206 | /apex-zip/src/classes/MetadataService.cls | 3752 | 26 | 3752 | 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2206 | /apex-zip/src/classes/MetadataService.cls | 3752 | 26 | 3752 | 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2207 | /apex-zip/src/classes/MetadataService.cls | 3753 | 26 | 3753 | 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2207 | /apex-zip/src/classes/MetadataService.cls | 3753 | 26 | 3753 | 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2208 | /apex-zip/src/classes/MetadataService.cls | 3754 | 26 | 3754 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'workspaceMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2208 | /apex-zip/src/classes/MetadataService.cls | 3754 | 26 | 3754 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'workspaceMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2209 | /apex-zip/src/classes/MetadataService.cls | 3755 | 26 | 3755 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2209 | /apex-zip/src/classes/MetadataService.cls | 3755 | 26 | 3755 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2210 | /apex-zip/src/classes/MetadataService.cls | 3756 | 26 | 3756 | 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]*' |
2210 | /apex-zip/src/classes/MetadataService.cls | 3756 | 26 | 3756 | 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]*' |
2211 | /apex-zip/src/classes/MetadataService.cls | 3758 | 12 | 3783 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2211 | /apex-zip/src/classes/MetadataService.cls | 3758 | 12 | 3783 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2212 | /apex-zip/src/classes/MetadataService.cls | 3758 | 12 | 3783 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2212 | /apex-zip/src/classes/MetadataService.cls | 3758 | 12 | 3783 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2213 | /apex-zip/src/classes/MetadataService.cls | 3770 | 26 | 3770 | 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 'acrossGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2213 | /apex-zip/src/classes/MetadataService.cls | 3770 | 26 | 3770 | 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 'acrossGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2214 | /apex-zip/src/classes/MetadataService.cls | 3771 | 26 | 3771 | 149 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2214 | /apex-zip/src/classes/MetadataService.cls | 3771 | 26 | 3771 | 149 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2215 | /apex-zip/src/classes/MetadataService.cls | 3772 | 26 | 3772 | 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 'datatype_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2215 | /apex-zip/src/classes/MetadataService.cls | 3772 | 26 | 3772 | 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 'datatype_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2216 | /apex-zip/src/classes/MetadataService.cls | 3773 | 26 | 3773 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2216 | /apex-zip/src/classes/MetadataService.cls | 3773 | 26 | 3773 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2217 | /apex-zip/src/classes/MetadataService.cls | 3774 | 26 | 3774 | 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2217 | /apex-zip/src/classes/MetadataService.cls | 3774 | 26 | 3774 | 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2218 | /apex-zip/src/classes/MetadataService.cls | 3775 | 26 | 3775 | 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 'downGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2218 | /apex-zip/src/classes/MetadataService.cls | 3775 | 26 | 3775 | 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 'downGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2219 | /apex-zip/src/classes/MetadataService.cls | 3776 | 26 | 3776 | 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2219 | /apex-zip/src/classes/MetadataService.cls | 3776 | 26 | 3776 | 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2220 | /apex-zip/src/classes/MetadataService.cls | 3777 | 26 | 3777 | 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 'isCrossBlock_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2220 | /apex-zip/src/classes/MetadataService.cls | 3777 | 26 | 3777 | 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 'isCrossBlock_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2221 | /apex-zip/src/classes/MetadataService.cls | 3778 | 26 | 3778 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2221 | /apex-zip/src/classes/MetadataService.cls | 3778 | 26 | 3778 | 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2222 | /apex-zip/src/classes/MetadataService.cls | 3779 | 26 | 3779 | 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2222 | /apex-zip/src/classes/MetadataService.cls | 3779 | 26 | 3779 | 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2223 | /apex-zip/src/classes/MetadataService.cls | 3780 | 26 | 3780 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2223 | /apex-zip/src/classes/MetadataService.cls | 3780 | 26 | 3780 | 122 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2224 | /apex-zip/src/classes/MetadataService.cls | 3781 | 26 | 3781 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2224 | /apex-zip/src/classes/MetadataService.cls | 3781 | 26 | 3781 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2225 | /apex-zip/src/classes/MetadataService.cls | 3782 | 26 | 3782 | 231 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2225 | /apex-zip/src/classes/MetadataService.cls | 3782 | 26 | 3782 | 231 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2226 | /apex-zip/src/classes/MetadataService.cls | 3784 | 12 | 3799 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2226 | /apex-zip/src/classes/MetadataService.cls | 3784 | 12 | 3799 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2227 | /apex-zip/src/classes/MetadataService.cls | 3791 | 20 | 3791 | 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]*' |
2227 | /apex-zip/src/classes/MetadataService.cls | 3791 | 20 | 3791 | 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]*' |
2228 | /apex-zip/src/classes/MetadataService.cls | 3792 | 20 | 3792 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2228 | /apex-zip/src/classes/MetadataService.cls | 3792 | 20 | 3792 | 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2229 | /apex-zip/src/classes/MetadataService.cls | 3793 | 26 | 3793 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2229 | /apex-zip/src/classes/MetadataService.cls | 3793 | 26 | 3793 | 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2230 | /apex-zip/src/classes/MetadataService.cls | 3794 | 26 | 3794 | 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2230 | /apex-zip/src/classes/MetadataService.cls | 3794 | 26 | 3794 | 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2231 | /apex-zip/src/classes/MetadataService.cls | 3795 | 26 | 3795 | 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2231 | /apex-zip/src/classes/MetadataService.cls | 3795 | 26 | 3795 | 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2232 | /apex-zip/src/classes/MetadataService.cls | 3796 | 26 | 3796 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2232 | /apex-zip/src/classes/MetadataService.cls | 3796 | 26 | 3796 | 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2233 | /apex-zip/src/classes/MetadataService.cls | 3797 | 26 | 3797 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2233 | /apex-zip/src/classes/MetadataService.cls | 3797 | 26 | 3797 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2234 | /apex-zip/src/classes/MetadataService.cls | 3798 | 26 | 3798 | 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]*' |
2234 | /apex-zip/src/classes/MetadataService.cls | 3798 | 26 | 3798 | 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]*' |
2235 | /apex-zip/src/classes/MetadataService.cls | 3800 | 12 | 3807 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2235 | /apex-zip/src/classes/MetadataService.cls | 3800 | 12 | 3807 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2236 | /apex-zip/src/classes/MetadataService.cls | 3803 | 26 | 3803 | 185 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2236 | /apex-zip/src/classes/MetadataService.cls | 3803 | 26 | 3803 | 185 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2237 | /apex-zip/src/classes/MetadataService.cls | 3804 | 26 | 3804 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2237 | /apex-zip/src/classes/MetadataService.cls | 3804 | 26 | 3804 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2238 | /apex-zip/src/classes/MetadataService.cls | 3805 | 26 | 3805 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2238 | /apex-zip/src/classes/MetadataService.cls | 3805 | 26 | 3805 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2239 | /apex-zip/src/classes/MetadataService.cls | 3806 | 26 | 3806 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2239 | /apex-zip/src/classes/MetadataService.cls | 3806 | 26 | 3806 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2240 | /apex-zip/src/classes/MetadataService.cls | 3808 | 12 | 3813 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2240 | /apex-zip/src/classes/MetadataService.cls | 3808 | 12 | 3813 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2241 | /apex-zip/src/classes/MetadataService.cls | 3810 | 26 | 3810 | 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 'debugLog_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2241 | /apex-zip/src/classes/MetadataService.cls | 3810 | 26 | 3810 | 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 'debugLog_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2242 | /apex-zip/src/classes/MetadataService.cls | 3811 | 26 | 3811 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2242 | /apex-zip/src/classes/MetadataService.cls | 3811 | 26 | 3811 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2243 | /apex-zip/src/classes/MetadataService.cls | 3812 | 26 | 3812 | 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]*' |
2243 | /apex-zip/src/classes/MetadataService.cls | 3812 | 26 | 3812 | 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]*' |
2244 | /apex-zip/src/classes/MetadataService.cls | 3814 | 12 | 3835 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2244 | /apex-zip/src/classes/MetadataService.cls | 3814 | 12 | 3835 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2245 | /apex-zip/src/classes/MetadataService.cls | 3814 | 12 | 3835 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2245 | /apex-zip/src/classes/MetadataService.cls | 3814 | 12 | 3835 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2246 | /apex-zip/src/classes/MetadataService.cls | 3824 | 26 | 3824 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apiAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2246 | /apex-zip/src/classes/MetadataService.cls | 3824 | 26 | 3824 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apiAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2247 | /apex-zip/src/classes/MetadataService.cls | 3825 | 26 | 3825 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2247 | /apex-zip/src/classes/MetadataService.cls | 3825 | 26 | 3825 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2248 | /apex-zip/src/classes/MetadataService.cls | 3826 | 26 | 3826 | 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2248 | /apex-zip/src/classes/MetadataService.cls | 3826 | 26 | 3826 | 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2249 | /apex-zip/src/classes/MetadataService.cls | 3827 | 26 | 3827 | 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2249 | /apex-zip/src/classes/MetadataService.cls | 3827 | 26 | 3827 | 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2250 | /apex-zip/src/classes/MetadataService.cls | 3828 | 26 | 3828 | 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 'postInstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2250 | /apex-zip/src/classes/MetadataService.cls | 3828 | 26 | 3828 | 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 'postInstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2251 | /apex-zip/src/classes/MetadataService.cls | 3829 | 26 | 3829 | 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 'setupWeblink_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2251 | /apex-zip/src/classes/MetadataService.cls | 3829 | 26 | 3829 | 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 'setupWeblink_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2252 | /apex-zip/src/classes/MetadataService.cls | 3830 | 26 | 3830 | 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 'types_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2252 | /apex-zip/src/classes/MetadataService.cls | 3830 | 26 | 3830 | 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 'types_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2253 | /apex-zip/src/classes/MetadataService.cls | 3831 | 26 | 3831 | 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 'uninstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2253 | /apex-zip/src/classes/MetadataService.cls | 3831 | 26 | 3831 | 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 'uninstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2254 | /apex-zip/src/classes/MetadataService.cls | 3832 | 26 | 3832 | 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2254 | /apex-zip/src/classes/MetadataService.cls | 3832 | 26 | 3832 | 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2255 | /apex-zip/src/classes/MetadataService.cls | 3833 | 26 | 3833 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2255 | /apex-zip/src/classes/MetadataService.cls | 3833 | 26 | 3833 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2256 | /apex-zip/src/classes/MetadataService.cls | 3834 | 26 | 3834 | 201 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2256 | /apex-zip/src/classes/MetadataService.cls | 3834 | 26 | 3834 | 201 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2257 | /apex-zip/src/classes/MetadataService.cls | 3836 | 12 | 3851 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2257 | /apex-zip/src/classes/MetadataService.cls | 3836 | 12 | 3851 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2258 | /apex-zip/src/classes/MetadataService.cls | 3843 | 26 | 3843 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'disableTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2258 | /apex-zip/src/classes/MetadataService.cls | 3843 | 26 | 3843 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'disableTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2259 | /apex-zip/src/classes/MetadataService.cls | 3844 | 26 | 3844 | 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 'enableCacheAndAutocomplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2259 | /apex-zip/src/classes/MetadataService.cls | 3844 | 26 | 3844 | 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 'enableCacheAndAutocomplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2260 | /apex-zip/src/classes/MetadataService.cls | 3845 | 26 | 3845 | 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 'enableSMSIdentity_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2260 | /apex-zip/src/classes/MetadataService.cls | 3845 | 26 | 3845 | 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 'enableSMSIdentity_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2261 | /apex-zip/src/classes/MetadataService.cls | 3846 | 26 | 3846 | 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 'forceRelogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2261 | /apex-zip/src/classes/MetadataService.cls | 3846 | 26 | 3846 | 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 'forceRelogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2262 | /apex-zip/src/classes/MetadataService.cls | 3847 | 26 | 3847 | 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 'lockSessionsToIp_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2262 | /apex-zip/src/classes/MetadataService.cls | 3847 | 26 | 3847 | 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 'lockSessionsToIp_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2263 | /apex-zip/src/classes/MetadataService.cls | 3848 | 26 | 3848 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2263 | /apex-zip/src/classes/MetadataService.cls | 3848 | 26 | 3848 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'sessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2264 | /apex-zip/src/classes/MetadataService.cls | 3849 | 26 | 3849 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2264 | /apex-zip/src/classes/MetadataService.cls | 3849 | 26 | 3849 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2265 | /apex-zip/src/classes/MetadataService.cls | 3850 | 26 | 3850 | 187 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2265 | /apex-zip/src/classes/MetadataService.cls | 3850 | 26 | 3850 | 187 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2266 | /apex-zip/src/classes/MetadataService.cls | 3852 | 12 | 3865 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2266 | /apex-zip/src/classes/MetadataService.cls | 3852 | 12 | 3865 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2267 | /apex-zip/src/classes/MetadataService.cls | 3857 | 24 | 3857 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'public_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2267 | /apex-zip/src/classes/MetadataService.cls | 3857 | 24 | 3857 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'public_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2268 | /apex-zip/src/classes/MetadataService.cls | 3858 | 26 | 3858 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2268 | /apex-zip/src/classes/MetadataService.cls | 3858 | 26 | 3858 | 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2269 | /apex-zip/src/classes/MetadataService.cls | 3859 | 26 | 3859 | 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 'internalUseOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2269 | /apex-zip/src/classes/MetadataService.cls | 3859 | 26 | 3859 | 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 'internalUseOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2270 | /apex-zip/src/classes/MetadataService.cls | 3860 | 26 | 3860 | 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2270 | /apex-zip/src/classes/MetadataService.cls | 3860 | 26 | 3860 | 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2271 | /apex-zip/src/classes/MetadataService.cls | 3861 | 26 | 3861 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2271 | /apex-zip/src/classes/MetadataService.cls | 3861 | 26 | 3861 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2272 | /apex-zip/src/classes/MetadataService.cls | 3862 | 26 | 3862 | 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 'public_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2272 | /apex-zip/src/classes/MetadataService.cls | 3862 | 26 | 3862 | 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 'public_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2273 | /apex-zip/src/classes/MetadataService.cls | 3863 | 26 | 3863 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2273 | /apex-zip/src/classes/MetadataService.cls | 3863 | 26 | 3863 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2274 | /apex-zip/src/classes/MetadataService.cls | 3864 | 26 | 3864 | 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]*' |
2274 | /apex-zip/src/classes/MetadataService.cls | 3864 | 26 | 3864 | 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]*' |
2275 | /apex-zip/src/classes/MetadataService.cls | 3866 | 12 | 3877 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2275 | /apex-zip/src/classes/MetadataService.cls | 3866 | 12 | 3877 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2276 | /apex-zip/src/classes/MetadataService.cls | 3871 | 26 | 3871 | 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2276 | /apex-zip/src/classes/MetadataService.cls | 3871 | 26 | 3871 | 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2277 | /apex-zip/src/classes/MetadataService.cls | 3872 | 26 | 3872 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2277 | /apex-zip/src/classes/MetadataService.cls | 3872 | 26 | 3872 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2278 | /apex-zip/src/classes/MetadataService.cls | 3873 | 26 | 3873 | 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2278 | /apex-zip/src/classes/MetadataService.cls | 3873 | 26 | 3873 | 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2279 | /apex-zip/src/classes/MetadataService.cls | 3874 | 26 | 3874 | 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2279 | /apex-zip/src/classes/MetadataService.cls | 3874 | 26 | 3874 | 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2280 | /apex-zip/src/classes/MetadataService.cls | 3875 | 26 | 3875 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2280 | /apex-zip/src/classes/MetadataService.cls | 3875 | 26 | 3875 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2281 | /apex-zip/src/classes/MetadataService.cls | 3876 | 26 | 3876 | 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]*' |
2281 | /apex-zip/src/classes/MetadataService.cls | 3876 | 26 | 3876 | 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]*' |
2282 | /apex-zip/src/classes/MetadataService.cls | 3878 | 12 | 3891 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2282 | /apex-zip/src/classes/MetadataService.cls | 3878 | 12 | 3891 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2283 | /apex-zip/src/classes/MetadataService.cls | 3884 | 26 | 3884 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2283 | /apex-zip/src/classes/MetadataService.cls | 3884 | 26 | 3884 | 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2284 | /apex-zip/src/classes/MetadataService.cls | 3885 | 26 | 3885 | 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2284 | /apex-zip/src/classes/MetadataService.cls | 3885 | 26 | 3885 | 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2285 | /apex-zip/src/classes/MetadataService.cls | 3886 | 26 | 3886 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'retrieveResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2285 | /apex-zip/src/classes/MetadataService.cls | 3886 | 26 | 3886 | 158 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'retrieveResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2286 | /apex-zip/src/classes/MetadataService.cls | 3887 | 26 | 3887 | 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 'runTestResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2286 | /apex-zip/src/classes/MetadataService.cls | 3887 | 26 | 3887 | 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 'runTestResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2287 | /apex-zip/src/classes/MetadataService.cls | 3888 | 26 | 3888 | 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2287 | /apex-zip/src/classes/MetadataService.cls | 3888 | 26 | 3888 | 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2288 | /apex-zip/src/classes/MetadataService.cls | 3889 | 26 | 3889 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2288 | /apex-zip/src/classes/MetadataService.cls | 3889 | 26 | 3889 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2289 | /apex-zip/src/classes/MetadataService.cls | 3890 | 26 | 3890 | 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]*' |
2289 | /apex-zip/src/classes/MetadataService.cls | 3890 | 26 | 3890 | 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]*' |
2290 | /apex-zip/src/classes/MetadataService.cls | 3892 | 12 | 3901 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2290 | /apex-zip/src/classes/MetadataService.cls | 3892 | 12 | 3901 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2291 | /apex-zip/src/classes/MetadataService.cls | 3896 | 26 | 3896 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2291 | /apex-zip/src/classes/MetadataService.cls | 3896 | 26 | 3896 | 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2292 | /apex-zip/src/classes/MetadataService.cls | 3897 | 26 | 3897 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'campaignAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2292 | /apex-zip/src/classes/MetadataService.cls | 3897 | 26 | 3897 | 176 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'campaignAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2293 | /apex-zip/src/classes/MetadataService.cls | 3898 | 26 | 3898 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2293 | /apex-zip/src/classes/MetadataService.cls | 3898 | 26 | 3898 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2294 | /apex-zip/src/classes/MetadataService.cls | 3899 | 26 | 3899 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2294 | /apex-zip/src/classes/MetadataService.cls | 3899 | 26 | 3899 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2295 | /apex-zip/src/classes/MetadataService.cls | 3900 | 26 | 3900 | 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]*' |
2295 | /apex-zip/src/classes/MetadataService.cls | 3900 | 26 | 3900 | 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]*' |
2296 | /apex-zip/src/classes/MetadataService.cls | 3902 | 12 | 3925 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2296 | /apex-zip/src/classes/MetadataService.cls | 3902 | 12 | 3925 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2297 | /apex-zip/src/classes/MetadataService.cls | 3902 | 12 | 3925 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2297 | /apex-zip/src/classes/MetadataService.cls | 3902 | 12 | 3925 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2298 | /apex-zip/src/classes/MetadataService.cls | 3908 | 23 | 3908 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2298 | /apex-zip/src/classes/MetadataService.cls | 3908 | 23 | 3908 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'page_x' doesn't match '[a-z][a-zA-Z0-9]*' |
2299 | /apex-zip/src/classes/MetadataService.cls | 3913 | 26 | 3913 | 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 'behavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2299 | /apex-zip/src/classes/MetadataService.cls | 3913 | 26 | 3913 | 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 'behavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2300 | /apex-zip/src/classes/MetadataService.cls | 3914 | 26 | 3914 | 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2300 | /apex-zip/src/classes/MetadataService.cls | 3914 | 26 | 3914 | 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2301 | /apex-zip/src/classes/MetadataService.cls | 3915 | 26 | 3915 | 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2301 | /apex-zip/src/classes/MetadataService.cls | 3915 | 26 | 3915 | 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2302 | /apex-zip/src/classes/MetadataService.cls | 3916 | 26 | 3916 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2302 | /apex-zip/src/classes/MetadataService.cls | 3916 | 26 | 3916 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2303 | /apex-zip/src/classes/MetadataService.cls | 3917 | 26 | 3917 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2303 | /apex-zip/src/classes/MetadataService.cls | 3917 | 26 | 3917 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2304 | /apex-zip/src/classes/MetadataService.cls | 3918 | 26 | 3918 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2304 | /apex-zip/src/classes/MetadataService.cls | 3918 | 26 | 3918 | 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2305 | /apex-zip/src/classes/MetadataService.cls | 3919 | 26 | 3919 | 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2305 | /apex-zip/src/classes/MetadataService.cls | 3919 | 26 | 3919 | 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2306 | /apex-zip/src/classes/MetadataService.cls | 3920 | 26 | 3920 | 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 'showLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2306 | /apex-zip/src/classes/MetadataService.cls | 3920 | 26 | 3920 | 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 'showLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2307 | /apex-zip/src/classes/MetadataService.cls | 3921 | 26 | 3921 | 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 'showScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2307 | /apex-zip/src/classes/MetadataService.cls | 3921 | 26 | 3921 | 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 'showScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2308 | /apex-zip/src/classes/MetadataService.cls | 3922 | 26 | 3922 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2308 | /apex-zip/src/classes/MetadataService.cls | 3922 | 26 | 3922 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2309 | /apex-zip/src/classes/MetadataService.cls | 3923 | 26 | 3923 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2309 | /apex-zip/src/classes/MetadataService.cls | 3923 | 26 | 3923 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2310 | /apex-zip/src/classes/MetadataService.cls | 3924 | 26 | 3924 | 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]*' |
2310 | /apex-zip/src/classes/MetadataService.cls | 3924 | 26 | 3924 | 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]*' |
2311 | /apex-zip/src/classes/MetadataService.cls | 3926 | 12 | 3933 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2311 | /apex-zip/src/classes/MetadataService.cls | 3926 | 12 | 3933 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2312 | /apex-zip/src/classes/MetadataService.cls | 3929 | 26 | 3929 | 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2312 | /apex-zip/src/classes/MetadataService.cls | 3929 | 26 | 3929 | 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2313 | /apex-zip/src/classes/MetadataService.cls | 3930 | 26 | 3930 | 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2313 | /apex-zip/src/classes/MetadataService.cls | 3930 | 26 | 3930 | 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2314 | /apex-zip/src/classes/MetadataService.cls | 3931 | 26 | 3931 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2314 | /apex-zip/src/classes/MetadataService.cls | 3931 | 26 | 3931 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2315 | /apex-zip/src/classes/MetadataService.cls | 3932 | 26 | 3932 | 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]*' |
2315 | /apex-zip/src/classes/MetadataService.cls | 3932 | 26 | 3932 | 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]*' |
2316 | /apex-zip/src/classes/MetadataService.cls | 3934 | 12 | 3941 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2316 | /apex-zip/src/classes/MetadataService.cls | 3934 | 12 | 3941 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2317 | /apex-zip/src/classes/MetadataService.cls | 3937 | 26 | 3937 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2317 | /apex-zip/src/classes/MetadataService.cls | 3937 | 26 | 3937 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2318 | /apex-zip/src/classes/MetadataService.cls | 3938 | 26 | 3938 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2318 | /apex-zip/src/classes/MetadataService.cls | 3938 | 26 | 3938 | 123 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2319 | /apex-zip/src/classes/MetadataService.cls | 3939 | 26 | 3939 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2319 | /apex-zip/src/classes/MetadataService.cls | 3939 | 26 | 3939 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2320 | /apex-zip/src/classes/MetadataService.cls | 3940 | 26 | 3940 | 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]*' |
2320 | /apex-zip/src/classes/MetadataService.cls | 3940 | 26 | 3940 | 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]*' |
2321 | /apex-zip/src/classes/MetadataService.cls | 3942 | 12 | 3947 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2321 | /apex-zip/src/classes/MetadataService.cls | 3942 | 12 | 3947 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2322 | /apex-zip/src/classes/MetadataService.cls | 3942 | 12 | 3947 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkDeployStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2322 | /apex-zip/src/classes/MetadataService.cls | 3942 | 12 | 3947 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'checkDeployStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2323 | /apex-zip/src/classes/MetadataService.cls | 3944 | 26 | 3944 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2323 | /apex-zip/src/classes/MetadataService.cls | 3944 | 26 | 3944 | 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2324 | /apex-zip/src/classes/MetadataService.cls | 3945 | 26 | 3945 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2324 | /apex-zip/src/classes/MetadataService.cls | 3945 | 26 | 3945 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2325 | /apex-zip/src/classes/MetadataService.cls | 3946 | 26 | 3946 | 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]*' |
2325 | /apex-zip/src/classes/MetadataService.cls | 3946 | 26 | 3946 | 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]*' |
2326 | /apex-zip/src/classes/MetadataService.cls | 3948 | 12 | 3965 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2326 | /apex-zip/src/classes/MetadataService.cls | 3948 | 12 | 3965 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2327 | /apex-zip/src/classes/MetadataService.cls | 3948 | 12 | 3965 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2327 | /apex-zip/src/classes/MetadataService.cls | 3948 | 12 | 3965 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2328 | /apex-zip/src/classes/MetadataService.cls | 3956 | 26 | 3956 | 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2328 | /apex-zip/src/classes/MetadataService.cls | 3956 | 26 | 3956 | 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2329 | /apex-zip/src/classes/MetadataService.cls | 3957 | 26 | 3957 | 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 'columnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2329 | /apex-zip/src/classes/MetadataService.cls | 3957 | 26 | 3957 | 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 'columnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2330 | /apex-zip/src/classes/MetadataService.cls | 3958 | 26 | 3958 | 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 'highBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2330 | /apex-zip/src/classes/MetadataService.cls | 3958 | 26 | 3958 | 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 'highBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2331 | /apex-zip/src/classes/MetadataService.cls | 3959 | 26 | 3959 | 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 'highColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2331 | /apex-zip/src/classes/MetadataService.cls | 3959 | 26 | 3959 | 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 'highColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2332 | /apex-zip/src/classes/MetadataService.cls | 3960 | 26 | 3960 | 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 'lowBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2332 | /apex-zip/src/classes/MetadataService.cls | 3960 | 26 | 3960 | 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 'lowBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2333 | /apex-zip/src/classes/MetadataService.cls | 3961 | 26 | 3961 | 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 'lowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2333 | /apex-zip/src/classes/MetadataService.cls | 3961 | 26 | 3961 | 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 'lowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2334 | /apex-zip/src/classes/MetadataService.cls | 3962 | 26 | 3962 | 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 'midColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2334 | /apex-zip/src/classes/MetadataService.cls | 3962 | 26 | 3962 | 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 'midColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2335 | /apex-zip/src/classes/MetadataService.cls | 3963 | 26 | 3963 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2335 | /apex-zip/src/classes/MetadataService.cls | 3963 | 26 | 3963 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2336 | /apex-zip/src/classes/MetadataService.cls | 3964 | 26 | 3964 | 155 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2336 | /apex-zip/src/classes/MetadataService.cls | 3964 | 26 | 3964 | 155 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2337 | /apex-zip/src/classes/MetadataService.cls | 3966 | 12 | 3987 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2337 | /apex-zip/src/classes/MetadataService.cls | 3966 | 12 | 3987 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2338 | /apex-zip/src/classes/MetadataService.cls | 3966 | 12 | 3987 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2338 | /apex-zip/src/classes/MetadataService.cls | 3966 | 12 | 3987 | 6 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
2339 | /apex-zip/src/classes/MetadataService.cls | 3976 | 26 | 3976 | 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 'customTabListAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2339 | /apex-zip/src/classes/MetadataService.cls | 3976 | 26 | 3976 | 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 'customTabListAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2340 | /apex-zip/src/classes/MetadataService.cls | 3977 | 26 | 3977 | 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 'excludedStandardButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2340 | /apex-zip/src/classes/MetadataService.cls | 3977 | 26 | 3977 | 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 'excludedStandardButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2341 | /apex-zip/src/classes/MetadataService.cls | 3978 | 26 | 3978 | 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 'listViewButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2341 | /apex-zip/src/classes/MetadataService.cls | 3978 | 26 | 3978 | 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 'listViewButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2342 | /apex-zip/src/classes/MetadataService.cls | 3979 | 26 | 3979 | 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 'lookupDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2342 | /apex-zip/src/classes/MetadataService.cls | 3979 | 26 | 3979 | 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 'lookupDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2343 | /apex-zip/src/classes/MetadataService.cls | 3980 | 26 | 3980 | 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 'lookupFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2343 | /apex-zip/src/classes/MetadataService.cls | 3980 | 26 | 3980 | 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 'lookupFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2344 | /apex-zip/src/classes/MetadataService.cls | 3981 | 26 | 3981 | 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 'lookupPhoneDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2344 | /apex-zip/src/classes/MetadataService.cls | 3981 | 26 | 3981 | 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 'lookupPhoneDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2345 | /apex-zip/src/classes/MetadataService.cls | 3982 | 26 | 3982 | 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 'searchFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2345 | /apex-zip/src/classes/MetadataService.cls | 3982 | 26 | 3982 | 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 'searchFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2346 | /apex-zip/src/classes/MetadataService.cls | 3983 | 26 | 3983 | 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 'searchResultsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2346 | /apex-zip/src/classes/MetadataService.cls | 3983 | 26 | 3983 | 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 'searchResultsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2347 | /apex-zip/src/classes/MetadataService.cls | 3984 | 26 | 3984 | 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 'searchResultsCustomButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2347 | /apex-zip/src/classes/MetadataService.cls | 3984 | 26 | 3984 | 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 'searchResultsCustomButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2348 | /apex-zip/src/classes/MetadataService.cls | 3985 | 26 | 3985 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2348 | /apex-zip/src/classes/MetadataService.cls | 3985 | 26 | 3985 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2349 | /apex-zip/src/classes/MetadataService.cls | 3986 | 26 | 3986 | 311 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2349 | /apex-zip/src/classes/MetadataService.cls | 3986 | 26 | 3986 | 311 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2350 | /apex-zip/src/classes/MetadataService.cls | 3988 | 12 | 4001 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2350 | /apex-zip/src/classes/MetadataService.cls | 3988 | 12 | 4001 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2351 | /apex-zip/src/classes/MetadataService.cls | 3994 | 26 | 3994 | 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2351 | /apex-zip/src/classes/MetadataService.cls | 3994 | 26 | 3994 | 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2352 | /apex-zip/src/classes/MetadataService.cls | 3995 | 26 | 3995 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2352 | /apex-zip/src/classes/MetadataService.cls | 3995 | 26 | 3995 | 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2353 | /apex-zip/src/classes/MetadataService.cls | 3996 | 26 | 3996 | 183 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'horizontalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2353 | /apex-zip/src/classes/MetadataService.cls | 3996 | 26 | 3996 | 183 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'horizontalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2354 | /apex-zip/src/classes/MetadataService.cls | 3997 | 26 | 3997 | 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2354 | /apex-zip/src/classes/MetadataService.cls | 3997 | 26 | 3997 | 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2355 | /apex-zip/src/classes/MetadataService.cls | 3998 | 26 | 3998 | 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 'verticalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2355 | /apex-zip/src/classes/MetadataService.cls | 3998 | 26 | 3998 | 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 'verticalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2356 | /apex-zip/src/classes/MetadataService.cls | 3999 | 26 | 3999 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2356 | /apex-zip/src/classes/MetadataService.cls | 3999 | 26 | 3999 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2357 | /apex-zip/src/classes/MetadataService.cls | 4000 | 26 | 4000 | 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]*' |
2357 | /apex-zip/src/classes/MetadataService.cls | 4000 | 26 | 4000 | 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]*' |
2358 | /apex-zip/src/classes/MetadataService.cls | 4002 | 12 | 4013 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2358 | /apex-zip/src/classes/MetadataService.cls | 4002 | 12 | 4013 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2359 | /apex-zip/src/classes/MetadataService.cls | 4007 | 26 | 4007 | 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 'body_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2359 | /apex-zip/src/classes/MetadataService.cls | 4007 | 26 | 4007 | 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 'body_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2360 | /apex-zip/src/classes/MetadataService.cls | 4008 | 26 | 4008 | 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 'links_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2360 | /apex-zip/src/classes/MetadataService.cls | 4008 | 26 | 4008 | 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 'links_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2361 | /apex-zip/src/classes/MetadataService.cls | 4009 | 26 | 4009 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'pageComponentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2361 | /apex-zip/src/classes/MetadataService.cls | 4009 | 26 | 4009 | 167 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'pageComponentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2362 | /apex-zip/src/classes/MetadataService.cls | 4010 | 26 | 4010 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2362 | /apex-zip/src/classes/MetadataService.cls | 4010 | 26 | 4010 | 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2363 | /apex-zip/src/classes/MetadataService.cls | 4011 | 26 | 4011 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2363 | /apex-zip/src/classes/MetadataService.cls | 4011 | 26 | 4011 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2364 | /apex-zip/src/classes/MetadataService.cls | 4012 | 26 | 4012 | 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]*' |
2364 | /apex-zip/src/classes/MetadataService.cls | 4012 | 26 | 4012 | 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]*' |
2365 | /apex-zip/src/classes/MetadataService.cls | 4014 | 12 | 4021 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2365 | /apex-zip/src/classes/MetadataService.cls | 4014 | 12 | 4021 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2366 | /apex-zip/src/classes/MetadataService.cls | 4017 | 26 | 4017 | 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2366 | /apex-zip/src/classes/MetadataService.cls | 4017 | 26 | 4017 | 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2367 | /apex-zip/src/classes/MetadataService.cls | 4018 | 26 | 4018 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2367 | /apex-zip/src/classes/MetadataService.cls | 4018 | 26 | 4018 | 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2368 | /apex-zip/src/classes/MetadataService.cls | 4019 | 26 | 4019 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2368 | /apex-zip/src/classes/MetadataService.cls | 4019 | 26 | 4019 | 120 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2369 | /apex-zip/src/classes/MetadataService.cls | 4020 | 26 | 4020 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2369 | /apex-zip/src/classes/MetadataService.cls | 4020 | 26 | 4020 | 97 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*' |
2370 | /apex-zip/src/classes/UnzipDemoController.cls | 30 | 21 | 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 |
2370 | /apex-zip/src/classes/UnzipDemoController.cls | 30 | 21 | 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 |
2371 | /apex-zip/src/classes/UnzipDemoController.cls | 33 | 9 | 33 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2371 | /apex-zip/src/classes/UnzipDemoController.cls | 33 | 9 | 33 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2372 | /apex-zip/src/classes/UnzipDemoController.cls | 35 | 9 | 39 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2372 | /apex-zip/src/classes/UnzipDemoController.cls | 35 | 9 | 39 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2373 | /apex-zip/src/classes/UnzipDemoController.cls | 42 | 9 | 46 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2373 | /apex-zip/src/classes/UnzipDemoController.cls | 42 | 9 | 46 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2374 | /apex-zip/src/classes/UnzipDemoController.cls | 50 | 16 | 70 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2374 | /apex-zip/src/classes/UnzipDemoController.cls | 50 | 16 | 70 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2375 | /apex-zip/src/classes/UnzipDemoController.cls | 50 | 16 | 70 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2375 | /apex-zip/src/classes/UnzipDemoController.cls | 50 | 16 | 70 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2376 | /apex-zip/src/classes/UnzipDemoController.cls | 58 | 4 | 58 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2376 | /apex-zip/src/classes/UnzipDemoController.cls | 58 | 4 | 58 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2377 | /apex-zip/src/classes/UnzipDemoController.cls | 67 | 3 | 67 | 21 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2377 | /apex-zip/src/classes/UnzipDemoController.cls | 67 | 3 | 67 | 21 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2378 | /apex-zip/src/classes/ZipDemoController.cls | 30 | 21 | 74 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2378 | /apex-zip/src/classes/ZipDemoController.cls | 30 | 21 | 74 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2379 | /apex-zip/src/classes/ZipDemoController.cls | 33 | 9 | 33 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2379 | /apex-zip/src/classes/ZipDemoController.cls | 33 | 9 | 33 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2380 | /apex-zip/src/classes/ZipDemoController.cls | 36 | 19 | 36 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2380 | /apex-zip/src/classes/ZipDemoController.cls | 36 | 19 | 36 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2381 | /apex-zip/src/classes/ZipDemoController.cls | 38 | 39 | 38 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'controller' should be before method declarations in its class |
2381 | /apex-zip/src/classes/ZipDemoController.cls | 38 | 39 | 38 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'controller' should be before method declarations in its class |
2382 | /apex-zip/src/classes/ZipDemoController.cls | 40 | 9 | 53 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2382 | /apex-zip/src/classes/ZipDemoController.cls | 40 | 9 | 53 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2383 | /apex-zip/src/classes/ZipDemoController.cls | 49 | 34 | 49 | 100 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2383 | /apex-zip/src/classes/ZipDemoController.cls | 49 | 34 | 49 | 100 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2384 | /apex-zip/src/classes/ZipDemoController.cls | 52 | 4 | 52 | 31 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
2384 | /apex-zip/src/classes/ZipDemoController.cls | 52 | 4 | 52 | 31 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
2385 | /apex-zip/src/classes/ZipDemoController.cls | 55 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2385 | /apex-zip/src/classes/ZipDemoController.cls | 55 | 9 | 65 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2386 | /apex-zip/src/classes/ZipDemoController.cls | 58 | 24 | 58 | 84 | 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 |
2386 | /apex-zip/src/classes/ZipDemoController.cls | 58 | 24 | 58 | 84 | 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 |
2387 | /apex-zip/src/classes/ZipDemoController.cls | 63 | 3 | 63 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2387 | /apex-zip/src/classes/ZipDemoController.cls | 63 | 3 | 63 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2388 | /apex-zip/src/classes/ZipDemoController.cls | 68 | 16 | 73 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2388 | /apex-zip/src/classes/ZipDemoController.cls | 68 | 16 | 73 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2389 | /apex-zip/src/classes/ZipDemoController.cls | 71 | 27 | 71 | 101 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2389 | /apex-zip/src/classes/ZipDemoController.cls | 71 | 27 | 71 | 101 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2390 | /apex-zip/src/components/unzip.component | 46 | 4 | 46 | 11 | 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 |
2390 | /apex-zip/src/components/unzip.component | 46 | 4 | 46 | 11 | 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 |
2391 | /apex-zip/src/components/unzip.component | 49 | 12 | 49 | 19 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2391 | /apex-zip/src/components/unzip.component | 49 | 12 | 49 | 19 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2392 | /apex-zip/src/components/unzip.component | 58 | 4 | 58 | 11 | 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 |
2392 | /apex-zip/src/components/unzip.component | 58 | 4 | 58 | 11 | 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 |
2393 | /apex-zip/src/components/unzip.component | 58 | 17 | 58 | 25 | 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 |
2393 | /apex-zip/src/components/unzip.component | 58 | 17 | 58 | 25 | 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 |
2394 | /apex-zip/src/components/unzip.component | 62 | 12 | 62 | 19 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2394 | /apex-zip/src/components/unzip.component | 62 | 12 | 62 | 19 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2395 | /apex-zip/src/components/unzip.component | 83 | 10 | 83 | 23 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2395 | /apex-zip/src/components/unzip.component | 83 | 10 | 83 | 23 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2396 | /apex-zip/src/components/unzipfile.component | 36 | 12 | 36 | 24 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2396 | /apex-zip/src/components/unzipfile.component | 36 | 12 | 36 | 24 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2397 | /apex-zip/src/components/unzipfile.component | 40 | 24 | 40 | 31 | 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 |
2397 | /apex-zip/src/components/unzipfile.component | 40 | 24 | 40 | 31 | 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 |
2398 | /apex-zip/src/components/unzipfile.component | 51 | 10 | 51 | 23 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2398 | /apex-zip/src/components/unzipfile.component | 51 | 10 | 51 | 23 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2399 | /apex-zip/src/components/unzipfile.component | 65 | 17 | 65 | 24 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2399 | /apex-zip/src/components/unzipfile.component | 65 | 17 | 65 | 24 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2400 | /apex-zip/src/components/zip.component | 43 | 12 | 43 | 19 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2400 | /apex-zip/src/components/zip.component | 43 | 12 | 43 | 19 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2401 | /apex-zip/src/components/zip.component | 47 | 10 | 47 | 23 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2401 | /apex-zip/src/components/zip.component | 47 | 10 | 47 | 23 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2402 | /apex-zip/src/components/zipentry.component | 33 | 17 | 33 | 24 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2402 | /apex-zip/src/components/zipentry.component | 33 | 17 | 33 | 24 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2403 | /apex-zip/src/components/zipentry.component | 33 | 57 | 33 | 66 | 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 |
2403 | /apex-zip/src/components/zipentry.component | 33 | 57 | 33 | 66 | 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 |
2404 | /apex-zip/src/components/zipfile.component | 37 | 39 | 37 | 52 | 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 |
2404 | /apex-zip/src/components/zipfile.component | 37 | 39 | 37 | 52 | 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 |
2405 | /apex-zip/src/components/zipfile.component | 48 | 12 | 48 | 19 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2405 | /apex-zip/src/components/zipfile.component | 48 | 12 | 48 | 19 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2406 | /apex-zip/src/components/zipfile.component | 78 | 32 | 78 | 40 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2406 | /apex-zip/src/components/zipfile.component | 78 | 32 | 78 | 40 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2407 | /apex-zip/src/components/zipfile.component | 83 | 8 | 83 | 15 | 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 |
2407 | /apex-zip/src/components/zipfile.component | 83 | 8 | 83 | 15 | 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 |
2408 | /apex-zip/src/components/zipfile.component | 90 | 6 | 90 | 24 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2408 | /apex-zip/src/components/zipfile.component | 90 | 6 | 90 | 24 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2409 | /apex-zip/src/components/zipfile.component | 95 | 7 | 95 | 14 | 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 |
2409 | /apex-zip/src/components/zipfile.component | 95 | 7 | 95 | 14 | 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 |