Comparison results for https://github.com/forcedotcom/CustomMetadataLoader.git

pmd7_2 took 20 seconds to run and found 6986 violations

pmd7_3 took 23 seconds to run and found 6986 violations

Among the 6986 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /custom_md_loader/classes/AppConstants.cls 7 8 24 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 /custom_md_loader/classes/AppConstants.cls 7 8 24 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 /custom_md_loader/classes/CSVFileUtil.cls 8 8 71 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2 /custom_md_loader/classes/CSVFileUtil.cls 8 8 71 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3 /custom_md_loader/classes/CSVFileUtil.cls 8 8 71 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'CSVFileUtil' has a Standard Cyclomatic Complexity of 12 (Highest = 11).
3 /custom_md_loader/classes/CSVFileUtil.cls 8 8 71 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'CSVFileUtil' has a Standard Cyclomatic Complexity of 12 (Highest = 11).
4 /custom_md_loader/classes/CSVFileUtil.cls 10 19 70 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /custom_md_loader/classes/CSVFileUtil.cls 10 19 70 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /custom_md_loader/classes/CSVFileUtil.cls 10 19 70 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'parseCSV(Blob, Boolean)' has a cognitive complexity of 16, current threshold is 15
5 /custom_md_loader/classes/CSVFileUtil.cls 10 19 70 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'parseCSV(Blob, Boolean)' has a cognitive complexity of 16, current threshold is 15
6 /custom_md_loader/classes/CSVFileUtil.cls 10 19 70 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'parseCSV(Blob, Boolean)' has a cyclomatic complexity of 12.
6 /custom_md_loader/classes/CSVFileUtil.cls 10 19 70 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'parseCSV(Blob, Boolean)' has a cyclomatic complexity of 12.
7 /custom_md_loader/classes/CSVFileUtil.cls 10 19 70 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'parseCSV()' has an NCSS line count of 41 (limit: 40)
7 /custom_md_loader/classes/CSVFileUtil.cls 10 19 70 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'parseCSV()' has an NCSS line count of 41 (limit: 40)
8 /custom_md_loader/classes/CSVFileUtil.cls 10 19 70 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'parseCSV' has a Standard Cyclomatic Complexity of 11.
8 /custom_md_loader/classes/CSVFileUtil.cls 10 19 70 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'parseCSV' has a Standard Cyclomatic Complexity of 11.
9 /custom_md_loader/classes/CSVFileUtil.cls 38 13 38 62 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9 /custom_md_loader/classes/CSVFileUtil.cls 38 13 38 62 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
10 /custom_md_loader/classes/CSVFileUtil.cls 38 13 38 62 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
10 /custom_md_loader/classes/CSVFileUtil.cls 38 13 38 62 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
11 /custom_md_loader/classes/CSVFileUtil.cls 40 17 40 24 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'num' defined but not used
11 /custom_md_loader/classes/CSVFileUtil.cls 40 17 40 24 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'num' defined but not used
12 /custom_md_loader/classes/CSVFileUtil.cls 43 63 43 69 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
12 /custom_md_loader/classes/CSVFileUtil.cls 43 63 43 69 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
13 /custom_md_loader/classes/CSVFileUtil.cls 43 63 43 69 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
13 /custom_md_loader/classes/CSVFileUtil.cls 43 63 43 69 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
14 /custom_md_loader/classes/CSVFileUtil.cls 68 26 68 46 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
14 /custom_md_loader/classes/CSVFileUtil.cls 68 26 68 46 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
15 /custom_md_loader/classes/CSVFileUtil.cls 68 26 68 46 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
15 /custom_md_loader/classes/CSVFileUtil.cls 68 26 68 46 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
16 /custom_md_loader/classes/CustomMetadataLoaderController.cls 8 8 46 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
16 /custom_md_loader/classes/CustomMetadataLoaderController.cls 8 8 46 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
17 /custom_md_loader/classes/CustomMetadataLoaderController.cls 9 9 9 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
17 /custom_md_loader/classes/CustomMetadataLoaderController.cls 9 9 9 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
18 /custom_md_loader/classes/CustomMetadataLoaderController.cls 10 12 10 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
18 /custom_md_loader/classes/CustomMetadataLoaderController.cls 10 12 10 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /custom_md_loader/classes/CustomMetadataLoaderController.cls 11 12 11 57 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /custom_md_loader/classes/CustomMetadataLoaderController.cls 11 12 11 57 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /custom_md_loader/classes/CustomMetadataLoaderController.cls 12 12 12 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /custom_md_loader/classes/CustomMetadataLoaderController.cls 12 12 12 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
21 /custom_md_loader/classes/CustomMetadataLoaderController.cls 14 12 28 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
21 /custom_md_loader/classes/CustomMetadataLoaderController.cls 14 12 28 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
22 /custom_md_loader/classes/CustomMetadataLoaderController.cls 30 12 32 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 /custom_md_loader/classes/CustomMetadataLoaderController.cls 30 12 32 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 /custom_md_loader/classes/CustomMetadataLoaderController.cls 34 12 45 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
23 /custom_md_loader/classes/CustomMetadataLoaderController.cls 34 12 45 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
24 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 11 30 15 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
24 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 11 30 15 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
25 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 11 30 15 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
25 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 11 30 15 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
26 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 14 9 14 89 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
26 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 14 9 14 89 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
27 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 17 30 28 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
27 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 17 30 28 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
28 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 17 30 28 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
28 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 17 30 28 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
29 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 23 13 23 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
29 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 23 13 23 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
30 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 24 13 24 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
30 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 24 13 24 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
31 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 30 30 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
31 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 30 30 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
32 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 30 30 38 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
32 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 30 30 38 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
33 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 34 9 34 56 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
33 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 34 9 34 56 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
34 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 37 9 37 55 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
34 /custom_md_loader/classes/CustomMetadataLoaderControllerTest.cls 37 9 37 55 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
35 /custom_md_loader/classes/CustomMetadataUploadController.cls 8 8 205 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
35 /custom_md_loader/classes/CustomMetadataUploadController.cls 8 8 205 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
36 /custom_md_loader/classes/CustomMetadataUploadController.cls 8 1 8 7 pmd ApexSharingViolations 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations Apex classes should declare a sharing model if DML or SOQL/SOSL is used
36 /custom_md_loader/classes/CustomMetadataUploadController.cls 8 1 8 7 pmd ApexSharingViolations 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations Apex classes should declare a sharing model if DML or SOQL/SOSL is used
37 /custom_md_loader/classes/CustomMetadataUploadController.cls 8 8 205 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'CustomMetadataUploadController' has a total cyclomatic complexity of 41 (highest 12).
37 /custom_md_loader/classes/CustomMetadataUploadController.cls 8 8 205 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'CustomMetadataUploadController' has a total cyclomatic complexity of 41 (highest 12).
38 /custom_md_loader/classes/CustomMetadataUploadController.cls 8 8 205 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'CustomMetadataUploadController' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
38 /custom_md_loader/classes/CustomMetadataUploadController.cls 8 8 205 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'CustomMetadataUploadController' has a Standard Cyclomatic Complexity of 2 (Highest = 10).
39 /custom_md_loader/classes/CustomMetadataUploadController.cls 14 12 14 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
39 /custom_md_loader/classes/CustomMetadataUploadController.cls 14 12 14 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
40 /custom_md_loader/classes/CustomMetadataUploadController.cls 15 12 15 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
40 /custom_md_loader/classes/CustomMetadataUploadController.cls 15 12 15 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
41 /custom_md_loader/classes/CustomMetadataUploadController.cls 16 12 16 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
41 /custom_md_loader/classes/CustomMetadataUploadController.cls 16 12 16 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
42 /custom_md_loader/classes/CustomMetadataUploadController.cls 17 12 17 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
42 /custom_md_loader/classes/CustomMetadataUploadController.cls 17 12 17 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
43 /custom_md_loader/classes/CustomMetadataUploadController.cls 18 12 18 56 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
43 /custom_md_loader/classes/CustomMetadataUploadController.cls 18 12 18 56 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
44 /custom_md_loader/classes/CustomMetadataUploadController.cls 19 12 19 62 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
44 /custom_md_loader/classes/CustomMetadataUploadController.cls 19 12 19 62 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
45 /custom_md_loader/classes/CustomMetadataUploadController.cls 21 12 29 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
45 /custom_md_loader/classes/CustomMetadataUploadController.cls 21 12 29 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
46 /custom_md_loader/classes/CustomMetadataUploadController.cls 34 13 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
46 /custom_md_loader/classes/CustomMetadataUploadController.cls 34 13 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
47 /custom_md_loader/classes/CustomMetadataUploadController.cls 35 42 35 116 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
47 /custom_md_loader/classes/CustomMetadataUploadController.cls 35 42 35 116 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
48 /custom_md_loader/classes/CustomMetadataUploadController.cls 48 12 87 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
48 /custom_md_loader/classes/CustomMetadataUploadController.cls 48 12 87 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
49 /custom_md_loader/classes/CustomMetadataUploadController.cls 53 9 53 46 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
49 /custom_md_loader/classes/CustomMetadataUploadController.cls 53 9 53 46 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
50 /custom_md_loader/classes/CustomMetadataUploadController.cls 53 9 53 46 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
50 /custom_md_loader/classes/CustomMetadataUploadController.cls 53 9 53 46 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
51 /custom_md_loader/classes/CustomMetadataUploadController.cls 84 34 84 45 pmd ApexSOQLInjection 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection Avoid untrusted/unescaped variables in DML query
51 /custom_md_loader/classes/CustomMetadataUploadController.cls 84 34 84 45 pmd ApexSOQLInjection 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection Avoid untrusted/unescaped variables in DML query
52 /custom_md_loader/classes/CustomMetadataUploadController.cls 89 12 146 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 /custom_md_loader/classes/CustomMetadataUploadController.cls 89 12 146 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 /custom_md_loader/classes/CustomMetadataUploadController.cls 89 12 146 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'importCSVFileAndCreateUpdateCmdRecords()' has a cyclomatic complexity of 12.
53 /custom_md_loader/classes/CustomMetadataUploadController.cls 89 12 146 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'importCSVFileAndCreateUpdateCmdRecords()' has a cyclomatic complexity of 12.
54 /custom_md_loader/classes/CustomMetadataUploadController.cls 89 12 146 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'importCSVFileAndCreateUpdateCmdRecords' has a Standard Cyclomatic Complexity of 10.
54 /custom_md_loader/classes/CustomMetadataUploadController.cls 89 12 146 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'importCSVFileAndCreateUpdateCmdRecords' has a Standard Cyclomatic Complexity of 10.
55 /custom_md_loader/classes/CustomMetadataUploadController.cls 156 9 156 35 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
55 /custom_md_loader/classes/CustomMetadataUploadController.cls 156 9 156 35 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
56 /custom_md_loader/classes/CustomMetadataUploadController.cls 156 9 156 35 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
56 /custom_md_loader/classes/CustomMetadataUploadController.cls 156 9 156 35 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
57 /custom_md_loader/classes/CustomMetadataUploadController.cls 187 19 195 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
57 /custom_md_loader/classes/CustomMetadataUploadController.cls 187 19 195 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
58 /custom_md_loader/classes/CustomMetadataUploadController.cls 198 12 200 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
58 /custom_md_loader/classes/CustomMetadataUploadController.cls 198 12 200 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
59 /custom_md_loader/classes/CustomMetadataUploadController.cls 202 12 204 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 /custom_md_loader/classes/CustomMetadataUploadController.cls 202 12 204 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 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 11 30 14 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
60 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 11 30 14 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
61 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 11 30 14 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
61 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 11 30 14 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
62 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 11 30 14 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
62 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 11 30 14 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
63 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 16 30 19 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
63 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 16 30 19 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
64 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 16 30 19 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
64 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 16 30 19 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
65 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 16 30 19 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
65 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 16 30 19 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
66 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 21 30 24 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
66 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 21 30 24 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
67 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 21 30 24 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
67 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 21 30 24 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
68 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 21 30 24 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
68 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 21 30 24 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
69 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 26 30 29 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
69 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 26 30 29 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
70 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 26 30 29 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
70 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 26 30 29 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
71 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 26 30 29 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
71 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 26 30 29 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
72 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 31 30 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
72 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 31 30 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
73 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 31 30 38 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
73 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 31 30 38 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
74 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 36 3 36 34 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
74 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 36 3 36 34 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
75 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 40 30 48 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
75 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 40 30 48 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
76 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 40 30 48 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
76 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 40 30 48 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
77 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 50 30 58 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
77 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 50 30 58 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
78 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 50 30 58 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
78 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 50 30 58 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
79 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 60 30 65 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
79 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 60 30 65 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
80 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 60 30 65 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
80 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 60 30 65 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
81 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 60 30 65 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
81 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 60 30 65 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
82 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 82 3 82 34 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
82 /custom_md_loader/classes/CustomMetadataUploadControllerTest.cls 82 3 82 34 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
83 /custom_md_loader/classes/JsonUtilities.cls 12 21 48 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
83 /custom_md_loader/classes/JsonUtilities.cls 12 21 48 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
84 /custom_md_loader/classes/JsonUtilities.cls 14 12 14 56 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
84 /custom_md_loader/classes/JsonUtilities.cls 14 12 14 56 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
85 /custom_md_loader/classes/JsonUtilities.cls 21 19 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
85 /custom_md_loader/classes/JsonUtilities.cls 21 19 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
86 /custom_md_loader/classes/JsonUtilities.cls 21 19 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
86 /custom_md_loader/classes/JsonUtilities.cls 21 19 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
87 /custom_md_loader/classes/JsonUtilities.cls 21 19 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
87 /custom_md_loader/classes/JsonUtilities.cls 21 19 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
88 /custom_md_loader/classes/JsonUtilities.cls 21 19 45 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'getValuesFromJson(String)' has a cyclomatic complexity of 11.
88 /custom_md_loader/classes/JsonUtilities.cls 21 19 45 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'getValuesFromJson(String)' has a cyclomatic complexity of 11.
89 /custom_md_loader/classes/MDWrapperWebServiceMock.cls 9 8 35 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
89 /custom_md_loader/classes/MDWrapperWebServiceMock.cls 9 8 35 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
90 /custom_md_loader/classes/MDWrapperWebServiceMock.cls 10 11 34 5 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
90 /custom_md_loader/classes/MDWrapperWebServiceMock.cls 10 11 34 5 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
91 /custom_md_loader/classes/MDWrapperWebServiceMock.cls 10 11 34 5 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
91 /custom_md_loader/classes/MDWrapperWebServiceMock.cls 10 11 34 5 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
92 /custom_md_loader/classes/MetadataApexApiLoader.cls 8 21 183 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
92 /custom_md_loader/classes/MetadataApexApiLoader.cls 8 21 183 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
93 /custom_md_loader/classes/MetadataApexApiLoader.cls 11 10 11 56 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
93 /custom_md_loader/classes/MetadataApexApiLoader.cls 11 10 11 56 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
94 /custom_md_loader/classes/MetadataApexApiLoader.cls 13 10 13 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
94 /custom_md_loader/classes/MetadataApexApiLoader.cls 13 10 13 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
95 /custom_md_loader/classes/MetadataApexApiLoader.cls 15 10 18 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
95 /custom_md_loader/classes/MetadataApexApiLoader.cls 15 10 18 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
96 /custom_md_loader/classes/MetadataApexApiLoader.cls 20 10 22 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
96 /custom_md_loader/classes/MetadataApexApiLoader.cls 20 10 22 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
97 /custom_md_loader/classes/MetadataApexApiLoader.cls 24 10 26 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
97 /custom_md_loader/classes/MetadataApexApiLoader.cls 24 10 26 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
98 /custom_md_loader/classes/MetadataApexApiLoader.cls 59 19 117 4 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'migrate()' has an NCSS line count of 40 (limit: 40)
98 /custom_md_loader/classes/MetadataApexApiLoader.cls 59 19 117 4 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'migrate()' has an NCSS line count of 40 (limit: 40)
99 /custom_md_loader/classes/MetadataApexApiLoader.cls 60 5 60 54 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
99 /custom_md_loader/classes/MetadataApexApiLoader.cls 60 5 60 54 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
100 /custom_md_loader/classes/MetadataApexApiLoader.cls 60 5 60 54 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
100 /custom_md_loader/classes/MetadataApexApiLoader.cls 60 5 60 54 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
101 /custom_md_loader/classes/MetadataApexApiLoader.cls 79 11 79 59 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
101 /custom_md_loader/classes/MetadataApexApiLoader.cls 79 11 79 59 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
102 /custom_md_loader/classes/MetadataApexApiLoader.cls 79 11 79 59 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
102 /custom_md_loader/classes/MetadataApexApiLoader.cls 79 11 79 59 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
103 /custom_md_loader/classes/MetadataApexApiLoader.cls 86 38 86 105 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'descCSFieldResult' defined but not used
103 /custom_md_loader/classes/MetadataApexApiLoader.cls 86 38 86 105 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'descCSFieldResult' defined but not used
104 /custom_md_loader/classes/MetadataApexApiLoader.cls 110 7 110 76 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
104 /custom_md_loader/classes/MetadataApexApiLoader.cls 110 7 110 76 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
105 /custom_md_loader/classes/MetadataApexApiLoader.cls 110 7 110 76 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
105 /custom_md_loader/classes/MetadataApexApiLoader.cls 110 7 110 76 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
106 /custom_md_loader/classes/MetadataApexApiLoader.cls 121 10 148 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
106 /custom_md_loader/classes/MetadataApexApiLoader.cls 121 10 148 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
107 /custom_md_loader/classes/MetadataApexApiLoader.cls 122 12 122 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
107 /custom_md_loader/classes/MetadataApexApiLoader.cls 122 12 122 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
108 /custom_md_loader/classes/MetadataApexApiLoader.cls 123 12 123 57 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
108 /custom_md_loader/classes/MetadataApexApiLoader.cls 123 12 123 57 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
109 /custom_md_loader/classes/MetadataApexApiLoader.cls 124 12 124 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
109 /custom_md_loader/classes/MetadataApexApiLoader.cls 124 12 124 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
110 /custom_md_loader/classes/MetadataApexApiLoader.cls 126 12 126 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
110 /custom_md_loader/classes/MetadataApexApiLoader.cls 126 12 126 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
111 /custom_md_loader/classes/MetadataApexApiLoader.cls 126 5 126 11 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
111 /custom_md_loader/classes/MetadataApexApiLoader.cls 126 5 126 11 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
112 /custom_md_loader/classes/MetadataApexApiLoader.cls 128 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
112 /custom_md_loader/classes/MetadataApexApiLoader.cls 128 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
113 /custom_md_loader/classes/MetadataApexApiLoader.cls 131 12 133 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
113 /custom_md_loader/classes/MetadataApexApiLoader.cls 131 12 133 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
114 /custom_md_loader/classes/MetadataApexApiLoader.cls 135 12 137 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
114 /custom_md_loader/classes/MetadataApexApiLoader.cls 135 12 137 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
115 /custom_md_loader/classes/MetadataApexApiLoader.cls 138 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
115 /custom_md_loader/classes/MetadataApexApiLoader.cls 138 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
116 /custom_md_loader/classes/MetadataApexApiLoader.cls 142 12 144 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
116 /custom_md_loader/classes/MetadataApexApiLoader.cls 142 12 144 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
117 /custom_md_loader/classes/MetadataApexApiLoader.cls 145 12 147 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
117 /custom_md_loader/classes/MetadataApexApiLoader.cls 145 12 147 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
118 /custom_md_loader/classes/MetadataApexApiLoader.cls 152 10 181 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
118 /custom_md_loader/classes/MetadataApexApiLoader.cls 152 10 181 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
119 /custom_md_loader/classes/MetadataApexApiLoader.cls 154 12 154 80 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
119 /custom_md_loader/classes/MetadataApexApiLoader.cls 154 12 154 80 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
120 /custom_md_loader/classes/MetadataApexApiLoader.cls 156 12 158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
120 /custom_md_loader/classes/MetadataApexApiLoader.cls 156 12 158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
121 /custom_md_loader/classes/MetadataApexApiLoader.cls 160 12 161 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 /custom_md_loader/classes/MetadataApexApiLoader.cls 160 12 161 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 /custom_md_loader/classes/MetadataApexApiLoader.cls 160 5 160 11 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
122 /custom_md_loader/classes/MetadataApexApiLoader.cls 160 5 160 11 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
123 /custom_md_loader/classes/MetadataApexApiLoader.cls 163 12 180 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
123 /custom_md_loader/classes/MetadataApexApiLoader.cls 163 12 180 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
124 /custom_md_loader/classes/MetadataLoader.cls 8 29 135 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
124 /custom_md_loader/classes/MetadataLoader.cls 8 29 135 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
125 /custom_md_loader/classes/MetadataLoader.cls 15 10 17 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
125 /custom_md_loader/classes/MetadataLoader.cls 15 10 17 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
126 /custom_md_loader/classes/MetadataLoader.cls 26 18 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
126 /custom_md_loader/classes/MetadataLoader.cls 26 18 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
127 /custom_md_loader/classes/MetadataLoader.cls 26 18 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
127 /custom_md_loader/classes/MetadataLoader.cls 26 18 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
128 /custom_md_loader/classes/MetadataLoader.cls 33 7 33 69 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
128 /custom_md_loader/classes/MetadataLoader.cls 33 7 33 69 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
129 /custom_md_loader/classes/MetadataLoader.cls 33 7 33 69 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
129 /custom_md_loader/classes/MetadataLoader.cls 33 7 33 69 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
130 /custom_md_loader/classes/MetadataLoader.cls 50 18 68 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
130 /custom_md_loader/classes/MetadataLoader.cls 50 18 68 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
131 /custom_md_loader/classes/MetadataLoader.cls 50 18 68 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
131 /custom_md_loader/classes/MetadataLoader.cls 50 18 68 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
132 /custom_md_loader/classes/MetadataLoader.cls 58 7 58 69 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
132 /custom_md_loader/classes/MetadataLoader.cls 58 7 58 69 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
133 /custom_md_loader/classes/MetadataLoader.cls 58 7 58 69 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
133 /custom_md_loader/classes/MetadataLoader.cls 58 7 58 69 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
134 /custom_md_loader/classes/MetadataLoader.cls 74 18 93 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
134 /custom_md_loader/classes/MetadataLoader.cls 74 18 93 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
135 /custom_md_loader/classes/MetadataLoader.cls 74 18 93 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
135 /custom_md_loader/classes/MetadataLoader.cls 74 18 93 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
136 /custom_md_loader/classes/MetadataLoader.cls 82 7 82 69 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
136 /custom_md_loader/classes/MetadataLoader.cls 82 7 82 69 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
137 /custom_md_loader/classes/MetadataLoader.cls 82 7 82 69 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
137 /custom_md_loader/classes/MetadataLoader.cls 82 7 82 69 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
138 /custom_md_loader/classes/MetadataLoader.cls 102 18 122 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
138 /custom_md_loader/classes/MetadataLoader.cls 102 18 122 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
139 /custom_md_loader/classes/MetadataLoader.cls 102 18 122 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
139 /custom_md_loader/classes/MetadataLoader.cls 102 18 122 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
140 /custom_md_loader/classes/MetadataLoader.cls 110 7 110 69 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
140 /custom_md_loader/classes/MetadataLoader.cls 110 7 110 69 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
141 /custom_md_loader/classes/MetadataLoader.cls 110 7 110 69 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
141 /custom_md_loader/classes/MetadataLoader.cls 110 7 110 69 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
142 /custom_md_loader/classes/MetadataLoader.cls 124 18 125 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
142 /custom_md_loader/classes/MetadataLoader.cls 124 18 125 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
143 /custom_md_loader/classes/MetadataLoader.cls 124 3 124 17 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
143 /custom_md_loader/classes/MetadataLoader.cls 124 3 124 17 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
144 /custom_md_loader/classes/MetadataLoader.cls 127 10 129 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
144 /custom_md_loader/classes/MetadataLoader.cls 127 10 129 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
145 /custom_md_loader/classes/MetadataLoader.cls 131 10 133 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
145 /custom_md_loader/classes/MetadataLoader.cls 131 10 133 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
146 /custom_md_loader/classes/MetadataLoaderClient.cls 13 8 86 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
146 /custom_md_loader/classes/MetadataLoaderClient.cls 13 8 86 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
147 /custom_md_loader/classes/MetadataLoaderClient.cls 15 10 16 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
147 /custom_md_loader/classes/MetadataLoaderClient.cls 15 10 16 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
148 /custom_md_loader/classes/MetadataLoaderClient.cls 15 3 15 9 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
148 /custom_md_loader/classes/MetadataLoaderClient.cls 15 3 15 9 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
149 /custom_md_loader/classes/MetadataLoaderClient.cls 28 10 31 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
149 /custom_md_loader/classes/MetadataLoaderClient.cls 28 10 31 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
150 /custom_md_loader/classes/MetadataLoaderClient.cls 28 10 31 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
150 /custom_md_loader/classes/MetadataLoaderClient.cls 28 10 31 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
151 /custom_md_loader/classes/MetadataLoaderClient.cls 28 10 31 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
151 /custom_md_loader/classes/MetadataLoaderClient.cls 28 10 31 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
152 /custom_md_loader/classes/MetadataLoaderClient.cls 42 10 45 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
152 /custom_md_loader/classes/MetadataLoaderClient.cls 42 10 45 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
153 /custom_md_loader/classes/MetadataLoaderClient.cls 42 10 45 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
153 /custom_md_loader/classes/MetadataLoaderClient.cls 42 10 45 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
154 /custom_md_loader/classes/MetadataLoaderClient.cls 42 10 45 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
154 /custom_md_loader/classes/MetadataLoaderClient.cls 42 10 45 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
155 /custom_md_loader/classes/MetadataLoaderClient.cls 58 10 62 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
155 /custom_md_loader/classes/MetadataLoaderClient.cls 58 10 62 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
156 /custom_md_loader/classes/MetadataLoaderClient.cls 58 10 62 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
156 /custom_md_loader/classes/MetadataLoaderClient.cls 58 10 62 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
157 /custom_md_loader/classes/MetadataLoaderClient.cls 58 10 62 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
157 /custom_md_loader/classes/MetadataLoaderClient.cls 58 10 62 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
158 /custom_md_loader/classes/MetadataLoaderClient.cls 80 10 84 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
158 /custom_md_loader/classes/MetadataLoaderClient.cls 80 10 84 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
159 /custom_md_loader/classes/MetadataLoaderClient.cls 80 10 84 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
159 /custom_md_loader/classes/MetadataLoaderClient.cls 80 10 84 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
160 /custom_md_loader/classes/MetadataLoaderClient.cls 80 10 84 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
160 /custom_md_loader/classes/MetadataLoaderClient.cls 80 10 84 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
161 /custom_md_loader/classes/MetadataLoaderFactory.cls 8 21 22 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
161 /custom_md_loader/classes/MetadataLoaderFactory.cls 8 21 22 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
162 /custom_md_loader/classes/MetadataLoaderFactory.cls 10 19 20 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
162 /custom_md_loader/classes/MetadataLoaderFactory.cls 10 19 20 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
163 /custom_md_loader/classes/MetadataMapper.cls 14 8 41 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
163 /custom_md_loader/classes/MetadataMapper.cls 14 8 41 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
164 /custom_md_loader/classes/MetadataMapper.cls 23 3 23 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
164 /custom_md_loader/classes/MetadataMapper.cls 23 3 23 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
165 /custom_md_loader/classes/MetadataMapper.cls 23 3 23 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
165 /custom_md_loader/classes/MetadataMapper.cls 23 3 23 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
166 /custom_md_loader/classes/MetadataMapper.cls 23 3 23 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
166 /custom_md_loader/classes/MetadataMapper.cls 23 3 23 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
167 /custom_md_loader/classes/MetadataMapper.cls 34 3 34 22 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
167 /custom_md_loader/classes/MetadataMapper.cls 34 3 34 22 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
168 /custom_md_loader/classes/MetadataMapper.cls 34 3 34 22 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
168 /custom_md_loader/classes/MetadataMapper.cls 34 3 34 22 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
169 /custom_md_loader/classes/MetadataMapper.cls 40 3 40 26 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
169 /custom_md_loader/classes/MetadataMapper.cls 40 3 40 26 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
170 /custom_md_loader/classes/MetadataMapperCustom.cls 12 21 103 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
170 /custom_md_loader/classes/MetadataMapperCustom.cls 12 21 103 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
171 /custom_md_loader/classes/MetadataMapperCustom.cls 18 10 20 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
171 /custom_md_loader/classes/MetadataMapperCustom.cls 18 10 20 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
172 /custom_md_loader/classes/MetadataMapperCustom.cls 29 19 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
172 /custom_md_loader/classes/MetadataMapperCustom.cls 29 19 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
173 /custom_md_loader/classes/MetadataMapperCustom.cls 29 19 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
173 /custom_md_loader/classes/MetadataMapperCustom.cls 29 19 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
174 /custom_md_loader/classes/MetadataMapperCustom.cls 29 19 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
174 /custom_md_loader/classes/MetadataMapperCustom.cls 29 19 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
175 /custom_md_loader/classes/MetadataMapperCustom.cls 43 13 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
175 /custom_md_loader/classes/MetadataMapperCustom.cls 43 13 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
176 /custom_md_loader/classes/MetadataMapperCustom.cls 43 13 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
176 /custom_md_loader/classes/MetadataMapperCustom.cls 43 13 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
177 /custom_md_loader/classes/MetadataMapperCustom.cls 69 53 69 58 pmd ApexSOQLInjection 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection Avoid untrusted/unescaped variables in DML query
177 /custom_md_loader/classes/MetadataMapperCustom.cls 69 53 69 58 pmd ApexSOQLInjection 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection Avoid untrusted/unescaped variables in DML query
178 /custom_md_loader/classes/MetadataMapperCustom.cls 76 7 76 75 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
178 /custom_md_loader/classes/MetadataMapperCustom.cls 76 7 76 75 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
179 /custom_md_loader/classes/MetadataMapperCustom.cls 76 7 76 75 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
179 /custom_md_loader/classes/MetadataMapperCustom.cls 76 7 76 75 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
180 /custom_md_loader/classes/MetadataMapperCustom.cls 91 19 93 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
180 /custom_md_loader/classes/MetadataMapperCustom.cls 91 19 93 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
181 /custom_md_loader/classes/MetadataMapperCustom.cls 91 19 93 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
181 /custom_md_loader/classes/MetadataMapperCustom.cls 91 19 93 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
182 /custom_md_loader/classes/MetadataMapperCustom.cls 99 21 101 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
182 /custom_md_loader/classes/MetadataMapperCustom.cls 99 21 101 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
183 /custom_md_loader/classes/MetadataMapperDefault.cls 14 29 113 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
183 /custom_md_loader/classes/MetadataMapperDefault.cls 14 29 113 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
184 /custom_md_loader/classes/MetadataMapperDefault.cls 19 10 21 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
184 /custom_md_loader/classes/MetadataMapperDefault.cls 19 10 21 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
185 /custom_md_loader/classes/MetadataMapperDefault.cls 30 18 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
185 /custom_md_loader/classes/MetadataMapperDefault.cls 30 18 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
186 /custom_md_loader/classes/MetadataMapperDefault.cls 30 18 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
186 /custom_md_loader/classes/MetadataMapperDefault.cls 30 18 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
187 /custom_md_loader/classes/MetadataMapperDefault.cls 30 18 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
187 /custom_md_loader/classes/MetadataMapperDefault.cls 30 18 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
188 /custom_md_loader/classes/MetadataMapperDefault.cls 47 11 83 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
188 /custom_md_loader/classes/MetadataMapperDefault.cls 47 11 83 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
189 /custom_md_loader/classes/MetadataMapperDefault.cls 47 11 83 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
189 /custom_md_loader/classes/MetadataMapperDefault.cls 47 11 83 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
190 /custom_md_loader/classes/MetadataMapperDefault.cls 60 14 60 31 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'selectFields' defined but not used
190 /custom_md_loader/classes/MetadataMapperDefault.cls 60 14 60 31 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'selectFields' defined but not used
191 /custom_md_loader/classes/MetadataMapperDefault.cls 73 49 73 54 pmd ApexSOQLInjection 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection Avoid untrusted/unescaped variables in DML query
191 /custom_md_loader/classes/MetadataMapperDefault.cls 73 49 73 54 pmd ApexSOQLInjection 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection Avoid untrusted/unescaped variables in DML query
192 /custom_md_loader/classes/MetadataMapperDefault.cls 80 7 80 76 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
192 /custom_md_loader/classes/MetadataMapperDefault.cls 80 7 80 76 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
193 /custom_md_loader/classes/MetadataMapperDefault.cls 80 7 80 76 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
193 /custom_md_loader/classes/MetadataMapperDefault.cls 80 7 80 76 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
194 /custom_md_loader/classes/MetadataMapperDefault.cls 94 18 96 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
194 /custom_md_loader/classes/MetadataMapperDefault.cls 94 18 96 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
195 /custom_md_loader/classes/MetadataMapperDefault.cls 94 18 96 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
195 /custom_md_loader/classes/MetadataMapperDefault.cls 94 18 96 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
196 /custom_md_loader/classes/MetadataMapperDefault.cls 102 18 107 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
196 /custom_md_loader/classes/MetadataMapperDefault.cls 102 18 107 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
197 /custom_md_loader/classes/MetadataMapperDefault.cls 103 25 103 85 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'csToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
197 /custom_md_loader/classes/MetadataMapperDefault.cls 103 25 103 85 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'csToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
198 /custom_md_loader/classes/MetadataMapperDefault.cls 109 10 111 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
198 /custom_md_loader/classes/MetadataMapperDefault.cls 109 10 111 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
199 /custom_md_loader/classes/MetadataMapperFactory.cls 8 21 24 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
199 /custom_md_loader/classes/MetadataMapperFactory.cls 8 21 24 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
200 /custom_md_loader/classes/MetadataMapperFactory.cls 10 17 22 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
200 /custom_md_loader/classes/MetadataMapperFactory.cls 10 17 22 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
201 /custom_md_loader/classes/MetadataMapperSimple.cls 13 21 93 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
201 /custom_md_loader/classes/MetadataMapperSimple.cls 13 21 93 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
202 /custom_md_loader/classes/MetadataMapperSimple.cls 18 10 20 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
202 /custom_md_loader/classes/MetadataMapperSimple.cls 18 10 20 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
203 /custom_md_loader/classes/MetadataMapperSimple.cls 29 19 34 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
203 /custom_md_loader/classes/MetadataMapperSimple.cls 29 19 34 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
204 /custom_md_loader/classes/MetadataMapperSimple.cls 29 19 34 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
204 /custom_md_loader/classes/MetadataMapperSimple.cls 29 19 34 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
205 /custom_md_loader/classes/MetadataMapperSimple.cls 29 19 34 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
205 /custom_md_loader/classes/MetadataMapperSimple.cls 29 19 34 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
206 /custom_md_loader/classes/MetadataMapperSimple.cls 39 11 73 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
206 /custom_md_loader/classes/MetadataMapperSimple.cls 39 11 73 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
207 /custom_md_loader/classes/MetadataMapperSimple.cls 39 11 73 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
207 /custom_md_loader/classes/MetadataMapperSimple.cls 39 11 73 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
208 /custom_md_loader/classes/MetadataMapperSimple.cls 62 49 62 54 pmd ApexSOQLInjection 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection Avoid untrusted/unescaped variables in DML query
208 /custom_md_loader/classes/MetadataMapperSimple.cls 62 49 62 54 pmd ApexSOQLInjection 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection Avoid untrusted/unescaped variables in DML query
209 /custom_md_loader/classes/MetadataMapperSimple.cls 70 7 70 75 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
209 /custom_md_loader/classes/MetadataMapperSimple.cls 70 7 70 75 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
210 /custom_md_loader/classes/MetadataMapperSimple.cls 70 7 70 75 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
210 /custom_md_loader/classes/MetadataMapperSimple.cls 70 7 70 75 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
211 /custom_md_loader/classes/MetadataMapperSimple.cls 84 19 86 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
211 /custom_md_loader/classes/MetadataMapperSimple.cls 84 19 86 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
212 /custom_md_loader/classes/MetadataMapperSimple.cls 84 19 86 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
212 /custom_md_loader/classes/MetadataMapperSimple.cls 84 19 86 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
213 /custom_md_loader/classes/MetadataMapperSimple.cls 89 25 89 85 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'csToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
213 /custom_md_loader/classes/MetadataMapperSimple.cls 89 25 89 85 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'csToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
214 /custom_md_loader/classes/MetadataMappingInfo.cls 8 21 78 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
214 /custom_md_loader/classes/MetadataMappingInfo.cls 8 21 78 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
215 /custom_md_loader/classes/MetadataMappingInfo.cls 18 31 18 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 'csToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
215 /custom_md_loader/classes/MetadataMappingInfo.cls 18 31 18 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 'csToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
216 /custom_md_loader/classes/MetadataMappingInfo.cls 20 10 24 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
216 /custom_md_loader/classes/MetadataMappingInfo.cls 20 10 24 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
217 /custom_md_loader/classes/MetadataMappingInfo.cls 26 10 28 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
217 /custom_md_loader/classes/MetadataMappingInfo.cls 26 10 28 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
218 /custom_md_loader/classes/MetadataMappingInfo.cls 30 10 32 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
218 /custom_md_loader/classes/MetadataMappingInfo.cls 30 10 32 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
219 /custom_md_loader/classes/MetadataMappingInfo.cls 34 10 36 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
219 /custom_md_loader/classes/MetadataMappingInfo.cls 34 10 36 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
220 /custom_md_loader/classes/MetadataMappingInfo.cls 38 10 40 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
220 /custom_md_loader/classes/MetadataMappingInfo.cls 38 10 40 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
221 /custom_md_loader/classes/MetadataMappingInfo.cls 42 10 44 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
221 /custom_md_loader/classes/MetadataMappingInfo.cls 42 10 44 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
222 /custom_md_loader/classes/MetadataMappingInfo.cls 46 10 48 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
222 /custom_md_loader/classes/MetadataMappingInfo.cls 46 10 48 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
223 /custom_md_loader/classes/MetadataMappingInfo.cls 46 10 48 4 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'getCSToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
223 /custom_md_loader/classes/MetadataMappingInfo.cls 46 10 48 4 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'getCSToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
224 /custom_md_loader/classes/MetadataMappingInfo.cls 50 10 52 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
224 /custom_md_loader/classes/MetadataMappingInfo.cls 50 10 52 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
225 /custom_md_loader/classes/MetadataMappingInfo.cls 50 39 50 79 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'csToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
225 /custom_md_loader/classes/MetadataMappingInfo.cls 50 39 50 79 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'csToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
226 /custom_md_loader/classes/MetadataMappingInfo.cls 50 10 52 4 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'setCSToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
226 /custom_md_loader/classes/MetadataMappingInfo.cls 50 10 52 4 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'setCSToMDT_fieldMapping' doesn't match '[a-z][a-zA-Z0-9]*'
227 /custom_md_loader/classes/MetadataMappingInfo.cls 54 10 56 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
227 /custom_md_loader/classes/MetadataMappingInfo.cls 54 10 56 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
228 /custom_md_loader/classes/MetadataMappingInfo.cls 58 10 60 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
228 /custom_md_loader/classes/MetadataMappingInfo.cls 58 10 60 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
229 /custom_md_loader/classes/MetadataMappingInfo.cls 62 10 64 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
229 /custom_md_loader/classes/MetadataMappingInfo.cls 62 10 64 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
230 /custom_md_loader/classes/MetadataMappingInfo.cls 66 10 68 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
230 /custom_md_loader/classes/MetadataMappingInfo.cls 66 10 68 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
231 /custom_md_loader/classes/MetadataMappingInfo.cls 70 10 72 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
231 /custom_md_loader/classes/MetadataMappingInfo.cls 70 10 72 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
232 /custom_md_loader/classes/MetadataMappingInfo.cls 74 10 76 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
232 /custom_md_loader/classes/MetadataMappingInfo.cls 74 10 76 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
233 /custom_md_loader/classes/MetadataMigrationController.cls 8 8 203 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
233 /custom_md_loader/classes/MetadataMigrationController.cls 8 8 203 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
234 /custom_md_loader/classes/MetadataMigrationController.cls 8 1 8 7 pmd ApexSharingViolations 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations Apex classes should declare a sharing model if DML or SOQL/SOSL is used
234 /custom_md_loader/classes/MetadataMigrationController.cls 8 1 8 7 pmd ApexSharingViolations 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations Apex classes should declare a sharing model if DML or SOQL/SOSL is used
235 /custom_md_loader/classes/MetadataMigrationController.cls 8 8 203 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'MetadataMigrationController' has a total cognitive complexity of 71 (highest 10), current threshold is 50
235 /custom_md_loader/classes/MetadataMigrationController.cls 8 8 203 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'MetadataMigrationController' has a total cognitive complexity of 71 (highest 10), current threshold is 50
236 /custom_md_loader/classes/MetadataMigrationController.cls 8 8 203 2 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class MetadataMigrationController has 31 public methods, attributes, and properties (limit: 20)
236 /custom_md_loader/classes/MetadataMigrationController.cls 8 8 203 2 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class MetadataMigrationController has 31 public methods, attributes, and properties (limit: 20)
237 /custom_md_loader/classes/MetadataMigrationController.cls 14 10 14 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
237 /custom_md_loader/classes/MetadataMigrationController.cls 14 10 14 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
238 /custom_md_loader/classes/MetadataMigrationController.cls 15 10 15 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
238 /custom_md_loader/classes/MetadataMigrationController.cls 15 10 15 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
239 /custom_md_loader/classes/MetadataMigrationController.cls 16 10 16 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
239 /custom_md_loader/classes/MetadataMigrationController.cls 16 10 16 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
240 /custom_md_loader/classes/MetadataMigrationController.cls 17 10 17 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
240 /custom_md_loader/classes/MetadataMigrationController.cls 17 10 17 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
241 /custom_md_loader/classes/MetadataMigrationController.cls 18 10 18 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
241 /custom_md_loader/classes/MetadataMigrationController.cls 18 10 18 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
242 /custom_md_loader/classes/MetadataMigrationController.cls 19 10 19 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
242 /custom_md_loader/classes/MetadataMigrationController.cls 19 10 19 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
243 /custom_md_loader/classes/MetadataMigrationController.cls 20 10 20 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
243 /custom_md_loader/classes/MetadataMigrationController.cls 20 10 20 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
244 /custom_md_loader/classes/MetadataMigrationController.cls 21 10 21 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
244 /custom_md_loader/classes/MetadataMigrationController.cls 21 10 21 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
245 /custom_md_loader/classes/MetadataMigrationController.cls 22 10 22 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
245 /custom_md_loader/classes/MetadataMigrationController.cls 22 10 22 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
246 /custom_md_loader/classes/MetadataMigrationController.cls 23 10 23 64 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
246 /custom_md_loader/classes/MetadataMigrationController.cls 23 10 23 64 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
247 /custom_md_loader/classes/MetadataMigrationController.cls 25 10 25 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
247 /custom_md_loader/classes/MetadataMigrationController.cls 25 10 25 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
248 /custom_md_loader/classes/MetadataMigrationController.cls 27 10 27 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
248 /custom_md_loader/classes/MetadataMigrationController.cls 27 10 27 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
249 /custom_md_loader/classes/MetadataMigrationController.cls 28 10 28 62 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
249 /custom_md_loader/classes/MetadataMigrationController.cls 28 10 28 62 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
250 /custom_md_loader/classes/MetadataMigrationController.cls 29 10 29 50 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
250 /custom_md_loader/classes/MetadataMigrationController.cls 29 10 29 50 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
251 /custom_md_loader/classes/MetadataMigrationController.cls 30 10 30 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
251 /custom_md_loader/classes/MetadataMigrationController.cls 30 10 30 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
252 /custom_md_loader/classes/MetadataMigrationController.cls 31 10 31 48 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
252 /custom_md_loader/classes/MetadataMigrationController.cls 31 10 31 48 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
253 /custom_md_loader/classes/MetadataMigrationController.cls 33 10 33 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
253 /custom_md_loader/classes/MetadataMigrationController.cls 33 10 33 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
254 /custom_md_loader/classes/MetadataMigrationController.cls 34 10 34 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
254 /custom_md_loader/classes/MetadataMigrationController.cls 34 10 34 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
255 /custom_md_loader/classes/MetadataMigrationController.cls 35 10 35 57 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
255 /custom_md_loader/classes/MetadataMigrationController.cls 35 10 35 57 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
256 /custom_md_loader/classes/MetadataMigrationController.cls 37 10 37 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
256 /custom_md_loader/classes/MetadataMigrationController.cls 37 10 37 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
257 /custom_md_loader/classes/MetadataMigrationController.cls 38 10 38 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
257 /custom_md_loader/classes/MetadataMigrationController.cls 38 10 38 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
258 /custom_md_loader/classes/MetadataMigrationController.cls 39 10 39 57 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
258 /custom_md_loader/classes/MetadataMigrationController.cls 39 10 39 57 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
259 /custom_md_loader/classes/MetadataMigrationController.cls 41 10 41 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
259 /custom_md_loader/classes/MetadataMigrationController.cls 41 10 41 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
260 /custom_md_loader/classes/MetadataMigrationController.cls 43 10 43 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
260 /custom_md_loader/classes/MetadataMigrationController.cls 43 10 43 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
261 /custom_md_loader/classes/MetadataMigrationController.cls 45 10 45 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
261 /custom_md_loader/classes/MetadataMigrationController.cls 45 10 45 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
262 /custom_md_loader/classes/MetadataMigrationController.cls 47 25 47 60 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'opType' should be before method declarations in its class
262 /custom_md_loader/classes/MetadataMigrationController.cls 47 25 47 60 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'opType' should be before method declarations in its class
263 /custom_md_loader/classes/MetadataMigrationController.cls 50 10 72 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
263 /custom_md_loader/classes/MetadataMigrationController.cls 50 10 72 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
264 /custom_md_loader/classes/MetadataMigrationController.cls 77 11 89 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
264 /custom_md_loader/classes/MetadataMigrationController.cls 77 11 89 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
265 /custom_md_loader/classes/MetadataMigrationController.cls 78 38 78 112 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
265 /custom_md_loader/classes/MetadataMigrationController.cls 78 38 78 112 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
266 /custom_md_loader/classes/MetadataMigrationController.cls 98 10 124 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
266 /custom_md_loader/classes/MetadataMigrationController.cls 98 10 124 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
267 /custom_md_loader/classes/MetadataMigrationController.cls 126 10 151 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
267 /custom_md_loader/classes/MetadataMigrationController.cls 126 10 151 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
268 /custom_md_loader/classes/MetadataMigrationController.cls 153 10 176 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
268 /custom_md_loader/classes/MetadataMigrationController.cls 153 10 176 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
269 /custom_md_loader/classes/MetadataMigrationController.cls 178 10 201 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
269 /custom_md_loader/classes/MetadataMigrationController.cls 178 10 201 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
270 /custom_md_loader/classes/MetadataMigrationException.cls 8 8 8 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
270 /custom_md_loader/classes/MetadataMigrationException.cls 8 8 8 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
271 /custom_md_loader/classes/MetadataObjectCreator.cls 7 21 166 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
271 /custom_md_loader/classes/MetadataObjectCreator.cls 7 21 166 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
272 /custom_md_loader/classes/MetadataObjectCreator.cls 7 21 166 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'MetadataObjectCreator' has a Standard Cyclomatic Complexity of 8 (Highest = 13).
272 /custom_md_loader/classes/MetadataObjectCreator.cls 7 21 166 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'MetadataObjectCreator' has a Standard Cyclomatic Complexity of 8 (Highest = 13).
273 /custom_md_loader/classes/MetadataObjectCreator.cls 13 48 27 34 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'displayTypeToTypeMap' doesn't match '[A-Z][A-Z0-9_]*'
273 /custom_md_loader/classes/MetadataObjectCreator.cls 13 48 27 34 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'displayTypeToTypeMap' doesn't match '[A-Z][A-Z0-9_]*'
274 /custom_md_loader/classes/MetadataObjectCreator.cls 29 17 53 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
274 /custom_md_loader/classes/MetadataObjectCreator.cls 29 17 53 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
275 /custom_md_loader/classes/MetadataObjectCreator.cls 33 14 33 138 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'strippedLabel' defined but not used
275 /custom_md_loader/classes/MetadataObjectCreator.cls 33 14 33 138 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'strippedLabel' defined but not used
276 /custom_md_loader/classes/MetadataObjectCreator.cls 50 7 50 71 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
276 /custom_md_loader/classes/MetadataObjectCreator.cls 50 7 50 71 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
277 /custom_md_loader/classes/MetadataObjectCreator.cls 50 7 50 71 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
277 /custom_md_loader/classes/MetadataObjectCreator.cls 50 7 50 71 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
278 /custom_md_loader/classes/MetadataObjectCreator.cls 55 17 139 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
278 /custom_md_loader/classes/MetadataObjectCreator.cls 55 17 139 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
279 /custom_md_loader/classes/MetadataObjectCreator.cls 55 17 139 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'createCustomField(MetadataMappingInfo)' has a cognitive complexity of 34, current threshold is 15
279 /custom_md_loader/classes/MetadataObjectCreator.cls 55 17 139 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'createCustomField(MetadataMappingInfo)' has a cognitive complexity of 34, current threshold is 15
280 /custom_md_loader/classes/MetadataObjectCreator.cls 55 17 139 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'createCustomField(MetadataMappingInfo)' has a cyclomatic complexity of 22.
280 /custom_md_loader/classes/MetadataObjectCreator.cls 55 17 139 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'createCustomField(MetadataMappingInfo)' has a cyclomatic complexity of 22.
281 /custom_md_loader/classes/MetadataObjectCreator.cls 55 17 139 4 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'createCustomField()' has an NCSS line count of 58 (limit: 40)
281 /custom_md_loader/classes/MetadataObjectCreator.cls 55 17 139 4 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'createCustomField()' has an NCSS line count of 58 (limit: 40)
282 /custom_md_loader/classes/MetadataObjectCreator.cls 55 17 139 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'createCustomField' has a Standard Cyclomatic Complexity of 13.
282 /custom_md_loader/classes/MetadataObjectCreator.cls 55 17 139 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'createCustomField' has a Standard Cyclomatic Complexity of 13.
283 /custom_md_loader/classes/MetadataObjectCreator.cls 59 14 59 138 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'strippedLabel' defined but not used
283 /custom_md_loader/classes/MetadataObjectCreator.cls 59 14 59 138 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'strippedLabel' defined but not used
284 /custom_md_loader/classes/MetadataObjectCreator.cls 63 14 63 28 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
284 /custom_md_loader/classes/MetadataObjectCreator.cls 63 14 63 28 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
285 /custom_md_loader/classes/MetadataObjectCreator.cls 136 7 136 70 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
285 /custom_md_loader/classes/MetadataObjectCreator.cls 136 7 136 70 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
286 /custom_md_loader/classes/MetadataObjectCreator.cls 136 7 136 70 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
286 /custom_md_loader/classes/MetadataObjectCreator.cls 136 7 136 70 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
287 /custom_md_loader/classes/MetadataObjectCreator.cls 144 18 164 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
287 /custom_md_loader/classes/MetadataObjectCreator.cls 144 18 164 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
288 /custom_md_loader/classes/MetadataObjectCreator.cls 144 18 164 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
288 /custom_md_loader/classes/MetadataObjectCreator.cls 144 18 164 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
289 /custom_md_loader/classes/MetadataObjectCreator.cls 144 18 164 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'handleSaveResults(MetadataService.SaveResult)' has a cyclomatic complexity of 12.
289 /custom_md_loader/classes/MetadataObjectCreator.cls 144 18 164 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'handleSaveResults(MetadataService.SaveResult)' has a cyclomatic complexity of 12.
290 /custom_md_loader/classes/MetadataObjectCreator.cls 147 7 147 14 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
290 /custom_md_loader/classes/MetadataObjectCreator.cls 147 7 147 14 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
291 /custom_md_loader/classes/MetadataObjectCreator.cls 147 7 147 14 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
291 /custom_md_loader/classes/MetadataObjectCreator.cls 147 7 147 14 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
292 /custom_md_loader/classes/MetadataObjectCreator.cls 155 9 158 76 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
292 /custom_md_loader/classes/MetadataObjectCreator.cls 155 9 158 76 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
293 /custom_md_loader/classes/MetadataObjectCreator.cls 160 9 160 74 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
293 /custom_md_loader/classes/MetadataObjectCreator.cls 160 9 160 74 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
294 /custom_md_loader/classes/MetadataObjectCreator.cls 160 9 160 74 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
294 /custom_md_loader/classes/MetadataObjectCreator.cls 160 9 160 74 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
295 /custom_md_loader/classes/MetadataObjectCreator.cls 163 7 163 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
295 /custom_md_loader/classes/MetadataObjectCreator.cls 163 7 163 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
296 /custom_md_loader/classes/MetadataObjectCreator.cls 163 7 163 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
296 /custom_md_loader/classes/MetadataObjectCreator.cls 163 7 163 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
297 /custom_md_loader/classes/MetadataResponse.cls 8 21 62 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
297 /custom_md_loader/classes/MetadataResponse.cls 8 21 62 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
298 /custom_md_loader/classes/MetadataResponse.cls 14 10 15 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
298 /custom_md_loader/classes/MetadataResponse.cls 14 10 15 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
299 /custom_md_loader/classes/MetadataResponse.cls 14 3 14 9 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
299 /custom_md_loader/classes/MetadataResponse.cls 14 3 14 9 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
300 /custom_md_loader/classes/MetadataResponse.cls 17 10 21 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
300 /custom_md_loader/classes/MetadataResponse.cls 17 10 21 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
301 /custom_md_loader/classes/MetadataResponse.cls 23 10 25 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
301 /custom_md_loader/classes/MetadataResponse.cls 23 10 25 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
302 /custom_md_loader/classes/MetadataResponse.cls 27 10 29 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
302 /custom_md_loader/classes/MetadataResponse.cls 27 10 29 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
303 /custom_md_loader/classes/MetadataResponse.cls 31 10 33 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
303 /custom_md_loader/classes/MetadataResponse.cls 31 10 33 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
304 /custom_md_loader/classes/MetadataResponse.cls 34 10 36 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
304 /custom_md_loader/classes/MetadataResponse.cls 34 10 36 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
305 /custom_md_loader/classes/MetadataResponse.cls 38 10 40 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
305 /custom_md_loader/classes/MetadataResponse.cls 38 10 40 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
306 /custom_md_loader/classes/MetadataResponse.cls 42 10 44 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
306 /custom_md_loader/classes/MetadataResponse.cls 42 10 44 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
307 /custom_md_loader/classes/MetadataResponse.cls 46 23 57 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
307 /custom_md_loader/classes/MetadataResponse.cls 46 23 57 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
308 /custom_md_loader/classes/MetadataResponse.cls 50 12 51 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
308 /custom_md_loader/classes/MetadataResponse.cls 50 12 51 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
309 /custom_md_loader/classes/MetadataResponse.cls 50 5 50 11 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
309 /custom_md_loader/classes/MetadataResponse.cls 50 5 50 11 pmd EmptyStatementBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock Avoid empty block statements.
310 /custom_md_loader/classes/MetadataResponse.cls 53 12 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
310 /custom_md_loader/classes/MetadataResponse.cls 53 12 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
311 /custom_md_loader/classes/MetadataResponse.cls 59 10 61 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
311 /custom_md_loader/classes/MetadataResponse.cls 59 10 61 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
312 /custom_md_loader/classes/MetadataService.cls 29 8 9384 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
312 /custom_md_loader/classes/MetadataService.cls 29 8 9384 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
313 /custom_md_loader/classes/MetadataService.cls 29 8 9384 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.
313 /custom_md_loader/classes/MetadataService.cls 29 8 9384 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.
314 /custom_md_loader/classes/MetadataService.cls 29 8 9384 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 8,382
314 /custom_md_loader/classes/MetadataService.cls 29 8 9384 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 8,382
315 /custom_md_loader/classes/MetadataService.cls 30 12 35 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
315 /custom_md_loader/classes/MetadataService.cls 30 12 35 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
316 /custom_md_loader/classes/MetadataService.cls 30 12 35 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_]*'
316 /custom_md_loader/classes/MetadataService.cls 30 12 35 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_]*'
317 /custom_md_loader/classes/MetadataService.cls 32 26 32 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
317 /custom_md_loader/classes/MetadataService.cls 32 26 32 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
318 /custom_md_loader/classes/MetadataService.cls 33 26 33 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 33 26 33 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 34 26 34 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]*'
319 /custom_md_loader/classes/MetadataService.cls 34 26 34 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]*'
320 /custom_md_loader/classes/MetadataService.cls 36 12 59 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
320 /custom_md_loader/classes/MetadataService.cls 36 12 59 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
321 /custom_md_loader/classes/MetadataService.cls 36 12 59 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
321 /custom_md_loader/classes/MetadataService.cls 36 12 59 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
322 /custom_md_loader/classes/MetadataService.cls 47 26 47 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
322 /custom_md_loader/classes/MetadataService.cls 47 26 47 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
323 /custom_md_loader/classes/MetadataService.cls 48 26 48 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
323 /custom_md_loader/classes/MetadataService.cls 48 26 48 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
324 /custom_md_loader/classes/MetadataService.cls 49 26 49 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
324 /custom_md_loader/classes/MetadataService.cls 49 26 49 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
325 /custom_md_loader/classes/MetadataService.cls 50 26 50 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
325 /custom_md_loader/classes/MetadataService.cls 50 26 50 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
326 /custom_md_loader/classes/MetadataService.cls 51 26 51 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
326 /custom_md_loader/classes/MetadataService.cls 51 26 51 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
327 /custom_md_loader/classes/MetadataService.cls 52 26 52 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
327 /custom_md_loader/classes/MetadataService.cls 52 26 52 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
328 /custom_md_loader/classes/MetadataService.cls 53 26 53 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 'triggerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
328 /custom_md_loader/classes/MetadataService.cls 53 26 53 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 'triggerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
329 /custom_md_loader/classes/MetadataService.cls 54 26 54 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 'workflowTimeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
329 /custom_md_loader/classes/MetadataService.cls 54 26 54 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 'workflowTimeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
330 /custom_md_loader/classes/MetadataService.cls 55 26 55 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
330 /custom_md_loader/classes/MetadataService.cls 55 26 55 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 56 26 56 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
331 /custom_md_loader/classes/MetadataService.cls 56 26 56 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
332 /custom_md_loader/classes/MetadataService.cls 57 26 57 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]*'
332 /custom_md_loader/classes/MetadataService.cls 57 26 57 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]*'
333 /custom_md_loader/classes/MetadataService.cls 58 26 58 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]*'
333 /custom_md_loader/classes/MetadataService.cls 58 26 58 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]*'
334 /custom_md_loader/classes/MetadataService.cls 60 12 69 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
334 /custom_md_loader/classes/MetadataService.cls 60 12 69 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
335 /custom_md_loader/classes/MetadataService.cls 64 26 64 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
335 /custom_md_loader/classes/MetadataService.cls 64 26 64 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
336 /custom_md_loader/classes/MetadataService.cls 65 26 65 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
336 /custom_md_loader/classes/MetadataService.cls 65 26 65 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
337 /custom_md_loader/classes/MetadataService.cls 66 26 66 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
337 /custom_md_loader/classes/MetadataService.cls 66 26 66 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
338 /custom_md_loader/classes/MetadataService.cls 67 26 67 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 67 26 67 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 68 26 68 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]*'
339 /custom_md_loader/classes/MetadataService.cls 68 26 68 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]*'
340 /custom_md_loader/classes/MetadataService.cls 70 12 85 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
340 /custom_md_loader/classes/MetadataService.cls 70 12 85 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
341 /custom_md_loader/classes/MetadataService.cls 77 26 77 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
341 /custom_md_loader/classes/MetadataService.cls 77 26 77 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
342 /custom_md_loader/classes/MetadataService.cls 78 26 78 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
342 /custom_md_loader/classes/MetadataService.cls 78 26 78 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
343 /custom_md_loader/classes/MetadataService.cls 79 26 79 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
343 /custom_md_loader/classes/MetadataService.cls 79 26 79 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
344 /custom_md_loader/classes/MetadataService.cls 80 26 80 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
344 /custom_md_loader/classes/MetadataService.cls 80 26 80 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
345 /custom_md_loader/classes/MetadataService.cls 81 26 81 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
345 /custom_md_loader/classes/MetadataService.cls 81 26 81 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
346 /custom_md_loader/classes/MetadataService.cls 82 26 82 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
346 /custom_md_loader/classes/MetadataService.cls 82 26 82 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
347 /custom_md_loader/classes/MetadataService.cls 83 26 83 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
347 /custom_md_loader/classes/MetadataService.cls 83 26 83 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
348 /custom_md_loader/classes/MetadataService.cls 84 26 84 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]*'
348 /custom_md_loader/classes/MetadataService.cls 84 26 84 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]*'
349 /custom_md_loader/classes/MetadataService.cls 86 12 91 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
349 /custom_md_loader/classes/MetadataService.cls 86 12 91 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
350 /custom_md_loader/classes/MetadataService.cls 88 26 88 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 'showQuotas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
350 /custom_md_loader/classes/MetadataService.cls 88 26 88 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 'showQuotas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
351 /custom_md_loader/classes/MetadataService.cls 89 26 89 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 89 26 89 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
352 /custom_md_loader/classes/MetadataService.cls 90 26 90 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]*'
352 /custom_md_loader/classes/MetadataService.cls 90 26 90 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]*'
353 /custom_md_loader/classes/MetadataService.cls 92 12 99 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
353 /custom_md_loader/classes/MetadataService.cls 92 12 99 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
354 /custom_md_loader/classes/MetadataService.cls 92 12 99 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_]*'
354 /custom_md_loader/classes/MetadataService.cls 92 12 99 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_]*'
355 /custom_md_loader/classes/MetadataService.cls 95 26 95 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]*'
355 /custom_md_loader/classes/MetadataService.cls 95 26 95 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]*'
356 /custom_md_loader/classes/MetadataService.cls 96 26 96 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 'includeDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
356 /custom_md_loader/classes/MetadataService.cls 96 26 96 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 'includeDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
357 /custom_md_loader/classes/MetadataService.cls 97 26 97 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
357 /custom_md_loader/classes/MetadataService.cls 97 26 97 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
358 /custom_md_loader/classes/MetadataService.cls 98 26 98 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
358 /custom_md_loader/classes/MetadataService.cls 98 26 98 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
359 /custom_md_loader/classes/MetadataService.cls 100 12 111 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
359 /custom_md_loader/classes/MetadataService.cls 100 12 111 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
360 /custom_md_loader/classes/MetadataService.cls 105 26 105 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
360 /custom_md_loader/classes/MetadataService.cls 105 26 105 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
361 /custom_md_loader/classes/MetadataService.cls 106 26 106 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
361 /custom_md_loader/classes/MetadataService.cls 106 26 106 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
362 /custom_md_loader/classes/MetadataService.cls 107 26 107 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
362 /custom_md_loader/classes/MetadataService.cls 107 26 107 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
363 /custom_md_loader/classes/MetadataService.cls 108 26 108 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
363 /custom_md_loader/classes/MetadataService.cls 108 26 108 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
364 /custom_md_loader/classes/MetadataService.cls 109 26 109 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]*'
364 /custom_md_loader/classes/MetadataService.cls 109 26 109 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]*'
365 /custom_md_loader/classes/MetadataService.cls 110 26 110 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
365 /custom_md_loader/classes/MetadataService.cls 110 26 110 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
366 /custom_md_loader/classes/MetadataService.cls 112 12 123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
366 /custom_md_loader/classes/MetadataService.cls 112 12 123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
367 /custom_md_loader/classes/MetadataService.cls 117 26 117 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]*'
367 /custom_md_loader/classes/MetadataService.cls 117 26 117 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]*'
368 /custom_md_loader/classes/MetadataService.cls 118 26 118 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
368 /custom_md_loader/classes/MetadataService.cls 118 26 118 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
369 /custom_md_loader/classes/MetadataService.cls 119 26 119 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
369 /custom_md_loader/classes/MetadataService.cls 119 26 119 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
370 /custom_md_loader/classes/MetadataService.cls 120 26 120 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
370 /custom_md_loader/classes/MetadataService.cls 120 26 120 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
371 /custom_md_loader/classes/MetadataService.cls 121 26 121 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
371 /custom_md_loader/classes/MetadataService.cls 121 26 121 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
372 /custom_md_loader/classes/MetadataService.cls 122 26 122 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
372 /custom_md_loader/classes/MetadataService.cls 122 26 122 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
373 /custom_md_loader/classes/MetadataService.cls 124 12 131 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
373 /custom_md_loader/classes/MetadataService.cls 124 12 131 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
374 /custom_md_loader/classes/MetadataService.cls 127 26 127 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
374 /custom_md_loader/classes/MetadataService.cls 127 26 127 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
375 /custom_md_loader/classes/MetadataService.cls 128 26 128 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 'formulaExpression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
375 /custom_md_loader/classes/MetadataService.cls 128 26 128 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 'formulaExpression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
376 /custom_md_loader/classes/MetadataService.cls 129 26 129 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
376 /custom_md_loader/classes/MetadataService.cls 129 26 129 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
377 /custom_md_loader/classes/MetadataService.cls 130 26 130 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]*'
377 /custom_md_loader/classes/MetadataService.cls 130 26 130 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]*'
378 /custom_md_loader/classes/MetadataService.cls 132 12 145 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
378 /custom_md_loader/classes/MetadataService.cls 132 12 145 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
379 /custom_md_loader/classes/MetadataService.cls 138 26 138 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
379 /custom_md_loader/classes/MetadataService.cls 138 26 138 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
380 /custom_md_loader/classes/MetadataService.cls 139 26 139 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
380 /custom_md_loader/classes/MetadataService.cls 139 26 139 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
381 /custom_md_loader/classes/MetadataService.cls 140 26 140 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
381 /custom_md_loader/classes/MetadataService.cls 140 26 140 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
382 /custom_md_loader/classes/MetadataService.cls 141 26 141 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
382 /custom_md_loader/classes/MetadataService.cls 141 26 141 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
383 /custom_md_loader/classes/MetadataService.cls 142 26 142 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
383 /custom_md_loader/classes/MetadataService.cls 142 26 142 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
384 /custom_md_loader/classes/MetadataService.cls 143 26 143 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
384 /custom_md_loader/classes/MetadataService.cls 143 26 143 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 144 26 144 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]*'
385 /custom_md_loader/classes/MetadataService.cls 144 26 144 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]*'
386 /custom_md_loader/classes/MetadataService.cls 146 12 157 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
386 /custom_md_loader/classes/MetadataService.cls 146 12 157 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
387 /custom_md_loader/classes/MetadataService.cls 151 26 151 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
387 /custom_md_loader/classes/MetadataService.cls 151 26 151 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
388 /custom_md_loader/classes/MetadataService.cls 152 26 152 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
388 /custom_md_loader/classes/MetadataService.cls 152 26 152 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
389 /custom_md_loader/classes/MetadataService.cls 153 26 153 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
389 /custom_md_loader/classes/MetadataService.cls 153 26 153 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
390 /custom_md_loader/classes/MetadataService.cls 154 26 154 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
390 /custom_md_loader/classes/MetadataService.cls 154 26 154 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
391 /custom_md_loader/classes/MetadataService.cls 155 26 155 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
391 /custom_md_loader/classes/MetadataService.cls 155 26 155 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
392 /custom_md_loader/classes/MetadataService.cls 156 26 156 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]*'
392 /custom_md_loader/classes/MetadataService.cls 156 26 156 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]*'
393 /custom_md_loader/classes/MetadataService.cls 158 12 167 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
393 /custom_md_loader/classes/MetadataService.cls 158 12 167 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
394 /custom_md_loader/classes/MetadataService.cls 162 26 162 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 'assignTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
394 /custom_md_loader/classes/MetadataService.cls 162 26 162 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 'assignTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
395 /custom_md_loader/classes/MetadataService.cls 163 26 163 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 'defaultArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
395 /custom_md_loader/classes/MetadataService.cls 163 26 163 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 'defaultArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
396 /custom_md_loader/classes/MetadataService.cls 164 26 164 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
396 /custom_md_loader/classes/MetadataService.cls 164 26 164 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
397 /custom_md_loader/classes/MetadataService.cls 165 26 165 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
397 /custom_md_loader/classes/MetadataService.cls 165 26 165 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
398 /custom_md_loader/classes/MetadataService.cls 166 26 166 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]*'
398 /custom_md_loader/classes/MetadataService.cls 166 26 166 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]*'
399 /custom_md_loader/classes/MetadataService.cls 168 12 195 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
399 /custom_md_loader/classes/MetadataService.cls 168 12 195 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
400 /custom_md_loader/classes/MetadataService.cls 168 12 195 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
400 /custom_md_loader/classes/MetadataService.cls 168 12 195 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
401 /custom_md_loader/classes/MetadataService.cls 181 26 181 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 'apiOnlyUserHomePageURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
401 /custom_md_loader/classes/MetadataService.cls 181 26 181 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 'apiOnlyUserHomePageURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
402 /custom_md_loader/classes/MetadataService.cls 182 26 182 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 'complexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
402 /custom_md_loader/classes/MetadataService.cls 182 26 182 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 'complexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
403 /custom_md_loader/classes/MetadataService.cls 183 26 183 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 'expiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
403 /custom_md_loader/classes/MetadataService.cls 183 26 183 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 'expiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
404 /custom_md_loader/classes/MetadataService.cls 184 26 184 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 'historyRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
404 /custom_md_loader/classes/MetadataService.cls 184 26 184 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 'historyRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
405 /custom_md_loader/classes/MetadataService.cls 185 26 185 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
405 /custom_md_loader/classes/MetadataService.cls 185 26 185 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
406 /custom_md_loader/classes/MetadataService.cls 186 26 186 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
406 /custom_md_loader/classes/MetadataService.cls 186 26 186 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
407 /custom_md_loader/classes/MetadataService.cls 187 26 187 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 'minPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
407 /custom_md_loader/classes/MetadataService.cls 187 26 187 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 'minPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
408 /custom_md_loader/classes/MetadataService.cls 188 26 188 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
408 /custom_md_loader/classes/MetadataService.cls 188 26 188 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
409 /custom_md_loader/classes/MetadataService.cls 189 26 189 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 'obscureSecretAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
409 /custom_md_loader/classes/MetadataService.cls 189 26 189 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 'obscureSecretAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
410 /custom_md_loader/classes/MetadataService.cls 190 26 190 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 'passwordAssistanceMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
410 /custom_md_loader/classes/MetadataService.cls 190 26 190 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 'passwordAssistanceMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
411 /custom_md_loader/classes/MetadataService.cls 191 26 191 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 'passwordAssistanceURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
411 /custom_md_loader/classes/MetadataService.cls 191 26 191 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 'passwordAssistanceURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
412 /custom_md_loader/classes/MetadataService.cls 192 26 192 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 'questionRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
412 /custom_md_loader/classes/MetadataService.cls 192 26 192 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 'questionRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
413 /custom_md_loader/classes/MetadataService.cls 193 26 193 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
413 /custom_md_loader/classes/MetadataService.cls 193 26 193 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
414 /custom_md_loader/classes/MetadataService.cls 194 26 194 314 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
414 /custom_md_loader/classes/MetadataService.cls 194 26 194 314 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
415 /custom_md_loader/classes/MetadataService.cls 196 12 201 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
415 /custom_md_loader/classes/MetadataService.cls 196 12 201 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
416 /custom_md_loader/classes/MetadataService.cls 198 26 198 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 'sobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
416 /custom_md_loader/classes/MetadataService.cls 198 26 198 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 'sobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
417 /custom_md_loader/classes/MetadataService.cls 199 26 199 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
417 /custom_md_loader/classes/MetadataService.cls 199 26 199 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
418 /custom_md_loader/classes/MetadataService.cls 200 26 200 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]*'
418 /custom_md_loader/classes/MetadataService.cls 200 26 200 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]*'
419 /custom_md_loader/classes/MetadataService.cls 202 12 209 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
419 /custom_md_loader/classes/MetadataService.cls 202 12 209 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
420 /custom_md_loader/classes/MetadataService.cls 205 26 205 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
420 /custom_md_loader/classes/MetadataService.cls 205 26 205 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
421 /custom_md_loader/classes/MetadataService.cls 206 26 206 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
421 /custom_md_loader/classes/MetadataService.cls 206 26 206 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
422 /custom_md_loader/classes/MetadataService.cls 207 26 207 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
422 /custom_md_loader/classes/MetadataService.cls 207 26 207 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
423 /custom_md_loader/classes/MetadataService.cls 208 26 208 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
423 /custom_md_loader/classes/MetadataService.cls 208 26 208 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
424 /custom_md_loader/classes/MetadataService.cls 210 12 215 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
424 /custom_md_loader/classes/MetadataService.cls 210 12 215 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
425 /custom_md_loader/classes/MetadataService.cls 212 26 212 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
425 /custom_md_loader/classes/MetadataService.cls 212 26 212 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
426 /custom_md_loader/classes/MetadataService.cls 213 26 213 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
426 /custom_md_loader/classes/MetadataService.cls 213 26 213 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
427 /custom_md_loader/classes/MetadataService.cls 214 26 214 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]*'
427 /custom_md_loader/classes/MetadataService.cls 214 26 214 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]*'
428 /custom_md_loader/classes/MetadataService.cls 216 12 225 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
428 /custom_md_loader/classes/MetadataService.cls 216 12 225 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
429 /custom_md_loader/classes/MetadataService.cls 220 26 220 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
429 /custom_md_loader/classes/MetadataService.cls 220 26 220 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
430 /custom_md_loader/classes/MetadataService.cls 221 26 221 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
430 /custom_md_loader/classes/MetadataService.cls 221 26 221 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
431 /custom_md_loader/classes/MetadataService.cls 222 26 222 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
431 /custom_md_loader/classes/MetadataService.cls 222 26 222 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
432 /custom_md_loader/classes/MetadataService.cls 223 26 223 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
432 /custom_md_loader/classes/MetadataService.cls 223 26 223 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
433 /custom_md_loader/classes/MetadataService.cls 224 26 224 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
433 /custom_md_loader/classes/MetadataService.cls 224 26 224 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
434 /custom_md_loader/classes/MetadataService.cls 226 12 265 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
434 /custom_md_loader/classes/MetadataService.cls 226 12 265 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
435 /custom_md_loader/classes/MetadataService.cls 226 12 265 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
435 /custom_md_loader/classes/MetadataService.cls 226 12 265 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
436 /custom_md_loader/classes/MetadataService.cls 242 23 242 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]*'
436 /custom_md_loader/classes/MetadataService.cls 242 23 242 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]*'
437 /custom_md_loader/classes/MetadataService.cls 245 26 245 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 'apiKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
437 /custom_md_loader/classes/MetadataService.cls 245 26 245 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 'apiKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
438 /custom_md_loader/classes/MetadataService.cls 246 26 246 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
438 /custom_md_loader/classes/MetadataService.cls 246 26 246 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
439 /custom_md_loader/classes/MetadataService.cls 247 26 247 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
439 /custom_md_loader/classes/MetadataService.cls 247 26 247 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
440 /custom_md_loader/classes/MetadataService.cls 248 26 248 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 'customConfiguration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
440 /custom_md_loader/classes/MetadataService.cls 248 26 248 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 'customConfiguration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
441 /custom_md_loader/classes/MetadataService.cls 249 26 249 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 'endpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
441 /custom_md_loader/classes/MetadataService.cls 249 26 249 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 'endpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
442 /custom_md_loader/classes/MetadataService.cls 250 26 250 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
442 /custom_md_loader/classes/MetadataService.cls 250 26 250 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
443 /custom_md_loader/classes/MetadataService.cls 251 26 251 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
443 /custom_md_loader/classes/MetadataService.cls 251 26 251 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
444 /custom_md_loader/classes/MetadataService.cls 252 26 252 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
444 /custom_md_loader/classes/MetadataService.cls 252 26 252 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
445 /custom_md_loader/classes/MetadataService.cls 253 26 253 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
445 /custom_md_loader/classes/MetadataService.cls 253 26 253 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
446 /custom_md_loader/classes/MetadataService.cls 254 26 254 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
446 /custom_md_loader/classes/MetadataService.cls 254 26 254 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
447 /custom_md_loader/classes/MetadataService.cls 255 26 255 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
447 /custom_md_loader/classes/MetadataService.cls 255 26 255 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
448 /custom_md_loader/classes/MetadataService.cls 256 26 256 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 'protocol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
448 /custom_md_loader/classes/MetadataService.cls 256 26 256 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 'protocol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
449 /custom_md_loader/classes/MetadataService.cls 257 26 257 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 'repository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
449 /custom_md_loader/classes/MetadataService.cls 257 26 257 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 'repository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
450 /custom_md_loader/classes/MetadataService.cls 258 26 258 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
450 /custom_md_loader/classes/MetadataService.cls 258 26 258 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
451 /custom_md_loader/classes/MetadataService.cls 259 26 259 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 'username_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
451 /custom_md_loader/classes/MetadataService.cls 259 26 259 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 'username_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
452 /custom_md_loader/classes/MetadataService.cls 260 26 260 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
452 /custom_md_loader/classes/MetadataService.cls 260 26 260 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
453 /custom_md_loader/classes/MetadataService.cls 261 26 261 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
453 /custom_md_loader/classes/MetadataService.cls 261 26 261 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
454 /custom_md_loader/classes/MetadataService.cls 262 26 262 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
454 /custom_md_loader/classes/MetadataService.cls 262 26 262 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
455 /custom_md_loader/classes/MetadataService.cls 263 26 263 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]*'
455 /custom_md_loader/classes/MetadataService.cls 263 26 263 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]*'
456 /custom_md_loader/classes/MetadataService.cls 264 26 264 281 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
456 /custom_md_loader/classes/MetadataService.cls 264 26 264 281 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
457 /custom_md_loader/classes/MetadataService.cls 266 12 275 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
457 /custom_md_loader/classes/MetadataService.cls 266 12 275 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
458 /custom_md_loader/classes/MetadataService.cls 269 23 269 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]*'
458 /custom_md_loader/classes/MetadataService.cls 269 23 269 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]*'
459 /custom_md_loader/classes/MetadataService.cls 270 26 270 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
459 /custom_md_loader/classes/MetadataService.cls 270 26 270 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
460 /custom_md_loader/classes/MetadataService.cls 271 26 271 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 'recipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
460 /custom_md_loader/classes/MetadataService.cls 271 26 271 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 'recipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
461 /custom_md_loader/classes/MetadataService.cls 272 26 272 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
461 /custom_md_loader/classes/MetadataService.cls 272 26 272 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
462 /custom_md_loader/classes/MetadataService.cls 273 26 273 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
462 /custom_md_loader/classes/MetadataService.cls 273 26 273 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
463 /custom_md_loader/classes/MetadataService.cls 274 26 274 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]*'
463 /custom_md_loader/classes/MetadataService.cls 274 26 274 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]*'
464 /custom_md_loader/classes/MetadataService.cls 276 12 287 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
464 /custom_md_loader/classes/MetadataService.cls 276 12 287 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
465 /custom_md_loader/classes/MetadataService.cls 281 26 281 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 'metadataObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
465 /custom_md_loader/classes/MetadataService.cls 281 26 281 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 'metadataObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
466 /custom_md_loader/classes/MetadataService.cls 282 26 282 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 'organizationNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
466 /custom_md_loader/classes/MetadataService.cls 282 26 282 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 'organizationNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
467 /custom_md_loader/classes/MetadataService.cls 283 26 283 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 'partialSaveAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
467 /custom_md_loader/classes/MetadataService.cls 283 26 283 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 'partialSaveAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
468 /custom_md_loader/classes/MetadataService.cls 284 26 284 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 'testRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
468 /custom_md_loader/classes/MetadataService.cls 284 26 284 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 'testRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
469 /custom_md_loader/classes/MetadataService.cls 285 26 285 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
469 /custom_md_loader/classes/MetadataService.cls 285 26 285 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
470 /custom_md_loader/classes/MetadataService.cls 286 26 286 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]*'
470 /custom_md_loader/classes/MetadataService.cls 286 26 286 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]*'
471 /custom_md_loader/classes/MetadataService.cls 288 12 311 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
471 /custom_md_loader/classes/MetadataService.cls 288 12 311 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
472 /custom_md_loader/classes/MetadataService.cls 288 12 311 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
472 /custom_md_loader/classes/MetadataService.cls 288 12 311 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
473 /custom_md_loader/classes/MetadataService.cls 299 26 299 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 'contentSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
473 /custom_md_loader/classes/MetadataService.cls 299 26 299 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 'contentSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
474 /custom_md_loader/classes/MetadataService.cls 300 26 300 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
474 /custom_md_loader/classes/MetadataService.cls 300 26 300 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
475 /custom_md_loader/classes/MetadataService.cls 301 26 301 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
475 /custom_md_loader/classes/MetadataService.cls 301 26 301 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
476 /custom_md_loader/classes/MetadataService.cls 302 26 302 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 'fileContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
476 /custom_md_loader/classes/MetadataService.cls 302 26 302 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 'fileContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
477 /custom_md_loader/classes/MetadataService.cls 303 26 303 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
477 /custom_md_loader/classes/MetadataService.cls 303 26 303 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
478 /custom_md_loader/classes/MetadataService.cls 304 26 304 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
478 /custom_md_loader/classes/MetadataService.cls 304 26 304 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
479 /custom_md_loader/classes/MetadataService.cls 305 26 305 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 'supportsCaching_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
479 /custom_md_loader/classes/MetadataService.cls 305 26 305 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 'supportsCaching_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
480 /custom_md_loader/classes/MetadataService.cls 306 26 306 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
480 /custom_md_loader/classes/MetadataService.cls 306 26 306 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 307 26 307 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
481 /custom_md_loader/classes/MetadataService.cls 307 26 307 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
482 /custom_md_loader/classes/MetadataService.cls 308 26 308 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]*'
482 /custom_md_loader/classes/MetadataService.cls 308 26 308 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]*'
483 /custom_md_loader/classes/MetadataService.cls 309 26 309 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]*'
483 /custom_md_loader/classes/MetadataService.cls 309 26 309 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]*'
484 /custom_md_loader/classes/MetadataService.cls 310 26 310 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]*'
484 /custom_md_loader/classes/MetadataService.cls 310 26 310 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]*'
485 /custom_md_loader/classes/MetadataService.cls 312 12 395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
485 /custom_md_loader/classes/MetadataService.cls 312 12 395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
486 /custom_md_loader/classes/MetadataService.cls 312 12 395 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)
486 /custom_md_loader/classes/MetadataService.cls 312 12 395 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)
487 /custom_md_loader/classes/MetadataService.cls 312 12 395 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
487 /custom_md_loader/classes/MetadataService.cls 312 12 395 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
488 /custom_md_loader/classes/MetadataService.cls 340 23 340 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]*'
488 /custom_md_loader/classes/MetadataService.cls 340 23 340 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]*'
489 /custom_md_loader/classes/MetadataService.cls 353 26 353 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 'autoselectColumnsFromReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
489 /custom_md_loader/classes/MetadataService.cls 353 26 353 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 'autoselectColumnsFromReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
490 /custom_md_loader/classes/MetadataService.cls 354 26 354 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 'chartAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
490 /custom_md_loader/classes/MetadataService.cls 354 26 354 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 'chartAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
491 /custom_md_loader/classes/MetadataService.cls 355 26 355 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 'chartAxisRangeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
491 /custom_md_loader/classes/MetadataService.cls 355 26 355 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 'chartAxisRangeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
492 /custom_md_loader/classes/MetadataService.cls 356 26 356 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 'chartAxisRangeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
492 /custom_md_loader/classes/MetadataService.cls 356 26 356 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 'chartAxisRangeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
493 /custom_md_loader/classes/MetadataService.cls 357 26 357 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 'chartSummary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
493 /custom_md_loader/classes/MetadataService.cls 357 26 357 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 'chartSummary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
494 /custom_md_loader/classes/MetadataService.cls 358 26 358 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
494 /custom_md_loader/classes/MetadataService.cls 358 26 358 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
495 /custom_md_loader/classes/MetadataService.cls 359 26 359 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 'dashboardFilterColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
495 /custom_md_loader/classes/MetadataService.cls 359 26 359 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 'dashboardFilterColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
496 /custom_md_loader/classes/MetadataService.cls 360 26 360 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 'dashboardTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
496 /custom_md_loader/classes/MetadataService.cls 360 26 360 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 'dashboardTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
497 /custom_md_loader/classes/MetadataService.cls 361 26 361 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 'displayUnits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
497 /custom_md_loader/classes/MetadataService.cls 361 26 361 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 'displayUnits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
498 /custom_md_loader/classes/MetadataService.cls 362 26 362 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 'drillDownUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
498 /custom_md_loader/classes/MetadataService.cls 362 26 362 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 'drillDownUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
499 /custom_md_loader/classes/MetadataService.cls 363 26 363 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 'drillEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
499 /custom_md_loader/classes/MetadataService.cls 363 26 363 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 'drillEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
500 /custom_md_loader/classes/MetadataService.cls 364 26 364 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 'drillToDetailEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
500 /custom_md_loader/classes/MetadataService.cls 364 26 364 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 'drillToDetailEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
501 /custom_md_loader/classes/MetadataService.cls 365 26 365 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 'enableHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
501 /custom_md_loader/classes/MetadataService.cls 365 26 365 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 'enableHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
502 /custom_md_loader/classes/MetadataService.cls 366 26 366 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
502 /custom_md_loader/classes/MetadataService.cls 366 26 366 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
503 /custom_md_loader/classes/MetadataService.cls 367 26 367 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
503 /custom_md_loader/classes/MetadataService.cls 367 26 367 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
504 /custom_md_loader/classes/MetadataService.cls 368 26 368 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 'gaugeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
504 /custom_md_loader/classes/MetadataService.cls 368 26 368 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 'gaugeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
505 /custom_md_loader/classes/MetadataService.cls 369 26 369 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 'gaugeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
505 /custom_md_loader/classes/MetadataService.cls 369 26 369 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 'gaugeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
506 /custom_md_loader/classes/MetadataService.cls 370 26 370 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
506 /custom_md_loader/classes/MetadataService.cls 370 26 370 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
507 /custom_md_loader/classes/MetadataService.cls 371 26 371 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
507 /custom_md_loader/classes/MetadataService.cls 371 26 371 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
508 /custom_md_loader/classes/MetadataService.cls 372 26 372 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 'indicatorBreakpoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
508 /custom_md_loader/classes/MetadataService.cls 372 26 372 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 'indicatorBreakpoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
509 /custom_md_loader/classes/MetadataService.cls 373 26 373 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 'indicatorBreakpoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
509 /custom_md_loader/classes/MetadataService.cls 373 26 373 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 'indicatorBreakpoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
510 /custom_md_loader/classes/MetadataService.cls 374 26 374 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 'indicatorHighColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
510 /custom_md_loader/classes/MetadataService.cls 374 26 374 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 'indicatorHighColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
511 /custom_md_loader/classes/MetadataService.cls 375 26 375 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 'indicatorLowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
511 /custom_md_loader/classes/MetadataService.cls 375 26 375 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 'indicatorLowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
512 /custom_md_loader/classes/MetadataService.cls 376 26 376 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 'indicatorMiddleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
512 /custom_md_loader/classes/MetadataService.cls 376 26 376 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 'indicatorMiddleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
513 /custom_md_loader/classes/MetadataService.cls 377 26 377 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
513 /custom_md_loader/classes/MetadataService.cls 377 26 377 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
514 /custom_md_loader/classes/MetadataService.cls 378 26 378 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 'maxValuesDisplayed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
514 /custom_md_loader/classes/MetadataService.cls 378 26 378 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 'maxValuesDisplayed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
515 /custom_md_loader/classes/MetadataService.cls 379 26 379 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 'metricLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
515 /custom_md_loader/classes/MetadataService.cls 379 26 379 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 'metricLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
516 /custom_md_loader/classes/MetadataService.cls 380 26 380 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
516 /custom_md_loader/classes/MetadataService.cls 380 26 380 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
517 /custom_md_loader/classes/MetadataService.cls 381 26 381 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 'pageHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
517 /custom_md_loader/classes/MetadataService.cls 381 26 381 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 'pageHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
518 /custom_md_loader/classes/MetadataService.cls 382 26 382 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 'report_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
518 /custom_md_loader/classes/MetadataService.cls 382 26 382 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 'report_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
519 /custom_md_loader/classes/MetadataService.cls 383 26 383 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
519 /custom_md_loader/classes/MetadataService.cls 383 26 383 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
520 /custom_md_loader/classes/MetadataService.cls 384 26 384 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 'scontrolHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
520 /custom_md_loader/classes/MetadataService.cls 384 26 384 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 'scontrolHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
521 /custom_md_loader/classes/MetadataService.cls 385 26 385 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
521 /custom_md_loader/classes/MetadataService.cls 385 26 385 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
522 /custom_md_loader/classes/MetadataService.cls 386 26 386 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 'showPicturesOnCharts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
522 /custom_md_loader/classes/MetadataService.cls 386 26 386 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 'showPicturesOnCharts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
523 /custom_md_loader/classes/MetadataService.cls 387 26 387 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 'showPicturesOnTables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
523 /custom_md_loader/classes/MetadataService.cls 387 26 387 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 'showPicturesOnTables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
524 /custom_md_loader/classes/MetadataService.cls 388 26 388 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
524 /custom_md_loader/classes/MetadataService.cls 388 26 388 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
525 /custom_md_loader/classes/MetadataService.cls 389 26 389 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
525 /custom_md_loader/classes/MetadataService.cls 389 26 389 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
526 /custom_md_loader/classes/MetadataService.cls 390 26 390 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
526 /custom_md_loader/classes/MetadataService.cls 390 26 390 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
527 /custom_md_loader/classes/MetadataService.cls 391 26 391 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
527 /custom_md_loader/classes/MetadataService.cls 391 26 391 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
528 /custom_md_loader/classes/MetadataService.cls 392 26 392 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 'useReportChart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
528 /custom_md_loader/classes/MetadataService.cls 392 26 392 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 'useReportChart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
529 /custom_md_loader/classes/MetadataService.cls 393 26 393 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
529 /custom_md_loader/classes/MetadataService.cls 393 26 393 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
530 /custom_md_loader/classes/MetadataService.cls 394 26 394 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]*'
530 /custom_md_loader/classes/MetadataService.cls 394 26 394 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]*'
531 /custom_md_loader/classes/MetadataService.cls 396 12 403 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
531 /custom_md_loader/classes/MetadataService.cls 396 12 403 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
532 /custom_md_loader/classes/MetadataService.cls 399 26 399 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
532 /custom_md_loader/classes/MetadataService.cls 399 26 399 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
533 /custom_md_loader/classes/MetadataService.cls 400 26 400 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
533 /custom_md_loader/classes/MetadataService.cls 400 26 400 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
534 /custom_md_loader/classes/MetadataService.cls 401 26 401 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
534 /custom_md_loader/classes/MetadataService.cls 401 26 401 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
535 /custom_md_loader/classes/MetadataService.cls 402 26 402 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]*'
535 /custom_md_loader/classes/MetadataService.cls 402 26 402 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]*'
536 /custom_md_loader/classes/MetadataService.cls 404 12 423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
536 /custom_md_loader/classes/MetadataService.cls 404 12 423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
537 /custom_md_loader/classes/MetadataService.cls 404 12 423 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
537 /custom_md_loader/classes/MetadataService.cls 404 12 423 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
538 /custom_md_loader/classes/MetadataService.cls 413 26 413 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 'enableChatterProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
538 /custom_md_loader/classes/MetadataService.cls 413 26 413 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 'enableChatterProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
539 /custom_md_loader/classes/MetadataService.cls 414 26 414 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 'enableIdeaThemes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
539 /custom_md_loader/classes/MetadataService.cls 414 26 414 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 'enableIdeaThemes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
540 /custom_md_loader/classes/MetadataService.cls 415 26 415 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 'enableIdeas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
540 /custom_md_loader/classes/MetadataService.cls 415 26 415 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 'enableIdeas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
541 /custom_md_loader/classes/MetadataService.cls 416 26 416 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 'enableIdeasReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
541 /custom_md_loader/classes/MetadataService.cls 416 26 416 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 'enableIdeasReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
542 /custom_md_loader/classes/MetadataService.cls 417 26 417 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 'halfLife_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
542 /custom_md_loader/classes/MetadataService.cls 417 26 417 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 'halfLife_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
543 /custom_md_loader/classes/MetadataService.cls 418 26 418 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 'ideasProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
543 /custom_md_loader/classes/MetadataService.cls 418 26 418 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 'ideasProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
544 /custom_md_loader/classes/MetadataService.cls 419 26 419 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 419 26 419 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
545 /custom_md_loader/classes/MetadataService.cls 420 26 420 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
545 /custom_md_loader/classes/MetadataService.cls 420 26 420 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
546 /custom_md_loader/classes/MetadataService.cls 421 26 421 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]*'
546 /custom_md_loader/classes/MetadataService.cls 421 26 421 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]*'
547 /custom_md_loader/classes/MetadataService.cls 422 26 422 185 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
547 /custom_md_loader/classes/MetadataService.cls 422 26 422 185 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
548 /custom_md_loader/classes/MetadataService.cls 424 12 443 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
548 /custom_md_loader/classes/MetadataService.cls 424 12 443 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
549 /custom_md_loader/classes/MetadataService.cls 424 12 443 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
549 /custom_md_loader/classes/MetadataService.cls 424 12 443 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
550 /custom_md_loader/classes/MetadataService.cls 433 26 433 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
550 /custom_md_loader/classes/MetadataService.cls 433 26 433 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
551 /custom_md_loader/classes/MetadataService.cls 434 26 434 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
551 /custom_md_loader/classes/MetadataService.cls 434 26 434 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
552 /custom_md_loader/classes/MetadataService.cls 435 26 435 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
552 /custom_md_loader/classes/MetadataService.cls 435 26 435 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
553 /custom_md_loader/classes/MetadataService.cls 436 26 436 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
553 /custom_md_loader/classes/MetadataService.cls 436 26 436 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
554 /custom_md_loader/classes/MetadataService.cls 437 26 437 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 'orgDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
554 /custom_md_loader/classes/MetadataService.cls 437 26 437 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 'orgDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
555 /custom_md_loader/classes/MetadataService.cls 438 26 438 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 'standard_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
555 /custom_md_loader/classes/MetadataService.cls 438 26 438 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 'standard_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
556 /custom_md_loader/classes/MetadataService.cls 439 26 439 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 'states_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
556 /custom_md_loader/classes/MetadataService.cls 439 26 439 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 'states_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
557 /custom_md_loader/classes/MetadataService.cls 440 26 440 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
557 /custom_md_loader/classes/MetadataService.cls 440 26 440 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
558 /custom_md_loader/classes/MetadataService.cls 441 26 441 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
558 /custom_md_loader/classes/MetadataService.cls 441 26 441 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
559 /custom_md_loader/classes/MetadataService.cls 442 26 442 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]*'
559 /custom_md_loader/classes/MetadataService.cls 442 26 442 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]*'
560 /custom_md_loader/classes/MetadataService.cls 444 12 457 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
560 /custom_md_loader/classes/MetadataService.cls 444 12 457 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
561 /custom_md_loader/classes/MetadataService.cls 450 26 450 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 'callbackUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
561 /custom_md_loader/classes/MetadataService.cls 450 26 450 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 'callbackUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
562 /custom_md_loader/classes/MetadataService.cls 451 26 451 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
562 /custom_md_loader/classes/MetadataService.cls 451 26 451 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
563 /custom_md_loader/classes/MetadataService.cls 452 26 452 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
563 /custom_md_loader/classes/MetadataService.cls 452 26 452 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
564 /custom_md_loader/classes/MetadataService.cls 453 26 453 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 'consumerSecret_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
564 /custom_md_loader/classes/MetadataService.cls 453 26 453 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 'consumerSecret_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
565 /custom_md_loader/classes/MetadataService.cls 454 26 454 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 'scopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
565 /custom_md_loader/classes/MetadataService.cls 454 26 454 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 'scopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
566 /custom_md_loader/classes/MetadataService.cls 455 26 455 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
566 /custom_md_loader/classes/MetadataService.cls 455 26 455 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
567 /custom_md_loader/classes/MetadataService.cls 456 26 456 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
567 /custom_md_loader/classes/MetadataService.cls 456 26 456 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
568 /custom_md_loader/classes/MetadataService.cls 458 12 467 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
568 /custom_md_loader/classes/MetadataService.cls 458 12 467 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
569 /custom_md_loader/classes/MetadataService.cls 462 26 462 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 'enableLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
569 /custom_md_loader/classes/MetadataService.cls 462 26 462 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 'enableLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
570 /custom_md_loader/classes/MetadataService.cls 463 26 463 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 463 26 463 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
571 /custom_md_loader/classes/MetadataService.cls 464 26 464 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
571 /custom_md_loader/classes/MetadataService.cls 464 26 464 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
572 /custom_md_loader/classes/MetadataService.cls 465 26 465 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]*'
572 /custom_md_loader/classes/MetadataService.cls 465 26 465 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]*'
573 /custom_md_loader/classes/MetadataService.cls 466 26 466 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
573 /custom_md_loader/classes/MetadataService.cls 466 26 466 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
574 /custom_md_loader/classes/MetadataService.cls 468 12 475 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
574 /custom_md_loader/classes/MetadataService.cls 468 12 475 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
575 /custom_md_loader/classes/MetadataService.cls 471 26 471 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
575 /custom_md_loader/classes/MetadataService.cls 471 26 471 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
576 /custom_md_loader/classes/MetadataService.cls 472 26 472 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
576 /custom_md_loader/classes/MetadataService.cls 472 26 472 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
577 /custom_md_loader/classes/MetadataService.cls 473 26 473 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
577 /custom_md_loader/classes/MetadataService.cls 473 26 473 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
578 /custom_md_loader/classes/MetadataService.cls 474 26 474 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]*'
578 /custom_md_loader/classes/MetadataService.cls 474 26 474 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]*'
579 /custom_md_loader/classes/MetadataService.cls 476 12 483 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
579 /custom_md_loader/classes/MetadataService.cls 476 12 483 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
580 /custom_md_loader/classes/MetadataService.cls 479 26 479 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
580 /custom_md_loader/classes/MetadataService.cls 479 26 479 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
581 /custom_md_loader/classes/MetadataService.cls 480 26 480 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
581 /custom_md_loader/classes/MetadataService.cls 480 26 480 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
582 /custom_md_loader/classes/MetadataService.cls 481 26 481 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
582 /custom_md_loader/classes/MetadataService.cls 481 26 481 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 482 26 482 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]*'
583 /custom_md_loader/classes/MetadataService.cls 482 26 482 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]*'
584 /custom_md_loader/classes/MetadataService.cls 484 12 491 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
584 /custom_md_loader/classes/MetadataService.cls 484 12 491 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
585 /custom_md_loader/classes/MetadataService.cls 487 26 487 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
585 /custom_md_loader/classes/MetadataService.cls 487 26 487 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
586 /custom_md_loader/classes/MetadataService.cls 488 26 488 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
586 /custom_md_loader/classes/MetadataService.cls 488 26 488 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
587 /custom_md_loader/classes/MetadataService.cls 489 26 489 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
587 /custom_md_loader/classes/MetadataService.cls 489 26 489 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
588 /custom_md_loader/classes/MetadataService.cls 490 26 490 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]*'
588 /custom_md_loader/classes/MetadataService.cls 490 26 490 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]*'
589 /custom_md_loader/classes/MetadataService.cls 492 12 499 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
589 /custom_md_loader/classes/MetadataService.cls 492 12 499 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
590 /custom_md_loader/classes/MetadataService.cls 495 26 495 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 'chatterAnswersReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
590 /custom_md_loader/classes/MetadataService.cls 495 26 495 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 'chatterAnswersReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
591 /custom_md_loader/classes/MetadataService.cls 496 26 496 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 'ideaReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
591 /custom_md_loader/classes/MetadataService.cls 496 26 496 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 'ideaReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
592 /custom_md_loader/classes/MetadataService.cls 497 26 497 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
592 /custom_md_loader/classes/MetadataService.cls 497 26 497 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
593 /custom_md_loader/classes/MetadataService.cls 498 26 498 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]*'
593 /custom_md_loader/classes/MetadataService.cls 498 26 498 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]*'
594 /custom_md_loader/classes/MetadataService.cls 500 12 549 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
594 /custom_md_loader/classes/MetadataService.cls 500 12 549 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
595 /custom_md_loader/classes/MetadataService.cls 500 12 549 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class ActivitiesSettings has 23 public methods, attributes, and properties (limit: 20)
595 /custom_md_loader/classes/MetadataService.cls 500 12 549 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class ActivitiesSettings has 23 public methods, attributes, and properties (limit: 20)
596 /custom_md_loader/classes/MetadataService.cls 500 12 549 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
596 /custom_md_loader/classes/MetadataService.cls 500 12 549 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
597 /custom_md_loader/classes/MetadataService.cls 524 26 524 218 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'allowUsersToRelateMultipleContactsToTasksAndEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
597 /custom_md_loader/classes/MetadataService.cls 524 26 524 218 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'allowUsersToRelateMultipleContactsToTasksAndEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
598 /custom_md_loader/classes/MetadataService.cls 525 26 525 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 'enableActivityReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
598 /custom_md_loader/classes/MetadataService.cls 525 26 525 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 'enableActivityReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
599 /custom_md_loader/classes/MetadataService.cls 526 26 526 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 'enableClickCreateEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
599 /custom_md_loader/classes/MetadataService.cls 526 26 526 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 'enableClickCreateEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
600 /custom_md_loader/classes/MetadataService.cls 527 26 527 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 'enableDragAndDropScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
600 /custom_md_loader/classes/MetadataService.cls 527 26 527 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 'enableDragAndDropScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
601 /custom_md_loader/classes/MetadataService.cls 528 26 528 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 'enableEmailTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
601 /custom_md_loader/classes/MetadataService.cls 528 26 528 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 'enableEmailTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
602 /custom_md_loader/classes/MetadataService.cls 529 26 529 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 'enableEventScheduler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
602 /custom_md_loader/classes/MetadataService.cls 529 26 529 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 'enableEventScheduler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
603 /custom_md_loader/classes/MetadataService.cls 530 26 530 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 'enableGroupTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
603 /custom_md_loader/classes/MetadataService.cls 530 26 530 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 'enableGroupTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
604 /custom_md_loader/classes/MetadataService.cls 531 26 531 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 'enableListViewScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
604 /custom_md_loader/classes/MetadataService.cls 531 26 531 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 'enableListViewScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
605 /custom_md_loader/classes/MetadataService.cls 532 26 532 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 'enableLogNote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
605 /custom_md_loader/classes/MetadataService.cls 532 26 532 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 'enableLogNote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
606 /custom_md_loader/classes/MetadataService.cls 533 26 533 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 'enableMultidayEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
606 /custom_md_loader/classes/MetadataService.cls 533 26 533 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 'enableMultidayEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
607 /custom_md_loader/classes/MetadataService.cls 534 26 534 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 'enableRecurringEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
607 /custom_md_loader/classes/MetadataService.cls 534 26 534 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 'enableRecurringEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
608 /custom_md_loader/classes/MetadataService.cls 535 26 535 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 'enableRecurringTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
608 /custom_md_loader/classes/MetadataService.cls 535 26 535 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 'enableRecurringTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
609 /custom_md_loader/classes/MetadataService.cls 536 26 536 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 'enableSidebarCalendarShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
609 /custom_md_loader/classes/MetadataService.cls 536 26 536 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 'enableSidebarCalendarShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
610 /custom_md_loader/classes/MetadataService.cls 537 26 537 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 'enableSimpleTaskCreateUI_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
610 /custom_md_loader/classes/MetadataService.cls 537 26 537 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 'enableSimpleTaskCreateUI_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
611 /custom_md_loader/classes/MetadataService.cls 538 26 538 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 'enableUNSTaskDelegatedToNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
611 /custom_md_loader/classes/MetadataService.cls 538 26 538 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 'enableUNSTaskDelegatedToNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
612 /custom_md_loader/classes/MetadataService.cls 539 26 539 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 'meetingRequestsLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
612 /custom_md_loader/classes/MetadataService.cls 539 26 539 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 'meetingRequestsLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
613 /custom_md_loader/classes/MetadataService.cls 540 26 540 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 'showCustomLogoMeetingRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
613 /custom_md_loader/classes/MetadataService.cls 540 26 540 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 'showCustomLogoMeetingRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
614 /custom_md_loader/classes/MetadataService.cls 541 26 541 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 'showEventDetailsMultiUserCalendar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
614 /custom_md_loader/classes/MetadataService.cls 541 26 541 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 'showEventDetailsMultiUserCalendar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
615 /custom_md_loader/classes/MetadataService.cls 542 26 542 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 'showHomePageHoverLinksForEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
615 /custom_md_loader/classes/MetadataService.cls 542 26 542 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 'showHomePageHoverLinksForEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
616 /custom_md_loader/classes/MetadataService.cls 543 26 543 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 'showMyTasksHoverLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
616 /custom_md_loader/classes/MetadataService.cls 543 26 543 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 'showMyTasksHoverLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
617 /custom_md_loader/classes/MetadataService.cls 544 26 544 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 'showRequestedMeetingsOnHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
617 /custom_md_loader/classes/MetadataService.cls 544 26 544 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 'showRequestedMeetingsOnHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
618 /custom_md_loader/classes/MetadataService.cls 545 26 545 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
618 /custom_md_loader/classes/MetadataService.cls 545 26 545 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 546 26 546 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
619 /custom_md_loader/classes/MetadataService.cls 546 26 546 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
620 /custom_md_loader/classes/MetadataService.cls 547 26 547 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]*'
620 /custom_md_loader/classes/MetadataService.cls 547 26 547 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]*'
621 /custom_md_loader/classes/MetadataService.cls 548 26 548 668 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 548 26 548 668 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
622 /custom_md_loader/classes/MetadataService.cls 550 12 559 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
622 /custom_md_loader/classes/MetadataService.cls 550 12 559 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
623 /custom_md_loader/classes/MetadataService.cls 554 26 554 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
623 /custom_md_loader/classes/MetadataService.cls 554 26 554 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
624 /custom_md_loader/classes/MetadataService.cls 555 26 555 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
624 /custom_md_loader/classes/MetadataService.cls 555 26 555 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
625 /custom_md_loader/classes/MetadataService.cls 556 26 556 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
625 /custom_md_loader/classes/MetadataService.cls 556 26 556 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
626 /custom_md_loader/classes/MetadataService.cls 557 26 557 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
626 /custom_md_loader/classes/MetadataService.cls 557 26 557 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
627 /custom_md_loader/classes/MetadataService.cls 558 26 558 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]*'
627 /custom_md_loader/classes/MetadataService.cls 558 26 558 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]*'
628 /custom_md_loader/classes/MetadataService.cls 560 12 567 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
628 /custom_md_loader/classes/MetadataService.cls 560 12 567 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
629 /custom_md_loader/classes/MetadataService.cls 563 26 563 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
629 /custom_md_loader/classes/MetadataService.cls 563 26 563 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
630 /custom_md_loader/classes/MetadataService.cls 564 26 564 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
630 /custom_md_loader/classes/MetadataService.cls 564 26 564 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
631 /custom_md_loader/classes/MetadataService.cls 565 26 565 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 565 26 565 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 566 26 566 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]*'
632 /custom_md_loader/classes/MetadataService.cls 566 26 566 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]*'
633 /custom_md_loader/classes/MetadataService.cls 568 12 575 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 /custom_md_loader/classes/MetadataService.cls 568 12 575 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 /custom_md_loader/classes/MetadataService.cls 571 26 571 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
634 /custom_md_loader/classes/MetadataService.cls 571 26 571 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
635 /custom_md_loader/classes/MetadataService.cls 572 26 572 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
635 /custom_md_loader/classes/MetadataService.cls 572 26 572 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
636 /custom_md_loader/classes/MetadataService.cls 573 26 573 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 573 26 573 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
637 /custom_md_loader/classes/MetadataService.cls 574 26 574 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]*'
637 /custom_md_loader/classes/MetadataService.cls 574 26 574 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]*'
638 /custom_md_loader/classes/MetadataService.cls 576 12 583 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
638 /custom_md_loader/classes/MetadataService.cls 576 12 583 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
639 /custom_md_loader/classes/MetadataService.cls 579 26 579 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 'columnSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
639 /custom_md_loader/classes/MetadataService.cls 579 26 579 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 'columnSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
640 /custom_md_loader/classes/MetadataService.cls 580 26 580 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
640 /custom_md_loader/classes/MetadataService.cls 580 26 580 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
641 /custom_md_loader/classes/MetadataService.cls 581 26 581 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
641 /custom_md_loader/classes/MetadataService.cls 581 26 581 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 582 26 582 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
642 /custom_md_loader/classes/MetadataService.cls 582 26 582 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 584 12 597 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
643 /custom_md_loader/classes/MetadataService.cls 584 12 597 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
644 /custom_md_loader/classes/MetadataService.cls 590 26 590 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 'assignNextValueToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
644 /custom_md_loader/classes/MetadataService.cls 590 26 590 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 'assignNextValueToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
645 /custom_md_loader/classes/MetadataService.cls 591 26 591 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 'collectionReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
645 /custom_md_loader/classes/MetadataService.cls 591 26 591 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 'collectionReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
646 /custom_md_loader/classes/MetadataService.cls 592 26 592 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 'iterationOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
646 /custom_md_loader/classes/MetadataService.cls 592 26 592 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 'iterationOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
647 /custom_md_loader/classes/MetadataService.cls 593 26 593 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 'nextValueConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
647 /custom_md_loader/classes/MetadataService.cls 593 26 593 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 'nextValueConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
648 /custom_md_loader/classes/MetadataService.cls 594 26 594 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 'noMoreValuesConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
648 /custom_md_loader/classes/MetadataService.cls 594 26 594 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 'noMoreValuesConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
649 /custom_md_loader/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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
649 /custom_md_loader/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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
650 /custom_md_loader/classes/MetadataService.cls 596 26 596 176 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
650 /custom_md_loader/classes/MetadataService.cls 596 26 596 176 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
651 /custom_md_loader/classes/MetadataService.cls 598 12 605 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
651 /custom_md_loader/classes/MetadataService.cls 598 12 605 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
652 /custom_md_loader/classes/MetadataService.cls 601 26 601 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
652 /custom_md_loader/classes/MetadataService.cls 601 26 601 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
653 /custom_md_loader/classes/MetadataService.cls 602 26 602 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 'points_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
653 /custom_md_loader/classes/MetadataService.cls 602 26 602 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 'points_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
654 /custom_md_loader/classes/MetadataService.cls 603 26 603 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 603 26 603 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
655 /custom_md_loader/classes/MetadataService.cls 604 26 604 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]*'
655 /custom_md_loader/classes/MetadataService.cls 604 26 604 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]*'
656 /custom_md_loader/classes/MetadataService.cls 606 12 613 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
656 /custom_md_loader/classes/MetadataService.cls 606 12 613 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
657 /custom_md_loader/classes/MetadataService.cls 609 26 609 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
657 /custom_md_loader/classes/MetadataService.cls 609 26 609 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
658 /custom_md_loader/classes/MetadataService.cls 610 26 610 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
658 /custom_md_loader/classes/MetadataService.cls 610 26 610 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
659 /custom_md_loader/classes/MetadataService.cls 611 26 611 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
659 /custom_md_loader/classes/MetadataService.cls 611 26 611 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 612 26 612 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]*'
660 /custom_md_loader/classes/MetadataService.cls 612 26 612 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]*'
661 /custom_md_loader/classes/MetadataService.cls 614 12 625 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
661 /custom_md_loader/classes/MetadataService.cls 614 12 625 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
662 /custom_md_loader/classes/MetadataService.cls 619 26 619 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 'checkedByDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
662 /custom_md_loader/classes/MetadataService.cls 619 26 619 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 'checkedByDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
663 /custom_md_loader/classes/MetadataService.cls 620 26 620 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 'displayNameOverride_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
663 /custom_md_loader/classes/MetadataService.cls 620 26 620 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 'displayNameOverride_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
664 /custom_md_loader/classes/MetadataService.cls 621 26 621 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
664 /custom_md_loader/classes/MetadataService.cls 621 26 621 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
665 /custom_md_loader/classes/MetadataService.cls 622 26 622 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
665 /custom_md_loader/classes/MetadataService.cls 622 26 622 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
666 /custom_md_loader/classes/MetadataService.cls 623 26 623 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 623 26 623 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
667 /custom_md_loader/classes/MetadataService.cls 624 26 624 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 624 26 624 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
668 /custom_md_loader/classes/MetadataService.cls 626 12 645 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
668 /custom_md_loader/classes/MetadataService.cls 626 12 645 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
669 /custom_md_loader/classes/MetadataService.cls 626 12 645 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
669 /custom_md_loader/classes/MetadataService.cls 626 12 645 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
670 /custom_md_loader/classes/MetadataService.cls 635 26 635 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 'enableLiveChat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
670 /custom_md_loader/classes/MetadataService.cls 635 26 635 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 'enableLiveChat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
671 /custom_md_loader/classes/MetadataService.cls 636 26 636 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 'openNewAccountSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
671 /custom_md_loader/classes/MetadataService.cls 636 26 636 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 'openNewAccountSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
672 /custom_md_loader/classes/MetadataService.cls 637 26 637 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 'openNewCaseSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
672 /custom_md_loader/classes/MetadataService.cls 637 26 637 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 'openNewCaseSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
673 /custom_md_loader/classes/MetadataService.cls 638 26 638 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 'openNewContactSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
673 /custom_md_loader/classes/MetadataService.cls 638 26 638 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 'openNewContactSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
674 /custom_md_loader/classes/MetadataService.cls 639 26 639 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 'openNewLeadSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
674 /custom_md_loader/classes/MetadataService.cls 639 26 639 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 'openNewLeadSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
675 /custom_md_loader/classes/MetadataService.cls 640 26 640 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 'openNewVFPageSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
675 /custom_md_loader/classes/MetadataService.cls 640 26 640 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 'openNewVFPageSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
676 /custom_md_loader/classes/MetadataService.cls 641 26 641 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'pagesToOpen_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
676 /custom_md_loader/classes/MetadataService.cls 641 26 641 140 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'pagesToOpen_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
677 /custom_md_loader/classes/MetadataService.cls 642 26 642 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 'showKnowledgeArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
677 /custom_md_loader/classes/MetadataService.cls 642 26 642 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 'showKnowledgeArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
678 /custom_md_loader/classes/MetadataService.cls 643 26 643 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
678 /custom_md_loader/classes/MetadataService.cls 643 26 643 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
679 /custom_md_loader/classes/MetadataService.cls 644 26 644 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]*'
679 /custom_md_loader/classes/MetadataService.cls 644 26 644 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]*'
680 /custom_md_loader/classes/MetadataService.cls 646 12 651 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
680 /custom_md_loader/classes/MetadataService.cls 646 12 651 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
681 /custom_md_loader/classes/MetadataService.cls 648 26 648 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
681 /custom_md_loader/classes/MetadataService.cls 648 26 648 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
682 /custom_md_loader/classes/MetadataService.cls 649 26 649 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
682 /custom_md_loader/classes/MetadataService.cls 649 26 649 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
683 /custom_md_loader/classes/MetadataService.cls 650 26 650 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]*'
683 /custom_md_loader/classes/MetadataService.cls 650 26 650 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]*'
684 /custom_md_loader/classes/MetadataService.cls 652 12 659 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
684 /custom_md_loader/classes/MetadataService.cls 652 12 659 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
685 /custom_md_loader/classes/MetadataService.cls 655 26 655 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
685 /custom_md_loader/classes/MetadataService.cls 655 26 655 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
686 /custom_md_loader/classes/MetadataService.cls 656 26 656 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 'membershipRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
686 /custom_md_loader/classes/MetadataService.cls 656 26 656 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 'membershipRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
687 /custom_md_loader/classes/MetadataService.cls 657 26 657 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
687 /custom_md_loader/classes/MetadataService.cls 657 26 657 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
688 /custom_md_loader/classes/MetadataService.cls 658 26 658 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]*'
688 /custom_md_loader/classes/MetadataService.cls 658 26 658 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]*'
689 /custom_md_loader/classes/MetadataService.cls 660 12 673 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
689 /custom_md_loader/classes/MetadataService.cls 660 12 673 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
690 /custom_md_loader/classes/MetadataService.cls 666 26 666 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
690 /custom_md_loader/classes/MetadataService.cls 666 26 666 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
691 /custom_md_loader/classes/MetadataService.cls 667 26 667 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
691 /custom_md_loader/classes/MetadataService.cls 667 26 667 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
692 /custom_md_loader/classes/MetadataService.cls 668 26 668 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
692 /custom_md_loader/classes/MetadataService.cls 668 26 668 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
693 /custom_md_loader/classes/MetadataService.cls 669 26 669 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
693 /custom_md_loader/classes/MetadataService.cls 669 26 669 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 670 26 670 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
694 /custom_md_loader/classes/MetadataService.cls 670 26 670 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
695 /custom_md_loader/classes/MetadataService.cls 671 26 671 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]*'
695 /custom_md_loader/classes/MetadataService.cls 671 26 671 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]*'
696 /custom_md_loader/classes/MetadataService.cls 672 26 672 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]*'
696 /custom_md_loader/classes/MetadataService.cls 672 26 672 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]*'
697 /custom_md_loader/classes/MetadataService.cls 674 12 693 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
697 /custom_md_loader/classes/MetadataService.cls 674 12 693 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
698 /custom_md_loader/classes/MetadataService.cls 674 12 693 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
698 /custom_md_loader/classes/MetadataService.cls 674 12 693 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
699 /custom_md_loader/classes/MetadataService.cls 683 26 683 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
699 /custom_md_loader/classes/MetadataService.cls 683 26 683 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
700 /custom_md_loader/classes/MetadataService.cls 684 26 684 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
700 /custom_md_loader/classes/MetadataService.cls 684 26 684 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
701 /custom_md_loader/classes/MetadataService.cls 685 26 685 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
701 /custom_md_loader/classes/MetadataService.cls 685 26 685 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
702 /custom_md_loader/classes/MetadataService.cls 686 26 686 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
702 /custom_md_loader/classes/MetadataService.cls 686 26 686 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
703 /custom_md_loader/classes/MetadataService.cls 687 26 687 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 'visualizationResources_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
703 /custom_md_loader/classes/MetadataService.cls 687 26 687 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 'visualizationResources_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
704 /custom_md_loader/classes/MetadataService.cls 688 26 688 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 'visualizationTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
704 /custom_md_loader/classes/MetadataService.cls 688 26 688 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 'visualizationTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
705 /custom_md_loader/classes/MetadataService.cls 689 26 689 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 689 26 689 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
706 /custom_md_loader/classes/MetadataService.cls 690 26 690 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
706 /custom_md_loader/classes/MetadataService.cls 690 26 690 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
707 /custom_md_loader/classes/MetadataService.cls 691 26 691 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]*'
707 /custom_md_loader/classes/MetadataService.cls 691 26 691 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]*'
708 /custom_md_loader/classes/MetadataService.cls 692 26 692 172 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
708 /custom_md_loader/classes/MetadataService.cls 692 26 692 172 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
709 /custom_md_loader/classes/MetadataService.cls 694 12 699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
709 /custom_md_loader/classes/MetadataService.cls 694 12 699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
710 /custom_md_loader/classes/MetadataService.cls 696 26 696 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
710 /custom_md_loader/classes/MetadataService.cls 696 26 696 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
711 /custom_md_loader/classes/MetadataService.cls 697 26 697 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
711 /custom_md_loader/classes/MetadataService.cls 697 26 697 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
712 /custom_md_loader/classes/MetadataService.cls 698 26 698 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]*'
712 /custom_md_loader/classes/MetadataService.cls 698 26 698 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]*'
713 /custom_md_loader/classes/MetadataService.cls 700 12 711 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
713 /custom_md_loader/classes/MetadataService.cls 700 12 711 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
714 /custom_md_loader/classes/MetadataService.cls 705 26 705 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
714 /custom_md_loader/classes/MetadataService.cls 705 26 705 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
715 /custom_md_loader/classes/MetadataService.cls 706 26 706 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
715 /custom_md_loader/classes/MetadataService.cls 706 26 706 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
716 /custom_md_loader/classes/MetadataService.cls 707 26 707 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
716 /custom_md_loader/classes/MetadataService.cls 707 26 707 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
717 /custom_md_loader/classes/MetadataService.cls 708 26 708 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
717 /custom_md_loader/classes/MetadataService.cls 708 26 708 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
718 /custom_md_loader/classes/MetadataService.cls 709 26 709 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
718 /custom_md_loader/classes/MetadataService.cls 709 26 709 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
719 /custom_md_loader/classes/MetadataService.cls 710 26 710 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
719 /custom_md_loader/classes/MetadataService.cls 710 26 710 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
720 /custom_md_loader/classes/MetadataService.cls 712 12 727 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
720 /custom_md_loader/classes/MetadataService.cls 712 12 727 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
721 /custom_md_loader/classes/MetadataService.cls 718 23 718 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]*'
721 /custom_md_loader/classes/MetadataService.cls 718 23 718 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]*'
722 /custom_md_loader/classes/MetadataService.cls 719 26 719 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
722 /custom_md_loader/classes/MetadataService.cls 719 26 719 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
723 /custom_md_loader/classes/MetadataService.cls 720 26 720 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
723 /custom_md_loader/classes/MetadataService.cls 720 26 720 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
724 /custom_md_loader/classes/MetadataService.cls 721 26 721 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
724 /custom_md_loader/classes/MetadataService.cls 721 26 721 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
725 /custom_md_loader/classes/MetadataService.cls 722 26 722 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
725 /custom_md_loader/classes/MetadataService.cls 722 26 722 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
726 /custom_md_loader/classes/MetadataService.cls 723 26 723 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
726 /custom_md_loader/classes/MetadataService.cls 723 26 723 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
727 /custom_md_loader/classes/MetadataService.cls 724 26 724 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
727 /custom_md_loader/classes/MetadataService.cls 724 26 724 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
728 /custom_md_loader/classes/MetadataService.cls 725 26 725 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
728 /custom_md_loader/classes/MetadataService.cls 725 26 725 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
729 /custom_md_loader/classes/MetadataService.cls 726 26 726 149 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
729 /custom_md_loader/classes/MetadataService.cls 726 26 726 149 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
730 /custom_md_loader/classes/MetadataService.cls 728 12 815 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
730 /custom_md_loader/classes/MetadataService.cls 728 12 815 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
731 /custom_md_loader/classes/MetadataService.cls 728 12 815 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 42 public methods, attributes, and properties (limit: 20)
731 /custom_md_loader/classes/MetadataService.cls 728 12 815 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 42 public methods, attributes, and properties (limit: 20)
732 /custom_md_loader/classes/MetadataService.cls 728 12 815 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
732 /custom_md_loader/classes/MetadataService.cls 728 12 815 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
733 /custom_md_loader/classes/MetadataService.cls 771 26 771 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
733 /custom_md_loader/classes/MetadataService.cls 771 26 771 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
734 /custom_md_loader/classes/MetadataService.cls 772 26 772 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 'allowHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
734 /custom_md_loader/classes/MetadataService.cls 772 26 772 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 'allowHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
735 /custom_md_loader/classes/MetadataService.cls 773 26 773 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 'allowStandardAnswersPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
735 /custom_md_loader/classes/MetadataService.cls 773 26 773 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 'allowStandardAnswersPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
736 /custom_md_loader/classes/MetadataService.cls 774 26 774 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 'allowStandardIdeasPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
736 /custom_md_loader/classes/MetadataService.cls 774 26 774 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 'allowStandardIdeasPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
737 /custom_md_loader/classes/MetadataService.cls 775 26 775 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 'allowStandardLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
737 /custom_md_loader/classes/MetadataService.cls 775 26 775 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 'allowStandardLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
738 /custom_md_loader/classes/MetadataService.cls 776 26 776 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 'allowStandardSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
738 /custom_md_loader/classes/MetadataService.cls 776 26 776 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 'allowStandardSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
739 /custom_md_loader/classes/MetadataService.cls 777 26 777 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 'analyticsTrackingCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
739 /custom_md_loader/classes/MetadataService.cls 777 26 777 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 'analyticsTrackingCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
740 /custom_md_loader/classes/MetadataService.cls 778 26 778 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 'authorizationRequiredPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
740 /custom_md_loader/classes/MetadataService.cls 778 26 778 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 'authorizationRequiredPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
741 /custom_md_loader/classes/MetadataService.cls 779 26 779 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 'bandwidthExceededPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
741 /custom_md_loader/classes/MetadataService.cls 779 26 779 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 'bandwidthExceededPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
742 /custom_md_loader/classes/MetadataService.cls 780 26 780 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 'changePasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
742 /custom_md_loader/classes/MetadataService.cls 780 26 780 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 'changePasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
743 /custom_md_loader/classes/MetadataService.cls 781 26 781 196 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'chatterAnswersForgotPasswordConfirmPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
743 /custom_md_loader/classes/MetadataService.cls 781 26 781 196 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'chatterAnswersForgotPasswordConfirmPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
744 /custom_md_loader/classes/MetadataService.cls 782 26 782 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 'chatterAnswersForgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
744 /custom_md_loader/classes/MetadataService.cls 782 26 782 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 'chatterAnswersForgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
745 /custom_md_loader/classes/MetadataService.cls 783 26 783 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 'chatterAnswersHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
745 /custom_md_loader/classes/MetadataService.cls 783 26 783 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 'chatterAnswersHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
746 /custom_md_loader/classes/MetadataService.cls 784 26 784 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 'chatterAnswersLoginPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
746 /custom_md_loader/classes/MetadataService.cls 784 26 784 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 'chatterAnswersLoginPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
747 /custom_md_loader/classes/MetadataService.cls 785 26 785 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 'chatterAnswersRegistrationPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
747 /custom_md_loader/classes/MetadataService.cls 785 26 785 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 'chatterAnswersRegistrationPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
748 /custom_md_loader/classes/MetadataService.cls 786 26 786 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 'clickjackProtectionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
748 /custom_md_loader/classes/MetadataService.cls 786 26 786 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 'clickjackProtectionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
749 /custom_md_loader/classes/MetadataService.cls 787 26 787 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 'customWebAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
749 /custom_md_loader/classes/MetadataService.cls 787 26 787 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 'customWebAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
750 /custom_md_loader/classes/MetadataService.cls 788 26 788 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
750 /custom_md_loader/classes/MetadataService.cls 788 26 788 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
751 /custom_md_loader/classes/MetadataService.cls 789 26 789 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 'favoriteIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
751 /custom_md_loader/classes/MetadataService.cls 789 26 789 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 'favoriteIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
752 /custom_md_loader/classes/MetadataService.cls 790 26 790 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 'fileNotFoundPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
752 /custom_md_loader/classes/MetadataService.cls 790 26 790 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 'fileNotFoundPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
753 /custom_md_loader/classes/MetadataService.cls 791 26 791 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 'genericErrorPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
753 /custom_md_loader/classes/MetadataService.cls 791 26 791 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 'genericErrorPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
754 /custom_md_loader/classes/MetadataService.cls 792 26 792 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 'guestProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
754 /custom_md_loader/classes/MetadataService.cls 792 26 792 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 'guestProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
755 /custom_md_loader/classes/MetadataService.cls 793 26 793 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 'inMaintenancePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
755 /custom_md_loader/classes/MetadataService.cls 793 26 793 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 'inMaintenancePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
756 /custom_md_loader/classes/MetadataService.cls 794 26 794 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 'inactiveIndexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
756 /custom_md_loader/classes/MetadataService.cls 794 26 794 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 'inactiveIndexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
757 /custom_md_loader/classes/MetadataService.cls 795 26 795 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 'indexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
757 /custom_md_loader/classes/MetadataService.cls 795 26 795 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 'indexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
758 /custom_md_loader/classes/MetadataService.cls 796 26 796 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
758 /custom_md_loader/classes/MetadataService.cls 796 26 796 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
759 /custom_md_loader/classes/MetadataService.cls 797 26 797 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 'myProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
759 /custom_md_loader/classes/MetadataService.cls 797 26 797 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 'myProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
760 /custom_md_loader/classes/MetadataService.cls 798 26 798 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
760 /custom_md_loader/classes/MetadataService.cls 798 26 798 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
761 /custom_md_loader/classes/MetadataService.cls 799 26 799 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
761 /custom_md_loader/classes/MetadataService.cls 799 26 799 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
762 /custom_md_loader/classes/MetadataService.cls 800 26 800 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 'requireInsecurePortalAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
762 /custom_md_loader/classes/MetadataService.cls 800 26 800 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 'requireInsecurePortalAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
763 /custom_md_loader/classes/MetadataService.cls 801 26 801 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 'robotsTxtPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
763 /custom_md_loader/classes/MetadataService.cls 801 26 801 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 'robotsTxtPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
764 /custom_md_loader/classes/MetadataService.cls 802 26 802 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 'rootComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
764 /custom_md_loader/classes/MetadataService.cls 802 26 802 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 'rootComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
765 /custom_md_loader/classes/MetadataService.cls 803 26 803 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 'selfRegPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
765 /custom_md_loader/classes/MetadataService.cls 803 26 803 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 'selfRegPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
766 /custom_md_loader/classes/MetadataService.cls 804 26 804 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 'serverIsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
766 /custom_md_loader/classes/MetadataService.cls 804 26 804 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 'serverIsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
767 /custom_md_loader/classes/MetadataService.cls 805 26 805 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 'siteAdmin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
767 /custom_md_loader/classes/MetadataService.cls 805 26 805 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 'siteAdmin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
768 /custom_md_loader/classes/MetadataService.cls 806 26 806 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 'siteRedirectMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
768 /custom_md_loader/classes/MetadataService.cls 806 26 806 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 'siteRedirectMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
769 /custom_md_loader/classes/MetadataService.cls 807 26 807 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 'siteTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
769 /custom_md_loader/classes/MetadataService.cls 807 26 807 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 'siteTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
770 /custom_md_loader/classes/MetadataService.cls 808 26 808 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 'siteType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
770 /custom_md_loader/classes/MetadataService.cls 808 26 808 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 'siteType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
771 /custom_md_loader/classes/MetadataService.cls 809 26 809 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 'subdomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
771 /custom_md_loader/classes/MetadataService.cls 809 26 809 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 'subdomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
772 /custom_md_loader/classes/MetadataService.cls 810 26 810 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
772 /custom_md_loader/classes/MetadataService.cls 810 26 810 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
773 /custom_md_loader/classes/MetadataService.cls 811 26 811 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
773 /custom_md_loader/classes/MetadataService.cls 811 26 811 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 812 26 812 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
774 /custom_md_loader/classes/MetadataService.cls 812 26 812 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
775 /custom_md_loader/classes/MetadataService.cls 813 26 813 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]*'
775 /custom_md_loader/classes/MetadataService.cls 813 26 813 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]*'
776 /custom_md_loader/classes/MetadataService.cls 814 26 814 873 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 814 26 814 873 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
777 /custom_md_loader/classes/MetadataService.cls 816 12 825 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
777 /custom_md_loader/classes/MetadataService.cls 816 12 825 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
778 /custom_md_loader/classes/MetadataService.cls 820 26 820 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 'aggregateReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
778 /custom_md_loader/classes/MetadataService.cls 820 26 820 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 'aggregateReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
779 /custom_md_loader/classes/MetadataService.cls 821 26 821 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 'blockId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
779 /custom_md_loader/classes/MetadataService.cls 821 26 821 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 'blockId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
780 /custom_md_loader/classes/MetadataService.cls 822 26 822 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 'joinTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
780 /custom_md_loader/classes/MetadataService.cls 822 26 822 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 'joinTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
781 /custom_md_loader/classes/MetadataService.cls 823 26 823 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
781 /custom_md_loader/classes/MetadataService.cls 823 26 823 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
782 /custom_md_loader/classes/MetadataService.cls 824 26 824 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
782 /custom_md_loader/classes/MetadataService.cls 824 26 824 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
783 /custom_md_loader/classes/MetadataService.cls 826 12 831 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
783 /custom_md_loader/classes/MetadataService.cls 826 12 831 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
784 /custom_md_loader/classes/MetadataService.cls 826 12 831 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_]*'
784 /custom_md_loader/classes/MetadataService.cls 826 12 831 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_]*'
785 /custom_md_loader/classes/MetadataService.cls 828 26 828 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
785 /custom_md_loader/classes/MetadataService.cls 828 26 828 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
786 /custom_md_loader/classes/MetadataService.cls 829 26 829 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
786 /custom_md_loader/classes/MetadataService.cls 829 26 829 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
787 /custom_md_loader/classes/MetadataService.cls 830 26 830 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]*'
787 /custom_md_loader/classes/MetadataService.cls 830 26 830 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]*'
788 /custom_md_loader/classes/MetadataService.cls 832 12 841 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
788 /custom_md_loader/classes/MetadataService.cls 832 12 841 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
789 /custom_md_loader/classes/MetadataService.cls 836 26 836 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
789 /custom_md_loader/classes/MetadataService.cls 836 26 836 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
790 /custom_md_loader/classes/MetadataService.cls 837 26 837 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
790 /custom_md_loader/classes/MetadataService.cls 837 26 837 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
791 /custom_md_loader/classes/MetadataService.cls 838 26 838 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
791 /custom_md_loader/classes/MetadataService.cls 838 26 838 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
792 /custom_md_loader/classes/MetadataService.cls 839 26 839 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
792 /custom_md_loader/classes/MetadataService.cls 839 26 839 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
793 /custom_md_loader/classes/MetadataService.cls 840 26 840 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]*'
793 /custom_md_loader/classes/MetadataService.cls 840 26 840 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]*'
794 /custom_md_loader/classes/MetadataService.cls 842 12 871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
794 /custom_md_loader/classes/MetadataService.cls 842 12 871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
795 /custom_md_loader/classes/MetadataService.cls 842 12 871 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
795 /custom_md_loader/classes/MetadataService.cls 842 12 871 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
796 /custom_md_loader/classes/MetadataService.cls 856 26 856 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 'changed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
796 /custom_md_loader/classes/MetadataService.cls 856 26 856 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 'changed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
797 /custom_md_loader/classes/MetadataService.cls 857 26 857 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 'columnNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
797 /custom_md_loader/classes/MetadataService.cls 857 26 857 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 'columnNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
798 /custom_md_loader/classes/MetadataService.cls 858 26 858 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
798 /custom_md_loader/classes/MetadataService.cls 858 26 858 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
799 /custom_md_loader/classes/MetadataService.cls 859 26 859 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
799 /custom_md_loader/classes/MetadataService.cls 859 26 859 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
800 /custom_md_loader/classes/MetadataService.cls 860 26 860 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
800 /custom_md_loader/classes/MetadataService.cls 860 26 860 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
801 /custom_md_loader/classes/MetadataService.cls 861 26 861 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 'deleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
801 /custom_md_loader/classes/MetadataService.cls 861 26 861 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 'deleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
802 /custom_md_loader/classes/MetadataService.cls 862 26 862 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
802 /custom_md_loader/classes/MetadataService.cls 862 26 862 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
803 /custom_md_loader/classes/MetadataService.cls 863 26 863 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
803 /custom_md_loader/classes/MetadataService.cls 863 26 863 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
804 /custom_md_loader/classes/MetadataService.cls 864 26 864 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]*'
804 /custom_md_loader/classes/MetadataService.cls 864 26 864 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]*'
805 /custom_md_loader/classes/MetadataService.cls 865 26 865 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 'lineNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
805 /custom_md_loader/classes/MetadataService.cls 865 26 865 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 'lineNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
806 /custom_md_loader/classes/MetadataService.cls 866 26 866 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
806 /custom_md_loader/classes/MetadataService.cls 866 26 866 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
807 /custom_md_loader/classes/MetadataService.cls 867 26 867 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 'problemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
807 /custom_md_loader/classes/MetadataService.cls 867 26 867 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 'problemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
808 /custom_md_loader/classes/MetadataService.cls 868 26 868 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
808 /custom_md_loader/classes/MetadataService.cls 868 26 868 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
809 /custom_md_loader/classes/MetadataService.cls 869 26 869 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
809 /custom_md_loader/classes/MetadataService.cls 869 26 869 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
810 /custom_md_loader/classes/MetadataService.cls 870 26 870 212 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
810 /custom_md_loader/classes/MetadataService.cls 870 26 870 212 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
811 /custom_md_loader/classes/MetadataService.cls 872 12 879 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
811 /custom_md_loader/classes/MetadataService.cls 872 12 879 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
812 /custom_md_loader/classes/MetadataService.cls 875 26 875 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
812 /custom_md_loader/classes/MetadataService.cls 875 26 875 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
813 /custom_md_loader/classes/MetadataService.cls 876 26 876 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
813 /custom_md_loader/classes/MetadataService.cls 876 26 876 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
814 /custom_md_loader/classes/MetadataService.cls 877 26 877 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
814 /custom_md_loader/classes/MetadataService.cls 877 26 877 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
815 /custom_md_loader/classes/MetadataService.cls 878 26 878 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]*'
815 /custom_md_loader/classes/MetadataService.cls 878 26 878 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]*'
816 /custom_md_loader/classes/MetadataService.cls 880 12 903 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
816 /custom_md_loader/classes/MetadataService.cls 880 12 903 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
817 /custom_md_loader/classes/MetadataService.cls 880 12 903 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
817 /custom_md_loader/classes/MetadataService.cls 880 12 903 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
818 /custom_md_loader/classes/MetadataService.cls 888 51 888 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]*'
818 /custom_md_loader/classes/MetadataService.cls 888 51 888 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]*'
819 /custom_md_loader/classes/MetadataService.cls 891 26 891 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 'autogenerated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
819 /custom_md_loader/classes/MetadataService.cls 891 26 891 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 'autogenerated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
820 /custom_md_loader/classes/MetadataService.cls 892 26 892 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 'baseObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
820 /custom_md_loader/classes/MetadataService.cls 892 26 892 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 'baseObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
821 /custom_md_loader/classes/MetadataService.cls 893 26 893 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
821 /custom_md_loader/classes/MetadataService.cls 893 26 893 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
822 /custom_md_loader/classes/MetadataService.cls 894 26 894 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 'deployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
822 /custom_md_loader/classes/MetadataService.cls 894 26 894 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 'deployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
823 /custom_md_loader/classes/MetadataService.cls 895 26 895 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
823 /custom_md_loader/classes/MetadataService.cls 895 26 895 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
824 /custom_md_loader/classes/MetadataService.cls 896 26 896 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
824 /custom_md_loader/classes/MetadataService.cls 896 26 896 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
825 /custom_md_loader/classes/MetadataService.cls 897 26 897 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
825 /custom_md_loader/classes/MetadataService.cls 897 26 897 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
826 /custom_md_loader/classes/MetadataService.cls 898 26 898 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
826 /custom_md_loader/classes/MetadataService.cls 898 26 898 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
827 /custom_md_loader/classes/MetadataService.cls 899 26 899 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
827 /custom_md_loader/classes/MetadataService.cls 899 26 899 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
828 /custom_md_loader/classes/MetadataService.cls 900 26 900 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
828 /custom_md_loader/classes/MetadataService.cls 900 26 900 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
829 /custom_md_loader/classes/MetadataService.cls 901 26 901 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]*'
829 /custom_md_loader/classes/MetadataService.cls 901 26 901 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]*'
830 /custom_md_loader/classes/MetadataService.cls 902 26 902 168 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
830 /custom_md_loader/classes/MetadataService.cls 902 26 902 168 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
831 /custom_md_loader/classes/MetadataService.cls 904 12 953 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
831 /custom_md_loader/classes/MetadataService.cls 904 12 953 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
832 /custom_md_loader/classes/MetadataService.cls 904 12 953 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomPageWebLink has 23 public methods, attributes, and properties (limit: 20)
832 /custom_md_loader/classes/MetadataService.cls 904 12 953 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomPageWebLink has 23 public methods, attributes, and properties (limit: 20)
833 /custom_md_loader/classes/MetadataService.cls 904 12 953 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
833 /custom_md_loader/classes/MetadataService.cls 904 12 953 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
834 /custom_md_loader/classes/MetadataService.cls 919 23 919 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]*'
834 /custom_md_loader/classes/MetadataService.cls 919 23 919 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]*'
835 /custom_md_loader/classes/MetadataService.cls 921 24 921 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]*'
835 /custom_md_loader/classes/MetadataService.cls 921 24 921 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]*'
836 /custom_md_loader/classes/MetadataService.cls 928 26 928 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
836 /custom_md_loader/classes/MetadataService.cls 928 26 928 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
837 /custom_md_loader/classes/MetadataService.cls 929 26 929 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
837 /custom_md_loader/classes/MetadataService.cls 929 26 929 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
838 /custom_md_loader/classes/MetadataService.cls 930 26 930 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
838 /custom_md_loader/classes/MetadataService.cls 930 26 930 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
839 /custom_md_loader/classes/MetadataService.cls 931 26 931 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
839 /custom_md_loader/classes/MetadataService.cls 931 26 931 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
840 /custom_md_loader/classes/MetadataService.cls 932 26 932 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
840 /custom_md_loader/classes/MetadataService.cls 932 26 932 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
841 /custom_md_loader/classes/MetadataService.cls 933 26 933 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
841 /custom_md_loader/classes/MetadataService.cls 933 26 933 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
842 /custom_md_loader/classes/MetadataService.cls 934 26 934 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
842 /custom_md_loader/classes/MetadataService.cls 934 26 934 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
843 /custom_md_loader/classes/MetadataService.cls 935 26 935 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
843 /custom_md_loader/classes/MetadataService.cls 935 26 935 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
844 /custom_md_loader/classes/MetadataService.cls 936 26 936 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
844 /custom_md_loader/classes/MetadataService.cls 936 26 936 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
845 /custom_md_loader/classes/MetadataService.cls 937 26 937 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
845 /custom_md_loader/classes/MetadataService.cls 937 26 937 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
846 /custom_md_loader/classes/MetadataService.cls 938 26 938 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
846 /custom_md_loader/classes/MetadataService.cls 938 26 938 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
847 /custom_md_loader/classes/MetadataService.cls 939 26 939 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
847 /custom_md_loader/classes/MetadataService.cls 939 26 939 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
848 /custom_md_loader/classes/MetadataService.cls 940 26 940 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
848 /custom_md_loader/classes/MetadataService.cls 940 26 940 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
849 /custom_md_loader/classes/MetadataService.cls 941 26 941 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
849 /custom_md_loader/classes/MetadataService.cls 941 26 941 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
850 /custom_md_loader/classes/MetadataService.cls 942 26 942 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
850 /custom_md_loader/classes/MetadataService.cls 942 26 942 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
851 /custom_md_loader/classes/MetadataService.cls 943 26 943 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
851 /custom_md_loader/classes/MetadataService.cls 943 26 943 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
852 /custom_md_loader/classes/MetadataService.cls 944 26 944 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
852 /custom_md_loader/classes/MetadataService.cls 944 26 944 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
853 /custom_md_loader/classes/MetadataService.cls 945 26 945 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
853 /custom_md_loader/classes/MetadataService.cls 945 26 945 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
854 /custom_md_loader/classes/MetadataService.cls 946 26 946 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
854 /custom_md_loader/classes/MetadataService.cls 946 26 946 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
855 /custom_md_loader/classes/MetadataService.cls 947 26 947 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
855 /custom_md_loader/classes/MetadataService.cls 947 26 947 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
856 /custom_md_loader/classes/MetadataService.cls 948 26 948 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
856 /custom_md_loader/classes/MetadataService.cls 948 26 948 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
857 /custom_md_loader/classes/MetadataService.cls 949 26 949 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
857 /custom_md_loader/classes/MetadataService.cls 949 26 949 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
858 /custom_md_loader/classes/MetadataService.cls 950 26 950 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
858 /custom_md_loader/classes/MetadataService.cls 950 26 950 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
859 /custom_md_loader/classes/MetadataService.cls 951 26 951 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]*'
859 /custom_md_loader/classes/MetadataService.cls 951 26 951 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]*'
860 /custom_md_loader/classes/MetadataService.cls 952 26 952 344 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
860 /custom_md_loader/classes/MetadataService.cls 952 26 952 344 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
861 /custom_md_loader/classes/MetadataService.cls 954 12 979 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
861 /custom_md_loader/classes/MetadataService.cls 954 12 979 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
862 /custom_md_loader/classes/MetadataService.cls 954 12 979 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
862 /custom_md_loader/classes/MetadataService.cls 954 12 979 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
863 /custom_md_loader/classes/MetadataService.cls 965 23 965 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]*'
863 /custom_md_loader/classes/MetadataService.cls 965 23 965 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]*'
864 /custom_md_loader/classes/MetadataService.cls 966 26 966 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 'dmlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
864 /custom_md_loader/classes/MetadataService.cls 966 26 966 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 'dmlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
865 /custom_md_loader/classes/MetadataService.cls 967 26 967 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]*'
865 /custom_md_loader/classes/MetadataService.cls 967 26 967 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]*'
866 /custom_md_loader/classes/MetadataService.cls 968 26 968 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 'locationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
866 /custom_md_loader/classes/MetadataService.cls 968 26 968 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 'locationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
867 /custom_md_loader/classes/MetadataService.cls 969 26 969 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 'methodInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
867 /custom_md_loader/classes/MetadataService.cls 969 26 969 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 'methodInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
868 /custom_md_loader/classes/MetadataService.cls 970 26 970 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
868 /custom_md_loader/classes/MetadataService.cls 970 26 970 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
869 /custom_md_loader/classes/MetadataService.cls 971 26 971 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
869 /custom_md_loader/classes/MetadataService.cls 971 26 971 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
870 /custom_md_loader/classes/MetadataService.cls 972 26 972 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 'numLocations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
870 /custom_md_loader/classes/MetadataService.cls 972 26 972 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 'numLocations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
871 /custom_md_loader/classes/MetadataService.cls 973 26 973 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 'numLocationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
871 /custom_md_loader/classes/MetadataService.cls 973 26 973 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 'numLocationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
872 /custom_md_loader/classes/MetadataService.cls 974 26 974 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 'soqlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
872 /custom_md_loader/classes/MetadataService.cls 974 26 974 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 'soqlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
873 /custom_md_loader/classes/MetadataService.cls 975 26 975 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 'soslInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
873 /custom_md_loader/classes/MetadataService.cls 975 26 975 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 'soslInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
874 /custom_md_loader/classes/MetadataService.cls 976 26 976 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
874 /custom_md_loader/classes/MetadataService.cls 976 26 976 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
875 /custom_md_loader/classes/MetadataService.cls 977 26 977 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
875 /custom_md_loader/classes/MetadataService.cls 977 26 977 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
876 /custom_md_loader/classes/MetadataService.cls 978 26 978 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]*'
876 /custom_md_loader/classes/MetadataService.cls 978 26 978 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]*'
877 /custom_md_loader/classes/MetadataService.cls 980 12 989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
877 /custom_md_loader/classes/MetadataService.cls 980 12 989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
878 /custom_md_loader/classes/MetadataService.cls 980 12 989 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
878 /custom_md_loader/classes/MetadataService.cls 980 12 989 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
879 /custom_md_loader/classes/MetadataService.cls 981 23 981 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]*'
879 /custom_md_loader/classes/MetadataService.cls 981 23 981 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]*'
880 /custom_md_loader/classes/MetadataService.cls 984 26 984 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
880 /custom_md_loader/classes/MetadataService.cls 984 26 984 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
881 /custom_md_loader/classes/MetadataService.cls 985 26 985 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 'oldFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
881 /custom_md_loader/classes/MetadataService.cls 985 26 985 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 'oldFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
882 /custom_md_loader/classes/MetadataService.cls 986 26 986 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 'newFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
882 /custom_md_loader/classes/MetadataService.cls 986 26 986 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 'newFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
883 /custom_md_loader/classes/MetadataService.cls 987 26 987 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
883 /custom_md_loader/classes/MetadataService.cls 987 26 987 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
884 /custom_md_loader/classes/MetadataService.cls 988 26 988 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]*'
884 /custom_md_loader/classes/MetadataService.cls 988 26 988 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]*'
885 /custom_md_loader/classes/MetadataService.cls 990 12 995 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
885 /custom_md_loader/classes/MetadataService.cls 990 12 995 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
886 /custom_md_loader/classes/MetadataService.cls 992 26 992 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
886 /custom_md_loader/classes/MetadataService.cls 992 26 992 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
887 /custom_md_loader/classes/MetadataService.cls 993 26 993 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
887 /custom_md_loader/classes/MetadataService.cls 993 26 993 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
888 /custom_md_loader/classes/MetadataService.cls 994 26 994 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]*'
888 /custom_md_loader/classes/MetadataService.cls 994 26 994 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]*'
889 /custom_md_loader/classes/MetadataService.cls 996 12 1003 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
889 /custom_md_loader/classes/MetadataService.cls 996 12 1003 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
890 /custom_md_loader/classes/MetadataService.cls 999 26 999 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 'picklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
890 /custom_md_loader/classes/MetadataService.cls 999 26 999 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 'picklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
891 /custom_md_loader/classes/MetadataService.cls 1000 26 1000 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
891 /custom_md_loader/classes/MetadataService.cls 1000 26 1000 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
892 /custom_md_loader/classes/MetadataService.cls 1001 26 1001 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
892 /custom_md_loader/classes/MetadataService.cls 1001 26 1001 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
893 /custom_md_loader/classes/MetadataService.cls 1002 26 1002 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
893 /custom_md_loader/classes/MetadataService.cls 1002 26 1002 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
894 /custom_md_loader/classes/MetadataService.cls 1004 12 1009 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
894 /custom_md_loader/classes/MetadataService.cls 1004 12 1009 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
895 /custom_md_loader/classes/MetadataService.cls 1004 12 1009 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_]*'
895 /custom_md_loader/classes/MetadataService.cls 1004 12 1009 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_]*'
896 /custom_md_loader/classes/MetadataService.cls 1006 26 1006 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
896 /custom_md_loader/classes/MetadataService.cls 1006 26 1006 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
897 /custom_md_loader/classes/MetadataService.cls 1007 26 1007 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
897 /custom_md_loader/classes/MetadataService.cls 1007 26 1007 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
898 /custom_md_loader/classes/MetadataService.cls 1008 26 1008 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]*'
898 /custom_md_loader/classes/MetadataService.cls 1008 26 1008 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]*'
899 /custom_md_loader/classes/MetadataService.cls 1010 12 1015 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
899 /custom_md_loader/classes/MetadataService.cls 1010 12 1015 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
900 /custom_md_loader/classes/MetadataService.cls 1012 26 1012 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
900 /custom_md_loader/classes/MetadataService.cls 1012 26 1012 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
901 /custom_md_loader/classes/MetadataService.cls 1013 26 1013 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
901 /custom_md_loader/classes/MetadataService.cls 1013 26 1013 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
902 /custom_md_loader/classes/MetadataService.cls 1014 26 1014 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]*'
902 /custom_md_loader/classes/MetadataService.cls 1014 26 1014 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]*'
903 /custom_md_loader/classes/MetadataService.cls 1016 12 1023 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
903 /custom_md_loader/classes/MetadataService.cls 1016 12 1023 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
904 /custom_md_loader/classes/MetadataService.cls 1019 26 1019 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 'inherited_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
904 /custom_md_loader/classes/MetadataService.cls 1019 26 1019 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 'inherited_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
905 /custom_md_loader/classes/MetadataService.cls 1020 26 1020 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 'ruleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
905 /custom_md_loader/classes/MetadataService.cls 1020 26 1020 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 'ruleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
906 /custom_md_loader/classes/MetadataService.cls 1021 26 1021 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
906 /custom_md_loader/classes/MetadataService.cls 1021 26 1021 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
907 /custom_md_loader/classes/MetadataService.cls 1022 26 1022 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]*'
907 /custom_md_loader/classes/MetadataService.cls 1022 26 1022 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]*'
908 /custom_md_loader/classes/MetadataService.cls 1024 12 1031 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
908 /custom_md_loader/classes/MetadataService.cls 1024 12 1031 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
909 /custom_md_loader/classes/MetadataService.cls 1027 26 1027 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
909 /custom_md_loader/classes/MetadataService.cls 1027 26 1027 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
910 /custom_md_loader/classes/MetadataService.cls 1028 26 1028 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
910 /custom_md_loader/classes/MetadataService.cls 1028 26 1028 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
911 /custom_md_loader/classes/MetadataService.cls 1029 26 1029 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
911 /custom_md_loader/classes/MetadataService.cls 1029 26 1029 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
912 /custom_md_loader/classes/MetadataService.cls 1030 26 1030 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]*'
912 /custom_md_loader/classes/MetadataService.cls 1030 26 1030 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]*'
913 /custom_md_loader/classes/MetadataService.cls 1032 12 1051 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
913 /custom_md_loader/classes/MetadataService.cls 1032 12 1051 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
914 /custom_md_loader/classes/MetadataService.cls 1032 12 1051 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
914 /custom_md_loader/classes/MetadataService.cls 1032 12 1051 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
915 /custom_md_loader/classes/MetadataService.cls 1041 26 1041 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
915 /custom_md_loader/classes/MetadataService.cls 1041 26 1041 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
916 /custom_md_loader/classes/MetadataService.cls 1042 26 1042 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
916 /custom_md_loader/classes/MetadataService.cls 1042 26 1042 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
917 /custom_md_loader/classes/MetadataService.cls 1043 26 1043 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
917 /custom_md_loader/classes/MetadataService.cls 1043 26 1043 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
918 /custom_md_loader/classes/MetadataService.cls 1044 26 1044 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 'mayForecastManagerShare_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
918 /custom_md_loader/classes/MetadataService.cls 1044 26 1044 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 'mayForecastManagerShare_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
919 /custom_md_loader/classes/MetadataService.cls 1045 26 1045 126 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
919 /custom_md_loader/classes/MetadataService.cls 1045 26 1045 126 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
920 /custom_md_loader/classes/MetadataService.cls 1046 26 1046 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
920 /custom_md_loader/classes/MetadataService.cls 1046 26 1046 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
921 /custom_md_loader/classes/MetadataService.cls 1047 26 1047 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
921 /custom_md_loader/classes/MetadataService.cls 1047 26 1047 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
922 /custom_md_loader/classes/MetadataService.cls 1048 26 1048 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
922 /custom_md_loader/classes/MetadataService.cls 1048 26 1048 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
923 /custom_md_loader/classes/MetadataService.cls 1049 26 1049 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]*'
923 /custom_md_loader/classes/MetadataService.cls 1049 26 1049 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]*'
924 /custom_md_loader/classes/MetadataService.cls 1050 26 1050 186 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
924 /custom_md_loader/classes/MetadataService.cls 1050 26 1050 186 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
925 /custom_md_loader/classes/MetadataService.cls 1052 12 1067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
925 /custom_md_loader/classes/MetadataService.cls 1052 12 1067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
926 /custom_md_loader/classes/MetadataService.cls 1059 26 1059 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
926 /custom_md_loader/classes/MetadataService.cls 1059 26 1059 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
927 /custom_md_loader/classes/MetadataService.cls 1060 26 1060 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 'adjustmentsSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
927 /custom_md_loader/classes/MetadataService.cls 1060 26 1060 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 'adjustmentsSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
928 /custom_md_loader/classes/MetadataService.cls 1061 26 1061 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 'forecastRangeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
928 /custom_md_loader/classes/MetadataService.cls 1061 26 1061 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 'forecastRangeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
929 /custom_md_loader/classes/MetadataService.cls 1062 26 1062 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
929 /custom_md_loader/classes/MetadataService.cls 1062 26 1062 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
930 /custom_md_loader/classes/MetadataService.cls 1063 26 1063 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 'opportunityListFieldsSelectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
930 /custom_md_loader/classes/MetadataService.cls 1063 26 1063 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 'opportunityListFieldsSelectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
931 /custom_md_loader/classes/MetadataService.cls 1064 26 1064 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 'quotasSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
931 /custom_md_loader/classes/MetadataService.cls 1064 26 1064 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 'quotasSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
932 /custom_md_loader/classes/MetadataService.cls 1065 26 1065 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
932 /custom_md_loader/classes/MetadataService.cls 1065 26 1065 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1066 26 1066 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]*'
933 /custom_md_loader/classes/MetadataService.cls 1066 26 1066 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]*'
934 /custom_md_loader/classes/MetadataService.cls 1068 12 1075 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
934 /custom_md_loader/classes/MetadataService.cls 1068 12 1075 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
935 /custom_md_loader/classes/MetadataService.cls 1071 26 1071 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
935 /custom_md_loader/classes/MetadataService.cls 1071 26 1071 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
936 /custom_md_loader/classes/MetadataService.cls 1072 26 1072 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
936 /custom_md_loader/classes/MetadataService.cls 1072 26 1072 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
937 /custom_md_loader/classes/MetadataService.cls 1073 26 1073 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1073 26 1073 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1074 26 1074 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]*'
938 /custom_md_loader/classes/MetadataService.cls 1074 26 1074 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]*'
939 /custom_md_loader/classes/MetadataService.cls 1076 12 1083 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 /custom_md_loader/classes/MetadataService.cls 1076 12 1083 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 /custom_md_loader/classes/MetadataService.cls 1078 23 1078 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]*'
940 /custom_md_loader/classes/MetadataService.cls 1078 23 1078 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]*'
941 /custom_md_loader/classes/MetadataService.cls 1079 26 1079 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
941 /custom_md_loader/classes/MetadataService.cls 1079 26 1079 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
942 /custom_md_loader/classes/MetadataService.cls 1080 26 1080 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
942 /custom_md_loader/classes/MetadataService.cls 1080 26 1080 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
943 /custom_md_loader/classes/MetadataService.cls 1081 26 1081 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1081 26 1081 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
944 /custom_md_loader/classes/MetadataService.cls 1082 26 1082 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]*'
944 /custom_md_loader/classes/MetadataService.cls 1082 26 1082 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]*'
945 /custom_md_loader/classes/MetadataService.cls 1084 12 1089 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
945 /custom_md_loader/classes/MetadataService.cls 1084 12 1089 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
946 /custom_md_loader/classes/MetadataService.cls 1086 26 1086 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 'parentRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
946 /custom_md_loader/classes/MetadataService.cls 1086 26 1086 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 'parentRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
947 /custom_md_loader/classes/MetadataService.cls 1087 26 1087 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
947 /custom_md_loader/classes/MetadataService.cls 1087 26 1087 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
948 /custom_md_loader/classes/MetadataService.cls 1088 26 1088 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]*'
948 /custom_md_loader/classes/MetadataService.cls 1088 26 1088 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]*'
949 /custom_md_loader/classes/MetadataService.cls 1090 12 1111 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
949 /custom_md_loader/classes/MetadataService.cls 1090 12 1111 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
950 /custom_md_loader/classes/MetadataService.cls 1090 12 1111 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
950 /custom_md_loader/classes/MetadataService.cls 1090 12 1111 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
951 /custom_md_loader/classes/MetadataService.cls 1100 26 1100 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
951 /custom_md_loader/classes/MetadataService.cls 1100 26 1100 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
952 /custom_md_loader/classes/MetadataService.cls 1101 26 1101 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
952 /custom_md_loader/classes/MetadataService.cls 1101 26 1101 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
953 /custom_md_loader/classes/MetadataService.cls 1102 26 1102 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
953 /custom_md_loader/classes/MetadataService.cls 1102 26 1102 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
954 /custom_md_loader/classes/MetadataService.cls 1103 26 1103 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 'fileProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
954 /custom_md_loader/classes/MetadataService.cls 1103 26 1103 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 'fileProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
955 /custom_md_loader/classes/MetadataService.cls 1104 26 1104 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]*'
955 /custom_md_loader/classes/MetadataService.cls 1104 26 1104 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]*'
956 /custom_md_loader/classes/MetadataService.cls 1105 26 1105 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
956 /custom_md_loader/classes/MetadataService.cls 1105 26 1105 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
957 /custom_md_loader/classes/MetadataService.cls 1106 26 1106 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
957 /custom_md_loader/classes/MetadataService.cls 1106 26 1106 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
958 /custom_md_loader/classes/MetadataService.cls 1107 26 1107 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
958 /custom_md_loader/classes/MetadataService.cls 1107 26 1107 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
959 /custom_md_loader/classes/MetadataService.cls 1108 26 1108 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 'zipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
959 /custom_md_loader/classes/MetadataService.cls 1108 26 1108 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 'zipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
960 /custom_md_loader/classes/MetadataService.cls 1109 26 1109 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1109 26 1109 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
961 /custom_md_loader/classes/MetadataService.cls 1110 26 1110 165 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
961 /custom_md_loader/classes/MetadataService.cls 1110 26 1110 165 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
962 /custom_md_loader/classes/MetadataService.cls 1112 12 1119 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
962 /custom_md_loader/classes/MetadataService.cls 1112 12 1119 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
963 /custom_md_loader/classes/MetadataService.cls 1115 26 1115 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
963 /custom_md_loader/classes/MetadataService.cls 1115 26 1115 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
964 /custom_md_loader/classes/MetadataService.cls 1116 26 1116 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
964 /custom_md_loader/classes/MetadataService.cls 1116 26 1116 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
965 /custom_md_loader/classes/MetadataService.cls 1117 26 1117 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1117 26 1117 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
966 /custom_md_loader/classes/MetadataService.cls 1118 26 1118 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1118 26 1118 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
967 /custom_md_loader/classes/MetadataService.cls 1120 12 1125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
967 /custom_md_loader/classes/MetadataService.cls 1120 12 1125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
968 /custom_md_loader/classes/MetadataService.cls 1122 26 1122 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 'quickActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
968 /custom_md_loader/classes/MetadataService.cls 1122 26 1122 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 'quickActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
969 /custom_md_loader/classes/MetadataService.cls 1123 26 1123 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
969 /custom_md_loader/classes/MetadataService.cls 1123 26 1123 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1124 26 1124 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]*'
970 /custom_md_loader/classes/MetadataService.cls 1124 26 1124 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]*'
971 /custom_md_loader/classes/MetadataService.cls 1126 12 1133 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
971 /custom_md_loader/classes/MetadataService.cls 1126 12 1133 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
972 /custom_md_loader/classes/MetadataService.cls 1129 26 1129 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 'hideOnDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
972 /custom_md_loader/classes/MetadataService.cls 1129 26 1129 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 'hideOnDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
973 /custom_md_loader/classes/MetadataService.cls 1130 26 1130 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
973 /custom_md_loader/classes/MetadataService.cls 1130 26 1130 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
974 /custom_md_loader/classes/MetadataService.cls 1131 26 1131 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
974 /custom_md_loader/classes/MetadataService.cls 1131 26 1131 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
975 /custom_md_loader/classes/MetadataService.cls 1132 26 1132 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]*'
975 /custom_md_loader/classes/MetadataService.cls 1132 26 1132 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]*'
976 /custom_md_loader/classes/MetadataService.cls 1134 12 1141 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
976 /custom_md_loader/classes/MetadataService.cls 1134 12 1141 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
977 /custom_md_loader/classes/MetadataService.cls 1137 26 1137 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
977 /custom_md_loader/classes/MetadataService.cls 1137 26 1137 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
978 /custom_md_loader/classes/MetadataService.cls 1138 26 1138 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
978 /custom_md_loader/classes/MetadataService.cls 1138 26 1138 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
979 /custom_md_loader/classes/MetadataService.cls 1139 26 1139 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
979 /custom_md_loader/classes/MetadataService.cls 1139 26 1139 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
980 /custom_md_loader/classes/MetadataService.cls 1140 26 1140 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]*'
980 /custom_md_loader/classes/MetadataService.cls 1140 26 1140 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]*'
981 /custom_md_loader/classes/MetadataService.cls 1142 12 1149 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
981 /custom_md_loader/classes/MetadataService.cls 1142 12 1149 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
982 /custom_md_loader/classes/MetadataService.cls 1145 26 1145 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
982 /custom_md_loader/classes/MetadataService.cls 1145 26 1145 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
983 /custom_md_loader/classes/MetadataService.cls 1146 26 1146 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
983 /custom_md_loader/classes/MetadataService.cls 1146 26 1146 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
984 /custom_md_loader/classes/MetadataService.cls 1147 26 1147 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
984 /custom_md_loader/classes/MetadataService.cls 1147 26 1147 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
985 /custom_md_loader/classes/MetadataService.cls 1148 26 1148 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
985 /custom_md_loader/classes/MetadataService.cls 1148 26 1148 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
986 /custom_md_loader/classes/MetadataService.cls 1150 12 1175 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
986 /custom_md_loader/classes/MetadataService.cls 1150 12 1175 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
987 /custom_md_loader/classes/MetadataService.cls 1150 12 1175 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
987 /custom_md_loader/classes/MetadataService.cls 1150 12 1175 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
988 /custom_md_loader/classes/MetadataService.cls 1160 24 1160 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]*'
988 /custom_md_loader/classes/MetadataService.cls 1160 24 1160 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]*'
989 /custom_md_loader/classes/MetadataService.cls 1162 26 1162 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
989 /custom_md_loader/classes/MetadataService.cls 1162 26 1162 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
990 /custom_md_loader/classes/MetadataService.cls 1163 26 1163 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
990 /custom_md_loader/classes/MetadataService.cls 1163 26 1163 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
991 /custom_md_loader/classes/MetadataService.cls 1164 26 1164 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 'endpointUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
991 /custom_md_loader/classes/MetadataService.cls 1164 26 1164 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 'endpointUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
992 /custom_md_loader/classes/MetadataService.cls 1165 26 1165 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
992 /custom_md_loader/classes/MetadataService.cls 1165 26 1165 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
993 /custom_md_loader/classes/MetadataService.cls 1166 26 1166 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 'includeSessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
993 /custom_md_loader/classes/MetadataService.cls 1166 26 1166 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 'includeSessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
994 /custom_md_loader/classes/MetadataService.cls 1167 26 1167 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 'integrationUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
994 /custom_md_loader/classes/MetadataService.cls 1167 26 1167 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 'integrationUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
995 /custom_md_loader/classes/MetadataService.cls 1168 26 1168 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
995 /custom_md_loader/classes/MetadataService.cls 1168 26 1168 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
996 /custom_md_loader/classes/MetadataService.cls 1169 26 1169 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
996 /custom_md_loader/classes/MetadataService.cls 1169 26 1169 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
997 /custom_md_loader/classes/MetadataService.cls 1170 26 1170 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 'useDeadLetterQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
997 /custom_md_loader/classes/MetadataService.cls 1170 26 1170 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 'useDeadLetterQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
998 /custom_md_loader/classes/MetadataService.cls 1171 26 1171 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
998 /custom_md_loader/classes/MetadataService.cls 1171 26 1171 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
999 /custom_md_loader/classes/MetadataService.cls 1172 26 1172 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
999 /custom_md_loader/classes/MetadataService.cls 1172 26 1172 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1000 /custom_md_loader/classes/MetadataService.cls 1173 26 1173 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]*'
1000 /custom_md_loader/classes/MetadataService.cls 1173 26 1173 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]*'
1001 /custom_md_loader/classes/MetadataService.cls 1174 26 1174 204 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1001 /custom_md_loader/classes/MetadataService.cls 1174 26 1174 204 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1002 /custom_md_loader/classes/MetadataService.cls 1176 12 1189 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1002 /custom_md_loader/classes/MetadataService.cls 1176 12 1189 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1003 /custom_md_loader/classes/MetadataService.cls 1181 23 1181 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]*'
1003 /custom_md_loader/classes/MetadataService.cls 1181 23 1181 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]*'
1004 /custom_md_loader/classes/MetadataService.cls 1182 26 1182 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]*'
1004 /custom_md_loader/classes/MetadataService.cls 1182 26 1182 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]*'
1005 /custom_md_loader/classes/MetadataService.cls 1183 26 1183 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1005 /custom_md_loader/classes/MetadataService.cls 1183 26 1183 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1006 /custom_md_loader/classes/MetadataService.cls 1184 26 1184 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1006 /custom_md_loader/classes/MetadataService.cls 1184 26 1184 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1007 /custom_md_loader/classes/MetadataService.cls 1185 26 1185 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1007 /custom_md_loader/classes/MetadataService.cls 1185 26 1185 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1008 /custom_md_loader/classes/MetadataService.cls 1186 26 1186 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1008 /custom_md_loader/classes/MetadataService.cls 1186 26 1186 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1009 /custom_md_loader/classes/MetadataService.cls 1187 26 1187 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1009 /custom_md_loader/classes/MetadataService.cls 1187 26 1187 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1010 /custom_md_loader/classes/MetadataService.cls 1188 26 1188 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1010 /custom_md_loader/classes/MetadataService.cls 1188 26 1188 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1011 /custom_md_loader/classes/MetadataService.cls 1190 12 1195 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1011 /custom_md_loader/classes/MetadataService.cls 1190 12 1195 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1012 /custom_md_loader/classes/MetadataService.cls 1192 26 1192 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 'deployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1012 /custom_md_loader/classes/MetadataService.cls 1192 26 1192 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 'deployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1013 /custom_md_loader/classes/MetadataService.cls 1193 26 1193 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1013 /custom_md_loader/classes/MetadataService.cls 1193 26 1193 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1014 /custom_md_loader/classes/MetadataService.cls 1194 26 1194 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]*'
1014 /custom_md_loader/classes/MetadataService.cls 1194 26 1194 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]*'
1015 /custom_md_loader/classes/MetadataService.cls 1196 12 1203 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1015 /custom_md_loader/classes/MetadataService.cls 1196 12 1203 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1016 /custom_md_loader/classes/MetadataService.cls 1199 26 1199 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1016 /custom_md_loader/classes/MetadataService.cls 1199 26 1199 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1017 /custom_md_loader/classes/MetadataService.cls 1200 26 1200 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1017 /custom_md_loader/classes/MetadataService.cls 1200 26 1200 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1018 /custom_md_loader/classes/MetadataService.cls 1201 26 1201 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1201 26 1201 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1019 /custom_md_loader/classes/MetadataService.cls 1202 26 1202 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]*'
1019 /custom_md_loader/classes/MetadataService.cls 1202 26 1202 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]*'
1020 /custom_md_loader/classes/MetadataService.cls 1204 12 1215 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1020 /custom_md_loader/classes/MetadataService.cls 1204 12 1215 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1021 /custom_md_loader/classes/MetadataService.cls 1209 26 1209 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1021 /custom_md_loader/classes/MetadataService.cls 1209 26 1209 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1022 /custom_md_loader/classes/MetadataService.cls 1210 26 1210 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1022 /custom_md_loader/classes/MetadataService.cls 1210 26 1210 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1023 /custom_md_loader/classes/MetadataService.cls 1211 26 1211 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1023 /custom_md_loader/classes/MetadataService.cls 1211 26 1211 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1024 /custom_md_loader/classes/MetadataService.cls 1212 26 1212 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1024 /custom_md_loader/classes/MetadataService.cls 1212 26 1212 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1025 /custom_md_loader/classes/MetadataService.cls 1213 26 1213 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]*'
1025 /custom_md_loader/classes/MetadataService.cls 1213 26 1213 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]*'
1026 /custom_md_loader/classes/MetadataService.cls 1214 26 1214 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]*'
1026 /custom_md_loader/classes/MetadataService.cls 1214 26 1214 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]*'
1027 /custom_md_loader/classes/MetadataService.cls 1216 12 1223 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 /custom_md_loader/classes/MetadataService.cls 1216 12 1223 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 /custom_md_loader/classes/MetadataService.cls 1219 26 1219 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1028 /custom_md_loader/classes/MetadataService.cls 1219 26 1219 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1029 /custom_md_loader/classes/MetadataService.cls 1220 26 1220 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1029 /custom_md_loader/classes/MetadataService.cls 1220 26 1220 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1030 /custom_md_loader/classes/MetadataService.cls 1221 26 1221 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1030 /custom_md_loader/classes/MetadataService.cls 1221 26 1221 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1031 /custom_md_loader/classes/MetadataService.cls 1222 26 1222 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1031 /custom_md_loader/classes/MetadataService.cls 1222 26 1222 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1032 /custom_md_loader/classes/MetadataService.cls 1224 12 1239 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1032 /custom_md_loader/classes/MetadataService.cls 1224 12 1239 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1033 /custom_md_loader/classes/MetadataService.cls 1231 26 1231 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 'doesSendEmailToMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1033 /custom_md_loader/classes/MetadataService.cls 1231 26 1231 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 'doesSendEmailToMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1034 /custom_md_loader/classes/MetadataService.cls 1232 26 1232 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1034 /custom_md_loader/classes/MetadataService.cls 1232 26 1232 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1035 /custom_md_loader/classes/MetadataService.cls 1233 26 1233 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1035 /custom_md_loader/classes/MetadataService.cls 1233 26 1233 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1036 /custom_md_loader/classes/MetadataService.cls 1234 26 1234 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 'queueSobject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1036 /custom_md_loader/classes/MetadataService.cls 1234 26 1234 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 'queueSobject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1037 /custom_md_loader/classes/MetadataService.cls 1235 26 1235 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1037 /custom_md_loader/classes/MetadataService.cls 1235 26 1235 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1038 /custom_md_loader/classes/MetadataService.cls 1236 26 1236 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1038 /custom_md_loader/classes/MetadataService.cls 1236 26 1236 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1039 /custom_md_loader/classes/MetadataService.cls 1237 26 1237 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]*'
1039 /custom_md_loader/classes/MetadataService.cls 1237 26 1237 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]*'
1040 /custom_md_loader/classes/MetadataService.cls 1238 26 1238 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]*'
1040 /custom_md_loader/classes/MetadataService.cls 1238 26 1238 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]*'
1041 /custom_md_loader/classes/MetadataService.cls 1240 12 1249 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1041 /custom_md_loader/classes/MetadataService.cls 1240 12 1249 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1042 /custom_md_loader/classes/MetadataService.cls 1244 26 1244 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1042 /custom_md_loader/classes/MetadataService.cls 1244 26 1244 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1043 /custom_md_loader/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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1043 /custom_md_loader/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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1044 /custom_md_loader/classes/MetadataService.cls 1246 26 1246 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1044 /custom_md_loader/classes/MetadataService.cls 1246 26 1246 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1045 /custom_md_loader/classes/MetadataService.cls 1247 26 1247 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1045 /custom_md_loader/classes/MetadataService.cls 1247 26 1247 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1046 /custom_md_loader/classes/MetadataService.cls 1248 26 1248 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1046 /custom_md_loader/classes/MetadataService.cls 1248 26 1248 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1047 /custom_md_loader/classes/MetadataService.cls 1250 12 1259 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1047 /custom_md_loader/classes/MetadataService.cls 1250 12 1259 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1048 /custom_md_loader/classes/MetadataService.cls 1254 26 1254 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 'campaignAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1048 /custom_md_loader/classes/MetadataService.cls 1254 26 1254 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 'campaignAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1049 /custom_md_loader/classes/MetadataService.cls 1255 26 1255 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1049 /custom_md_loader/classes/MetadataService.cls 1255 26 1255 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1050 /custom_md_loader/classes/MetadataService.cls 1256 26 1256 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1050 /custom_md_loader/classes/MetadataService.cls 1256 26 1256 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1051 /custom_md_loader/classes/MetadataService.cls 1257 26 1257 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1051 /custom_md_loader/classes/MetadataService.cls 1257 26 1257 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1052 /custom_md_loader/classes/MetadataService.cls 1258 26 1258 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]*'
1052 /custom_md_loader/classes/MetadataService.cls 1258 26 1258 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]*'
1053 /custom_md_loader/classes/MetadataService.cls 1260 12 1279 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1053 /custom_md_loader/classes/MetadataService.cls 1260 12 1279 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1054 /custom_md_loader/classes/MetadataService.cls 1260 12 1279 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1054 /custom_md_loader/classes/MetadataService.cls 1260 12 1279 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1055 /custom_md_loader/classes/MetadataService.cls 1269 26 1269 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 'autocollapsePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1055 /custom_md_loader/classes/MetadataService.cls 1269 26 1269 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 'autocollapsePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1056 /custom_md_loader/classes/MetadataService.cls 1270 26 1270 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 'compactFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1056 /custom_md_loader/classes/MetadataService.cls 1270 26 1270 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 'compactFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1057 /custom_md_loader/classes/MetadataService.cls 1271 26 1271 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 'feedFilterPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1057 /custom_md_loader/classes/MetadataService.cls 1271 26 1271 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 'feedFilterPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1058 /custom_md_loader/classes/MetadataService.cls 1272 26 1272 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 'feedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1058 /custom_md_loader/classes/MetadataService.cls 1272 26 1272 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 'feedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1059 /custom_md_loader/classes/MetadataService.cls 1273 26 1273 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 'fullWidthFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1059 /custom_md_loader/classes/MetadataService.cls 1273 26 1273 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 'fullWidthFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1060 /custom_md_loader/classes/MetadataService.cls 1274 26 1274 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 'hideSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1060 /custom_md_loader/classes/MetadataService.cls 1274 26 1274 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 'hideSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1061 /custom_md_loader/classes/MetadataService.cls 1275 26 1275 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 'leftComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1061 /custom_md_loader/classes/MetadataService.cls 1275 26 1275 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 'leftComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1062 /custom_md_loader/classes/MetadataService.cls 1276 26 1276 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 'rightComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1062 /custom_md_loader/classes/MetadataService.cls 1276 26 1276 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 'rightComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1063 /custom_md_loader/classes/MetadataService.cls 1277 26 1277 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1277 26 1277 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1278 26 1278 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]*'
1064 /custom_md_loader/classes/MetadataService.cls 1278 26 1278 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]*'
1065 /custom_md_loader/classes/MetadataService.cls 1280 12 1379 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 /custom_md_loader/classes/MetadataService.cls 1280 12 1379 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 /custom_md_loader/classes/MetadataService.cls 1280 12 1379 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 48 public methods, attributes, and properties (limit: 20)
1066 /custom_md_loader/classes/MetadataService.cls 1280 12 1379 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 48 public methods, attributes, and properties (limit: 20)
1067 /custom_md_loader/classes/MetadataService.cls 1280 12 1379 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1067 /custom_md_loader/classes/MetadataService.cls 1280 12 1379 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1068 /custom_md_loader/classes/MetadataService.cls 1325 23 1325 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]*'
1068 /custom_md_loader/classes/MetadataService.cls 1325 23 1325 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]*'
1069 /custom_md_loader/classes/MetadataService.cls 1329 26 1329 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 'caseSensitive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1069 /custom_md_loader/classes/MetadataService.cls 1329 26 1329 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 'caseSensitive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1070 /custom_md_loader/classes/MetadataService.cls 1330 26 1330 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 'customDataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1070 /custom_md_loader/classes/MetadataService.cls 1330 26 1330 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 'customDataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1071 /custom_md_loader/classes/MetadataService.cls 1331 26 1331 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1071 /custom_md_loader/classes/MetadataService.cls 1331 26 1331 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1072 /custom_md_loader/classes/MetadataService.cls 1332 26 1332 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 'deleteConstraint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1072 /custom_md_loader/classes/MetadataService.cls 1332 26 1332 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 'deleteConstraint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1073 /custom_md_loader/classes/MetadataService.cls 1333 26 1333 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1073 /custom_md_loader/classes/MetadataService.cls 1333 26 1333 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1074 /custom_md_loader/classes/MetadataService.cls 1334 26 1334 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1074 /custom_md_loader/classes/MetadataService.cls 1334 26 1334 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1075 /custom_md_loader/classes/MetadataService.cls 1335 26 1335 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1075 /custom_md_loader/classes/MetadataService.cls 1335 26 1335 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1076 /custom_md_loader/classes/MetadataService.cls 1336 26 1336 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 'escapeMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1076 /custom_md_loader/classes/MetadataService.cls 1336 26 1336 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 'escapeMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1077 /custom_md_loader/classes/MetadataService.cls 1337 26 1337 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 'externalDeveloperName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1077 /custom_md_loader/classes/MetadataService.cls 1337 26 1337 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 'externalDeveloperName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1078 /custom_md_loader/classes/MetadataService.cls 1338 26 1338 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 'externalId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1078 /custom_md_loader/classes/MetadataService.cls 1338 26 1338 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 'externalId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1079 /custom_md_loader/classes/MetadataService.cls 1339 26 1339 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1079 /custom_md_loader/classes/MetadataService.cls 1339 26 1339 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1080 /custom_md_loader/classes/MetadataService.cls 1340 26 1340 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 'formulaTreatBlanksAs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1080 /custom_md_loader/classes/MetadataService.cls 1340 26 1340 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 'formulaTreatBlanksAs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1081 /custom_md_loader/classes/MetadataService.cls 1341 26 1341 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 'inlineHelpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1081 /custom_md_loader/classes/MetadataService.cls 1341 26 1341 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 'inlineHelpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1082 /custom_md_loader/classes/MetadataService.cls 1342 26 1342 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 'isFilteringDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1082 /custom_md_loader/classes/MetadataService.cls 1342 26 1342 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 'isFilteringDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1083 /custom_md_loader/classes/MetadataService.cls 1343 26 1343 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 'isNameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1083 /custom_md_loader/classes/MetadataService.cls 1343 26 1343 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 'isNameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1084 /custom_md_loader/classes/MetadataService.cls 1344 26 1344 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 'isSortingDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1084 /custom_md_loader/classes/MetadataService.cls 1344 26 1344 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 'isSortingDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1085 /custom_md_loader/classes/MetadataService.cls 1345 26 1345 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1085 /custom_md_loader/classes/MetadataService.cls 1345 26 1345 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1086 /custom_md_loader/classes/MetadataService.cls 1346 26 1346 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 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1086 /custom_md_loader/classes/MetadataService.cls 1346 26 1346 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 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1087 /custom_md_loader/classes/MetadataService.cls 1347 26 1347 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1087 /custom_md_loader/classes/MetadataService.cls 1347 26 1347 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1088 /custom_md_loader/classes/MetadataService.cls 1348 26 1348 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 'maskChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1088 /custom_md_loader/classes/MetadataService.cls 1348 26 1348 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 'maskChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1089 /custom_md_loader/classes/MetadataService.cls 1349 26 1349 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 'maskType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1089 /custom_md_loader/classes/MetadataService.cls 1349 26 1349 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 'maskType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1090 /custom_md_loader/classes/MetadataService.cls 1350 26 1350 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 'picklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1090 /custom_md_loader/classes/MetadataService.cls 1350 26 1350 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 'picklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1091 /custom_md_loader/classes/MetadataService.cls 1351 26 1351 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 'populateExistingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1091 /custom_md_loader/classes/MetadataService.cls 1351 26 1351 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 'populateExistingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1092 /custom_md_loader/classes/MetadataService.cls 1352 26 1352 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 'precision_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1092 /custom_md_loader/classes/MetadataService.cls 1352 26 1352 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 'precision_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1093 /custom_md_loader/classes/MetadataService.cls 1353 26 1353 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 'referenceTargetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1093 /custom_md_loader/classes/MetadataService.cls 1353 26 1353 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 'referenceTargetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1094 /custom_md_loader/classes/MetadataService.cls 1354 26 1354 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 'referenceTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1094 /custom_md_loader/classes/MetadataService.cls 1354 26 1354 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 'referenceTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1095 /custom_md_loader/classes/MetadataService.cls 1355 26 1355 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1095 /custom_md_loader/classes/MetadataService.cls 1355 26 1355 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1096 /custom_md_loader/classes/MetadataService.cls 1356 26 1356 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 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1096 /custom_md_loader/classes/MetadataService.cls 1356 26 1356 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 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1097 /custom_md_loader/classes/MetadataService.cls 1357 26 1357 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 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1097 /custom_md_loader/classes/MetadataService.cls 1357 26 1357 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 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1098 /custom_md_loader/classes/MetadataService.cls 1358 26 1358 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 'reparentableMasterDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1098 /custom_md_loader/classes/MetadataService.cls 1358 26 1358 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 'reparentableMasterDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1099 /custom_md_loader/classes/MetadataService.cls 1359 26 1359 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 'required_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1099 /custom_md_loader/classes/MetadataService.cls 1359 26 1359 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 'required_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1100 /custom_md_loader/classes/MetadataService.cls 1360 26 1360 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 'restrictedAdminField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1100 /custom_md_loader/classes/MetadataService.cls 1360 26 1360 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 'restrictedAdminField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1101 /custom_md_loader/classes/MetadataService.cls 1361 26 1361 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1101 /custom_md_loader/classes/MetadataService.cls 1361 26 1361 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1102 /custom_md_loader/classes/MetadataService.cls 1362 26 1362 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 'startingNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1102 /custom_md_loader/classes/MetadataService.cls 1362 26 1362 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 'startingNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1103 /custom_md_loader/classes/MetadataService.cls 1363 26 1363 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 'stripMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1103 /custom_md_loader/classes/MetadataService.cls 1363 26 1363 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 'stripMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1104 /custom_md_loader/classes/MetadataService.cls 1364 26 1364 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 'summarizedField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1104 /custom_md_loader/classes/MetadataService.cls 1364 26 1364 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 'summarizedField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1105 /custom_md_loader/classes/MetadataService.cls 1365 26 1365 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 'summaryFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1105 /custom_md_loader/classes/MetadataService.cls 1365 26 1365 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 'summaryFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1106 /custom_md_loader/classes/MetadataService.cls 1366 26 1366 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 'summaryForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1106 /custom_md_loader/classes/MetadataService.cls 1366 26 1366 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 'summaryForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1107 /custom_md_loader/classes/MetadataService.cls 1367 26 1367 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 'summaryOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1107 /custom_md_loader/classes/MetadataService.cls 1367 26 1367 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 'summaryOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1108 /custom_md_loader/classes/MetadataService.cls 1368 26 1368 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 'trackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1108 /custom_md_loader/classes/MetadataService.cls 1368 26 1368 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 'trackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1109 /custom_md_loader/classes/MetadataService.cls 1369 26 1369 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 'trackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1109 /custom_md_loader/classes/MetadataService.cls 1369 26 1369 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 'trackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1110 /custom_md_loader/classes/MetadataService.cls 1370 26 1370 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 'trackTrending_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1110 /custom_md_loader/classes/MetadataService.cls 1370 26 1370 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 'trackTrending_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1111 /custom_md_loader/classes/MetadataService.cls 1371 26 1371 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1111 /custom_md_loader/classes/MetadataService.cls 1371 26 1371 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1112 /custom_md_loader/classes/MetadataService.cls 1372 26 1372 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 'unique_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1112 /custom_md_loader/classes/MetadataService.cls 1372 26 1372 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 'unique_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1113 /custom_md_loader/classes/MetadataService.cls 1373 26 1373 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 'visibleLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1113 /custom_md_loader/classes/MetadataService.cls 1373 26 1373 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 'visibleLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1114 /custom_md_loader/classes/MetadataService.cls 1374 26 1374 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 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1114 /custom_md_loader/classes/MetadataService.cls 1374 26 1374 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 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1115 /custom_md_loader/classes/MetadataService.cls 1375 26 1375 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1115 /custom_md_loader/classes/MetadataService.cls 1375 26 1375 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1116 /custom_md_loader/classes/MetadataService.cls 1376 26 1376 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1116 /custom_md_loader/classes/MetadataService.cls 1376 26 1376 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1117 /custom_md_loader/classes/MetadataService.cls 1377 26 1377 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]*'
1117 /custom_md_loader/classes/MetadataService.cls 1377 26 1377 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]*'
1118 /custom_md_loader/classes/MetadataService.cls 1378 26 1378 826 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1118 /custom_md_loader/classes/MetadataService.cls 1378 26 1378 826 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1119 /custom_md_loader/classes/MetadataService.cls 1380 12 1387 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1119 /custom_md_loader/classes/MetadataService.cls 1380 12 1387 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1120 /custom_md_loader/classes/MetadataService.cls 1383 26 1383 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 'fieldNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1120 /custom_md_loader/classes/MetadataService.cls 1383 26 1383 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 'fieldNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1121 /custom_md_loader/classes/MetadataService.cls 1384 26 1384 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 'objectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1121 /custom_md_loader/classes/MetadataService.cls 1384 26 1384 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 'objectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1122 /custom_md_loader/classes/MetadataService.cls 1385 26 1385 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1122 /custom_md_loader/classes/MetadataService.cls 1385 26 1385 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1386 26 1386 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1123 /custom_md_loader/classes/MetadataService.cls 1386 26 1386 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1388 12 1409 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1124 /custom_md_loader/classes/MetadataService.cls 1388 12 1409 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1125 /custom_md_loader/classes/MetadataService.cls 1388 12 1409 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1125 /custom_md_loader/classes/MetadataService.cls 1388 12 1409 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1126 /custom_md_loader/classes/MetadataService.cls 1398 26 1398 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 'enableEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1126 /custom_md_loader/classes/MetadataService.cls 1398 26 1398 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 'enableEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1127 /custom_md_loader/classes/MetadataService.cls 1399 26 1399 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 'enableHtmlEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1127 /custom_md_loader/classes/MetadataService.cls 1399 26 1399 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 'enableHtmlEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1128 /custom_md_loader/classes/MetadataService.cls 1400 26 1400 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 'enableOnDemandEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1128 /custom_md_loader/classes/MetadataService.cls 1400 26 1400 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 'enableOnDemandEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1129 /custom_md_loader/classes/MetadataService.cls 1401 26 1401 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 'enableThreadIDInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1129 /custom_md_loader/classes/MetadataService.cls 1401 26 1401 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 'enableThreadIDInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1130 /custom_md_loader/classes/MetadataService.cls 1402 26 1402 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 'enableThreadIDInSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1130 /custom_md_loader/classes/MetadataService.cls 1402 26 1402 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 'enableThreadIDInSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1131 /custom_md_loader/classes/MetadataService.cls 1403 26 1403 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 'notifyOwnerOnNewCaseEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1131 /custom_md_loader/classes/MetadataService.cls 1403 26 1403 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 'notifyOwnerOnNewCaseEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1132 /custom_md_loader/classes/MetadataService.cls 1404 26 1404 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 'overEmailLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1132 /custom_md_loader/classes/MetadataService.cls 1404 26 1404 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 'overEmailLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1133 /custom_md_loader/classes/MetadataService.cls 1405 26 1405 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 'routingAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1133 /custom_md_loader/classes/MetadataService.cls 1405 26 1405 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 'routingAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1134 /custom_md_loader/classes/MetadataService.cls 1406 26 1406 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 'unauthorizedSenderAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1134 /custom_md_loader/classes/MetadataService.cls 1406 26 1406 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 'unauthorizedSenderAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1135 /custom_md_loader/classes/MetadataService.cls 1407 26 1407 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1135 /custom_md_loader/classes/MetadataService.cls 1407 26 1407 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1136 /custom_md_loader/classes/MetadataService.cls 1408 26 1408 275 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1136 /custom_md_loader/classes/MetadataService.cls 1408 26 1408 275 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1137 /custom_md_loader/classes/MetadataService.cls 1410 12 1415 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1137 /custom_md_loader/classes/MetadataService.cls 1410 12 1415 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1138 /custom_md_loader/classes/MetadataService.cls 1410 12 1415 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_]*'
1138 /custom_md_loader/classes/MetadataService.cls 1410 12 1415 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_]*'
1139 /custom_md_loader/classes/MetadataService.cls 1412 26 1412 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1139 /custom_md_loader/classes/MetadataService.cls 1412 26 1412 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1140 /custom_md_loader/classes/MetadataService.cls 1413 26 1413 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1413 26 1413 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1414 26 1414 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]*'
1141 /custom_md_loader/classes/MetadataService.cls 1414 26 1414 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]*'
1142 /custom_md_loader/classes/MetadataService.cls 1416 12 1425 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 /custom_md_loader/classes/MetadataService.cls 1416 12 1425 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 /custom_md_loader/classes/MetadataService.cls 1420 26 1420 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1143 /custom_md_loader/classes/MetadataService.cls 1420 26 1420 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1144 /custom_md_loader/classes/MetadataService.cls 1421 26 1421 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1144 /custom_md_loader/classes/MetadataService.cls 1421 26 1421 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1145 /custom_md_loader/classes/MetadataService.cls 1422 26 1422 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1145 /custom_md_loader/classes/MetadataService.cls 1422 26 1422 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1146 /custom_md_loader/classes/MetadataService.cls 1423 26 1423 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1146 /custom_md_loader/classes/MetadataService.cls 1423 26 1423 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1147 /custom_md_loader/classes/MetadataService.cls 1424 26 1424 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1147 /custom_md_loader/classes/MetadataService.cls 1424 26 1424 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1148 /custom_md_loader/classes/MetadataService.cls 1426 12 1445 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1148 /custom_md_loader/classes/MetadataService.cls 1426 12 1445 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1149 /custom_md_loader/classes/MetadataService.cls 1426 12 1445 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1149 /custom_md_loader/classes/MetadataService.cls 1426 12 1445 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1150 /custom_md_loader/classes/MetadataService.cls 1435 26 1435 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1150 /custom_md_loader/classes/MetadataService.cls 1435 26 1435 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1151 /custom_md_loader/classes/MetadataService.cls 1436 26 1436 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 'assignedToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1151 /custom_md_loader/classes/MetadataService.cls 1436 26 1436 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 'assignedToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1152 /custom_md_loader/classes/MetadataService.cls 1437 26 1437 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1152 /custom_md_loader/classes/MetadataService.cls 1437 26 1437 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1153 /custom_md_loader/classes/MetadataService.cls 1438 26 1438 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 'minutesToEscalation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1153 /custom_md_loader/classes/MetadataService.cls 1438 26 1438 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 'minutesToEscalation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1154 /custom_md_loader/classes/MetadataService.cls 1439 26 1439 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 'notifyCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1154 /custom_md_loader/classes/MetadataService.cls 1439 26 1439 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 'notifyCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1155 /custom_md_loader/classes/MetadataService.cls 1440 26 1440 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 'notifyEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1155 /custom_md_loader/classes/MetadataService.cls 1440 26 1440 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 'notifyEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1156 /custom_md_loader/classes/MetadataService.cls 1441 26 1441 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 'notifyTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1156 /custom_md_loader/classes/MetadataService.cls 1441 26 1441 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 'notifyTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1157 /custom_md_loader/classes/MetadataService.cls 1442 26 1442 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 'notifyToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1157 /custom_md_loader/classes/MetadataService.cls 1442 26 1442 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 'notifyToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1158 /custom_md_loader/classes/MetadataService.cls 1443 26 1443 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1158 /custom_md_loader/classes/MetadataService.cls 1443 26 1443 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1444 26 1444 198 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1159 /custom_md_loader/classes/MetadataService.cls 1444 26 1444 198 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1160 /custom_md_loader/classes/MetadataService.cls 1446 12 1453 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1160 /custom_md_loader/classes/MetadataService.cls 1446 12 1453 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1161 /custom_md_loader/classes/MetadataService.cls 1449 26 1449 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1161 /custom_md_loader/classes/MetadataService.cls 1449 26 1449 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1162 /custom_md_loader/classes/MetadataService.cls 1450 26 1450 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1162 /custom_md_loader/classes/MetadataService.cls 1450 26 1450 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1163 /custom_md_loader/classes/MetadataService.cls 1451 26 1451 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1163 /custom_md_loader/classes/MetadataService.cls 1451 26 1451 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1164 /custom_md_loader/classes/MetadataService.cls 1452 26 1452 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1164 /custom_md_loader/classes/MetadataService.cls 1452 26 1452 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1165 /custom_md_loader/classes/MetadataService.cls 1454 12 1461 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1165 /custom_md_loader/classes/MetadataService.cls 1454 12 1461 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1166 /custom_md_loader/classes/MetadataService.cls 1456 23 1456 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]*'
1166 /custom_md_loader/classes/MetadataService.cls 1456 23 1456 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]*'
1167 /custom_md_loader/classes/MetadataService.cls 1457 26 1457 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1167 /custom_md_loader/classes/MetadataService.cls 1457 26 1457 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1168 /custom_md_loader/classes/MetadataService.cls 1458 26 1458 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1168 /custom_md_loader/classes/MetadataService.cls 1458 26 1458 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1169 /custom_md_loader/classes/MetadataService.cls 1459 26 1459 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1169 /custom_md_loader/classes/MetadataService.cls 1459 26 1459 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1170 /custom_md_loader/classes/MetadataService.cls 1460 26 1460 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]*'
1170 /custom_md_loader/classes/MetadataService.cls 1460 26 1460 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]*'
1171 /custom_md_loader/classes/MetadataService.cls 1462 12 1497 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1171 /custom_md_loader/classes/MetadataService.cls 1462 12 1497 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1172 /custom_md_loader/classes/MetadataService.cls 1462 12 1497 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1172 /custom_md_loader/classes/MetadataService.cls 1462 12 1497 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1173 /custom_md_loader/classes/MetadataService.cls 1478 23 1478 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]*'
1173 /custom_md_loader/classes/MetadataService.cls 1478 23 1478 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]*'
1174 /custom_md_loader/classes/MetadataService.cls 1479 26 1479 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1174 /custom_md_loader/classes/MetadataService.cls 1479 26 1479 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1175 /custom_md_loader/classes/MetadataService.cls 1480 26 1480 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 'attachedDocuments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1175 /custom_md_loader/classes/MetadataService.cls 1480 26 1480 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 'attachedDocuments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1176 /custom_md_loader/classes/MetadataService.cls 1481 26 1481 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 'attachments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1176 /custom_md_loader/classes/MetadataService.cls 1481 26 1481 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 'attachments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1177 /custom_md_loader/classes/MetadataService.cls 1482 26 1482 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 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1177 /custom_md_loader/classes/MetadataService.cls 1482 26 1482 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 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1178 /custom_md_loader/classes/MetadataService.cls 1483 26 1483 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1178 /custom_md_loader/classes/MetadataService.cls 1483 26 1483 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1179 /custom_md_loader/classes/MetadataService.cls 1484 26 1484 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1179 /custom_md_loader/classes/MetadataService.cls 1484 26 1484 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1180 /custom_md_loader/classes/MetadataService.cls 1485 26 1485 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 'letterhead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1180 /custom_md_loader/classes/MetadataService.cls 1485 26 1485 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 'letterhead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1181 /custom_md_loader/classes/MetadataService.cls 1486 26 1486 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1181 /custom_md_loader/classes/MetadataService.cls 1486 26 1486 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1182 /custom_md_loader/classes/MetadataService.cls 1487 26 1487 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1182 /custom_md_loader/classes/MetadataService.cls 1487 26 1487 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1183 /custom_md_loader/classes/MetadataService.cls 1488 26 1488 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1183 /custom_md_loader/classes/MetadataService.cls 1488 26 1488 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1184 /custom_md_loader/classes/MetadataService.cls 1489 26 1489 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1184 /custom_md_loader/classes/MetadataService.cls 1489 26 1489 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1185 /custom_md_loader/classes/MetadataService.cls 1490 26 1490 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 'textOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1185 /custom_md_loader/classes/MetadataService.cls 1490 26 1490 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 'textOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1186 /custom_md_loader/classes/MetadataService.cls 1491 26 1491 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1186 /custom_md_loader/classes/MetadataService.cls 1491 26 1491 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1187 /custom_md_loader/classes/MetadataService.cls 1492 26 1492 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1187 /custom_md_loader/classes/MetadataService.cls 1492 26 1492 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1188 /custom_md_loader/classes/MetadataService.cls 1493 26 1493 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1188 /custom_md_loader/classes/MetadataService.cls 1493 26 1493 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1189 /custom_md_loader/classes/MetadataService.cls 1494 26 1494 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]*'
1189 /custom_md_loader/classes/MetadataService.cls 1494 26 1494 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]*'
1190 /custom_md_loader/classes/MetadataService.cls 1495 26 1495 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]*'
1190 /custom_md_loader/classes/MetadataService.cls 1495 26 1495 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]*'
1191 /custom_md_loader/classes/MetadataService.cls 1496 26 1496 249 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1191 /custom_md_loader/classes/MetadataService.cls 1496 26 1496 249 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1498 12 1503 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1192 /custom_md_loader/classes/MetadataService.cls 1498 12 1503 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1193 /custom_md_loader/classes/MetadataService.cls 1499 25 1499 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]*'
1193 /custom_md_loader/classes/MetadataService.cls 1499 25 1499 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]*'
1194 /custom_md_loader/classes/MetadataService.cls 1500 26 1500 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1194 /custom_md_loader/classes/MetadataService.cls 1500 26 1500 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1195 /custom_md_loader/classes/MetadataService.cls 1501 26 1501 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1195 /custom_md_loader/classes/MetadataService.cls 1501 26 1501 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1196 /custom_md_loader/classes/MetadataService.cls 1502 26 1502 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]*'
1196 /custom_md_loader/classes/MetadataService.cls 1502 26 1502 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]*'
1197 /custom_md_loader/classes/MetadataService.cls 1504 12 1515 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1197 /custom_md_loader/classes/MetadataService.cls 1504 12 1515 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1198 /custom_md_loader/classes/MetadataService.cls 1509 26 1509 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1198 /custom_md_loader/classes/MetadataService.cls 1509 26 1509 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1199 /custom_md_loader/classes/MetadataService.cls 1510 26 1510 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1199 /custom_md_loader/classes/MetadataService.cls 1510 26 1510 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1200 /custom_md_loader/classes/MetadataService.cls 1511 26 1511 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1200 /custom_md_loader/classes/MetadataService.cls 1511 26 1511 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1201 /custom_md_loader/classes/MetadataService.cls 1512 26 1512 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1201 /custom_md_loader/classes/MetadataService.cls 1512 26 1512 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1202 /custom_md_loader/classes/MetadataService.cls 1513 26 1513 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]*'
1202 /custom_md_loader/classes/MetadataService.cls 1513 26 1513 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]*'
1203 /custom_md_loader/classes/MetadataService.cls 1514 26 1514 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]*'
1203 /custom_md_loader/classes/MetadataService.cls 1514 26 1514 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]*'
1204 /custom_md_loader/classes/MetadataService.cls 1516 12 1521 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1204 /custom_md_loader/classes/MetadataService.cls 1516 12 1521 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1205 /custom_md_loader/classes/MetadataService.cls 1516 12 1521 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1205 /custom_md_loader/classes/MetadataService.cls 1516 12 1521 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1206 /custom_md_loader/classes/MetadataService.cls 1518 26 1518 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1206 /custom_md_loader/classes/MetadataService.cls 1518 26 1518 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1207 /custom_md_loader/classes/MetadataService.cls 1519 26 1519 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1207 /custom_md_loader/classes/MetadataService.cls 1519 26 1519 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1208 /custom_md_loader/classes/MetadataService.cls 1520 26 1520 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]*'
1208 /custom_md_loader/classes/MetadataService.cls 1520 26 1520 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]*'
1209 /custom_md_loader/classes/MetadataService.cls 1522 12 1529 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1209 /custom_md_loader/classes/MetadataService.cls 1522 12 1529 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1210 /custom_md_loader/classes/MetadataService.cls 1525 26 1525 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1210 /custom_md_loader/classes/MetadataService.cls 1525 26 1525 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1211 /custom_md_loader/classes/MetadataService.cls 1526 26 1526 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1211 /custom_md_loader/classes/MetadataService.cls 1526 26 1526 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1212 /custom_md_loader/classes/MetadataService.cls 1527 26 1527 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1212 /custom_md_loader/classes/MetadataService.cls 1527 26 1527 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1213 /custom_md_loader/classes/MetadataService.cls 1528 26 1528 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]*'
1213 /custom_md_loader/classes/MetadataService.cls 1528 26 1528 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]*'
1214 /custom_md_loader/classes/MetadataService.cls 1530 12 1581 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1214 /custom_md_loader/classes/MetadataService.cls 1530 12 1581 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1215 /custom_md_loader/classes/MetadataService.cls 1530 12 1581 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatAgentConfig has 24 public methods, attributes, and properties (limit: 20)
1215 /custom_md_loader/classes/MetadataService.cls 1530 12 1581 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatAgentConfig has 24 public methods, attributes, and properties (limit: 20)
1216 /custom_md_loader/classes/MetadataService.cls 1530 12 1581 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1216 /custom_md_loader/classes/MetadataService.cls 1530 12 1581 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1217 /custom_md_loader/classes/MetadataService.cls 1555 26 1555 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1217 /custom_md_loader/classes/MetadataService.cls 1555 26 1555 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1218 /custom_md_loader/classes/MetadataService.cls 1556 26 1556 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1218 /custom_md_loader/classes/MetadataService.cls 1556 26 1556 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1219 /custom_md_loader/classes/MetadataService.cls 1557 26 1557 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 'capacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1219 /custom_md_loader/classes/MetadataService.cls 1557 26 1557 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 'capacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1220 /custom_md_loader/classes/MetadataService.cls 1558 26 1558 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 'criticalWaitTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1220 /custom_md_loader/classes/MetadataService.cls 1558 26 1558 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 'criticalWaitTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1221 /custom_md_loader/classes/MetadataService.cls 1559 26 1559 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1221 /custom_md_loader/classes/MetadataService.cls 1559 26 1559 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1222 /custom_md_loader/classes/MetadataService.cls 1560 26 1560 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 'enableAgentFileTransfer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1222 /custom_md_loader/classes/MetadataService.cls 1560 26 1560 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 'enableAgentFileTransfer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1223 /custom_md_loader/classes/MetadataService.cls 1561 26 1561 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 'enableAgentSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1223 /custom_md_loader/classes/MetadataService.cls 1561 26 1561 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 'enableAgentSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1224 /custom_md_loader/classes/MetadataService.cls 1562 26 1562 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 'enableAutoAwayOnDecline_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1224 /custom_md_loader/classes/MetadataService.cls 1562 26 1562 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 'enableAutoAwayOnDecline_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1225 /custom_md_loader/classes/MetadataService.cls 1563 26 1563 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 'enableChatMonitoring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1225 /custom_md_loader/classes/MetadataService.cls 1563 26 1563 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 'enableChatMonitoring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1226 /custom_md_loader/classes/MetadataService.cls 1564 26 1564 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 'enableChatTransfer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1226 /custom_md_loader/classes/MetadataService.cls 1564 26 1564 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 'enableChatTransfer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1227 /custom_md_loader/classes/MetadataService.cls 1565 26 1565 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 'enableLogoutSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1227 /custom_md_loader/classes/MetadataService.cls 1565 26 1565 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 'enableLogoutSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1228 /custom_md_loader/classes/MetadataService.cls 1566 26 1566 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 'enableNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1228 /custom_md_loader/classes/MetadataService.cls 1566 26 1566 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 'enableNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1229 /custom_md_loader/classes/MetadataService.cls 1567 26 1567 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 'enableRequestSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1229 /custom_md_loader/classes/MetadataService.cls 1567 26 1567 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 'enableRequestSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1230 /custom_md_loader/classes/MetadataService.cls 1568 26 1568 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 'enableSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1230 /custom_md_loader/classes/MetadataService.cls 1568 26 1568 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 'enableSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1231 /custom_md_loader/classes/MetadataService.cls 1569 26 1569 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 'enableWhisperMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1231 /custom_md_loader/classes/MetadataService.cls 1569 26 1569 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 'enableWhisperMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1232 /custom_md_loader/classes/MetadataService.cls 1570 26 1570 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1232 /custom_md_loader/classes/MetadataService.cls 1570 26 1570 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1233 /custom_md_loader/classes/MetadataService.cls 1571 26 1571 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 'supervisorDefaultAgentStatusFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1233 /custom_md_loader/classes/MetadataService.cls 1571 26 1571 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 'supervisorDefaultAgentStatusFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1234 /custom_md_loader/classes/MetadataService.cls 1572 26 1572 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 'supervisorDefaultButtonFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1234 /custom_md_loader/classes/MetadataService.cls 1572 26 1572 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 'supervisorDefaultButtonFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1235 /custom_md_loader/classes/MetadataService.cls 1573 26 1573 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 'supervisorDefaultSkillFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1235 /custom_md_loader/classes/MetadataService.cls 1573 26 1573 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 'supervisorDefaultSkillFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1236 /custom_md_loader/classes/MetadataService.cls 1574 26 1574 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 'supervisorSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1236 /custom_md_loader/classes/MetadataService.cls 1574 26 1574 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 'supervisorSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1237 /custom_md_loader/classes/MetadataService.cls 1575 26 1575 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 'transferableButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1237 /custom_md_loader/classes/MetadataService.cls 1575 26 1575 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 'transferableButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1238 /custom_md_loader/classes/MetadataService.cls 1576 26 1576 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 'transferableSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1238 /custom_md_loader/classes/MetadataService.cls 1576 26 1576 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 'transferableSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1239 /custom_md_loader/classes/MetadataService.cls 1577 26 1577 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1239 /custom_md_loader/classes/MetadataService.cls 1577 26 1577 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1240 /custom_md_loader/classes/MetadataService.cls 1578 26 1578 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1240 /custom_md_loader/classes/MetadataService.cls 1578 26 1578 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1241 /custom_md_loader/classes/MetadataService.cls 1579 26 1579 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]*'
1241 /custom_md_loader/classes/MetadataService.cls 1579 26 1579 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]*'
1242 /custom_md_loader/classes/MetadataService.cls 1580 26 1580 545 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1242 /custom_md_loader/classes/MetadataService.cls 1580 26 1580 545 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1582 12 1587 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1243 /custom_md_loader/classes/MetadataService.cls 1582 12 1587 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1244 /custom_md_loader/classes/MetadataService.cls 1584 26 1584 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 'enableAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1244 /custom_md_loader/classes/MetadataService.cls 1584 26 1584 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 'enableAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1245 /custom_md_loader/classes/MetadataService.cls 1585 26 1585 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1245 /custom_md_loader/classes/MetadataService.cls 1585 26 1585 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1246 /custom_md_loader/classes/MetadataService.cls 1586 26 1586 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1246 /custom_md_loader/classes/MetadataService.cls 1586 26 1586 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1247 /custom_md_loader/classes/MetadataService.cls 1588 12 1601 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1247 /custom_md_loader/classes/MetadataService.cls 1588 12 1601 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1248 /custom_md_loader/classes/MetadataService.cls 1594 26 1594 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1248 /custom_md_loader/classes/MetadataService.cls 1594 26 1594 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1249 /custom_md_loader/classes/MetadataService.cls 1595 26 1595 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1249 /custom_md_loader/classes/MetadataService.cls 1595 26 1595 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1250 /custom_md_loader/classes/MetadataService.cls 1596 26 1596 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1250 /custom_md_loader/classes/MetadataService.cls 1596 26 1596 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1251 /custom_md_loader/classes/MetadataService.cls 1597 26 1597 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1251 /custom_md_loader/classes/MetadataService.cls 1597 26 1597 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1252 /custom_md_loader/classes/MetadataService.cls 1598 26 1598 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1252 /custom_md_loader/classes/MetadataService.cls 1598 26 1598 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1253 /custom_md_loader/classes/MetadataService.cls 1599 26 1599 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]*'
1253 /custom_md_loader/classes/MetadataService.cls 1599 26 1599 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]*'
1254 /custom_md_loader/classes/MetadataService.cls 1600 26 1600 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1254 /custom_md_loader/classes/MetadataService.cls 1600 26 1600 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1602 12 1635 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1255 /custom_md_loader/classes/MetadataService.cls 1602 12 1635 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1256 /custom_md_loader/classes/MetadataService.cls 1602 12 1635 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1256 /custom_md_loader/classes/MetadataService.cls 1602 12 1635 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1257 /custom_md_loader/classes/MetadataService.cls 1618 26 1618 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1257 /custom_md_loader/classes/MetadataService.cls 1618 26 1618 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1258 /custom_md_loader/classes/MetadataService.cls 1619 26 1619 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1258 /custom_md_loader/classes/MetadataService.cls 1619 26 1619 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1259 /custom_md_loader/classes/MetadataService.cls 1620 26 1620 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1259 /custom_md_loader/classes/MetadataService.cls 1620 26 1620 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1260 /custom_md_loader/classes/MetadataService.cls 1621 26 1621 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1260 /custom_md_loader/classes/MetadataService.cls 1621 26 1621 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1261 /custom_md_loader/classes/MetadataService.cls 1622 26 1622 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1261 /custom_md_loader/classes/MetadataService.cls 1622 26 1622 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1262 /custom_md_loader/classes/MetadataService.cls 1623 26 1623 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1262 /custom_md_loader/classes/MetadataService.cls 1623 26 1623 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1263 /custom_md_loader/classes/MetadataService.cls 1624 26 1624 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1263 /custom_md_loader/classes/MetadataService.cls 1624 26 1624 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1264 /custom_md_loader/classes/MetadataService.cls 1625 26 1625 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1264 /custom_md_loader/classes/MetadataService.cls 1625 26 1625 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1265 /custom_md_loader/classes/MetadataService.cls 1626 26 1626 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1265 /custom_md_loader/classes/MetadataService.cls 1626 26 1626 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1266 /custom_md_loader/classes/MetadataService.cls 1627 26 1627 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1266 /custom_md_loader/classes/MetadataService.cls 1627 26 1627 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1267 /custom_md_loader/classes/MetadataService.cls 1628 26 1628 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 'tabSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1267 /custom_md_loader/classes/MetadataService.cls 1628 26 1628 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 'tabSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1268 /custom_md_loader/classes/MetadataService.cls 1629 26 1629 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1268 /custom_md_loader/classes/MetadataService.cls 1629 26 1629 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1269 /custom_md_loader/classes/MetadataService.cls 1630 26 1630 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1269 /custom_md_loader/classes/MetadataService.cls 1630 26 1630 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1270 /custom_md_loader/classes/MetadataService.cls 1631 26 1631 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1270 /custom_md_loader/classes/MetadataService.cls 1631 26 1631 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1271 /custom_md_loader/classes/MetadataService.cls 1632 26 1632 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1271 /custom_md_loader/classes/MetadataService.cls 1632 26 1632 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1272 /custom_md_loader/classes/MetadataService.cls 1633 26 1633 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]*'
1272 /custom_md_loader/classes/MetadataService.cls 1633 26 1633 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]*'
1273 /custom_md_loader/classes/MetadataService.cls 1634 26 1634 313 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1273 /custom_md_loader/classes/MetadataService.cls 1634 26 1634 313 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1274 /custom_md_loader/classes/MetadataService.cls 1636 12 1643 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1274 /custom_md_loader/classes/MetadataService.cls 1636 12 1643 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1275 /custom_md_loader/classes/MetadataService.cls 1639 26 1639 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1275 /custom_md_loader/classes/MetadataService.cls 1639 26 1639 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1276 /custom_md_loader/classes/MetadataService.cls 1640 26 1640 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 'key_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1276 /custom_md_loader/classes/MetadataService.cls 1640 26 1640 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 'key_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1277 /custom_md_loader/classes/MetadataService.cls 1641 26 1641 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1641 26 1641 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1278 /custom_md_loader/classes/MetadataService.cls 1642 26 1642 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]*'
1278 /custom_md_loader/classes/MetadataService.cls 1642 26 1642 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]*'
1279 /custom_md_loader/classes/MetadataService.cls 1644 12 1653 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1279 /custom_md_loader/classes/MetadataService.cls 1644 12 1653 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1280 /custom_md_loader/classes/MetadataService.cls 1648 26 1648 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 'managedTopic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1280 /custom_md_loader/classes/MetadataService.cls 1648 26 1648 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 'managedTopic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1281 /custom_md_loader/classes/MetadataService.cls 1649 26 1649 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1281 /custom_md_loader/classes/MetadataService.cls 1649 26 1649 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1650 26 1650 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1282 /custom_md_loader/classes/MetadataService.cls 1650 26 1650 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1283 /custom_md_loader/classes/MetadataService.cls 1651 26 1651 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]*'
1283 /custom_md_loader/classes/MetadataService.cls 1651 26 1651 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]*'
1284 /custom_md_loader/classes/MetadataService.cls 1652 26 1652 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]*'
1284 /custom_md_loader/classes/MetadataService.cls 1652 26 1652 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]*'
1285 /custom_md_loader/classes/MetadataService.cls 1654 12 1667 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1285 /custom_md_loader/classes/MetadataService.cls 1654 12 1667 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1286 /custom_md_loader/classes/MetadataService.cls 1660 26 1660 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 'displayCurrency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1286 /custom_md_loader/classes/MetadataService.cls 1660 26 1660 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 'displayCurrency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1287 /custom_md_loader/classes/MetadataService.cls 1661 26 1661 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 'enableForecasts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1287 /custom_md_loader/classes/MetadataService.cls 1661 26 1661 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 'enableForecasts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1288 /custom_md_loader/classes/MetadataService.cls 1662 26 1662 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 'forecastingTypeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1288 /custom_md_loader/classes/MetadataService.cls 1662 26 1662 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 'forecastingTypeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1289 /custom_md_loader/classes/MetadataService.cls 1663 26 1663 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1289 /custom_md_loader/classes/MetadataService.cls 1663 26 1663 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1290 /custom_md_loader/classes/MetadataService.cls 1664 26 1664 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1290 /custom_md_loader/classes/MetadataService.cls 1664 26 1664 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1291 /custom_md_loader/classes/MetadataService.cls 1665 26 1665 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]*'
1291 /custom_md_loader/classes/MetadataService.cls 1665 26 1665 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]*'
1292 /custom_md_loader/classes/MetadataService.cls 1666 26 1666 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]*'
1292 /custom_md_loader/classes/MetadataService.cls 1666 26 1666 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]*'
1293 /custom_md_loader/classes/MetadataService.cls 1668 12 1687 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 /custom_md_loader/classes/MetadataService.cls 1668 12 1687 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 /custom_md_loader/classes/MetadataService.cls 1668 12 1687 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1294 /custom_md_loader/classes/MetadataService.cls 1668 12 1687 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1295 /custom_md_loader/classes/MetadataService.cls 1677 26 1677 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 'cacheData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1295 /custom_md_loader/classes/MetadataService.cls 1677 26 1677 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 'cacheData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1296 /custom_md_loader/classes/MetadataService.cls 1678 26 1678 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 'contextFilterableField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1296 /custom_md_loader/classes/MetadataService.cls 1678 26 1678 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 'contextFilterableField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1297 /custom_md_loader/classes/MetadataService.cls 1679 26 1679 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1297 /custom_md_loader/classes/MetadataService.cls 1679 26 1679 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1298 /custom_md_loader/classes/MetadataService.cls 1680 26 1680 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 'hideOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1298 /custom_md_loader/classes/MetadataService.cls 1680 26 1680 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 'hideOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1299 /custom_md_loader/classes/MetadataService.cls 1681 26 1681 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 'includeContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1299 /custom_md_loader/classes/MetadataService.cls 1681 26 1681 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 'includeContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1300 /custom_md_loader/classes/MetadataService.cls 1682 26 1682 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 'reportName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1300 /custom_md_loader/classes/MetadataService.cls 1682 26 1682 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 'reportName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1301 /custom_md_loader/classes/MetadataService.cls 1683 26 1683 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 'showTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1301 /custom_md_loader/classes/MetadataService.cls 1683 26 1683 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 'showTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1302 /custom_md_loader/classes/MetadataService.cls 1684 26 1684 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 'size_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1302 /custom_md_loader/classes/MetadataService.cls 1684 26 1684 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 'size_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1303 /custom_md_loader/classes/MetadataService.cls 1685 26 1685 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1303 /custom_md_loader/classes/MetadataService.cls 1685 26 1685 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1686 26 1686 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]*'
1304 /custom_md_loader/classes/MetadataService.cls 1686 26 1686 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]*'
1305 /custom_md_loader/classes/MetadataService.cls 1688 12 1697 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1305 /custom_md_loader/classes/MetadataService.cls 1688 12 1697 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1306 /custom_md_loader/classes/MetadataService.cls 1692 26 1692 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 'appMenuItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1306 /custom_md_loader/classes/MetadataService.cls 1692 26 1692 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 'appMenuItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1307 /custom_md_loader/classes/MetadataService.cls 1693 26 1693 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1307 /custom_md_loader/classes/MetadataService.cls 1693 26 1693 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1308 /custom_md_loader/classes/MetadataService.cls 1694 26 1694 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1308 /custom_md_loader/classes/MetadataService.cls 1694 26 1694 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1309 /custom_md_loader/classes/MetadataService.cls 1695 26 1695 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]*'
1309 /custom_md_loader/classes/MetadataService.cls 1695 26 1695 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]*'
1310 /custom_md_loader/classes/MetadataService.cls 1696 26 1696 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]*'
1310 /custom_md_loader/classes/MetadataService.cls 1696 26 1696 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]*'
1311 /custom_md_loader/classes/MetadataService.cls 1698 12 1705 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1311 /custom_md_loader/classes/MetadataService.cls 1698 12 1705 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1312 /custom_md_loader/classes/MetadataService.cls 1701 26 1701 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1312 /custom_md_loader/classes/MetadataService.cls 1701 26 1701 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1313 /custom_md_loader/classes/MetadataService.cls 1702 26 1702 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1313 /custom_md_loader/classes/MetadataService.cls 1702 26 1702 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1314 /custom_md_loader/classes/MetadataService.cls 1703 26 1703 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1314 /custom_md_loader/classes/MetadataService.cls 1703 26 1703 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1315 /custom_md_loader/classes/MetadataService.cls 1704 26 1704 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]*'
1315 /custom_md_loader/classes/MetadataService.cls 1704 26 1704 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]*'
1316 /custom_md_loader/classes/MetadataService.cls 1706 12 1713 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1316 /custom_md_loader/classes/MetadataService.cls 1706 12 1713 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1317 /custom_md_loader/classes/MetadataService.cls 1709 26 1709 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1317 /custom_md_loader/classes/MetadataService.cls 1709 26 1709 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1318 /custom_md_loader/classes/MetadataService.cls 1710 26 1710 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1318 /custom_md_loader/classes/MetadataService.cls 1710 26 1710 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1319 /custom_md_loader/classes/MetadataService.cls 1711 26 1711 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1319 /custom_md_loader/classes/MetadataService.cls 1711 26 1711 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1320 /custom_md_loader/classes/MetadataService.cls 1712 26 1712 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1320 /custom_md_loader/classes/MetadataService.cls 1712 26 1712 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1321 /custom_md_loader/classes/MetadataService.cls 1714 12 1719 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1321 /custom_md_loader/classes/MetadataService.cls 1714 12 1719 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1322 /custom_md_loader/classes/MetadataService.cls 1716 26 1716 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1322 /custom_md_loader/classes/MetadataService.cls 1716 26 1716 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1323 /custom_md_loader/classes/MetadataService.cls 1717 26 1717 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1323 /custom_md_loader/classes/MetadataService.cls 1717 26 1717 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1324 /custom_md_loader/classes/MetadataService.cls 1718 26 1718 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]*'
1324 /custom_md_loader/classes/MetadataService.cls 1718 26 1718 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]*'
1325 /custom_md_loader/classes/MetadataService.cls 1720 12 1729 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1325 /custom_md_loader/classes/MetadataService.cls 1720 12 1729 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1326 /custom_md_loader/classes/MetadataService.cls 1722 23 1722 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]*'
1326 /custom_md_loader/classes/MetadataService.cls 1722 23 1722 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]*'
1327 /custom_md_loader/classes/MetadataService.cls 1724 26 1724 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1327 /custom_md_loader/classes/MetadataService.cls 1724 26 1724 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1328 /custom_md_loader/classes/MetadataService.cls 1725 26 1725 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 'end_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1328 /custom_md_loader/classes/MetadataService.cls 1725 26 1725 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 'end_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1329 /custom_md_loader/classes/MetadataService.cls 1726 26 1726 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1329 /custom_md_loader/classes/MetadataService.cls 1726 26 1726 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1330 /custom_md_loader/classes/MetadataService.cls 1727 26 1727 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1330 /custom_md_loader/classes/MetadataService.cls 1727 26 1727 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1331 /custom_md_loader/classes/MetadataService.cls 1728 26 1728 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1331 /custom_md_loader/classes/MetadataService.cls 1728 26 1728 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1332 /custom_md_loader/classes/MetadataService.cls 1730 12 1755 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1332 /custom_md_loader/classes/MetadataService.cls 1730 12 1755 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1333 /custom_md_loader/classes/MetadataService.cls 1730 12 1755 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1333 /custom_md_loader/classes/MetadataService.cls 1730 12 1755 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1334 /custom_md_loader/classes/MetadataService.cls 1742 26 1742 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 'apiAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1334 /custom_md_loader/classes/MetadataService.cls 1742 26 1742 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 'apiAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1335 /custom_md_loader/classes/MetadataService.cls 1743 26 1743 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1335 /custom_md_loader/classes/MetadataService.cls 1743 26 1743 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1336 /custom_md_loader/classes/MetadataService.cls 1744 26 1744 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1336 /custom_md_loader/classes/MetadataService.cls 1744 26 1744 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1337 /custom_md_loader/classes/MetadataService.cls 1745 26 1745 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1337 /custom_md_loader/classes/MetadataService.cls 1745 26 1745 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1338 /custom_md_loader/classes/MetadataService.cls 1746 26 1746 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 'postInstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1338 /custom_md_loader/classes/MetadataService.cls 1746 26 1746 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 'postInstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1339 /custom_md_loader/classes/MetadataService.cls 1747 26 1747 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 'setupWeblink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1339 /custom_md_loader/classes/MetadataService.cls 1747 26 1747 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 'setupWeblink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1340 /custom_md_loader/classes/MetadataService.cls 1748 26 1748 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 'types_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1340 /custom_md_loader/classes/MetadataService.cls 1748 26 1748 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 'types_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1341 /custom_md_loader/classes/MetadataService.cls 1749 26 1749 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 'uninstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1341 /custom_md_loader/classes/MetadataService.cls 1749 26 1749 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 'uninstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1342 /custom_md_loader/classes/MetadataService.cls 1750 26 1750 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1342 /custom_md_loader/classes/MetadataService.cls 1750 26 1750 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1343 /custom_md_loader/classes/MetadataService.cls 1751 26 1751 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1343 /custom_md_loader/classes/MetadataService.cls 1751 26 1751 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1344 /custom_md_loader/classes/MetadataService.cls 1752 26 1752 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1344 /custom_md_loader/classes/MetadataService.cls 1752 26 1752 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1345 /custom_md_loader/classes/MetadataService.cls 1753 26 1753 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]*'
1345 /custom_md_loader/classes/MetadataService.cls 1753 26 1753 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]*'
1346 /custom_md_loader/classes/MetadataService.cls 1754 26 1754 213 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1346 /custom_md_loader/classes/MetadataService.cls 1754 26 1754 213 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1347 /custom_md_loader/classes/MetadataService.cls 1756 12 1771 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1347 /custom_md_loader/classes/MetadataService.cls 1756 12 1771 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1348 /custom_md_loader/classes/MetadataService.cls 1763 26 1763 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1348 /custom_md_loader/classes/MetadataService.cls 1763 26 1763 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1349 /custom_md_loader/classes/MetadataService.cls 1764 26 1764 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1349 /custom_md_loader/classes/MetadataService.cls 1764 26 1764 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1350 /custom_md_loader/classes/MetadataService.cls 1765 26 1765 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1350 /custom_md_loader/classes/MetadataService.cls 1765 26 1765 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1351 /custom_md_loader/classes/MetadataService.cls 1766 26 1766 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1351 /custom_md_loader/classes/MetadataService.cls 1766 26 1766 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1352 /custom_md_loader/classes/MetadataService.cls 1767 26 1767 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1352 /custom_md_loader/classes/MetadataService.cls 1767 26 1767 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1353 /custom_md_loader/classes/MetadataService.cls 1768 26 1768 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1353 /custom_md_loader/classes/MetadataService.cls 1768 26 1768 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1354 /custom_md_loader/classes/MetadataService.cls 1769 26 1769 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1354 /custom_md_loader/classes/MetadataService.cls 1769 26 1769 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1355 /custom_md_loader/classes/MetadataService.cls 1770 26 1770 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]*'
1355 /custom_md_loader/classes/MetadataService.cls 1770 26 1770 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]*'
1356 /custom_md_loader/classes/MetadataService.cls 1772 20 1777 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1356 /custom_md_loader/classes/MetadataService.cls 1772 20 1777 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1357 /custom_md_loader/classes/MetadataService.cls 1774 26 1774 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1357 /custom_md_loader/classes/MetadataService.cls 1774 26 1774 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1358 /custom_md_loader/classes/MetadataService.cls 1775 26 1775 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1358 /custom_md_loader/classes/MetadataService.cls 1775 26 1775 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1359 /custom_md_loader/classes/MetadataService.cls 1776 26 1776 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]*'
1359 /custom_md_loader/classes/MetadataService.cls 1776 26 1776 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]*'
1360 /custom_md_loader/classes/MetadataService.cls 1778 12 1791 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1360 /custom_md_loader/classes/MetadataService.cls 1778 12 1791 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1361 /custom_md_loader/classes/MetadataService.cls 1784 26 1784 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1361 /custom_md_loader/classes/MetadataService.cls 1784 26 1784 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1362 /custom_md_loader/classes/MetadataService.cls 1785 26 1785 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 'packageNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1362 /custom_md_loader/classes/MetadataService.cls 1785 26 1785 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 'packageNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1363 /custom_md_loader/classes/MetadataService.cls 1786 26 1786 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1363 /custom_md_loader/classes/MetadataService.cls 1786 26 1786 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1364 /custom_md_loader/classes/MetadataService.cls 1787 26 1787 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 'specificFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1364 /custom_md_loader/classes/MetadataService.cls 1787 26 1787 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 'specificFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1365 /custom_md_loader/classes/MetadataService.cls 1788 26 1788 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 'unpackaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1365 /custom_md_loader/classes/MetadataService.cls 1788 26 1788 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 'unpackaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1366 /custom_md_loader/classes/MetadataService.cls 1789 26 1789 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1366 /custom_md_loader/classes/MetadataService.cls 1789 26 1789 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1367 /custom_md_loader/classes/MetadataService.cls 1790 26 1790 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]*'
1367 /custom_md_loader/classes/MetadataService.cls 1790 26 1790 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]*'
1368 /custom_md_loader/classes/MetadataService.cls 1792 12 1799 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1368 /custom_md_loader/classes/MetadataService.cls 1792 12 1799 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1369 /custom_md_loader/classes/MetadataService.cls 1794 23 1794 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]*'
1369 /custom_md_loader/classes/MetadataService.cls 1794 23 1794 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]*'
1370 /custom_md_loader/classes/MetadataService.cls 1795 26 1795 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1370 /custom_md_loader/classes/MetadataService.cls 1795 26 1795 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1371 /custom_md_loader/classes/MetadataService.cls 1796 26 1796 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1371 /custom_md_loader/classes/MetadataService.cls 1796 26 1796 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1372 /custom_md_loader/classes/MetadataService.cls 1797 26 1797 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1372 /custom_md_loader/classes/MetadataService.cls 1797 26 1797 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1373 /custom_md_loader/classes/MetadataService.cls 1798 26 1798 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]*'
1373 /custom_md_loader/classes/MetadataService.cls 1798 26 1798 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]*'
1374 /custom_md_loader/classes/MetadataService.cls 1800 12 1805 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1374 /custom_md_loader/classes/MetadataService.cls 1800 12 1805 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1375 /custom_md_loader/classes/MetadataService.cls 1802 26 1802 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 'targetReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1375 /custom_md_loader/classes/MetadataService.cls 1802 26 1802 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 'targetReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1376 /custom_md_loader/classes/MetadataService.cls 1803 26 1803 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1376 /custom_md_loader/classes/MetadataService.cls 1803 26 1803 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1377 /custom_md_loader/classes/MetadataService.cls 1804 26 1804 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]*'
1377 /custom_md_loader/classes/MetadataService.cls 1804 26 1804 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]*'
1378 /custom_md_loader/classes/MetadataService.cls 1806 12 1833 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1378 /custom_md_loader/classes/MetadataService.cls 1806 12 1833 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1379 /custom_md_loader/classes/MetadataService.cls 1806 12 1833 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1379 /custom_md_loader/classes/MetadataService.cls 1806 12 1833 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1380 /custom_md_loader/classes/MetadataService.cls 1819 26 1819 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 'buttonIconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1380 /custom_md_loader/classes/MetadataService.cls 1819 26 1819 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 'buttonIconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1381 /custom_md_loader/classes/MetadataService.cls 1820 26 1820 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 'buttonStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1381 /custom_md_loader/classes/MetadataService.cls 1820 26 1820 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 'buttonStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1382 /custom_md_loader/classes/MetadataService.cls 1821 26 1821 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 'buttonText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1382 /custom_md_loader/classes/MetadataService.cls 1821 26 1821 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 'buttonText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1383 /custom_md_loader/classes/MetadataService.cls 1822 26 1822 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 'buttonWidth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1383 /custom_md_loader/classes/MetadataService.cls 1822 26 1822 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 'buttonWidth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1384 /custom_md_loader/classes/MetadataService.cls 1823 26 1823 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1384 /custom_md_loader/classes/MetadataService.cls 1823 26 1823 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1385 /custom_md_loader/classes/MetadataService.cls 1824 26 1824 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 'isHeightFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1385 /custom_md_loader/classes/MetadataService.cls 1824 26 1824 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 'isHeightFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1386 /custom_md_loader/classes/MetadataService.cls 1825 26 1825 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 'isHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1386 /custom_md_loader/classes/MetadataService.cls 1825 26 1825 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 'isHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1387 /custom_md_loader/classes/MetadataService.cls 1826 26 1826 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 'isWidthFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1387 /custom_md_loader/classes/MetadataService.cls 1826 26 1826 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 'isWidthFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1388 /custom_md_loader/classes/MetadataService.cls 1827 26 1827 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1388 /custom_md_loader/classes/MetadataService.cls 1827 26 1827 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1389 /custom_md_loader/classes/MetadataService.cls 1828 26 1828 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1389 /custom_md_loader/classes/MetadataService.cls 1828 26 1828 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1390 /custom_md_loader/classes/MetadataService.cls 1829 26 1829 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1390 /custom_md_loader/classes/MetadataService.cls 1829 26 1829 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1391 /custom_md_loader/classes/MetadataService.cls 1830 26 1830 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1391 /custom_md_loader/classes/MetadataService.cls 1830 26 1830 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1392 /custom_md_loader/classes/MetadataService.cls 1831 26 1831 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]*'
1392 /custom_md_loader/classes/MetadataService.cls 1831 26 1831 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]*'
1393 /custom_md_loader/classes/MetadataService.cls 1832 26 1832 209 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1393 /custom_md_loader/classes/MetadataService.cls 1832 26 1832 209 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1394 /custom_md_loader/classes/MetadataService.cls 1834 12 1857 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 /custom_md_loader/classes/MetadataService.cls 1834 12 1857 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 /custom_md_loader/classes/MetadataService.cls 1834 12 1857 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1395 /custom_md_loader/classes/MetadataService.cls 1834 12 1857 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1396 /custom_md_loader/classes/MetadataService.cls 1839 23 1839 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]*'
1396 /custom_md_loader/classes/MetadataService.cls 1839 23 1839 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]*'
1397 /custom_md_loader/classes/MetadataService.cls 1845 26 1845 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 'assignNullValuesIfNoRecordsFound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1397 /custom_md_loader/classes/MetadataService.cls 1845 26 1845 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 'assignNullValuesIfNoRecordsFound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1398 /custom_md_loader/classes/MetadataService.cls 1846 26 1846 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1398 /custom_md_loader/classes/MetadataService.cls 1846 26 1846 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1399 /custom_md_loader/classes/MetadataService.cls 1847 26 1847 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1399 /custom_md_loader/classes/MetadataService.cls 1847 26 1847 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1400 /custom_md_loader/classes/MetadataService.cls 1848 26 1848 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1400 /custom_md_loader/classes/MetadataService.cls 1848 26 1848 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1401 /custom_md_loader/classes/MetadataService.cls 1849 26 1849 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1401 /custom_md_loader/classes/MetadataService.cls 1849 26 1849 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1402 /custom_md_loader/classes/MetadataService.cls 1850 26 1850 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1402 /custom_md_loader/classes/MetadataService.cls 1850 26 1850 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1403 /custom_md_loader/classes/MetadataService.cls 1851 26 1851 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 'outputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1403 /custom_md_loader/classes/MetadataService.cls 1851 26 1851 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 'outputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1404 /custom_md_loader/classes/MetadataService.cls 1852 26 1852 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 'queriedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1404 /custom_md_loader/classes/MetadataService.cls 1852 26 1852 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 'queriedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1405 /custom_md_loader/classes/MetadataService.cls 1853 26 1853 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1405 /custom_md_loader/classes/MetadataService.cls 1853 26 1853 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1406 /custom_md_loader/classes/MetadataService.cls 1854 26 1854 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1406 /custom_md_loader/classes/MetadataService.cls 1854 26 1854 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1407 /custom_md_loader/classes/MetadataService.cls 1855 26 1855 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1407 /custom_md_loader/classes/MetadataService.cls 1855 26 1855 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1408 /custom_md_loader/classes/MetadataService.cls 1856 26 1856 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]*'
1408 /custom_md_loader/classes/MetadataService.cls 1856 26 1856 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]*'
1409 /custom_md_loader/classes/MetadataService.cls 1858 12 1873 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1409 /custom_md_loader/classes/MetadataService.cls 1858 12 1873 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1410 /custom_md_loader/classes/MetadataService.cls 1865 26 1865 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 'availableFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1410 /custom_md_loader/classes/MetadataService.cls 1865 26 1865 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 'availableFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1411 /custom_md_loader/classes/MetadataService.cls 1866 26 1866 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1411 /custom_md_loader/classes/MetadataService.cls 1866 26 1866 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1412 /custom_md_loader/classes/MetadataService.cls 1867 26 1867 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 'displayedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1412 /custom_md_loader/classes/MetadataService.cls 1867 26 1867 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 'displayedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1413 /custom_md_loader/classes/MetadataService.cls 1868 26 1868 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1413 /custom_md_loader/classes/MetadataService.cls 1868 26 1868 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1414 /custom_md_loader/classes/MetadataService.cls 1869 26 1869 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1869 26 1869 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1870 26 1870 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1415 /custom_md_loader/classes/MetadataService.cls 1870 26 1870 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1416 /custom_md_loader/classes/MetadataService.cls 1871 26 1871 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]*'
1416 /custom_md_loader/classes/MetadataService.cls 1871 26 1871 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]*'
1417 /custom_md_loader/classes/MetadataService.cls 1872 26 1872 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1417 /custom_md_loader/classes/MetadataService.cls 1872 26 1872 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1418 /custom_md_loader/classes/MetadataService.cls 1874 12 1883 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1418 /custom_md_loader/classes/MetadataService.cls 1874 12 1883 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1419 /custom_md_loader/classes/MetadataService.cls 1878 26 1878 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1419 /custom_md_loader/classes/MetadataService.cls 1878 26 1878 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1420 /custom_md_loader/classes/MetadataService.cls 1879 26 1879 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1420 /custom_md_loader/classes/MetadataService.cls 1879 26 1879 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1421 /custom_md_loader/classes/MetadataService.cls 1880 26 1880 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1421 /custom_md_loader/classes/MetadataService.cls 1880 26 1880 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1422 /custom_md_loader/classes/MetadataService.cls 1881 26 1881 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1422 /custom_md_loader/classes/MetadataService.cls 1881 26 1881 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1423 /custom_md_loader/classes/MetadataService.cls 1882 26 1882 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1423 /custom_md_loader/classes/MetadataService.cls 1882 26 1882 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1424 /custom_md_loader/classes/MetadataService.cls 1884 12 1901 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1424 /custom_md_loader/classes/MetadataService.cls 1884 12 1901 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1425 /custom_md_loader/classes/MetadataService.cls 1884 12 1901 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1425 /custom_md_loader/classes/MetadataService.cls 1884 12 1901 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1426 /custom_md_loader/classes/MetadataService.cls 1892 26 1892 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1426 /custom_md_loader/classes/MetadataService.cls 1892 26 1892 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1427 /custom_md_loader/classes/MetadataService.cls 1893 26 1893 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1427 /custom_md_loader/classes/MetadataService.cls 1893 26 1893 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1428 /custom_md_loader/classes/MetadataService.cls 1894 26 1894 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1428 /custom_md_loader/classes/MetadataService.cls 1894 26 1894 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1429 /custom_md_loader/classes/MetadataService.cls 1895 26 1895 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1429 /custom_md_loader/classes/MetadataService.cls 1895 26 1895 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1430 /custom_md_loader/classes/MetadataService.cls 1896 26 1896 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1430 /custom_md_loader/classes/MetadataService.cls 1896 26 1896 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1431 /custom_md_loader/classes/MetadataService.cls 1897 26 1897 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1431 /custom_md_loader/classes/MetadataService.cls 1897 26 1897 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1432 /custom_md_loader/classes/MetadataService.cls 1898 26 1898 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1432 /custom_md_loader/classes/MetadataService.cls 1898 26 1898 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1433 /custom_md_loader/classes/MetadataService.cls 1899 26 1899 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1433 /custom_md_loader/classes/MetadataService.cls 1899 26 1899 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1434 /custom_md_loader/classes/MetadataService.cls 1900 26 1900 185 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1434 /custom_md_loader/classes/MetadataService.cls 1900 26 1900 185 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1435 /custom_md_loader/classes/MetadataService.cls 1902 12 1909 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 /custom_md_loader/classes/MetadataService.cls 1902 12 1909 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 /custom_md_loader/classes/MetadataService.cls 1905 26 1905 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1436 /custom_md_loader/classes/MetadataService.cls 1905 26 1905 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1437 /custom_md_loader/classes/MetadataService.cls 1906 26 1906 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 'debugLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1437 /custom_md_loader/classes/MetadataService.cls 1906 26 1906 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 'debugLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1438 /custom_md_loader/classes/MetadataService.cls 1907 26 1907 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1438 /custom_md_loader/classes/MetadataService.cls 1907 26 1907 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1439 /custom_md_loader/classes/MetadataService.cls 1908 26 1908 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1439 /custom_md_loader/classes/MetadataService.cls 1908 26 1908 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1440 /custom_md_loader/classes/MetadataService.cls 1910 12 1917 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1440 /custom_md_loader/classes/MetadataService.cls 1910 12 1917 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1441 /custom_md_loader/classes/MetadataService.cls 1913 26 1913 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1441 /custom_md_loader/classes/MetadataService.cls 1913 26 1913 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1442 /custom_md_loader/classes/MetadataService.cls 1914 26 1914 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1442 /custom_md_loader/classes/MetadataService.cls 1914 26 1914 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1443 /custom_md_loader/classes/MetadataService.cls 1915 26 1915 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1915 26 1915 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1444 /custom_md_loader/classes/MetadataService.cls 1916 26 1916 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]*'
1444 /custom_md_loader/classes/MetadataService.cls 1916 26 1916 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]*'
1445 /custom_md_loader/classes/MetadataService.cls 1918 12 1931 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1445 /custom_md_loader/classes/MetadataService.cls 1918 12 1931 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1446 /custom_md_loader/classes/MetadataService.cls 1923 23 1923 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]*'
1446 /custom_md_loader/classes/MetadataService.cls 1923 23 1923 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]*'
1447 /custom_md_loader/classes/MetadataService.cls 1924 26 1924 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1447 /custom_md_loader/classes/MetadataService.cls 1924 26 1924 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1448 /custom_md_loader/classes/MetadataService.cls 1925 26 1925 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1448 /custom_md_loader/classes/MetadataService.cls 1925 26 1925 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1449 /custom_md_loader/classes/MetadataService.cls 1926 26 1926 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1449 /custom_md_loader/classes/MetadataService.cls 1926 26 1926 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1450 /custom_md_loader/classes/MetadataService.cls 1927 26 1927 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1450 /custom_md_loader/classes/MetadataService.cls 1927 26 1927 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1451 /custom_md_loader/classes/MetadataService.cls 1928 26 1928 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1451 /custom_md_loader/classes/MetadataService.cls 1928 26 1928 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1452 /custom_md_loader/classes/MetadataService.cls 1929 26 1929 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1452 /custom_md_loader/classes/MetadataService.cls 1929 26 1929 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1453 /custom_md_loader/classes/MetadataService.cls 1930 26 1930 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]*'
1453 /custom_md_loader/classes/MetadataService.cls 1930 26 1930 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]*'
1454 /custom_md_loader/classes/MetadataService.cls 1932 12 1941 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1454 /custom_md_loader/classes/MetadataService.cls 1932 12 1941 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1455 /custom_md_loader/classes/MetadataService.cls 1936 26 1936 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1455 /custom_md_loader/classes/MetadataService.cls 1936 26 1936 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1456 /custom_md_loader/classes/MetadataService.cls 1937 26 1937 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1456 /custom_md_loader/classes/MetadataService.cls 1937 26 1937 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1457 /custom_md_loader/classes/MetadataService.cls 1938 26 1938 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1457 /custom_md_loader/classes/MetadataService.cls 1938 26 1938 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1458 /custom_md_loader/classes/MetadataService.cls 1939 26 1939 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1458 /custom_md_loader/classes/MetadataService.cls 1939 26 1939 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1459 /custom_md_loader/classes/MetadataService.cls 1940 26 1940 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]*'
1459 /custom_md_loader/classes/MetadataService.cls 1940 26 1940 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]*'
1460 /custom_md_loader/classes/MetadataService.cls 1942 12 1947 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1460 /custom_md_loader/classes/MetadataService.cls 1942 12 1947 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1461 /custom_md_loader/classes/MetadataService.cls 1944 26 1944 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 'quickActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1461 /custom_md_loader/classes/MetadataService.cls 1944 26 1944 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 'quickActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1462 /custom_md_loader/classes/MetadataService.cls 1945 26 1945 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 1945 26 1945 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 1946 26 1946 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]*'
1463 /custom_md_loader/classes/MetadataService.cls 1946 26 1946 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]*'
1464 /custom_md_loader/classes/MetadataService.cls 1948 12 1977 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 /custom_md_loader/classes/MetadataService.cls 1948 12 1977 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 /custom_md_loader/classes/MetadataService.cls 1948 12 1977 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1465 /custom_md_loader/classes/MetadataService.cls 1948 12 1977 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1466 /custom_md_loader/classes/MetadataService.cls 1962 26 1962 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1466 /custom_md_loader/classes/MetadataService.cls 1962 26 1962 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1467 /custom_md_loader/classes/MetadataService.cls 1963 26 1963 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 'loginLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1467 /custom_md_loader/classes/MetadataService.cls 1963 26 1963 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 'loginLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1468 /custom_md_loader/classes/MetadataService.cls 1964 26 1964 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1468 /custom_md_loader/classes/MetadataService.cls 1964 26 1964 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1469 /custom_md_loader/classes/MetadataService.cls 1965 26 1965 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1469 /custom_md_loader/classes/MetadataService.cls 1965 26 1965 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1470 /custom_md_loader/classes/MetadataService.cls 1966 26 1966 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1470 /custom_md_loader/classes/MetadataService.cls 1966 26 1966 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1471 /custom_md_loader/classes/MetadataService.cls 1967 26 1967 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1471 /custom_md_loader/classes/MetadataService.cls 1967 26 1967 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1472 /custom_md_loader/classes/MetadataService.cls 1968 26 1968 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1472 /custom_md_loader/classes/MetadataService.cls 1968 26 1968 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1473 /custom_md_loader/classes/MetadataService.cls 1969 26 1969 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1473 /custom_md_loader/classes/MetadataService.cls 1969 26 1969 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1474 /custom_md_loader/classes/MetadataService.cls 1970 26 1970 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 'secondaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1474 /custom_md_loader/classes/MetadataService.cls 1970 26 1970 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 'secondaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1475 /custom_md_loader/classes/MetadataService.cls 1971 26 1971 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1475 /custom_md_loader/classes/MetadataService.cls 1971 26 1971 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1476 /custom_md_loader/classes/MetadataService.cls 1972 26 1972 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1476 /custom_md_loader/classes/MetadataService.cls 1972 26 1972 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1477 /custom_md_loader/classes/MetadataService.cls 1973 26 1973 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1477 /custom_md_loader/classes/MetadataService.cls 1973 26 1973 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1478 /custom_md_loader/classes/MetadataService.cls 1974 26 1974 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1478 /custom_md_loader/classes/MetadataService.cls 1974 26 1974 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1479 /custom_md_loader/classes/MetadataService.cls 1975 26 1975 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1479 /custom_md_loader/classes/MetadataService.cls 1975 26 1975 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1480 /custom_md_loader/classes/MetadataService.cls 1976 26 1976 306 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1480 /custom_md_loader/classes/MetadataService.cls 1976 26 1976 306 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1481 /custom_md_loader/classes/MetadataService.cls 1978 12 1995 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1481 /custom_md_loader/classes/MetadataService.cls 1978 12 1995 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1482 /custom_md_loader/classes/MetadataService.cls 1978 12 1995 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1482 /custom_md_loader/classes/MetadataService.cls 1978 12 1995 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1483 /custom_md_loader/classes/MetadataService.cls 1983 24 1983 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]*'
1483 /custom_md_loader/classes/MetadataService.cls 1983 24 1983 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]*'
1484 /custom_md_loader/classes/MetadataService.cls 1986 26 1986 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1484 /custom_md_loader/classes/MetadataService.cls 1986 26 1986 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1485 /custom_md_loader/classes/MetadataService.cls 1987 26 1987 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1485 /custom_md_loader/classes/MetadataService.cls 1987 26 1987 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1486 /custom_md_loader/classes/MetadataService.cls 1988 26 1988 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1486 /custom_md_loader/classes/MetadataService.cls 1988 26 1988 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1487 /custom_md_loader/classes/MetadataService.cls 1989 26 1989 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 'shortDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1487 /custom_md_loader/classes/MetadataService.cls 1989 26 1989 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 'shortDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1488 /custom_md_loader/classes/MetadataService.cls 1990 26 1990 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1488 /custom_md_loader/classes/MetadataService.cls 1990 26 1990 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1489 /custom_md_loader/classes/MetadataService.cls 1991 26 1991 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1489 /custom_md_loader/classes/MetadataService.cls 1991 26 1991 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1490 /custom_md_loader/classes/MetadataService.cls 1992 26 1992 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1490 /custom_md_loader/classes/MetadataService.cls 1992 26 1992 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1491 /custom_md_loader/classes/MetadataService.cls 1993 26 1993 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]*'
1491 /custom_md_loader/classes/MetadataService.cls 1993 26 1993 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]*'
1492 /custom_md_loader/classes/MetadataService.cls 1994 26 1994 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]*'
1492 /custom_md_loader/classes/MetadataService.cls 1994 26 1994 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]*'
1493 /custom_md_loader/classes/MetadataService.cls 1996 12 2003 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1493 /custom_md_loader/classes/MetadataService.cls 1996 12 2003 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1494 /custom_md_loader/classes/MetadataService.cls 1999 26 1999 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1494 /custom_md_loader/classes/MetadataService.cls 1999 26 1999 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1495 /custom_md_loader/classes/MetadataService.cls 2000 26 2000 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1495 /custom_md_loader/classes/MetadataService.cls 2000 26 2000 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1496 /custom_md_loader/classes/MetadataService.cls 2001 26 2001 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1496 /custom_md_loader/classes/MetadataService.cls 2001 26 2001 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1497 /custom_md_loader/classes/MetadataService.cls 2002 26 2002 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]*'
1497 /custom_md_loader/classes/MetadataService.cls 2002 26 2002 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]*'
1498 /custom_md_loader/classes/MetadataService.cls 2004 12 2047 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1498 /custom_md_loader/classes/MetadataService.cls 2004 12 2047 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1499 /custom_md_loader/classes/MetadataService.cls 2004 12 2047 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class BusinessHoursEntry has 20 public methods, attributes, and properties (limit: 20)
1499 /custom_md_loader/classes/MetadataService.cls 2004 12 2047 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class BusinessHoursEntry has 20 public methods, attributes, and properties (limit: 20)
1500 /custom_md_loader/classes/MetadataService.cls 2004 12 2047 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1500 /custom_md_loader/classes/MetadataService.cls 2004 12 2047 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1501 /custom_md_loader/classes/MetadataService.cls 2008 24 2008 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]*'
1501 /custom_md_loader/classes/MetadataService.cls 2008 24 2008 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]*'
1502 /custom_md_loader/classes/MetadataService.cls 2025 26 2025 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1502 /custom_md_loader/classes/MetadataService.cls 2025 26 2025 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1503 /custom_md_loader/classes/MetadataService.cls 2026 26 2026 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1503 /custom_md_loader/classes/MetadataService.cls 2026 26 2026 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1504 /custom_md_loader/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 'fridayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1504 /custom_md_loader/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 'fridayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1505 /custom_md_loader/classes/MetadataService.cls 2028 26 2028 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 'fridayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1505 /custom_md_loader/classes/MetadataService.cls 2028 26 2028 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 'fridayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1506 /custom_md_loader/classes/MetadataService.cls 2029 26 2029 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 'mondayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1506 /custom_md_loader/classes/MetadataService.cls 2029 26 2029 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 'mondayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1507 /custom_md_loader/classes/MetadataService.cls 2030 26 2030 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 'mondayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1507 /custom_md_loader/classes/MetadataService.cls 2030 26 2030 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 'mondayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1508 /custom_md_loader/classes/MetadataService.cls 2031 26 2031 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1508 /custom_md_loader/classes/MetadataService.cls 2031 26 2031 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1509 /custom_md_loader/classes/MetadataService.cls 2032 26 2032 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 'saturdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1509 /custom_md_loader/classes/MetadataService.cls 2032 26 2032 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 'saturdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1510 /custom_md_loader/classes/MetadataService.cls 2033 26 2033 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 'saturdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1510 /custom_md_loader/classes/MetadataService.cls 2033 26 2033 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 'saturdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1511 /custom_md_loader/classes/MetadataService.cls 2034 26 2034 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 'sundayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1511 /custom_md_loader/classes/MetadataService.cls 2034 26 2034 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 'sundayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1512 /custom_md_loader/classes/MetadataService.cls 2035 26 2035 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 'sundayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1512 /custom_md_loader/classes/MetadataService.cls 2035 26 2035 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 'sundayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1513 /custom_md_loader/classes/MetadataService.cls 2036 26 2036 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 'thursdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1513 /custom_md_loader/classes/MetadataService.cls 2036 26 2036 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 'thursdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1514 /custom_md_loader/classes/MetadataService.cls 2037 26 2037 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 'thursdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1514 /custom_md_loader/classes/MetadataService.cls 2037 26 2037 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 'thursdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1515 /custom_md_loader/classes/MetadataService.cls 2038 26 2038 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 'timeZoneId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1515 /custom_md_loader/classes/MetadataService.cls 2038 26 2038 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 'timeZoneId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1516 /custom_md_loader/classes/MetadataService.cls 2039 26 2039 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 'tuesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1516 /custom_md_loader/classes/MetadataService.cls 2039 26 2039 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 'tuesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1517 /custom_md_loader/classes/MetadataService.cls 2040 26 2040 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 'tuesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1517 /custom_md_loader/classes/MetadataService.cls 2040 26 2040 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 'tuesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1518 /custom_md_loader/classes/MetadataService.cls 2041 26 2041 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 'wednesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1518 /custom_md_loader/classes/MetadataService.cls 2041 26 2041 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 'wednesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1519 /custom_md_loader/classes/MetadataService.cls 2042 26 2042 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 'wednesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1519 /custom_md_loader/classes/MetadataService.cls 2042 26 2042 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 'wednesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1520 /custom_md_loader/classes/MetadataService.cls 2043 26 2043 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1520 /custom_md_loader/classes/MetadataService.cls 2043 26 2043 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1521 /custom_md_loader/classes/MetadataService.cls 2044 26 2044 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1521 /custom_md_loader/classes/MetadataService.cls 2044 26 2044 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1522 /custom_md_loader/classes/MetadataService.cls 2045 26 2045 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]*'
1522 /custom_md_loader/classes/MetadataService.cls 2045 26 2045 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]*'
1523 /custom_md_loader/classes/MetadataService.cls 2046 26 2046 370 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1523 /custom_md_loader/classes/MetadataService.cls 2046 26 2046 370 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1524 /custom_md_loader/classes/MetadataService.cls 2048 12 2055 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 /custom_md_loader/classes/MetadataService.cls 2048 12 2055 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 /custom_md_loader/classes/MetadataService.cls 2051 26 2051 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 'fiscalYearNameBasedOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1525 /custom_md_loader/classes/MetadataService.cls 2051 26 2051 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 'fiscalYearNameBasedOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1526 /custom_md_loader/classes/MetadataService.cls 2052 26 2052 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 'startMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1526 /custom_md_loader/classes/MetadataService.cls 2052 26 2052 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 'startMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1527 /custom_md_loader/classes/MetadataService.cls 2053 26 2053 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2053 26 2053 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2054 26 2054 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]*'
1528 /custom_md_loader/classes/MetadataService.cls 2054 26 2054 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]*'
1529 /custom_md_loader/classes/MetadataService.cls 2056 12 2063 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 /custom_md_loader/classes/MetadataService.cls 2056 12 2063 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 /custom_md_loader/classes/MetadataService.cls 2059 26 2059 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1530 /custom_md_loader/classes/MetadataService.cls 2059 26 2059 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1531 /custom_md_loader/classes/MetadataService.cls 2060 26 2060 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1531 /custom_md_loader/classes/MetadataService.cls 2060 26 2060 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1532 /custom_md_loader/classes/MetadataService.cls 2061 26 2061 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]*'
1532 /custom_md_loader/classes/MetadataService.cls 2061 26 2061 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]*'
1533 /custom_md_loader/classes/MetadataService.cls 2062 26 2062 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]*'
1533 /custom_md_loader/classes/MetadataService.cls 2062 26 2062 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]*'
1534 /custom_md_loader/classes/MetadataService.cls 2064 12 2095 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 /custom_md_loader/classes/MetadataService.cls 2064 12 2095 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 /custom_md_loader/classes/MetadataService.cls 2064 12 2095 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1535 /custom_md_loader/classes/MetadataService.cls 2064 12 2095 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1536 /custom_md_loader/classes/MetadataService.cls 2079 26 2079 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 'emailFollowersOnBestAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1536 /custom_md_loader/classes/MetadataService.cls 2079 26 2079 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 'emailFollowersOnBestAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1537 /custom_md_loader/classes/MetadataService.cls 2080 26 2080 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 'emailFollowersOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1537 /custom_md_loader/classes/MetadataService.cls 2080 26 2080 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 'emailFollowersOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1538 /custom_md_loader/classes/MetadataService.cls 2081 26 2081 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 'emailOwnerOnPrivateReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1538 /custom_md_loader/classes/MetadataService.cls 2081 26 2081 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 'emailOwnerOnPrivateReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1539 /custom_md_loader/classes/MetadataService.cls 2082 26 2082 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 'emailOwnerOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1539 /custom_md_loader/classes/MetadataService.cls 2082 26 2082 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 'emailOwnerOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1540 /custom_md_loader/classes/MetadataService.cls 2083 26 2083 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 'enableAnswerViaEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1540 /custom_md_loader/classes/MetadataService.cls 2083 26 2083 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 'enableAnswerViaEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1541 /custom_md_loader/classes/MetadataService.cls 2084 26 2084 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1541 /custom_md_loader/classes/MetadataService.cls 2084 26 2084 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1542 /custom_md_loader/classes/MetadataService.cls 2085 26 2085 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 'enableFacebookSSO_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1542 /custom_md_loader/classes/MetadataService.cls 2085 26 2085 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 'enableFacebookSSO_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1543 /custom_md_loader/classes/MetadataService.cls 2086 26 2086 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 'enableInlinePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1543 /custom_md_loader/classes/MetadataService.cls 2086 26 2086 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 'enableInlinePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1544 /custom_md_loader/classes/MetadataService.cls 2087 26 2087 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1544 /custom_md_loader/classes/MetadataService.cls 2087 26 2087 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1545 /custom_md_loader/classes/MetadataService.cls 2088 26 2088 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 'enableRichTextEditor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1545 /custom_md_loader/classes/MetadataService.cls 2088 26 2088 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 'enableRichTextEditor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1546 /custom_md_loader/classes/MetadataService.cls 2089 26 2089 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 'facebookAuthProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1546 /custom_md_loader/classes/MetadataService.cls 2089 26 2089 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 'facebookAuthProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1547 /custom_md_loader/classes/MetadataService.cls 2090 26 2090 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 'showInPortals_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1547 /custom_md_loader/classes/MetadataService.cls 2090 26 2090 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 'showInPortals_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1548 /custom_md_loader/classes/MetadataService.cls 2091 26 2091 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1548 /custom_md_loader/classes/MetadataService.cls 2091 26 2091 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1549 /custom_md_loader/classes/MetadataService.cls 2092 26 2092 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1549 /custom_md_loader/classes/MetadataService.cls 2092 26 2092 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1550 /custom_md_loader/classes/MetadataService.cls 2093 26 2093 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]*'
1550 /custom_md_loader/classes/MetadataService.cls 2093 26 2093 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]*'
1551 /custom_md_loader/classes/MetadataService.cls 2094 26 2094 346 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1551 /custom_md_loader/classes/MetadataService.cls 2094 26 2094 346 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1552 /custom_md_loader/classes/MetadataService.cls 2096 12 2103 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1552 /custom_md_loader/classes/MetadataService.cls 2096 12 2103 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1553 /custom_md_loader/classes/MetadataService.cls 2099 26 2099 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 'primaryTabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1553 /custom_md_loader/classes/MetadataService.cls 2099 26 2099 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 'primaryTabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1554 /custom_md_loader/classes/MetadataService.cls 2100 26 2100 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 'subtabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1554 /custom_md_loader/classes/MetadataService.cls 2100 26 2100 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 'subtabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1555 /custom_md_loader/classes/MetadataService.cls 2101 26 2101 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1555 /custom_md_loader/classes/MetadataService.cls 2101 26 2101 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1556 /custom_md_loader/classes/MetadataService.cls 2102 26 2102 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1556 /custom_md_loader/classes/MetadataService.cls 2102 26 2102 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1557 /custom_md_loader/classes/MetadataService.cls 2104 12 2113 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1557 /custom_md_loader/classes/MetadataService.cls 2104 12 2113 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1558 /custom_md_loader/classes/MetadataService.cls 2108 26 2108 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1558 /custom_md_loader/classes/MetadataService.cls 2108 26 2108 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1559 /custom_md_loader/classes/MetadataService.cls 2109 26 2109 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 'axisBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1559 /custom_md_loader/classes/MetadataService.cls 2109 26 2109 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 'axisBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1560 /custom_md_loader/classes/MetadataService.cls 2110 26 2110 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1560 /custom_md_loader/classes/MetadataService.cls 2110 26 2110 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1561 /custom_md_loader/classes/MetadataService.cls 2111 26 2111 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1561 /custom_md_loader/classes/MetadataService.cls 2111 26 2111 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1562 /custom_md_loader/classes/MetadataService.cls 2112 26 2112 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]*'
1562 /custom_md_loader/classes/MetadataService.cls 2112 26 2112 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]*'
1563 /custom_md_loader/classes/MetadataService.cls 2114 12 2123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1563 /custom_md_loader/classes/MetadataService.cls 2114 12 2123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1564 /custom_md_loader/classes/MetadataService.cls 2118 26 2118 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1564 /custom_md_loader/classes/MetadataService.cls 2118 26 2118 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1565 /custom_md_loader/classes/MetadataService.cls 2119 26 2119 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1565 /custom_md_loader/classes/MetadataService.cls 2119 26 2119 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1566 /custom_md_loader/classes/MetadataService.cls 2120 26 2120 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 'uiBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1566 /custom_md_loader/classes/MetadataService.cls 2120 26 2120 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 'uiBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1567 /custom_md_loader/classes/MetadataService.cls 2121 26 2121 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1567 /custom_md_loader/classes/MetadataService.cls 2121 26 2121 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2122 26 2122 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1568 /custom_md_loader/classes/MetadataService.cls 2122 26 2122 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2124 12 2133 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1569 /custom_md_loader/classes/MetadataService.cls 2124 12 2133 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1570 /custom_md_loader/classes/MetadataService.cls 2128 26 2128 150 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1570 /custom_md_loader/classes/MetadataService.cls 2128 26 2128 150 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1571 /custom_md_loader/classes/MetadataService.cls 2129 26 2129 147 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1571 /custom_md_loader/classes/MetadataService.cls 2129 26 2129 147 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1572 /custom_md_loader/classes/MetadataService.cls 2130 26 2130 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1572 /custom_md_loader/classes/MetadataService.cls 2130 26 2130 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1573 /custom_md_loader/classes/MetadataService.cls 2131 26 2131 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1573 /custom_md_loader/classes/MetadataService.cls 2131 26 2131 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1574 /custom_md_loader/classes/MetadataService.cls 2132 26 2132 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]*'
1574 /custom_md_loader/classes/MetadataService.cls 2132 26 2132 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]*'
1575 /custom_md_loader/classes/MetadataService.cls 2134 12 2141 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1575 /custom_md_loader/classes/MetadataService.cls 2134 12 2141 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1576 /custom_md_loader/classes/MetadataService.cls 2137 26 2137 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1576 /custom_md_loader/classes/MetadataService.cls 2137 26 2137 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1577 /custom_md_loader/classes/MetadataService.cls 2138 26 2138 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1577 /custom_md_loader/classes/MetadataService.cls 2138 26 2138 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1578 /custom_md_loader/classes/MetadataService.cls 2139 26 2139 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1578 /custom_md_loader/classes/MetadataService.cls 2139 26 2139 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1579 /custom_md_loader/classes/MetadataService.cls 2140 26 2140 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]*'
1579 /custom_md_loader/classes/MetadataService.cls 2140 26 2140 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]*'
1580 /custom_md_loader/classes/MetadataService.cls 2142 12 2155 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1580 /custom_md_loader/classes/MetadataService.cls 2142 12 2155 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1581 /custom_md_loader/classes/MetadataService.cls 2148 26 2148 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1581 /custom_md_loader/classes/MetadataService.cls 2148 26 2148 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1582 /custom_md_loader/classes/MetadataService.cls 2149 26 2149 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1582 /custom_md_loader/classes/MetadataService.cls 2149 26 2149 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1583 /custom_md_loader/classes/MetadataService.cls 2150 26 2150 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 'posX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1583 /custom_md_loader/classes/MetadataService.cls 2150 26 2150 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 'posX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1584 /custom_md_loader/classes/MetadataService.cls 2151 26 2151 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 'posY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1584 /custom_md_loader/classes/MetadataService.cls 2151 26 2151 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 'posY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1585 /custom_md_loader/classes/MetadataService.cls 2152 26 2152 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 'posZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1585 /custom_md_loader/classes/MetadataService.cls 2152 26 2152 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 'posZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1586 /custom_md_loader/classes/MetadataService.cls 2153 26 2153 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2153 26 2153 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2154 26 2154 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2154 26 2154 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2156 12 2171 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 /custom_md_loader/classes/MetadataService.cls 2156 12 2171 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 /custom_md_loader/classes/MetadataService.cls 2163 26 2163 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 'customLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1589 /custom_md_loader/classes/MetadataService.cls 2163 26 2163 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 'customLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1590 /custom_md_loader/classes/MetadataService.cls 2164 26 2164 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 'detailHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1590 /custom_md_loader/classes/MetadataService.cls 2164 26 2164 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 'detailHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1591 /custom_md_loader/classes/MetadataService.cls 2165 26 2165 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 'editHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1591 /custom_md_loader/classes/MetadataService.cls 2165 26 2165 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 'editHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1592 /custom_md_loader/classes/MetadataService.cls 2166 26 2166 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1592 /custom_md_loader/classes/MetadataService.cls 2166 26 2166 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1593 /custom_md_loader/classes/MetadataService.cls 2167 26 2167 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 'layoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1593 /custom_md_loader/classes/MetadataService.cls 2167 26 2167 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 'layoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1594 /custom_md_loader/classes/MetadataService.cls 2168 26 2168 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1594 /custom_md_loader/classes/MetadataService.cls 2168 26 2168 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1595 /custom_md_loader/classes/MetadataService.cls 2169 26 2169 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1595 /custom_md_loader/classes/MetadataService.cls 2169 26 2169 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1596 /custom_md_loader/classes/MetadataService.cls 2170 26 2170 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]*'
1596 /custom_md_loader/classes/MetadataService.cls 2170 26 2170 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]*'
1597 /custom_md_loader/classes/MetadataService.cls 2172 12 2177 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1597 /custom_md_loader/classes/MetadataService.cls 2172 12 2177 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1598 /custom_md_loader/classes/MetadataService.cls 2174 26 2174 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 'countries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1598 /custom_md_loader/classes/MetadataService.cls 2174 26 2174 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 'countries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1599 /custom_md_loader/classes/MetadataService.cls 2175 26 2175 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1599 /custom_md_loader/classes/MetadataService.cls 2175 26 2175 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1600 /custom_md_loader/classes/MetadataService.cls 2176 26 2176 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]*'
1600 /custom_md_loader/classes/MetadataService.cls 2176 26 2176 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]*'
1601 /custom_md_loader/classes/MetadataService.cls 2178 12 2183 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1601 /custom_md_loader/classes/MetadataService.cls 2178 12 2183 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1602 /custom_md_loader/classes/MetadataService.cls 2180 26 2180 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1602 /custom_md_loader/classes/MetadataService.cls 2180 26 2180 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1603 /custom_md_loader/classes/MetadataService.cls 2181 26 2181 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2181 26 2181 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1604 /custom_md_loader/classes/MetadataService.cls 2182 26 2182 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]*'
1604 /custom_md_loader/classes/MetadataService.cls 2182 26 2182 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]*'
1605 /custom_md_loader/classes/MetadataService.cls 2184 12 2195 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1605 /custom_md_loader/classes/MetadataService.cls 2184 12 2195 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1606 /custom_md_loader/classes/MetadataService.cls 2189 26 2189 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 'dateColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1606 /custom_md_loader/classes/MetadataService.cls 2189 26 2189 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 'dateColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1607 /custom_md_loader/classes/MetadataService.cls 2190 26 2190 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 'endDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1607 /custom_md_loader/classes/MetadataService.cls 2190 26 2190 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 'endDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1608 /custom_md_loader/classes/MetadataService.cls 2191 26 2191 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 'interval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1608 /custom_md_loader/classes/MetadataService.cls 2191 26 2191 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 'interval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1609 /custom_md_loader/classes/MetadataService.cls 2192 26 2192 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 'startDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1609 /custom_md_loader/classes/MetadataService.cls 2192 26 2192 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 'startDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1610 /custom_md_loader/classes/MetadataService.cls 2193 26 2193 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1610 /custom_md_loader/classes/MetadataService.cls 2193 26 2193 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1611 /custom_md_loader/classes/MetadataService.cls 2194 26 2194 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1611 /custom_md_loader/classes/MetadataService.cls 2194 26 2194 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1612 /custom_md_loader/classes/MetadataService.cls 2196 12 2211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1612 /custom_md_loader/classes/MetadataService.cls 2196 12 2211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1613 /custom_md_loader/classes/MetadataService.cls 2203 26 2203 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1613 /custom_md_loader/classes/MetadataService.cls 2203 26 2203 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1614 /custom_md_loader/classes/MetadataService.cls 2204 26 2204 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 'lockSharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1614 /custom_md_loader/classes/MetadataService.cls 2204 26 2204 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 'lockSharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1615 /custom_md_loader/classes/MetadataService.cls 2205 26 2205 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1615 /custom_md_loader/classes/MetadataService.cls 2205 26 2205 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1616 /custom_md_loader/classes/MetadataService.cls 2206 26 2206 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 'sharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1616 /custom_md_loader/classes/MetadataService.cls 2206 26 2206 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 'sharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1617 /custom_md_loader/classes/MetadataService.cls 2207 26 2207 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1617 /custom_md_loader/classes/MetadataService.cls 2207 26 2207 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1618 /custom_md_loader/classes/MetadataService.cls 2208 26 2208 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1618 /custom_md_loader/classes/MetadataService.cls 2208 26 2208 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1619 /custom_md_loader/classes/MetadataService.cls 2209 26 2209 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]*'
1619 /custom_md_loader/classes/MetadataService.cls 2209 26 2209 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]*'
1620 /custom_md_loader/classes/MetadataService.cls 2210 26 2210 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]*'
1620 /custom_md_loader/classes/MetadataService.cls 2210 26 2210 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]*'
1621 /custom_md_loader/classes/MetadataService.cls 2212 12 2217 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1621 /custom_md_loader/classes/MetadataService.cls 2212 12 2217 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1622 /custom_md_loader/classes/MetadataService.cls 2213 23 2213 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]*'
1622 /custom_md_loader/classes/MetadataService.cls 2213 23 2213 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]*'
1623 /custom_md_loader/classes/MetadataService.cls 2214 26 2214 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1623 /custom_md_loader/classes/MetadataService.cls 2214 26 2214 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1624 /custom_md_loader/classes/MetadataService.cls 2215 26 2215 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1624 /custom_md_loader/classes/MetadataService.cls 2215 26 2215 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1625 /custom_md_loader/classes/MetadataService.cls 2216 26 2216 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]*'
1625 /custom_md_loader/classes/MetadataService.cls 2216 26 2216 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]*'
1626 /custom_md_loader/classes/MetadataService.cls 2218 12 2243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1626 /custom_md_loader/classes/MetadataService.cls 2218 12 2243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1627 /custom_md_loader/classes/MetadataService.cls 2218 12 2243 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1627 /custom_md_loader/classes/MetadataService.cls 2218 12 2243 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1628 /custom_md_loader/classes/MetadataService.cls 2230 26 2230 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 'addressType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1628 /custom_md_loader/classes/MetadataService.cls 2230 26 2230 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 'addressType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1629 /custom_md_loader/classes/MetadataService.cls 2231 26 2231 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1629 /custom_md_loader/classes/MetadataService.cls 2231 26 2231 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1630 /custom_md_loader/classes/MetadataService.cls 2232 26 2232 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1630 /custom_md_loader/classes/MetadataService.cls 2232 26 2232 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1631 /custom_md_loader/classes/MetadataService.cls 2233 26 2233 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 'caseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1631 /custom_md_loader/classes/MetadataService.cls 2233 26 2233 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 'caseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1632 /custom_md_loader/classes/MetadataService.cls 2234 26 2234 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 'caseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1632 /custom_md_loader/classes/MetadataService.cls 2234 26 2234 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 'caseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1633 /custom_md_loader/classes/MetadataService.cls 2235 26 2235 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 'casePriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1633 /custom_md_loader/classes/MetadataService.cls 2235 26 2235 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 'casePriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1634 /custom_md_loader/classes/MetadataService.cls 2236 26 2236 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 'createTask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1634 /custom_md_loader/classes/MetadataService.cls 2236 26 2236 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 'createTask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1635 /custom_md_loader/classes/MetadataService.cls 2237 26 2237 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 'emailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1635 /custom_md_loader/classes/MetadataService.cls 2237 26 2237 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 'emailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1636 /custom_md_loader/classes/MetadataService.cls 2238 26 2238 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 'routingName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1636 /custom_md_loader/classes/MetadataService.cls 2238 26 2238 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 'routingName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1637 /custom_md_loader/classes/MetadataService.cls 2239 26 2239 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 'saveEmailHeaders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1637 /custom_md_loader/classes/MetadataService.cls 2239 26 2239 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 'saveEmailHeaders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1638 /custom_md_loader/classes/MetadataService.cls 2240 26 2240 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 'taskStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1638 /custom_md_loader/classes/MetadataService.cls 2240 26 2240 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 'taskStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1639 /custom_md_loader/classes/MetadataService.cls 2241 26 2241 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2241 26 2241 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2242 26 2242 227 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1640 /custom_md_loader/classes/MetadataService.cls 2242 26 2242 227 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1641 /custom_md_loader/classes/MetadataService.cls 2244 12 2251 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 /custom_md_loader/classes/MetadataService.cls 2244 12 2251 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 /custom_md_loader/classes/MetadataService.cls 2247 26 2247 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1642 /custom_md_loader/classes/MetadataService.cls 2247 26 2247 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1643 /custom_md_loader/classes/MetadataService.cls 2248 26 2248 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1643 /custom_md_loader/classes/MetadataService.cls 2248 26 2248 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1644 /custom_md_loader/classes/MetadataService.cls 2249 26 2249 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2249 26 2249 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2250 26 2250 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]*'
1645 /custom_md_loader/classes/MetadataService.cls 2250 26 2250 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]*'
1646 /custom_md_loader/classes/MetadataService.cls 2252 12 2261 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 /custom_md_loader/classes/MetadataService.cls 2252 12 2261 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 /custom_md_loader/classes/MetadataService.cls 2256 26 2256 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1647 /custom_md_loader/classes/MetadataService.cls 2256 26 2256 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1648 /custom_md_loader/classes/MetadataService.cls 2257 26 2257 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1648 /custom_md_loader/classes/MetadataService.cls 2257 26 2257 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1649 /custom_md_loader/classes/MetadataService.cls 2258 26 2258 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 'sharedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1649 /custom_md_loader/classes/MetadataService.cls 2258 26 2258 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 'sharedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1650 /custom_md_loader/classes/MetadataService.cls 2259 26 2259 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1650 /custom_md_loader/classes/MetadataService.cls 2259 26 2259 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1651 /custom_md_loader/classes/MetadataService.cls 2260 26 2260 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1651 /custom_md_loader/classes/MetadataService.cls 2260 26 2260 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1652 /custom_md_loader/classes/MetadataService.cls 2262 12 2273 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1652 /custom_md_loader/classes/MetadataService.cls 2262 12 2273 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1653 /custom_md_loader/classes/MetadataService.cls 2267 26 2267 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 'managedTopicType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1653 /custom_md_loader/classes/MetadataService.cls 2267 26 2267 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 'managedTopicType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1654 /custom_md_loader/classes/MetadataService.cls 2268 26 2268 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1654 /custom_md_loader/classes/MetadataService.cls 2268 26 2268 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1655 /custom_md_loader/classes/MetadataService.cls 2269 26 2269 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1655 /custom_md_loader/classes/MetadataService.cls 2269 26 2269 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1656 /custom_md_loader/classes/MetadataService.cls 2270 26 2270 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 'topicDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1656 /custom_md_loader/classes/MetadataService.cls 2270 26 2270 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 'topicDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1657 /custom_md_loader/classes/MetadataService.cls 2271 26 2271 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1657 /custom_md_loader/classes/MetadataService.cls 2271 26 2271 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1658 /custom_md_loader/classes/MetadataService.cls 2272 26 2272 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]*'
1658 /custom_md_loader/classes/MetadataService.cls 2272 26 2272 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]*'
1659 /custom_md_loader/classes/MetadataService.cls 2274 12 2283 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1659 /custom_md_loader/classes/MetadataService.cls 2274 12 2283 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1660 /custom_md_loader/classes/MetadataService.cls 2278 26 2278 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1660 /custom_md_loader/classes/MetadataService.cls 2278 26 2278 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1661 /custom_md_loader/classes/MetadataService.cls 2279 26 2279 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1661 /custom_md_loader/classes/MetadataService.cls 2279 26 2279 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1662 /custom_md_loader/classes/MetadataService.cls 2280 26 2280 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1662 /custom_md_loader/classes/MetadataService.cls 2280 26 2280 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1663 /custom_md_loader/classes/MetadataService.cls 2281 26 2281 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1663 /custom_md_loader/classes/MetadataService.cls 2281 26 2281 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1664 /custom_md_loader/classes/MetadataService.cls 2282 26 2282 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2282 26 2282 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1665 /custom_md_loader/classes/MetadataService.cls 2284 12 2293 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1665 /custom_md_loader/classes/MetadataService.cls 2284 12 2293 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1666 /custom_md_loader/classes/MetadataService.cls 2288 26 2288 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1666 /custom_md_loader/classes/MetadataService.cls 2288 26 2288 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1667 /custom_md_loader/classes/MetadataService.cls 2289 26 2289 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1667 /custom_md_loader/classes/MetadataService.cls 2289 26 2289 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1668 /custom_md_loader/classes/MetadataService.cls 2290 26 2290 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1668 /custom_md_loader/classes/MetadataService.cls 2290 26 2290 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1669 /custom_md_loader/classes/MetadataService.cls 2291 26 2291 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1669 /custom_md_loader/classes/MetadataService.cls 2291 26 2291 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1670 /custom_md_loader/classes/MetadataService.cls 2292 26 2292 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1670 /custom_md_loader/classes/MetadataService.cls 2292 26 2292 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1671 /custom_md_loader/classes/MetadataService.cls 2294 12 2301 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1671 /custom_md_loader/classes/MetadataService.cls 2294 12 2301 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1672 /custom_md_loader/classes/MetadataService.cls 2297 26 2297 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1672 /custom_md_loader/classes/MetadataService.cls 2297 26 2297 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1673 /custom_md_loader/classes/MetadataService.cls 2298 26 2298 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1673 /custom_md_loader/classes/MetadataService.cls 2298 26 2298 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1674 /custom_md_loader/classes/MetadataService.cls 2299 26 2299 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1674 /custom_md_loader/classes/MetadataService.cls 2299 26 2299 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1675 /custom_md_loader/classes/MetadataService.cls 2300 26 2300 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]*'
1675 /custom_md_loader/classes/MetadataService.cls 2300 26 2300 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]*'
1676 /custom_md_loader/classes/MetadataService.cls 2302 12 2323 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1676 /custom_md_loader/classes/MetadataService.cls 2302 12 2323 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1677 /custom_md_loader/classes/MetadataService.cls 2302 12 2323 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1677 /custom_md_loader/classes/MetadataService.cls 2302 12 2323 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1678 /custom_md_loader/classes/MetadataService.cls 2312 26 2312 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1678 /custom_md_loader/classes/MetadataService.cls 2312 26 2312 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1679 /custom_md_loader/classes/MetadataService.cls 2313 26 2313 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 'availableInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1679 /custom_md_loader/classes/MetadataService.cls 2313 26 2313 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 'availableInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1680 /custom_md_loader/classes/MetadataService.cls 2314 26 2314 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 'confirmationTokenRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1680 /custom_md_loader/classes/MetadataService.cls 2314 26 2314 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 'confirmationTokenRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1681 /custom_md_loader/classes/MetadataService.cls 2315 26 2315 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1681 /custom_md_loader/classes/MetadataService.cls 2315 26 2315 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1682 /custom_md_loader/classes/MetadataService.cls 2316 26 2316 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1682 /custom_md_loader/classes/MetadataService.cls 2316 26 2316 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1683 /custom_md_loader/classes/MetadataService.cls 2317 26 2317 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1683 /custom_md_loader/classes/MetadataService.cls 2317 26 2317 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1684 /custom_md_loader/classes/MetadataService.cls 2318 26 2318 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2318 26 2318 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1685 /custom_md_loader/classes/MetadataService.cls 2319 26 2319 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1685 /custom_md_loader/classes/MetadataService.cls 2319 26 2319 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1686 /custom_md_loader/classes/MetadataService.cls 2320 26 2320 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]*'
1686 /custom_md_loader/classes/MetadataService.cls 2320 26 2320 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]*'
1687 /custom_md_loader/classes/MetadataService.cls 2321 26 2321 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]*'
1687 /custom_md_loader/classes/MetadataService.cls 2321 26 2321 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]*'
1688 /custom_md_loader/classes/MetadataService.cls 2322 26 2322 186 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1688 /custom_md_loader/classes/MetadataService.cls 2322 26 2322 186 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1689 /custom_md_loader/classes/MetadataService.cls 2324 12 2337 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1689 /custom_md_loader/classes/MetadataService.cls 2324 12 2337 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1690 /custom_md_loader/classes/MetadataService.cls 2330 26 2330 190 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'enableCascadeActivateToRelatedPrices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1690 /custom_md_loader/classes/MetadataService.cls 2330 26 2330 190 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'enableCascadeActivateToRelatedPrices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1691 /custom_md_loader/classes/MetadataService.cls 2331 26 2331 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 'enableQuantitySchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1691 /custom_md_loader/classes/MetadataService.cls 2331 26 2331 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 'enableQuantitySchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1692 /custom_md_loader/classes/MetadataService.cls 2332 26 2332 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 'enableRevenueSchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1692 /custom_md_loader/classes/MetadataService.cls 2332 26 2332 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 'enableRevenueSchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1693 /custom_md_loader/classes/MetadataService.cls 2333 26 2333 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1693 /custom_md_loader/classes/MetadataService.cls 2333 26 2333 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2334 26 2334 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1694 /custom_md_loader/classes/MetadataService.cls 2334 26 2334 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1695 /custom_md_loader/classes/MetadataService.cls 2335 26 2335 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]*'
1695 /custom_md_loader/classes/MetadataService.cls 2335 26 2335 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]*'
1696 /custom_md_loader/classes/MetadataService.cls 2336 26 2336 163 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1696 /custom_md_loader/classes/MetadataService.cls 2336 26 2336 163 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1697 /custom_md_loader/classes/MetadataService.cls 2338 12 2357 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1697 /custom_md_loader/classes/MetadataService.cls 2338 12 2357 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1698 /custom_md_loader/classes/MetadataService.cls 2338 12 2357 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1698 /custom_md_loader/classes/MetadataService.cls 2338 12 2357 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1699 /custom_md_loader/classes/MetadataService.cls 2347 26 2347 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 'autoActivateNewReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1699 /custom_md_loader/classes/MetadataService.cls 2347 26 2347 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 'autoActivateNewReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1700 /custom_md_loader/classes/MetadataService.cls 2348 26 2348 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 'enableFindSimilarOpportunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1700 /custom_md_loader/classes/MetadataService.cls 2348 26 2348 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 'enableFindSimilarOpportunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1701 /custom_md_loader/classes/MetadataService.cls 2349 26 2349 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 'enableOpportunityTeam_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1701 /custom_md_loader/classes/MetadataService.cls 2349 26 2349 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 'enableOpportunityTeam_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1702 /custom_md_loader/classes/MetadataService.cls 2350 26 2350 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 'enableUpdateReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1702 /custom_md_loader/classes/MetadataService.cls 2350 26 2350 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 'enableUpdateReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1703 /custom_md_loader/classes/MetadataService.cls 2351 26 2351 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 'findSimilarOppFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1703 /custom_md_loader/classes/MetadataService.cls 2351 26 2351 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 'findSimilarOppFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1704 /custom_md_loader/classes/MetadataService.cls 2352 26 2352 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 'promptToAddProducts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1704 /custom_md_loader/classes/MetadataService.cls 2352 26 2352 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 'promptToAddProducts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1705 /custom_md_loader/classes/MetadataService.cls 2353 26 2353 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1705 /custom_md_loader/classes/MetadataService.cls 2353 26 2353 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1706 /custom_md_loader/classes/MetadataService.cls 2354 26 2354 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1706 /custom_md_loader/classes/MetadataService.cls 2354 26 2354 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1707 /custom_md_loader/classes/MetadataService.cls 2355 26 2355 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]*'
1707 /custom_md_loader/classes/MetadataService.cls 2355 26 2355 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]*'
1708 /custom_md_loader/classes/MetadataService.cls 2356 26 2356 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]*'
1708 /custom_md_loader/classes/MetadataService.cls 2356 26 2356 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]*'
1709 /custom_md_loader/classes/MetadataService.cls 2358 12 2383 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1709 /custom_md_loader/classes/MetadataService.cls 2358 12 2383 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1710 /custom_md_loader/classes/MetadataService.cls 2358 12 2383 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1710 /custom_md_loader/classes/MetadataService.cls 2358 12 2383 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1711 /custom_md_loader/classes/MetadataService.cls 2370 26 2370 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 'brandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1711 /custom_md_loader/classes/MetadataService.cls 2370 26 2370 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 'brandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1712 /custom_md_loader/classes/MetadataService.cls 2371 26 2371 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 'displayQueuePosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1712 /custom_md_loader/classes/MetadataService.cls 2371 26 2371 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 'displayQueuePosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1713 /custom_md_loader/classes/MetadataService.cls 2372 26 2372 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 'domainWhiteList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1713 /custom_md_loader/classes/MetadataService.cls 2372 26 2372 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 'domainWhiteList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1714 /custom_md_loader/classes/MetadataService.cls 2373 26 2373 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 'enablePrechatApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1714 /custom_md_loader/classes/MetadataService.cls 2373 26 2373 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 'enablePrechatApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1715 /custom_md_loader/classes/MetadataService.cls 2374 26 2374 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 'enableTranscriptSave_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1715 /custom_md_loader/classes/MetadataService.cls 2374 26 2374 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 'enableTranscriptSave_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1716 /custom_md_loader/classes/MetadataService.cls 2375 26 2375 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1716 /custom_md_loader/classes/MetadataService.cls 2375 26 2375 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1717 /custom_md_loader/classes/MetadataService.cls 2376 26 2376 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 'mobileBrandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1717 /custom_md_loader/classes/MetadataService.cls 2376 26 2376 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 'mobileBrandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1718 /custom_md_loader/classes/MetadataService.cls 2377 26 2377 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1718 /custom_md_loader/classes/MetadataService.cls 2377 26 2377 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1719 /custom_md_loader/classes/MetadataService.cls 2378 26 2378 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 'windowTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1719 /custom_md_loader/classes/MetadataService.cls 2378 26 2378 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 'windowTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1720 /custom_md_loader/classes/MetadataService.cls 2379 26 2379 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1720 /custom_md_loader/classes/MetadataService.cls 2379 26 2379 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1721 /custom_md_loader/classes/MetadataService.cls 2380 26 2380 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1721 /custom_md_loader/classes/MetadataService.cls 2380 26 2380 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1722 /custom_md_loader/classes/MetadataService.cls 2381 26 2381 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]*'
1722 /custom_md_loader/classes/MetadataService.cls 2381 26 2381 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]*'
1723 /custom_md_loader/classes/MetadataService.cls 2382 26 2382 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]*'
1723 /custom_md_loader/classes/MetadataService.cls 2382 26 2382 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]*'
1724 /custom_md_loader/classes/MetadataService.cls 2384 12 2389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1724 /custom_md_loader/classes/MetadataService.cls 2384 12 2389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1725 /custom_md_loader/classes/MetadataService.cls 2386 26 2386 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 'relatedContentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1725 /custom_md_loader/classes/MetadataService.cls 2386 26 2386 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 'relatedContentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1726 /custom_md_loader/classes/MetadataService.cls 2387 26 2387 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1726 /custom_md_loader/classes/MetadataService.cls 2387 26 2387 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1727 /custom_md_loader/classes/MetadataService.cls 2388 26 2388 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]*'
1727 /custom_md_loader/classes/MetadataService.cls 2388 26 2388 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]*'
1728 /custom_md_loader/classes/MetadataService.cls 2390 12 2395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1728 /custom_md_loader/classes/MetadataService.cls 2390 12 2395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1729 /custom_md_loader/classes/MetadataService.cls 2392 26 2392 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1729 /custom_md_loader/classes/MetadataService.cls 2392 26 2392 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1730 /custom_md_loader/classes/MetadataService.cls 2393 26 2393 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1730 /custom_md_loader/classes/MetadataService.cls 2393 26 2393 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1731 /custom_md_loader/classes/MetadataService.cls 2394 26 2394 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]*'
1731 /custom_md_loader/classes/MetadataService.cls 2394 26 2394 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]*'
1732 /custom_md_loader/classes/MetadataService.cls 2396 12 2401 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1732 /custom_md_loader/classes/MetadataService.cls 2396 12 2401 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1733 /custom_md_loader/classes/MetadataService.cls 2398 26 2398 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 'quickActionLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1733 /custom_md_loader/classes/MetadataService.cls 2398 26 2398 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 'quickActionLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1734 /custom_md_loader/classes/MetadataService.cls 2399 26 2399 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1734 /custom_md_loader/classes/MetadataService.cls 2399 26 2399 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1735 /custom_md_loader/classes/MetadataService.cls 2400 26 2400 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]*'
1735 /custom_md_loader/classes/MetadataService.cls 2400 26 2400 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]*'
1736 /custom_md_loader/classes/MetadataService.cls 2402 12 2417 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1736 /custom_md_loader/classes/MetadataService.cls 2402 12 2417 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1737 /custom_md_loader/classes/MetadataService.cls 2409 26 2409 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 'connectedApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1737 /custom_md_loader/classes/MetadataService.cls 2409 26 2409 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 'connectedApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1738 /custom_md_loader/classes/MetadataService.cls 2410 26 2410 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1738 /custom_md_loader/classes/MetadataService.cls 2410 26 2410 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1739 /custom_md_loader/classes/MetadataService.cls 2411 26 2411 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1739 /custom_md_loader/classes/MetadataService.cls 2411 26 2411 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1740 /custom_md_loader/classes/MetadataService.cls 2412 26 2412 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 'requiredPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1740 /custom_md_loader/classes/MetadataService.cls 2412 26 2412 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 'requiredPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1741 /custom_md_loader/classes/MetadataService.cls 2413 26 2413 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1741 /custom_md_loader/classes/MetadataService.cls 2413 26 2413 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1742 /custom_md_loader/classes/MetadataService.cls 2414 26 2414 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1742 /custom_md_loader/classes/MetadataService.cls 2414 26 2414 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1743 /custom_md_loader/classes/MetadataService.cls 2415 26 2415 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]*'
1743 /custom_md_loader/classes/MetadataService.cls 2415 26 2415 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]*'
1744 /custom_md_loader/classes/MetadataService.cls 2416 26 2416 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1744 /custom_md_loader/classes/MetadataService.cls 2416 26 2416 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1745 /custom_md_loader/classes/MetadataService.cls 2418 12 2433 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1745 /custom_md_loader/classes/MetadataService.cls 2418 12 2433 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1746 /custom_md_loader/classes/MetadataService.cls 2425 26 2425 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1746 /custom_md_loader/classes/MetadataService.cls 2425 26 2425 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1747 /custom_md_loader/classes/MetadataService.cls 2426 26 2426 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1747 /custom_md_loader/classes/MetadataService.cls 2426 26 2426 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1748 /custom_md_loader/classes/MetadataService.cls 2427 26 2427 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1748 /custom_md_loader/classes/MetadataService.cls 2427 26 2427 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1749 /custom_md_loader/classes/MetadataService.cls 2428 26 2428 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1749 /custom_md_loader/classes/MetadataService.cls 2428 26 2428 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1750 /custom_md_loader/classes/MetadataService.cls 2429 26 2429 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1750 /custom_md_loader/classes/MetadataService.cls 2429 26 2429 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1751 /custom_md_loader/classes/MetadataService.cls 2430 26 2430 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1751 /custom_md_loader/classes/MetadataService.cls 2430 26 2430 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1752 /custom_md_loader/classes/MetadataService.cls 2431 26 2431 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2431 26 2431 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1753 /custom_md_loader/classes/MetadataService.cls 2432 26 2432 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]*'
1753 /custom_md_loader/classes/MetadataService.cls 2432 26 2432 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]*'
1754 /custom_md_loader/classes/MetadataService.cls 2434 12 2443 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1754 /custom_md_loader/classes/MetadataService.cls 2434 12 2443 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1755 /custom_md_loader/classes/MetadataService.cls 2438 26 2438 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1755 /custom_md_loader/classes/MetadataService.cls 2438 26 2438 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1756 /custom_md_loader/classes/MetadataService.cls 2439 26 2439 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1756 /custom_md_loader/classes/MetadataService.cls 2439 26 2439 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1757 /custom_md_loader/classes/MetadataService.cls 2440 26 2440 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 'scriptType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1757 /custom_md_loader/classes/MetadataService.cls 2440 26 2440 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 'scriptType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1758 /custom_md_loader/classes/MetadataService.cls 2441 26 2441 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1758 /custom_md_loader/classes/MetadataService.cls 2441 26 2441 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1759 /custom_md_loader/classes/MetadataService.cls 2442 26 2442 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1759 /custom_md_loader/classes/MetadataService.cls 2442 26 2442 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1760 /custom_md_loader/classes/MetadataService.cls 2444 12 2453 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1760 /custom_md_loader/classes/MetadataService.cls 2444 12 2453 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1761 /custom_md_loader/classes/MetadataService.cls 2448 26 2448 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 'fiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1761 /custom_md_loader/classes/MetadataService.cls 2448 26 2448 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 'fiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1762 /custom_md_loader/classes/MetadataService.cls 2449 26 2449 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2449 26 2449 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2450 26 2450 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1763 /custom_md_loader/classes/MetadataService.cls 2450 26 2450 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1764 /custom_md_loader/classes/MetadataService.cls 2451 26 2451 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]*'
1764 /custom_md_loader/classes/MetadataService.cls 2451 26 2451 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]*'
1765 /custom_md_loader/classes/MetadataService.cls 2452 26 2452 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]*'
1765 /custom_md_loader/classes/MetadataService.cls 2452 26 2452 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]*'
1766 /custom_md_loader/classes/MetadataService.cls 2454 12 2461 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1766 /custom_md_loader/classes/MetadataService.cls 2454 12 2461 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1767 /custom_md_loader/classes/MetadataService.cls 2457 26 2457 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1767 /custom_md_loader/classes/MetadataService.cls 2457 26 2457 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1768 /custom_md_loader/classes/MetadataService.cls 2458 26 2458 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1768 /custom_md_loader/classes/MetadataService.cls 2458 26 2458 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1769 /custom_md_loader/classes/MetadataService.cls 2459 26 2459 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2459 26 2459 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1770 /custom_md_loader/classes/MetadataService.cls 2460 26 2460 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2460 26 2460 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1771 /custom_md_loader/classes/MetadataService.cls 2462 12 2473 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1771 /custom_md_loader/classes/MetadataService.cls 2462 12 2473 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1772 /custom_md_loader/classes/MetadataService.cls 2467 26 2467 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 'narrowComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1772 /custom_md_loader/classes/MetadataService.cls 2467 26 2467 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 'narrowComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1773 /custom_md_loader/classes/MetadataService.cls 2468 26 2468 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 'wideComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1773 /custom_md_loader/classes/MetadataService.cls 2468 26 2468 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 'wideComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1774 /custom_md_loader/classes/MetadataService.cls 2469 26 2469 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1774 /custom_md_loader/classes/MetadataService.cls 2469 26 2469 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2470 26 2470 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1775 /custom_md_loader/classes/MetadataService.cls 2470 26 2470 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1776 /custom_md_loader/classes/MetadataService.cls 2471 26 2471 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]*'
1776 /custom_md_loader/classes/MetadataService.cls 2471 26 2471 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]*'
1777 /custom_md_loader/classes/MetadataService.cls 2472 26 2472 111 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2472 26 2472 111 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1778 /custom_md_loader/classes/MetadataService.cls 2474 12 2487 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1778 /custom_md_loader/classes/MetadataService.cls 2474 12 2487 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1779 /custom_md_loader/classes/MetadataService.cls 2480 26 2480 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1779 /custom_md_loader/classes/MetadataService.cls 2480 26 2480 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1780 /custom_md_loader/classes/MetadataService.cls 2481 26 2481 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 'extensionPointIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1780 /custom_md_loader/classes/MetadataService.cls 2481 26 2481 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 'extensionPointIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1781 /custom_md_loader/classes/MetadataService.cls 2482 26 2482 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 'isEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1781 /custom_md_loader/classes/MetadataService.cls 2482 26 2482 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 'isEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1782 /custom_md_loader/classes/MetadataService.cls 2483 26 2483 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1782 /custom_md_loader/classes/MetadataService.cls 2483 26 2483 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1783 /custom_md_loader/classes/MetadataService.cls 2484 26 2484 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1783 /custom_md_loader/classes/MetadataService.cls 2484 26 2484 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1784 /custom_md_loader/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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1784 /custom_md_loader/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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1785 /custom_md_loader/classes/MetadataService.cls 2486 26 2486 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]*'
1785 /custom_md_loader/classes/MetadataService.cls 2486 26 2486 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]*'
1786 /custom_md_loader/classes/MetadataService.cls 2488 12 2497 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1786 /custom_md_loader/classes/MetadataService.cls 2488 12 2497 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1787 /custom_md_loader/classes/MetadataService.cls 2492 26 2492 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1787 /custom_md_loader/classes/MetadataService.cls 2492 26 2492 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1788 /custom_md_loader/classes/MetadataService.cls 2493 26 2493 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 'domainName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1788 /custom_md_loader/classes/MetadataService.cls 2493 26 2493 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 'domainName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1789 /custom_md_loader/classes/MetadataService.cls 2494 26 2494 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 'primary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1789 /custom_md_loader/classes/MetadataService.cls 2494 26 2494 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 'primary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1790 /custom_md_loader/classes/MetadataService.cls 2495 26 2495 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2495 26 2495 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2496 26 2496 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]*'
1791 /custom_md_loader/classes/MetadataService.cls 2496 26 2496 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]*'
1792 /custom_md_loader/classes/MetadataService.cls 2498 12 2505 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 /custom_md_loader/classes/MetadataService.cls 2498 12 2505 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 /custom_md_loader/classes/MetadataService.cls 2501 26 2501 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1793 /custom_md_loader/classes/MetadataService.cls 2501 26 2501 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1794 /custom_md_loader/classes/MetadataService.cls 2502 26 2502 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1794 /custom_md_loader/classes/MetadataService.cls 2502 26 2502 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1795 /custom_md_loader/classes/MetadataService.cls 2503 26 2503 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2503 26 2503 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2504 26 2504 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]*'
1796 /custom_md_loader/classes/MetadataService.cls 2504 26 2504 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]*'
1797 /custom_md_loader/classes/MetadataService.cls 2506 12 2515 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 /custom_md_loader/classes/MetadataService.cls 2506 12 2515 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 /custom_md_loader/classes/MetadataService.cls 2510 26 2510 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 'assignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1798 /custom_md_loader/classes/MetadataService.cls 2510 26 2510 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 'assignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1799 /custom_md_loader/classes/MetadataService.cls 2511 26 2511 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1799 /custom_md_loader/classes/MetadataService.cls 2511 26 2511 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1800 /custom_md_loader/classes/MetadataService.cls 2512 26 2512 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1800 /custom_md_loader/classes/MetadataService.cls 2512 26 2512 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1801 /custom_md_loader/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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1801 /custom_md_loader/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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1802 /custom_md_loader/classes/MetadataService.cls 2514 26 2514 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]*'
1802 /custom_md_loader/classes/MetadataService.cls 2514 26 2514 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]*'
1803 /custom_md_loader/classes/MetadataService.cls 2516 12 2523 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1803 /custom_md_loader/classes/MetadataService.cls 2516 12 2523 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1804 /custom_md_loader/classes/MetadataService.cls 2519 26 2519 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1804 /custom_md_loader/classes/MetadataService.cls 2519 26 2519 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1805 /custom_md_loader/classes/MetadataService.cls 2520 26 2520 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1805 /custom_md_loader/classes/MetadataService.cls 2520 26 2520 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1806 /custom_md_loader/classes/MetadataService.cls 2521 26 2521 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]*'
1806 /custom_md_loader/classes/MetadataService.cls 2521 26 2521 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]*'
1807 /custom_md_loader/classes/MetadataService.cls 2522 26 2522 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]*'
1807 /custom_md_loader/classes/MetadataService.cls 2522 26 2522 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]*'
1808 /custom_md_loader/classes/MetadataService.cls 2524 12 2537 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1808 /custom_md_loader/classes/MetadataService.cls 2524 12 2537 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1809 /custom_md_loader/classes/MetadataService.cls 2530 26 2530 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1809 /custom_md_loader/classes/MetadataService.cls 2530 26 2530 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1810 /custom_md_loader/classes/MetadataService.cls 2531 26 2531 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1810 /custom_md_loader/classes/MetadataService.cls 2531 26 2531 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1811 /custom_md_loader/classes/MetadataService.cls 2532 26 2532 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1811 /custom_md_loader/classes/MetadataService.cls 2532 26 2532 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1812 /custom_md_loader/classes/MetadataService.cls 2533 26 2533 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1812 /custom_md_loader/classes/MetadataService.cls 2533 26 2533 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1813 /custom_md_loader/classes/MetadataService.cls 2534 26 2534 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 'ruleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1813 /custom_md_loader/classes/MetadataService.cls 2534 26 2534 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 'ruleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1814 /custom_md_loader/classes/MetadataService.cls 2535 26 2535 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2535 26 2535 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1815 /custom_md_loader/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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1816 /custom_md_loader/classes/MetadataService.cls 2538 12 2545 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 /custom_md_loader/classes/MetadataService.cls 2538 12 2545 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 /custom_md_loader/classes/MetadataService.cls 2541 26 2541 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 'componentInstanceProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1817 /custom_md_loader/classes/MetadataService.cls 2541 26 2541 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 'componentInstanceProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1818 /custom_md_loader/classes/MetadataService.cls 2542 26 2542 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 'componentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1818 /custom_md_loader/classes/MetadataService.cls 2542 26 2542 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 'componentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1819 /custom_md_loader/classes/MetadataService.cls 2543 26 2543 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1819 /custom_md_loader/classes/MetadataService.cls 2543 26 2543 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1820 /custom_md_loader/classes/MetadataService.cls 2544 26 2544 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1820 /custom_md_loader/classes/MetadataService.cls 2544 26 2544 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1821 /custom_md_loader/classes/MetadataService.cls 2546 12 2555 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1821 /custom_md_loader/classes/MetadataService.cls 2546 12 2555 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1822 /custom_md_loader/classes/MetadataService.cls 2550 26 2550 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1822 /custom_md_loader/classes/MetadataService.cls 2550 26 2550 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1823 /custom_md_loader/classes/MetadataService.cls 2551 26 2551 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 'defaultResponseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1823 /custom_md_loader/classes/MetadataService.cls 2551 26 2551 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 'defaultResponseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1824 /custom_md_loader/classes/MetadataService.cls 2552 26 2552 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 'enableWebToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1824 /custom_md_loader/classes/MetadataService.cls 2552 26 2552 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 'enableWebToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1825 /custom_md_loader/classes/MetadataService.cls 2553 26 2553 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1825 /custom_md_loader/classes/MetadataService.cls 2553 26 2553 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1826 /custom_md_loader/classes/MetadataService.cls 2554 26 2554 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1826 /custom_md_loader/classes/MetadataService.cls 2554 26 2554 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1827 /custom_md_loader/classes/MetadataService.cls 2556 12 2561 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1827 /custom_md_loader/classes/MetadataService.cls 2556 12 2561 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1828 /custom_md_loader/classes/MetadataService.cls 2558 26 2558 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 'sessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1828 /custom_md_loader/classes/MetadataService.cls 2558 26 2558 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 'sessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1829 /custom_md_loader/classes/MetadataService.cls 2559 26 2559 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2559 26 2559 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2560 26 2560 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]*'
1830 /custom_md_loader/classes/MetadataService.cls 2560 26 2560 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]*'
1831 /custom_md_loader/classes/MetadataService.cls 2562 12 2573 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 /custom_md_loader/classes/MetadataService.cls 2562 12 2573 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 /custom_md_loader/classes/MetadataService.cls 2567 26 2567 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1832 /custom_md_loader/classes/MetadataService.cls 2567 26 2567 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1833 /custom_md_loader/classes/MetadataService.cls 2568 26 2568 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1833 /custom_md_loader/classes/MetadataService.cls 2568 26 2568 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1834 /custom_md_loader/classes/MetadataService.cls 2569 26 2569 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2569 26 2569 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2570 26 2570 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1835 /custom_md_loader/classes/MetadataService.cls 2570 26 2570 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1836 /custom_md_loader/classes/MetadataService.cls 2571 26 2571 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]*'
1836 /custom_md_loader/classes/MetadataService.cls 2571 26 2571 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]*'
1837 /custom_md_loader/classes/MetadataService.cls 2572 26 2572 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]*'
1837 /custom_md_loader/classes/MetadataService.cls 2572 26 2572 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]*'
1838 /custom_md_loader/classes/MetadataService.cls 2574 12 2593 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1838 /custom_md_loader/classes/MetadataService.cls 2574 12 2593 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1839 /custom_md_loader/classes/MetadataService.cls 2574 12 2593 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1839 /custom_md_loader/classes/MetadataService.cls 2574 12 2593 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1840 /custom_md_loader/classes/MetadataService.cls 2579 23 2579 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]*'
1840 /custom_md_loader/classes/MetadataService.cls 2579 23 2579 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]*'
1841 /custom_md_loader/classes/MetadataService.cls 2583 26 2583 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1841 /custom_md_loader/classes/MetadataService.cls 2583 26 2583 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1842 /custom_md_loader/classes/MetadataService.cls 2584 26 2584 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1842 /custom_md_loader/classes/MetadataService.cls 2584 26 2584 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1843 /custom_md_loader/classes/MetadataService.cls 2585 26 2585 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1843 /custom_md_loader/classes/MetadataService.cls 2585 26 2585 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1844 /custom_md_loader/classes/MetadataService.cls 2586 26 2586 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 'lookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1844 /custom_md_loader/classes/MetadataService.cls 2586 26 2586 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 'lookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1845 /custom_md_loader/classes/MetadataService.cls 2587 26 2587 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1845 /custom_md_loader/classes/MetadataService.cls 2587 26 2587 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1846 /custom_md_loader/classes/MetadataService.cls 2588 26 2588 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1846 /custom_md_loader/classes/MetadataService.cls 2588 26 2588 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1847 /custom_md_loader/classes/MetadataService.cls 2589 26 2589 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 'unit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1847 /custom_md_loader/classes/MetadataService.cls 2589 26 2589 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 'unit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1848 /custom_md_loader/classes/MetadataService.cls 2590 26 2590 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1848 /custom_md_loader/classes/MetadataService.cls 2590 26 2590 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1849 /custom_md_loader/classes/MetadataService.cls 2591 26 2591 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1849 /custom_md_loader/classes/MetadataService.cls 2591 26 2591 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1850 /custom_md_loader/classes/MetadataService.cls 2592 26 2592 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1850 /custom_md_loader/classes/MetadataService.cls 2592 26 2592 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1851 /custom_md_loader/classes/MetadataService.cls 2594 12 2609 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1851 /custom_md_loader/classes/MetadataService.cls 2594 12 2609 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1852 /custom_md_loader/classes/MetadataService.cls 2601 26 2601 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1852 /custom_md_loader/classes/MetadataService.cls 2601 26 2601 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1853 /custom_md_loader/classes/MetadataService.cls 2602 26 2602 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 'sizeX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1853 /custom_md_loader/classes/MetadataService.cls 2602 26 2602 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 'sizeX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1854 /custom_md_loader/classes/MetadataService.cls 2603 26 2603 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 'sizeY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1854 /custom_md_loader/classes/MetadataService.cls 2603 26 2603 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 'sizeY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1855 /custom_md_loader/classes/MetadataService.cls 2604 26 2604 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 'sizeZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1855 /custom_md_loader/classes/MetadataService.cls 2604 26 2604 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 'sizeZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1856 /custom_md_loader/classes/MetadataService.cls 2605 26 2605 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 'summaryLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1856 /custom_md_loader/classes/MetadataService.cls 2605 26 2605 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 'summaryLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1857 /custom_md_loader/classes/MetadataService.cls 2606 26 2606 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 'summaryLayoutStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1857 /custom_md_loader/classes/MetadataService.cls 2606 26 2606 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 'summaryLayoutStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1858 /custom_md_loader/classes/MetadataService.cls 2607 26 2607 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1858 /custom_md_loader/classes/MetadataService.cls 2607 26 2607 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1859 /custom_md_loader/classes/MetadataService.cls 2608 26 2608 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]*'
1859 /custom_md_loader/classes/MetadataService.cls 2608 26 2608 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]*'
1860 /custom_md_loader/classes/MetadataService.cls 2610 12 2619 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1860 /custom_md_loader/classes/MetadataService.cls 2610 12 2619 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1861 /custom_md_loader/classes/MetadataService.cls 2614 26 2614 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 'leftValueReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1861 /custom_md_loader/classes/MetadataService.cls 2614 26 2614 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 'leftValueReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1862 /custom_md_loader/classes/MetadataService.cls 2615 26 2615 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1862 /custom_md_loader/classes/MetadataService.cls 2615 26 2615 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1863 /custom_md_loader/classes/MetadataService.cls 2616 26 2616 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1863 /custom_md_loader/classes/MetadataService.cls 2616 26 2616 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1864 /custom_md_loader/classes/MetadataService.cls 2617 26 2617 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1864 /custom_md_loader/classes/MetadataService.cls 2617 26 2617 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1865 /custom_md_loader/classes/MetadataService.cls 2618 26 2618 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]*'
1865 /custom_md_loader/classes/MetadataService.cls 2618 26 2618 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]*'
1866 /custom_md_loader/classes/MetadataService.cls 2620 12 2643 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1866 /custom_md_loader/classes/MetadataService.cls 2620 12 2643 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1867 /custom_md_loader/classes/MetadataService.cls 2620 12 2643 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1867 /custom_md_loader/classes/MetadataService.cls 2620 12 2643 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1868 /custom_md_loader/classes/MetadataService.cls 2631 26 2631 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 'allowMissingFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1868 /custom_md_loader/classes/MetadataService.cls 2631 26 2631 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 'allowMissingFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1869 /custom_md_loader/classes/MetadataService.cls 2632 26 2632 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 'autoUpdatePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1869 /custom_md_loader/classes/MetadataService.cls 2632 26 2632 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 'autoUpdatePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1870 /custom_md_loader/classes/MetadataService.cls 2633 26 2633 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1870 /custom_md_loader/classes/MetadataService.cls 2633 26 2633 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1871 /custom_md_loader/classes/MetadataService.cls 2634 26 2634 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 'ignoreWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1871 /custom_md_loader/classes/MetadataService.cls 2634 26 2634 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 'ignoreWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1872 /custom_md_loader/classes/MetadataService.cls 2635 26 2635 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 'performRetrieve_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1872 /custom_md_loader/classes/MetadataService.cls 2635 26 2635 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 'performRetrieve_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1873 /custom_md_loader/classes/MetadataService.cls 2636 26 2636 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 'purgeOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1873 /custom_md_loader/classes/MetadataService.cls 2636 26 2636 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 'purgeOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1874 /custom_md_loader/classes/MetadataService.cls 2637 26 2637 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1874 /custom_md_loader/classes/MetadataService.cls 2637 26 2637 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1875 /custom_md_loader/classes/MetadataService.cls 2638 26 2638 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 'runAllTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1875 /custom_md_loader/classes/MetadataService.cls 2638 26 2638 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 'runAllTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1876 /custom_md_loader/classes/MetadataService.cls 2639 26 2639 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 'runTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1876 /custom_md_loader/classes/MetadataService.cls 2639 26 2639 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 'runTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1877 /custom_md_loader/classes/MetadataService.cls 2640 26 2640 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1877 /custom_md_loader/classes/MetadataService.cls 2640 26 2640 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1878 /custom_md_loader/classes/MetadataService.cls 2641 26 2641 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1878 /custom_md_loader/classes/MetadataService.cls 2641 26 2641 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1879 /custom_md_loader/classes/MetadataService.cls 2642 26 2642 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]*'
1879 /custom_md_loader/classes/MetadataService.cls 2642 26 2642 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]*'
1880 /custom_md_loader/classes/MetadataService.cls 2644 12 2653 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1880 /custom_md_loader/classes/MetadataService.cls 2644 12 2653 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1881 /custom_md_loader/classes/MetadataService.cls 2646 24 2646 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]*'
1881 /custom_md_loader/classes/MetadataService.cls 2646 24 2646 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]*'
1882 /custom_md_loader/classes/MetadataService.cls 2648 26 2648 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1882 /custom_md_loader/classes/MetadataService.cls 2648 26 2648 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1883 /custom_md_loader/classes/MetadataService.cls 2649 26 2649 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1883 /custom_md_loader/classes/MetadataService.cls 2649 26 2649 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1884 /custom_md_loader/classes/MetadataService.cls 2650 26 2650 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1884 /custom_md_loader/classes/MetadataService.cls 2650 26 2650 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1885 /custom_md_loader/classes/MetadataService.cls 2651 26 2651 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1885 /custom_md_loader/classes/MetadataService.cls 2651 26 2651 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1886 /custom_md_loader/classes/MetadataService.cls 2652 26 2652 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1886 /custom_md_loader/classes/MetadataService.cls 2652 26 2652 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1887 /custom_md_loader/classes/MetadataService.cls 2654 12 2689 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1887 /custom_md_loader/classes/MetadataService.cls 2654 12 2689 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1888 /custom_md_loader/classes/MetadataService.cls 2654 12 2689 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1888 /custom_md_loader/classes/MetadataService.cls 2654 12 2689 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1889 /custom_md_loader/classes/MetadataService.cls 2671 26 2671 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 'activityDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1889 /custom_md_loader/classes/MetadataService.cls 2671 26 2671 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 'activityDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1890 /custom_md_loader/classes/MetadataService.cls 2672 26 2672 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1890 /custom_md_loader/classes/MetadataService.cls 2672 26 2672 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1891 /custom_md_loader/classes/MetadataService.cls 2673 26 2673 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1891 /custom_md_loader/classes/MetadataService.cls 2673 26 2673 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1892 /custom_md_loader/classes/MetadataService.cls 2674 26 2674 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 'endTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1892 /custom_md_loader/classes/MetadataService.cls 2674 26 2674 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 'endTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1893 /custom_md_loader/classes/MetadataService.cls 2675 26 2675 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 'isRecurring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1893 /custom_md_loader/classes/MetadataService.cls 2675 26 2675 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 'isRecurring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1894 /custom_md_loader/classes/MetadataService.cls 2676 26 2676 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1894 /custom_md_loader/classes/MetadataService.cls 2676 26 2676 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1895 /custom_md_loader/classes/MetadataService.cls 2677 26 2677 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 'recurrenceDayOfMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1895 /custom_md_loader/classes/MetadataService.cls 2677 26 2677 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 'recurrenceDayOfMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1896 /custom_md_loader/classes/MetadataService.cls 2678 26 2678 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 'recurrenceDayOfWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1896 /custom_md_loader/classes/MetadataService.cls 2678 26 2678 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 'recurrenceDayOfWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1897 /custom_md_loader/classes/MetadataService.cls 2679 26 2679 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 'recurrenceDayOfWeekMask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1897 /custom_md_loader/classes/MetadataService.cls 2679 26 2679 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 'recurrenceDayOfWeekMask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1898 /custom_md_loader/classes/MetadataService.cls 2680 26 2680 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 'recurrenceEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1898 /custom_md_loader/classes/MetadataService.cls 2680 26 2680 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 'recurrenceEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1899 /custom_md_loader/classes/MetadataService.cls 2681 26 2681 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 'recurrenceInstance_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1899 /custom_md_loader/classes/MetadataService.cls 2681 26 2681 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 'recurrenceInstance_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1900 /custom_md_loader/classes/MetadataService.cls 2682 26 2682 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 'recurrenceInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1900 /custom_md_loader/classes/MetadataService.cls 2682 26 2682 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 'recurrenceInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1901 /custom_md_loader/classes/MetadataService.cls 2683 26 2683 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 'recurrenceMonthOfYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1901 /custom_md_loader/classes/MetadataService.cls 2683 26 2683 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 'recurrenceMonthOfYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1902 /custom_md_loader/classes/MetadataService.cls 2684 26 2684 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 'recurrenceStartDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1902 /custom_md_loader/classes/MetadataService.cls 2684 26 2684 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 'recurrenceStartDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1903 /custom_md_loader/classes/MetadataService.cls 2685 26 2685 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 'recurrenceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1903 /custom_md_loader/classes/MetadataService.cls 2685 26 2685 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 'recurrenceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1904 /custom_md_loader/classes/MetadataService.cls 2686 26 2686 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 'startTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1904 /custom_md_loader/classes/MetadataService.cls 2686 26 2686 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 'startTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1905 /custom_md_loader/classes/MetadataService.cls 2687 26 2687 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2687 26 2687 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2688 26 2688 347 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1906 /custom_md_loader/classes/MetadataService.cls 2688 26 2688 347 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1907 /custom_md_loader/classes/MetadataService.cls 2690 12 2705 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 /custom_md_loader/classes/MetadataService.cls 2690 12 2705 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 /custom_md_loader/classes/MetadataService.cls 2697 26 2697 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 'booleanValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1908 /custom_md_loader/classes/MetadataService.cls 2697 26 2697 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 'booleanValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1909 /custom_md_loader/classes/MetadataService.cls 2698 26 2698 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 'dateTimeValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1909 /custom_md_loader/classes/MetadataService.cls 2698 26 2698 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 'dateTimeValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1910 /custom_md_loader/classes/MetadataService.cls 2699 26 2699 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 'dateValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1910 /custom_md_loader/classes/MetadataService.cls 2699 26 2699 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 'dateValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1911 /custom_md_loader/classes/MetadataService.cls 2700 26 2700 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 'elementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1911 /custom_md_loader/classes/MetadataService.cls 2700 26 2700 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 'elementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1912 /custom_md_loader/classes/MetadataService.cls 2701 26 2701 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 'numberValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1912 /custom_md_loader/classes/MetadataService.cls 2701 26 2701 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 'numberValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1913 /custom_md_loader/classes/MetadataService.cls 2702 26 2702 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 'stringValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1913 /custom_md_loader/classes/MetadataService.cls 2702 26 2702 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 'stringValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1914 /custom_md_loader/classes/MetadataService.cls 2703 26 2703 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1914 /custom_md_loader/classes/MetadataService.cls 2703 26 2703 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1915 /custom_md_loader/classes/MetadataService.cls 2704 26 2704 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]*'
1915 /custom_md_loader/classes/MetadataService.cls 2704 26 2704 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]*'
1916 /custom_md_loader/classes/MetadataService.cls 2706 12 2725 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1916 /custom_md_loader/classes/MetadataService.cls 2706 12 2725 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1917 /custom_md_loader/classes/MetadataService.cls 2706 12 2725 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1917 /custom_md_loader/classes/MetadataService.cls 2706 12 2725 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1918 /custom_md_loader/classes/MetadataService.cls 2714 23 2714 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]*'
1918 /custom_md_loader/classes/MetadataService.cls 2714 23 2714 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]*'
1919 /custom_md_loader/classes/MetadataService.cls 2715 26 2715 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1919 /custom_md_loader/classes/MetadataService.cls 2715 26 2715 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1920 /custom_md_loader/classes/MetadataService.cls 2716 26 2716 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 'casesPerEntitlement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1920 /custom_md_loader/classes/MetadataService.cls 2716 26 2716 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 'casesPerEntitlement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1921 /custom_md_loader/classes/MetadataService.cls 2717 26 2717 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 'entitlementProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1921 /custom_md_loader/classes/MetadataService.cls 2717 26 2717 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 'entitlementProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1922 /custom_md_loader/classes/MetadataService.cls 2718 26 2718 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 'isPerIncident_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1922 /custom_md_loader/classes/MetadataService.cls 2718 26 2718 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 'isPerIncident_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1923 /custom_md_loader/classes/MetadataService.cls 2719 26 2719 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 'term_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1923 /custom_md_loader/classes/MetadataService.cls 2719 26 2719 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 'term_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1924 /custom_md_loader/classes/MetadataService.cls 2720 26 2720 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1924 /custom_md_loader/classes/MetadataService.cls 2720 26 2720 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1925 /custom_md_loader/classes/MetadataService.cls 2721 26 2721 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1925 /custom_md_loader/classes/MetadataService.cls 2721 26 2721 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1926 /custom_md_loader/classes/MetadataService.cls 2722 26 2722 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1926 /custom_md_loader/classes/MetadataService.cls 2722 26 2722 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1927 /custom_md_loader/classes/MetadataService.cls 2723 26 2723 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]*'
1927 /custom_md_loader/classes/MetadataService.cls 2723 26 2723 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]*'
1928 /custom_md_loader/classes/MetadataService.cls 2724 26 2724 166 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1928 /custom_md_loader/classes/MetadataService.cls 2724 26 2724 166 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1929 /custom_md_loader/classes/MetadataService.cls 2726 12 2733 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 /custom_md_loader/classes/MetadataService.cls 2726 12 2733 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 /custom_md_loader/classes/MetadataService.cls 2729 26 2729 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1930 /custom_md_loader/classes/MetadataService.cls 2729 26 2729 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1931 /custom_md_loader/classes/MetadataService.cls 2730 26 2730 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1931 /custom_md_loader/classes/MetadataService.cls 2730 26 2730 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1932 /custom_md_loader/classes/MetadataService.cls 2731 26 2731 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1932 /custom_md_loader/classes/MetadataService.cls 2731 26 2731 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2732 26 2732 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]*'
1933 /custom_md_loader/classes/MetadataService.cls 2732 26 2732 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]*'
1934 /custom_md_loader/classes/MetadataService.cls 2734 12 2747 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1934 /custom_md_loader/classes/MetadataService.cls 2734 12 2747 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1935 /custom_md_loader/classes/MetadataService.cls 2739 23 2739 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]*'
1935 /custom_md_loader/classes/MetadataService.cls 2739 23 2739 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]*'
1936 /custom_md_loader/classes/MetadataService.cls 2740 26 2740 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1936 /custom_md_loader/classes/MetadataService.cls 2740 26 2740 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1937 /custom_md_loader/classes/MetadataService.cls 2741 26 2741 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 'comment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1937 /custom_md_loader/classes/MetadataService.cls 2741 26 2741 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 'comment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1938 /custom_md_loader/classes/MetadataService.cls 2742 26 2742 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1938 /custom_md_loader/classes/MetadataService.cls 2742 26 2742 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1939 /custom_md_loader/classes/MetadataService.cls 2743 26 2743 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 'skipRecordTypeSelect_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1939 /custom_md_loader/classes/MetadataService.cls 2743 26 2743 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 'skipRecordTypeSelect_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1940 /custom_md_loader/classes/MetadataService.cls 2744 26 2744 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1940 /custom_md_loader/classes/MetadataService.cls 2744 26 2744 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1941 /custom_md_loader/classes/MetadataService.cls 2745 26 2745 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1941 /custom_md_loader/classes/MetadataService.cls 2745 26 2745 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1942 /custom_md_loader/classes/MetadataService.cls 2746 26 2746 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]*'
1942 /custom_md_loader/classes/MetadataService.cls 2746 26 2746 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]*'
1943 /custom_md_loader/classes/MetadataService.cls 2748 12 2757 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1943 /custom_md_loader/classes/MetadataService.cls 2748 12 2757 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1944 /custom_md_loader/classes/MetadataService.cls 2752 26 2752 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1944 /custom_md_loader/classes/MetadataService.cls 2752 26 2752 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1945 /custom_md_loader/classes/MetadataService.cls 2753 26 2753 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1945 /custom_md_loader/classes/MetadataService.cls 2753 26 2753 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1946 /custom_md_loader/classes/MetadataService.cls 2754 26 2754 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1946 /custom_md_loader/classes/MetadataService.cls 2754 26 2754 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1947 /custom_md_loader/classes/MetadataService.cls 2755 26 2755 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1947 /custom_md_loader/classes/MetadataService.cls 2755 26 2755 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1948 /custom_md_loader/classes/MetadataService.cls 2756 26 2756 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1948 /custom_md_loader/classes/MetadataService.cls 2756 26 2756 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1949 /custom_md_loader/classes/MetadataService.cls 2758 12 2763 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1949 /custom_md_loader/classes/MetadataService.cls 2758 12 2763 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1950 /custom_md_loader/classes/MetadataService.cls 2758 12 2763 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1950 /custom_md_loader/classes/MetadataService.cls 2758 12 2763 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1951 /custom_md_loader/classes/MetadataService.cls 2760 26 2760 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1951 /custom_md_loader/classes/MetadataService.cls 2760 26 2760 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1952 /custom_md_loader/classes/MetadataService.cls 2761 26 2761 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2761 26 2761 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1953 /custom_md_loader/classes/MetadataService.cls 2762 26 2762 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]*'
1953 /custom_md_loader/classes/MetadataService.cls 2762 26 2762 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]*'
1954 /custom_md_loader/classes/MetadataService.cls 2764 20 2767 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1954 /custom_md_loader/classes/MetadataService.cls 2764 20 2767 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1955 /custom_md_loader/classes/MetadataService.cls 2765 26 2765 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1955 /custom_md_loader/classes/MetadataService.cls 2765 26 2765 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1956 /custom_md_loader/classes/MetadataService.cls 2766 26 2766 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]*'
1956 /custom_md_loader/classes/MetadataService.cls 2766 26 2766 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]*'
1957 /custom_md_loader/classes/MetadataService.cls 2768 12 2773 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1957 /custom_md_loader/classes/MetadataService.cls 2768 12 2773 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1958 /custom_md_loader/classes/MetadataService.cls 2770 26 2770 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 'mapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1958 /custom_md_loader/classes/MetadataService.cls 2770 26 2770 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 'mapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1959 /custom_md_loader/classes/MetadataService.cls 2771 26 2771 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1959 /custom_md_loader/classes/MetadataService.cls 2771 26 2771 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1960 /custom_md_loader/classes/MetadataService.cls 2772 26 2772 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]*'
1960 /custom_md_loader/classes/MetadataService.cls 2772 26 2772 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]*'
1961 /custom_md_loader/classes/MetadataService.cls 2774 12 2793 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1961 /custom_md_loader/classes/MetadataService.cls 2774 12 2793 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1962 /custom_md_loader/classes/MetadataService.cls 2774 12 2793 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1962 /custom_md_loader/classes/MetadataService.cls 2774 12 2793 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1963 /custom_md_loader/classes/MetadataService.cls 2783 26 2783 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 'autoCalculateEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1963 /custom_md_loader/classes/MetadataService.cls 2783 26 2783 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 'autoCalculateEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1964 /custom_md_loader/classes/MetadataService.cls 2784 26 2784 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 'autoExpirationDelay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1964 /custom_md_loader/classes/MetadataService.cls 2784 26 2784 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 'autoExpirationDelay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1965 /custom_md_loader/classes/MetadataService.cls 2785 26 2785 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 'autoExpirationRecipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1965 /custom_md_loader/classes/MetadataService.cls 2785 26 2785 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 'autoExpirationRecipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1966 /custom_md_loader/classes/MetadataService.cls 2786 26 2786 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 'autoExpireContracts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1966 /custom_md_loader/classes/MetadataService.cls 2786 26 2786 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 'autoExpireContracts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1967 /custom_md_loader/classes/MetadataService.cls 2787 26 2787 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 'enableContractHistoryTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1967 /custom_md_loader/classes/MetadataService.cls 2787 26 2787 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 'enableContractHistoryTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1968 /custom_md_loader/classes/MetadataService.cls 2788 26 2788 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 'notifyOwnersOnContractExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1968 /custom_md_loader/classes/MetadataService.cls 2788 26 2788 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 'notifyOwnersOnContractExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1969 /custom_md_loader/classes/MetadataService.cls 2789 26 2789 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1969 /custom_md_loader/classes/MetadataService.cls 2789 26 2789 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1970 /custom_md_loader/classes/MetadataService.cls 2790 26 2790 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1970 /custom_md_loader/classes/MetadataService.cls 2790 26 2790 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1971 /custom_md_loader/classes/MetadataService.cls 2791 26 2791 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]*'
1971 /custom_md_loader/classes/MetadataService.cls 2791 26 2791 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]*'
1972 /custom_md_loader/classes/MetadataService.cls 2792 26 2792 235 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1972 /custom_md_loader/classes/MetadataService.cls 2792 26 2792 235 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1973 /custom_md_loader/classes/MetadataService.cls 2794 12 2801 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 /custom_md_loader/classes/MetadataService.cls 2794 12 2801 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 /custom_md_loader/classes/MetadataService.cls 2797 26 2797 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1974 /custom_md_loader/classes/MetadataService.cls 2797 26 2797 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1975 /custom_md_loader/classes/MetadataService.cls 2798 26 2798 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1975 /custom_md_loader/classes/MetadataService.cls 2798 26 2798 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1976 /custom_md_loader/classes/MetadataService.cls 2799 26 2799 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2799 26 2799 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2800 26 2800 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 /custom_md_loader/classes/MetadataService.cls 2800 26 2800 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 /custom_md_loader/classes/MetadataService.cls 2802 12 2807 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 /custom_md_loader/classes/MetadataService.cls 2802 12 2807 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 /custom_md_loader/classes/MetadataService.cls 2804 26 2804 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1979 /custom_md_loader/classes/MetadataService.cls 2804 26 2804 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1980 /custom_md_loader/classes/MetadataService.cls 2805 26 2805 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1980 /custom_md_loader/classes/MetadataService.cls 2805 26 2805 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2806 26 2806 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]*'
1981 /custom_md_loader/classes/MetadataService.cls 2806 26 2806 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]*'
1982 /custom_md_loader/classes/MetadataService.cls 2808 12 2817 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1982 /custom_md_loader/classes/MetadataService.cls 2808 12 2817 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1983 /custom_md_loader/classes/MetadataService.cls 2812 26 2812 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1983 /custom_md_loader/classes/MetadataService.cls 2812 26 2812 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1984 /custom_md_loader/classes/MetadataService.cls 2813 26 2813 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 'layoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1984 /custom_md_loader/classes/MetadataService.cls 2813 26 2813 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 'layoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1985 /custom_md_loader/classes/MetadataService.cls 2814 26 2814 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1985 /custom_md_loader/classes/MetadataService.cls 2814 26 2814 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1986 /custom_md_loader/classes/MetadataService.cls 2815 26 2815 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1986 /custom_md_loader/classes/MetadataService.cls 2815 26 2815 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1987 /custom_md_loader/classes/MetadataService.cls 2816 26 2816 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]*'
1987 /custom_md_loader/classes/MetadataService.cls 2816 26 2816 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]*'
1988 /custom_md_loader/classes/MetadataService.cls 2818 12 2833 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1988 /custom_md_loader/classes/MetadataService.cls 2818 12 2833 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1989 /custom_md_loader/classes/MetadataService.cls 2825 26 2825 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1989 /custom_md_loader/classes/MetadataService.cls 2825 26 2825 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1990 /custom_md_loader/classes/MetadataService.cls 2826 26 2826 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1990 /custom_md_loader/classes/MetadataService.cls 2826 26 2826 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1991 /custom_md_loader/classes/MetadataService.cls 2827 26 2827 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1991 /custom_md_loader/classes/MetadataService.cls 2827 26 2827 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1992 /custom_md_loader/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]*'
1992 /custom_md_loader/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]*'
1993 /custom_md_loader/classes/MetadataService.cls 2829 26 2829 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1993 /custom_md_loader/classes/MetadataService.cls 2829 26 2829 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1994 /custom_md_loader/classes/MetadataService.cls 2830 26 2830 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]*'
1994 /custom_md_loader/classes/MetadataService.cls 2830 26 2830 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]*'
1995 /custom_md_loader/classes/MetadataService.cls 2831 26 2831 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]*'
1995 /custom_md_loader/classes/MetadataService.cls 2831 26 2831 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]*'
1996 /custom_md_loader/classes/MetadataService.cls 2832 26 2832 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]*'
1996 /custom_md_loader/classes/MetadataService.cls 2832 26 2832 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]*'
1997 /custom_md_loader/classes/MetadataService.cls 2834 12 2841 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1997 /custom_md_loader/classes/MetadataService.cls 2834 12 2841 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1998 /custom_md_loader/classes/MetadataService.cls 2837 26 2837 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1998 /custom_md_loader/classes/MetadataService.cls 2837 26 2837 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1999 /custom_md_loader/classes/MetadataService.cls 2838 26 2838 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1999 /custom_md_loader/classes/MetadataService.cls 2838 26 2838 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2000 /custom_md_loader/classes/MetadataService.cls 2839 26 2839 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2000 /custom_md_loader/classes/MetadataService.cls 2839 26 2839 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2840 26 2840 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]*'
2001 /custom_md_loader/classes/MetadataService.cls 2840 26 2840 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]*'
2002 /custom_md_loader/classes/MetadataService.cls 2842 12 2849 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2002 /custom_md_loader/classes/MetadataService.cls 2842 12 2849 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2003 /custom_md_loader/classes/MetadataService.cls 2845 26 2845 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 'approver_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2003 /custom_md_loader/classes/MetadataService.cls 2845 26 2845 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 'approver_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2004 /custom_md_loader/classes/MetadataService.cls 2846 26 2846 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 'whenMultipleApprovers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2004 /custom_md_loader/classes/MetadataService.cls 2846 26 2846 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 'whenMultipleApprovers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2005 /custom_md_loader/classes/MetadataService.cls 2847 26 2847 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2005 /custom_md_loader/classes/MetadataService.cls 2847 26 2847 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2006 /custom_md_loader/classes/MetadataService.cls 2848 26 2848 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]*'
2006 /custom_md_loader/classes/MetadataService.cls 2848 26 2848 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]*'
2007 /custom_md_loader/classes/MetadataService.cls 2850 12 2871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2007 /custom_md_loader/classes/MetadataService.cls 2850 12 2871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2008 /custom_md_loader/classes/MetadataService.cls 2850 12 2871 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2008 /custom_md_loader/classes/MetadataService.cls 2850 12 2871 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2009 /custom_md_loader/classes/MetadataService.cls 2860 26 2860 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 'adapterUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2009 /custom_md_loader/classes/MetadataService.cls 2860 26 2860 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 'adapterUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2010 /custom_md_loader/classes/MetadataService.cls 2861 26 2861 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 'customSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2010 /custom_md_loader/classes/MetadataService.cls 2861 26 2861 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 'customSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2011 /custom_md_loader/classes/MetadataService.cls 2862 26 2862 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 'displayName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2011 /custom_md_loader/classes/MetadataService.cls 2862 26 2862 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 'displayName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2012 /custom_md_loader/classes/MetadataService.cls 2863 26 2863 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 'displayNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2012 /custom_md_loader/classes/MetadataService.cls 2863 26 2863 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 'displayNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2013 /custom_md_loader/classes/MetadataService.cls 2864 26 2864 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 'internalNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2013 /custom_md_loader/classes/MetadataService.cls 2864 26 2864 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 'internalNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2014 /custom_md_loader/classes/MetadataService.cls 2865 26 2865 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2014 /custom_md_loader/classes/MetadataService.cls 2865 26 2865 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2015 /custom_md_loader/classes/MetadataService.cls 2866 26 2866 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2015 /custom_md_loader/classes/MetadataService.cls 2866 26 2866 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2016 /custom_md_loader/classes/MetadataService.cls 2867 26 2867 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2016 /custom_md_loader/classes/MetadataService.cls 2867 26 2867 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2017 /custom_md_loader/classes/MetadataService.cls 2868 26 2868 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2017 /custom_md_loader/classes/MetadataService.cls 2868 26 2868 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2018 /custom_md_loader/classes/MetadataService.cls 2869 26 2869 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]*'
2018 /custom_md_loader/classes/MetadataService.cls 2869 26 2869 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]*'
2019 /custom_md_loader/classes/MetadataService.cls 2870 26 2870 179 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2019 /custom_md_loader/classes/MetadataService.cls 2870 26 2870 179 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2020 /custom_md_loader/classes/MetadataService.cls 2872 12 2879 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2020 /custom_md_loader/classes/MetadataService.cls 2872 12 2879 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2021 /custom_md_loader/classes/MetadataService.cls 2875 26 2875 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 'componentInstances_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2021 /custom_md_loader/classes/MetadataService.cls 2875 26 2875 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 'componentInstances_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2022 /custom_md_loader/classes/MetadataService.cls 2876 26 2876 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2022 /custom_md_loader/classes/MetadataService.cls 2876 26 2876 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2023 /custom_md_loader/classes/MetadataService.cls 2877 26 2877 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2023 /custom_md_loader/classes/MetadataService.cls 2877 26 2877 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2024 /custom_md_loader/classes/MetadataService.cls 2878 26 2878 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2024 /custom_md_loader/classes/MetadataService.cls 2878 26 2878 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2025 /custom_md_loader/classes/MetadataService.cls 2880 12 2915 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2025 /custom_md_loader/classes/MetadataService.cls 2880 12 2915 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2026 /custom_md_loader/classes/MetadataService.cls 2880 12 2915 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2026 /custom_md_loader/classes/MetadataService.cls 2880 12 2915 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2027 /custom_md_loader/classes/MetadataService.cls 2889 24 2889 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]*'
2027 /custom_md_loader/classes/MetadataService.cls 2889 24 2889 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]*'
2028 /custom_md_loader/classes/MetadataService.cls 2897 26 2897 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2028 /custom_md_loader/classes/MetadataService.cls 2897 26 2897 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2029 /custom_md_loader/classes/MetadataService.cls 2898 26 2898 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2029 /custom_md_loader/classes/MetadataService.cls 2898 26 2898 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2030 /custom_md_loader/classes/MetadataService.cls 2899 26 2899 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2030 /custom_md_loader/classes/MetadataService.cls 2899 26 2899 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2031 /custom_md_loader/classes/MetadataService.cls 2900 26 2900 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 'controllingFieldValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2031 /custom_md_loader/classes/MetadataService.cls 2900 26 2900 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 'controllingFieldValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2032 /custom_md_loader/classes/MetadataService.cls 2901 26 2901 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 'converted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2032 /custom_md_loader/classes/MetadataService.cls 2901 26 2901 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 'converted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2033 /custom_md_loader/classes/MetadataService.cls 2902 26 2902 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2033 /custom_md_loader/classes/MetadataService.cls 2902 26 2902 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2034 /custom_md_loader/classes/MetadataService.cls 2903 26 2903 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2034 /custom_md_loader/classes/MetadataService.cls 2903 26 2903 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2035 /custom_md_loader/classes/MetadataService.cls 2904 26 2904 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2035 /custom_md_loader/classes/MetadataService.cls 2904 26 2904 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2036 /custom_md_loader/classes/MetadataService.cls 2905 26 2905 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2036 /custom_md_loader/classes/MetadataService.cls 2905 26 2905 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2037 /custom_md_loader/classes/MetadataService.cls 2906 26 2906 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2037 /custom_md_loader/classes/MetadataService.cls 2906 26 2906 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2038 /custom_md_loader/classes/MetadataService.cls 2907 26 2907 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 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2038 /custom_md_loader/classes/MetadataService.cls 2907 26 2907 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 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2039 /custom_md_loader/classes/MetadataService.cls 2908 26 2908 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2039 /custom_md_loader/classes/MetadataService.cls 2908 26 2908 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2040 /custom_md_loader/classes/MetadataService.cls 2909 26 2909 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 'reviewed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2040 /custom_md_loader/classes/MetadataService.cls 2909 26 2909 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 'reviewed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2041 /custom_md_loader/classes/MetadataService.cls 2910 26 2910 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2041 /custom_md_loader/classes/MetadataService.cls 2910 26 2910 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2042 /custom_md_loader/classes/MetadataService.cls 2911 26 2911 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2911 26 2911 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2043 /custom_md_loader/classes/MetadataService.cls 2912 26 2912 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2043 /custom_md_loader/classes/MetadataService.cls 2912 26 2912 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2044 /custom_md_loader/classes/MetadataService.cls 2913 26 2913 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]*'
2044 /custom_md_loader/classes/MetadataService.cls 2913 26 2913 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]*'
2045 /custom_md_loader/classes/MetadataService.cls 2914 26 2914 260 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2045 /custom_md_loader/classes/MetadataService.cls 2914 26 2914 260 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2046 /custom_md_loader/classes/MetadataService.cls 2916 12 2931 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2046 /custom_md_loader/classes/MetadataService.cls 2916 12 2931 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2047 /custom_md_loader/classes/MetadataService.cls 2923 26 2923 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2047 /custom_md_loader/classes/MetadataService.cls 2923 26 2923 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2048 /custom_md_loader/classes/MetadataService.cls 2924 26 2924 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 'disableProtocolSecurity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2048 /custom_md_loader/classes/MetadataService.cls 2924 26 2924 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 'disableProtocolSecurity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2049 /custom_md_loader/classes/MetadataService.cls 2925 26 2925 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2049 /custom_md_loader/classes/MetadataService.cls 2925 26 2925 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2050 /custom_md_loader/classes/MetadataService.cls 2926 26 2926 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2050 /custom_md_loader/classes/MetadataService.cls 2926 26 2926 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2051 /custom_md_loader/classes/MetadataService.cls 2927 26 2927 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2927 26 2927 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2928 26 2928 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2052 /custom_md_loader/classes/MetadataService.cls 2928 26 2928 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2053 /custom_md_loader/classes/MetadataService.cls 2929 26 2929 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]*'
2053 /custom_md_loader/classes/MetadataService.cls 2929 26 2929 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]*'
2054 /custom_md_loader/classes/MetadataService.cls 2930 26 2930 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]*'
2054 /custom_md_loader/classes/MetadataService.cls 2930 26 2930 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]*'
2055 /custom_md_loader/classes/MetadataService.cls 2932 12 2937 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2055 /custom_md_loader/classes/MetadataService.cls 2932 12 2937 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2056 /custom_md_loader/classes/MetadataService.cls 2932 12 2937 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_]*'
2056 /custom_md_loader/classes/MetadataService.cls 2932 12 2937 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_]*'
2057 /custom_md_loader/classes/MetadataService.cls 2934 26 2934 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2057 /custom_md_loader/classes/MetadataService.cls 2934 26 2934 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2058 /custom_md_loader/classes/MetadataService.cls 2935 26 2935 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2058 /custom_md_loader/classes/MetadataService.cls 2935 26 2935 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2059 /custom_md_loader/classes/MetadataService.cls 2936 26 2936 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]*'
2059 /custom_md_loader/classes/MetadataService.cls 2936 26 2936 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]*'
2060 /custom_md_loader/classes/MetadataService.cls 2938 12 2945 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2060 /custom_md_loader/classes/MetadataService.cls 2938 12 2945 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2061 /custom_md_loader/classes/MetadataService.cls 2938 12 2945 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_]*'
2061 /custom_md_loader/classes/MetadataService.cls 2938 12 2945 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_]*'
2062 /custom_md_loader/classes/MetadataService.cls 2939 23 2939 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]*'
2062 /custom_md_loader/classes/MetadataService.cls 2939 23 2939 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]*'
2063 /custom_md_loader/classes/MetadataService.cls 2940 46 2940 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]*'
2063 /custom_md_loader/classes/MetadataService.cls 2940 46 2940 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]*'
2064 /custom_md_loader/classes/MetadataService.cls 2941 26 2941 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 'ZipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2064 /custom_md_loader/classes/MetadataService.cls 2941 26 2941 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 'ZipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2065 /custom_md_loader/classes/MetadataService.cls 2942 26 2942 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 'DeployOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2065 /custom_md_loader/classes/MetadataService.cls 2942 26 2942 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 'DeployOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2066 /custom_md_loader/classes/MetadataService.cls 2943 26 2943 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2943 26 2943 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2944 26 2944 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2944 26 2944 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2946 12 2953 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 /custom_md_loader/classes/MetadataService.cls 2946 12 2953 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 /custom_md_loader/classes/MetadataService.cls 2949 26 2949 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2069 /custom_md_loader/classes/MetadataService.cls 2949 26 2949 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2070 /custom_md_loader/classes/MetadataService.cls 2950 26 2950 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2070 /custom_md_loader/classes/MetadataService.cls 2950 26 2950 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2071 /custom_md_loader/classes/MetadataService.cls 2951 26 2951 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2951 26 2951 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2072 /custom_md_loader/classes/MetadataService.cls 2952 26 2952 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]*'
2072 /custom_md_loader/classes/MetadataService.cls 2952 26 2952 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]*'
2073 /custom_md_loader/classes/MetadataService.cls 2954 12 2965 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2073 /custom_md_loader/classes/MetadataService.cls 2954 12 2965 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2074 /custom_md_loader/classes/MetadataService.cls 2959 26 2959 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2074 /custom_md_loader/classes/MetadataService.cls 2959 26 2959 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2075 /custom_md_loader/classes/MetadataService.cls 2960 26 2960 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2075 /custom_md_loader/classes/MetadataService.cls 2960 26 2960 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2076 /custom_md_loader/classes/MetadataService.cls 2961 26 2961 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2076 /custom_md_loader/classes/MetadataService.cls 2961 26 2961 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2077 /custom_md_loader/classes/MetadataService.cls 2962 26 2962 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2077 /custom_md_loader/classes/MetadataService.cls 2962 26 2962 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2078 /custom_md_loader/classes/MetadataService.cls 2963 26 2963 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]*'
2078 /custom_md_loader/classes/MetadataService.cls 2963 26 2963 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]*'
2079 /custom_md_loader/classes/MetadataService.cls 2964 26 2964 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]*'
2079 /custom_md_loader/classes/MetadataService.cls 2964 26 2964 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]*'
2080 /custom_md_loader/classes/MetadataService.cls 2966 12 2971 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2080 /custom_md_loader/classes/MetadataService.cls 2966 12 2971 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2081 /custom_md_loader/classes/MetadataService.cls 2968 26 2968 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 'className_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2081 /custom_md_loader/classes/MetadataService.cls 2968 26 2968 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 'className_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2082 /custom_md_loader/classes/MetadataService.cls 2969 26 2969 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2969 26 2969 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2083 /custom_md_loader/classes/MetadataService.cls 2970 26 2970 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]*'
2083 /custom_md_loader/classes/MetadataService.cls 2970 26 2970 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]*'
2084 /custom_md_loader/classes/MetadataService.cls 2972 12 2981 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2084 /custom_md_loader/classes/MetadataService.cls 2972 12 2981 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2085 /custom_md_loader/classes/MetadataService.cls 2976 26 2976 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 'enableQuote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2085 /custom_md_loader/classes/MetadataService.cls 2976 26 2976 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 'enableQuote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2086 /custom_md_loader/classes/MetadataService.cls 2977 26 2977 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2977 26 2977 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2978 26 2978 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2087 /custom_md_loader/classes/MetadataService.cls 2978 26 2978 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2088 /custom_md_loader/classes/MetadataService.cls 2979 26 2979 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]*'
2088 /custom_md_loader/classes/MetadataService.cls 2979 26 2979 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]*'
2089 /custom_md_loader/classes/MetadataService.cls 2980 26 2980 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2089 /custom_md_loader/classes/MetadataService.cls 2980 26 2980 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2090 /custom_md_loader/classes/MetadataService.cls 2982 12 2989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2090 /custom_md_loader/classes/MetadataService.cls 2982 12 2989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2091 /custom_md_loader/classes/MetadataService.cls 2985 26 2985 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2091 /custom_md_loader/classes/MetadataService.cls 2985 26 2985 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2092 /custom_md_loader/classes/MetadataService.cls 2986 26 2986 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2092 /custom_md_loader/classes/MetadataService.cls 2986 26 2986 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2093 /custom_md_loader/classes/MetadataService.cls 2987 26 2987 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2093 /custom_md_loader/classes/MetadataService.cls 2987 26 2987 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2094 /custom_md_loader/classes/MetadataService.cls 2988 26 2988 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]*'
2094 /custom_md_loader/classes/MetadataService.cls 2988 26 2988 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]*'
2095 /custom_md_loader/classes/MetadataService.cls 2990 12 2999 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2095 /custom_md_loader/classes/MetadataService.cls 2990 12 2999 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2096 /custom_md_loader/classes/MetadataService.cls 2994 26 2994 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2096 /custom_md_loader/classes/MetadataService.cls 2994 26 2994 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2097 /custom_md_loader/classes/MetadataService.cls 2995 26 2995 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 'endAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2097 /custom_md_loader/classes/MetadataService.cls 2995 26 2995 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 'endAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2098 /custom_md_loader/classes/MetadataService.cls 2996 26 2996 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 'startAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2098 /custom_md_loader/classes/MetadataService.cls 2996 26 2996 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 'startAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2099 /custom_md_loader/classes/MetadataService.cls 2997 26 2997 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2997 26 2997 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 2998 26 2998 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 2998 26 2998 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 3000 12 3009 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 /custom_md_loader/classes/MetadataService.cls 3000 12 3009 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 /custom_md_loader/classes/MetadataService.cls 3001 51 3001 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]*'
2102 /custom_md_loader/classes/MetadataService.cls 3001 51 3001 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]*'
2103 /custom_md_loader/classes/MetadataService.cls 3004 26 3004 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2103 /custom_md_loader/classes/MetadataService.cls 3004 26 3004 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2104 /custom_md_loader/classes/MetadataService.cls 3005 26 3005 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 'outerJoin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2104 /custom_md_loader/classes/MetadataService.cls 3005 26 3005 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 'outerJoin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2105 /custom_md_loader/classes/MetadataService.cls 3006 26 3006 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 'relationship_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2105 /custom_md_loader/classes/MetadataService.cls 3006 26 3006 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 'relationship_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2106 /custom_md_loader/classes/MetadataService.cls 3007 26 3007 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2106 /custom_md_loader/classes/MetadataService.cls 3007 26 3007 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2107 /custom_md_loader/classes/MetadataService.cls 3008 26 3008 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2107 /custom_md_loader/classes/MetadataService.cls 3008 26 3008 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2108 /custom_md_loader/classes/MetadataService.cls 3010 12 3047 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2108 /custom_md_loader/classes/MetadataService.cls 3010 12 3047 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2109 /custom_md_loader/classes/MetadataService.cls 3010 12 3047 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2109 /custom_md_loader/classes/MetadataService.cls 3010 12 3047 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2110 /custom_md_loader/classes/MetadataService.cls 3028 26 3028 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2110 /custom_md_loader/classes/MetadataService.cls 3028 26 3028 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2111 /custom_md_loader/classes/MetadataService.cls 3029 26 3029 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2111 /custom_md_loader/classes/MetadataService.cls 3029 26 3029 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2112 /custom_md_loader/classes/MetadataService.cls 3030 26 3030 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2112 /custom_md_loader/classes/MetadataService.cls 3030 26 3030 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2113 /custom_md_loader/classes/MetadataService.cls 3031 26 3031 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2113 /custom_md_loader/classes/MetadataService.cls 3031 26 3031 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2114 /custom_md_loader/classes/MetadataService.cls 3032 26 3032 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 'businessHoursSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2114 /custom_md_loader/classes/MetadataService.cls 3032 26 3032 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 'businessHoursSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2115 /custom_md_loader/classes/MetadataService.cls 3033 26 3033 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2115 /custom_md_loader/classes/MetadataService.cls 3033 26 3033 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2116 /custom_md_loader/classes/MetadataService.cls 3034 26 3034 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 'disableEscalationWhenModified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2116 /custom_md_loader/classes/MetadataService.cls 3034 26 3034 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 'disableEscalationWhenModified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2117 /custom_md_loader/classes/MetadataService.cls 3035 26 3035 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 'escalationAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2117 /custom_md_loader/classes/MetadataService.cls 3035 26 3035 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 'escalationAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2118 /custom_md_loader/classes/MetadataService.cls 3036 26 3036 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 'escalationStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2118 /custom_md_loader/classes/MetadataService.cls 3036 26 3036 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 'escalationStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2119 /custom_md_loader/classes/MetadataService.cls 3037 26 3037 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2119 /custom_md_loader/classes/MetadataService.cls 3037 26 3037 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2120 /custom_md_loader/classes/MetadataService.cls 3038 26 3038 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 'notifyCcRecipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2120 /custom_md_loader/classes/MetadataService.cls 3038 26 3038 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 'notifyCcRecipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2121 /custom_md_loader/classes/MetadataService.cls 3039 26 3039 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 'overrideExistingTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2121 /custom_md_loader/classes/MetadataService.cls 3039 26 3039 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 'overrideExistingTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2122 /custom_md_loader/classes/MetadataService.cls 3040 26 3040 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 'replyToEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2122 /custom_md_loader/classes/MetadataService.cls 3040 26 3040 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 'replyToEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2123 /custom_md_loader/classes/MetadataService.cls 3041 26 3041 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 'senderEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2123 /custom_md_loader/classes/MetadataService.cls 3041 26 3041 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 'senderEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2124 /custom_md_loader/classes/MetadataService.cls 3042 26 3042 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 'senderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2124 /custom_md_loader/classes/MetadataService.cls 3042 26 3042 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 'senderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2125 /custom_md_loader/classes/MetadataService.cls 3043 26 3043 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 'team_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2125 /custom_md_loader/classes/MetadataService.cls 3043 26 3043 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 'team_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2126 /custom_md_loader/classes/MetadataService.cls 3044 26 3044 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2126 /custom_md_loader/classes/MetadataService.cls 3044 26 3044 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2127 /custom_md_loader/classes/MetadataService.cls 3045 26 3045 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2127 /custom_md_loader/classes/MetadataService.cls 3045 26 3045 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2128 /custom_md_loader/classes/MetadataService.cls 3046 26 3046 351 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2128 /custom_md_loader/classes/MetadataService.cls 3046 26 3046 351 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2129 /custom_md_loader/classes/MetadataService.cls 3048 12 3055 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2129 /custom_md_loader/classes/MetadataService.cls 3048 12 3055 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2130 /custom_md_loader/classes/MetadataService.cls 3048 12 3055 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2130 /custom_md_loader/classes/MetadataService.cls 3048 12 3055 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'deleteMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2131 /custom_md_loader/classes/MetadataService.cls 3049 23 3049 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]*'
2131 /custom_md_loader/classes/MetadataService.cls 3049 23 3049 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]*'
2132 /custom_md_loader/classes/MetadataService.cls 3051 26 3051 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2132 /custom_md_loader/classes/MetadataService.cls 3051 26 3051 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2133 /custom_md_loader/classes/MetadataService.cls 3052 26 3052 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2133 /custom_md_loader/classes/MetadataService.cls 3052 26 3052 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2134 /custom_md_loader/classes/MetadataService.cls 3053 26 3053 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2134 /custom_md_loader/classes/MetadataService.cls 3053 26 3053 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2135 /custom_md_loader/classes/MetadataService.cls 3054 26 3054 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]*'
2135 /custom_md_loader/classes/MetadataService.cls 3054 26 3054 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]*'
2136 /custom_md_loader/classes/MetadataService.cls 3056 12 3067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2136 /custom_md_loader/classes/MetadataService.cls 3056 12 3067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2137 /custom_md_loader/classes/MetadataService.cls 3061 26 3061 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2137 /custom_md_loader/classes/MetadataService.cls 3061 26 3061 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2138 /custom_md_loader/classes/MetadataService.cls 3062 26 3062 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2138 /custom_md_loader/classes/MetadataService.cls 3062 26 3062 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2139 /custom_md_loader/classes/MetadataService.cls 3063 26 3063 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 'units_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2139 /custom_md_loader/classes/MetadataService.cls 3063 26 3063 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 'units_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2140 /custom_md_loader/classes/MetadataService.cls 3064 26 3064 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2140 /custom_md_loader/classes/MetadataService.cls 3064 26 3064 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2141 /custom_md_loader/classes/MetadataService.cls 3065 26 3065 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2141 /custom_md_loader/classes/MetadataService.cls 3065 26 3065 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 3066 26 3066 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2142 /custom_md_loader/classes/MetadataService.cls 3066 26 3066 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 3068 12 3079 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2143 /custom_md_loader/classes/MetadataService.cls 3068 12 3079 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2144 /custom_md_loader/classes/MetadataService.cls 3073 26 3073 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2144 /custom_md_loader/classes/MetadataService.cls 3073 26 3073 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2145 /custom_md_loader/classes/MetadataService.cls 3074 26 3074 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2145 /custom_md_loader/classes/MetadataService.cls 3074 26 3074 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2146 /custom_md_loader/classes/MetadataService.cls 3075 26 3075 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 'source_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2146 /custom_md_loader/classes/MetadataService.cls 3075 26 3075 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 'source_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2147 /custom_md_loader/classes/MetadataService.cls 3076 26 3076 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2147 /custom_md_loader/classes/MetadataService.cls 3076 26 3076 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2148 /custom_md_loader/classes/MetadataService.cls 3077 26 3077 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 3077 26 3077 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 3078 26 3078 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 3078 26 3078 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 3080 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
2150 /custom_md_loader/classes/MetadataService.cls 3080 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
2151 /custom_md_loader/classes/MetadataService.cls 3082 26 3082 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 'sharedFrom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2151 /custom_md_loader/classes/MetadataService.cls 3082 26 3082 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 'sharedFrom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2152 /custom_md_loader/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]*'
2152 /custom_md_loader/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]*'
2153 /custom_md_loader/classes/MetadataService.cls 3084 26 3084 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]*'
2153 /custom_md_loader/classes/MetadataService.cls 3084 26 3084 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]*'
2154 /custom_md_loader/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
2154 /custom_md_loader/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
2155 /custom_md_loader/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
2155 /custom_md_loader/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
2156 /custom_md_loader/classes/MetadataService.cls 3098 24 3098 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]*'
2156 /custom_md_loader/classes/MetadataService.cls 3098 24 3098 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]*'
2157 /custom_md_loader/classes/MetadataService.cls 3101 26 3101 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2157 /custom_md_loader/classes/MetadataService.cls 3101 26 3101 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2158 /custom_md_loader/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 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2158 /custom_md_loader/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 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2159 /custom_md_loader/classes/MetadataService.cls 3103 26 3103 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2159 /custom_md_loader/classes/MetadataService.cls 3103 26 3103 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2160 /custom_md_loader/classes/MetadataService.cls 3104 26 3104 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2160 /custom_md_loader/classes/MetadataService.cls 3104 26 3104 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2161 /custom_md_loader/classes/MetadataService.cls 3105 26 3105 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 'lookupValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2161 /custom_md_loader/classes/MetadataService.cls 3105 26 3105 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 'lookupValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2162 /custom_md_loader/classes/MetadataService.cls 3106 26 3106 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 'lookupValueType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2162 /custom_md_loader/classes/MetadataService.cls 3106 26 3106 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 'lookupValueType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2163 /custom_md_loader/classes/MetadataService.cls 3107 26 3107 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2163 /custom_md_loader/classes/MetadataService.cls 3107 26 3107 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2164 /custom_md_loader/classes/MetadataService.cls 3108 26 3108 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2164 /custom_md_loader/classes/MetadataService.cls 3108 26 3108 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2165 /custom_md_loader/classes/MetadataService.cls 3109 26 3109 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2165 /custom_md_loader/classes/MetadataService.cls 3109 26 3109 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2166 /custom_md_loader/classes/MetadataService.cls 3110 26 3110 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2166 /custom_md_loader/classes/MetadataService.cls 3110 26 3110 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2167 /custom_md_loader/classes/MetadataService.cls 3111 26 3111 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 'reevaluateOnChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2167 /custom_md_loader/classes/MetadataService.cls 3111 26 3111 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 'reevaluateOnChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2168 /custom_md_loader/classes/MetadataService.cls 3112 26 3112 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2168 /custom_md_loader/classes/MetadataService.cls 3112 26 3112 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2169 /custom_md_loader/classes/MetadataService.cls 3113 26 3113 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2169 /custom_md_loader/classes/MetadataService.cls 3113 26 3113 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2170 /custom_md_loader/classes/MetadataService.cls 3114 26 3114 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2170 /custom_md_loader/classes/MetadataService.cls 3114 26 3114 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2171 /custom_md_loader/classes/MetadataService.cls 3115 26 3115 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2171 /custom_md_loader/classes/MetadataService.cls 3115 26 3115 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2172 /custom_md_loader/classes/MetadataService.cls 3116 26 3116 240 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2172 /custom_md_loader/classes/MetadataService.cls 3116 26 3116 240 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2173 /custom_md_loader/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
2173 /custom_md_loader/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
2174 /custom_md_loader/classes/MetadataService.cls 3123 26 3123 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2174 /custom_md_loader/classes/MetadataService.cls 3123 26 3123 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2175 /custom_md_loader/classes/MetadataService.cls 3124 26 3124 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2175 /custom_md_loader/classes/MetadataService.cls 3124 26 3124 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2176 /custom_md_loader/classes/MetadataService.cls 3125 26 3125 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2176 /custom_md_loader/classes/MetadataService.cls 3125 26 3125 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2177 /custom_md_loader/classes/MetadataService.cls 3126 26 3126 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2177 /custom_md_loader/classes/MetadataService.cls 3126 26 3126 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2178 /custom_md_loader/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]*'
2178 /custom_md_loader/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]*'
2179 /custom_md_loader/classes/MetadataService.cls 3128 26 3128 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]*'
2179 /custom_md_loader/classes/MetadataService.cls 3128 26 3128 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]*'
2180 /custom_md_loader/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
2180 /custom_md_loader/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
2181 /custom_md_loader/classes/MetadataService.cls 3133 26 3133 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2181 /custom_md_loader/classes/MetadataService.cls 3133 26 3133 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2182 /custom_md_loader/classes/MetadataService.cls 3134 26 3134 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2182 /custom_md_loader/classes/MetadataService.cls 3134 26 3134 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2183 /custom_md_loader/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]*'
2183 /custom_md_loader/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]*'
2184 /custom_md_loader/classes/MetadataService.cls 3136 26 3136 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]*'
2184 /custom_md_loader/classes/MetadataService.cls 3136 26 3136 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]*'
2185 /custom_md_loader/classes/MetadataService.cls 3138 12 3147 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2185 /custom_md_loader/classes/MetadataService.cls 3138 12 3147 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2186 /custom_md_loader/classes/MetadataService.cls 3142 26 3142 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2186 /custom_md_loader/classes/MetadataService.cls 3142 26 3142 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2187 /custom_md_loader/classes/MetadataService.cls 3143 26 3143 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2187 /custom_md_loader/classes/MetadataService.cls 3143 26 3143 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2188 /custom_md_loader/classes/MetadataService.cls 3144 26 3144 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2188 /custom_md_loader/classes/MetadataService.cls 3144 26 3144 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2189 /custom_md_loader/classes/MetadataService.cls 3145 26 3145 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2189 /custom_md_loader/classes/MetadataService.cls 3145 26 3145 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2190 /custom_md_loader/classes/MetadataService.cls 3146 26 3146 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]*'
2190 /custom_md_loader/classes/MetadataService.cls 3146 26 3146 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]*'
2191 /custom_md_loader/classes/MetadataService.cls 3148 12 3175 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2191 /custom_md_loader/classes/MetadataService.cls 3148 12 3175 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2192 /custom_md_loader/classes/MetadataService.cls 3148 12 3175 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2192 /custom_md_loader/classes/MetadataService.cls 3148 12 3175 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2193 /custom_md_loader/classes/MetadataService.cls 3161 26 3161 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 'applicationBinaryFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2193 /custom_md_loader/classes/MetadataService.cls 3161 26 3161 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 'applicationBinaryFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2194 /custom_md_loader/classes/MetadataService.cls 3162 26 3162 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 'applicationBinaryFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2194 /custom_md_loader/classes/MetadataService.cls 3162 26 3162 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 'applicationBinaryFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2195 /custom_md_loader/classes/MetadataService.cls 3163 26 3163 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 'applicationBundleIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2195 /custom_md_loader/classes/MetadataService.cls 3163 26 3163 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 'applicationBundleIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2196 /custom_md_loader/classes/MetadataService.cls 3164 26 3164 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 'applicationFileLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2196 /custom_md_loader/classes/MetadataService.cls 3164 26 3164 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 'applicationFileLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2197 /custom_md_loader/classes/MetadataService.cls 3165 26 3165 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 'applicationIconFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2197 /custom_md_loader/classes/MetadataService.cls 3165 26 3165 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 'applicationIconFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2198 /custom_md_loader/classes/MetadataService.cls 3166 26 3166 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 'applicationIconFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2198 /custom_md_loader/classes/MetadataService.cls 3166 26 3166 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 'applicationIconFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2199 /custom_md_loader/classes/MetadataService.cls 3167 26 3167 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 'applicationInstallUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2199 /custom_md_loader/classes/MetadataService.cls 3167 26 3167 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 'applicationInstallUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2200 /custom_md_loader/classes/MetadataService.cls 3168 26 3168 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 'devicePlatform_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2200 /custom_md_loader/classes/MetadataService.cls 3168 26 3168 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 'devicePlatform_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2201 /custom_md_loader/classes/MetadataService.cls 3169 26 3169 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 'deviceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2201 /custom_md_loader/classes/MetadataService.cls 3169 26 3169 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 'deviceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2202 /custom_md_loader/classes/MetadataService.cls 3170 26 3170 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 'minimumOsVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2202 /custom_md_loader/classes/MetadataService.cls 3170 26 3170 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 'minimumOsVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2203 /custom_md_loader/classes/MetadataService.cls 3171 26 3171 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 'privateApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2203 /custom_md_loader/classes/MetadataService.cls 3171 26 3171 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 'privateApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2204 /custom_md_loader/classes/MetadataService.cls 3172 26 3172 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2204 /custom_md_loader/classes/MetadataService.cls 3172 26 3172 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2205 /custom_md_loader/classes/MetadataService.cls 3173 26 3173 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2205 /custom_md_loader/classes/MetadataService.cls 3173 26 3173 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2206 /custom_md_loader/classes/MetadataService.cls 3174 26 3174 313 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2206 /custom_md_loader/classes/MetadataService.cls 3174 26 3174 313 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2207 /custom_md_loader/classes/MetadataService.cls 3176 12 3181 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2207 /custom_md_loader/classes/MetadataService.cls 3176 12 3181 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2208 /custom_md_loader/classes/MetadataService.cls 3178 26 3178 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2208 /custom_md_loader/classes/MetadataService.cls 3178 26 3178 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2209 /custom_md_loader/classes/MetadataService.cls 3179 26 3179 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 3179 26 3179 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 3180 26 3180 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]*'
2210 /custom_md_loader/classes/MetadataService.cls 3180 26 3180 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]*'
2211 /custom_md_loader/classes/MetadataService.cls 3182 12 3193 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 /custom_md_loader/classes/MetadataService.cls 3182 12 3193 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 /custom_md_loader/classes/MetadataService.cls 3183 24 3183 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]*'
2212 /custom_md_loader/classes/MetadataService.cls 3183 24 3183 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]*'
2213 /custom_md_loader/classes/MetadataService.cls 3187 26 3187 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2213 /custom_md_loader/classes/MetadataService.cls 3187 26 3187 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2214 /custom_md_loader/classes/MetadataService.cls 3188 26 3188 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 'personAccountDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2214 /custom_md_loader/classes/MetadataService.cls 3188 26 3188 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 'personAccountDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2215 /custom_md_loader/classes/MetadataService.cls 3189 26 3189 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2215 /custom_md_loader/classes/MetadataService.cls 3189 26 3189 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2216 /custom_md_loader/classes/MetadataService.cls 3190 26 3190 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2216 /custom_md_loader/classes/MetadataService.cls 3190 26 3190 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2217 /custom_md_loader/classes/MetadataService.cls 3191 26 3191 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2217 /custom_md_loader/classes/MetadataService.cls 3191 26 3191 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2218 /custom_md_loader/classes/MetadataService.cls 3192 26 3192 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]*'
2218 /custom_md_loader/classes/MetadataService.cls 3192 26 3192 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]*'
2219 /custom_md_loader/classes/MetadataService.cls 3194 12 3203 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2219 /custom_md_loader/classes/MetadataService.cls 3194 12 3203 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2220 /custom_md_loader/classes/MetadataService.cls 3198 26 3198 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 'majorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2220 /custom_md_loader/classes/MetadataService.cls 3198 26 3198 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 'majorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2221 /custom_md_loader/classes/MetadataService.cls 3199 26 3199 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 'minorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2221 /custom_md_loader/classes/MetadataService.cls 3199 26 3199 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 'minorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2222 /custom_md_loader/classes/MetadataService.cls 3200 26 3200 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2222 /custom_md_loader/classes/MetadataService.cls 3200 26 3200 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2223 /custom_md_loader/classes/MetadataService.cls 3201 26 3201 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2223 /custom_md_loader/classes/MetadataService.cls 3201 26 3201 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 3202 26 3202 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2224 /custom_md_loader/classes/MetadataService.cls 3202 26 3202 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2225 /custom_md_loader/classes/MetadataService.cls 3204 12 3211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2225 /custom_md_loader/classes/MetadataService.cls 3204 12 3211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2226 /custom_md_loader/classes/MetadataService.cls 3207 26 3207 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2226 /custom_md_loader/classes/MetadataService.cls 3207 26 3207 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2227 /custom_md_loader/classes/MetadataService.cls 3208 26 3208 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2227 /custom_md_loader/classes/MetadataService.cls 3208 26 3208 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2228 /custom_md_loader/classes/MetadataService.cls 3209 26 3209 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2228 /custom_md_loader/classes/MetadataService.cls 3209 26 3209 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2229 /custom_md_loader/classes/MetadataService.cls 3210 26 3210 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]*'
2229 /custom_md_loader/classes/MetadataService.cls 3210 26 3210 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]*'
2230 /custom_md_loader/classes/MetadataService.cls 3212 12 3219 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2230 /custom_md_loader/classes/MetadataService.cls 3212 12 3219 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2231 /custom_md_loader/classes/MetadataService.cls 3215 26 3215 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2231 /custom_md_loader/classes/MetadataService.cls 3215 26 3215 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2232 /custom_md_loader/classes/MetadataService.cls 3216 26 3216 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2232 /custom_md_loader/classes/MetadataService.cls 3216 26 3216 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2233 /custom_md_loader/classes/MetadataService.cls 3217 26 3217 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 3217 26 3217 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 3218 26 3218 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]*'
2234 /custom_md_loader/classes/MetadataService.cls 3218 26 3218 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]*'
2235 /custom_md_loader/classes/MetadataService.cls 3220 12 3229 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 /custom_md_loader/classes/MetadataService.cls 3220 12 3229 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 /custom_md_loader/classes/MetadataService.cls 3224 26 3224 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2236 /custom_md_loader/classes/MetadataService.cls 3224 26 3224 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2237 /custom_md_loader/classes/MetadataService.cls 3225 26 3225 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 'leadAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2237 /custom_md_loader/classes/MetadataService.cls 3225 26 3225 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 'leadAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2238 /custom_md_loader/classes/MetadataService.cls 3226 26 3226 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2238 /custom_md_loader/classes/MetadataService.cls 3226 26 3226 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2239 /custom_md_loader/classes/MetadataService.cls 3227 26 3227 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 3227 26 3227 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2240 /custom_md_loader/classes/MetadataService.cls 3228 26 3228 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]*'
2240 /custom_md_loader/classes/MetadataService.cls 3228 26 3228 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]*'
2241 /custom_md_loader/classes/MetadataService.cls 3230 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
2241 /custom_md_loader/classes/MetadataService.cls 3230 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
2242 /custom_md_loader/classes/MetadataService.cls 3234 26 3234 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 'urlPattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2242 /custom_md_loader/classes/MetadataService.cls 3234 26 3234 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 'urlPattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2243 /custom_md_loader/classes/MetadataService.cls 3235 26 3235 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 3235 26 3235 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2244 /custom_md_loader/classes/MetadataService.cls 3236 26 3236 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2244 /custom_md_loader/classes/MetadataService.cls 3236 26 3236 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2245 /custom_md_loader/classes/MetadataService.cls 3237 26 3237 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]*'
2245 /custom_md_loader/classes/MetadataService.cls 3237 26 3237 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]*'
2246 /custom_md_loader/classes/MetadataService.cls 3238 26 3238 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]*'
2246 /custom_md_loader/classes/MetadataService.cls 3238 26 3238 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]*'
2247 /custom_md_loader/classes/MetadataService.cls 3240 12 3255 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2247 /custom_md_loader/classes/MetadataService.cls 3240 12 3255 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2248 /custom_md_loader/classes/MetadataService.cls 3247 26 3247 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 'cacheControl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2248 /custom_md_loader/classes/MetadataService.cls 3247 26 3247 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 'cacheControl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2249 /custom_md_loader/classes/MetadataService.cls 3248 26 3248 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 'contentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2249 /custom_md_loader/classes/MetadataService.cls 3248 26 3248 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 'contentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2250 /custom_md_loader/classes/MetadataService.cls 3249 26 3249 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2250 /custom_md_loader/classes/MetadataService.cls 3249 26 3249 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2251 /custom_md_loader/classes/MetadataService.cls 3250 26 3250 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2251 /custom_md_loader/classes/MetadataService.cls 3250 26 3250 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2252 /custom_md_loader/classes/MetadataService.cls 3251 26 3251 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2252 /custom_md_loader/classes/MetadataService.cls 3251 26 3251 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2253 /custom_md_loader/classes/MetadataService.cls 3252 26 3252 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]*'
2253 /custom_md_loader/classes/MetadataService.cls 3252 26 3252 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]*'
2254 /custom_md_loader/classes/MetadataService.cls 3253 26 3253 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]*'
2254 /custom_md_loader/classes/MetadataService.cls 3253 26 3253 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]*'
2255 /custom_md_loader/classes/MetadataService.cls 3254 26 3254 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]*'
2255 /custom_md_loader/classes/MetadataService.cls 3254 26 3254 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]*'
2256 /custom_md_loader/classes/MetadataService.cls 3256 12 3329 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2256 /custom_md_loader/classes/MetadataService.cls 3256 12 3329 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2257 /custom_md_loader/classes/MetadataService.cls 3256 12 3329 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatButton has 35 public methods, attributes, and properties (limit: 20)
2257 /custom_md_loader/classes/MetadataService.cls 3256 12 3329 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatButton has 35 public methods, attributes, and properties (limit: 20)
2258 /custom_md_loader/classes/MetadataService.cls 3256 12 3329 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2258 /custom_md_loader/classes/MetadataService.cls 3256 12 3329 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2259 /custom_md_loader/classes/MetadataService.cls 3290 23 3290 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]*'
2259 /custom_md_loader/classes/MetadataService.cls 3290 23 3290 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]*'
2260 /custom_md_loader/classes/MetadataService.cls 3292 26 3292 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 'animation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2260 /custom_md_loader/classes/MetadataService.cls 3292 26 3292 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 'animation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2261 /custom_md_loader/classes/MetadataService.cls 3293 26 3293 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2261 /custom_md_loader/classes/MetadataService.cls 3293 26 3293 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2262 /custom_md_loader/classes/MetadataService.cls 3294 26 3294 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 'chatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2262 /custom_md_loader/classes/MetadataService.cls 3294 26 3294 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 'chatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2263 /custom_md_loader/classes/MetadataService.cls 3295 26 3295 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2263 /custom_md_loader/classes/MetadataService.cls 3295 26 3295 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2264 /custom_md_loader/classes/MetadataService.cls 3296 26 3296 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 'deployments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2264 /custom_md_loader/classes/MetadataService.cls 3296 26 3296 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 'deployments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2265 /custom_md_loader/classes/MetadataService.cls 3297 26 3297 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 'enableQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2265 /custom_md_loader/classes/MetadataService.cls 3297 26 3297 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 'enableQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2266 /custom_md_loader/classes/MetadataService.cls 3298 26 3298 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 'inviteEndPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2266 /custom_md_loader/classes/MetadataService.cls 3298 26 3298 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 'inviteEndPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2267 /custom_md_loader/classes/MetadataService.cls 3299 26 3299 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 'inviteImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2267 /custom_md_loader/classes/MetadataService.cls 3299 26 3299 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 'inviteImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2268 /custom_md_loader/classes/MetadataService.cls 3300 26 3300 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 'inviteStartPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2268 /custom_md_loader/classes/MetadataService.cls 3300 26 3300 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 'inviteStartPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2269 /custom_md_loader/classes/MetadataService.cls 3301 26 3301 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2269 /custom_md_loader/classes/MetadataService.cls 3301 26 3301 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2270 /custom_md_loader/classes/MetadataService.cls 3302 26 3302 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2270 /custom_md_loader/classes/MetadataService.cls 3302 26 3302 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2271 /custom_md_loader/classes/MetadataService.cls 3303 26 3303 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 'numberOfReroutingAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2271 /custom_md_loader/classes/MetadataService.cls 3303 26 3303 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 'numberOfReroutingAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2272 /custom_md_loader/classes/MetadataService.cls 3304 26 3304 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 'offlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2272 /custom_md_loader/classes/MetadataService.cls 3304 26 3304 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 'offlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2273 /custom_md_loader/classes/MetadataService.cls 3305 26 3305 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 'onlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2273 /custom_md_loader/classes/MetadataService.cls 3305 26 3305 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 'onlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2274 /custom_md_loader/classes/MetadataService.cls 3306 26 3306 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 'optionsCustomRoutingIsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2274 /custom_md_loader/classes/MetadataService.cls 3306 26 3306 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 'optionsCustomRoutingIsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2275 /custom_md_loader/classes/MetadataService.cls 3307 26 3307 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 'optionsHasInviteAfterAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2275 /custom_md_loader/classes/MetadataService.cls 3307 26 3307 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 'optionsHasInviteAfterAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2276 /custom_md_loader/classes/MetadataService.cls 3308 26 3308 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 'optionsHasInviteAfterReject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2276 /custom_md_loader/classes/MetadataService.cls 3308 26 3308 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 'optionsHasInviteAfterReject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2277 /custom_md_loader/classes/MetadataService.cls 3309 26 3309 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 'optionsHasRerouteDeclinedRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2277 /custom_md_loader/classes/MetadataService.cls 3309 26 3309 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 'optionsHasRerouteDeclinedRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2278 /custom_md_loader/classes/MetadataService.cls 3310 26 3310 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 'optionsIsAutoAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2278 /custom_md_loader/classes/MetadataService.cls 3310 26 3310 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 'optionsIsAutoAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2279 /custom_md_loader/classes/MetadataService.cls 3311 26 3311 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 'optionsIsInviteAutoRemove_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2279 /custom_md_loader/classes/MetadataService.cls 3311 26 3311 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 'optionsIsInviteAutoRemove_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2280 /custom_md_loader/classes/MetadataService.cls 3312 26 3312 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 'overallQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2280 /custom_md_loader/classes/MetadataService.cls 3312 26 3312 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 'overallQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2281 /custom_md_loader/classes/MetadataService.cls 3313 26 3313 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 'perAgentQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2281 /custom_md_loader/classes/MetadataService.cls 3313 26 3313 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 'perAgentQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2282 /custom_md_loader/classes/MetadataService.cls 3314 26 3314 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 'postChatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2282 /custom_md_loader/classes/MetadataService.cls 3314 26 3314 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 'postChatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2283 /custom_md_loader/classes/MetadataService.cls 3315 26 3315 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 'postChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2283 /custom_md_loader/classes/MetadataService.cls 3315 26 3315 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 'postChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2284 /custom_md_loader/classes/MetadataService.cls 3316 26 3316 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 'preChatFormPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2284 /custom_md_loader/classes/MetadataService.cls 3316 26 3316 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 'preChatFormPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2285 /custom_md_loader/classes/MetadataService.cls 3317 26 3317 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 'preChatFormUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2285 /custom_md_loader/classes/MetadataService.cls 3317 26 3317 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 'preChatFormUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2286 /custom_md_loader/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 'pushTimeOut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2286 /custom_md_loader/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 'pushTimeOut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2287 /custom_md_loader/classes/MetadataService.cls 3319 26 3319 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 'routingType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2287 /custom_md_loader/classes/MetadataService.cls 3319 26 3319 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 'routingType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2288 /custom_md_loader/classes/MetadataService.cls 3320 26 3320 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2288 /custom_md_loader/classes/MetadataService.cls 3320 26 3320 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2289 /custom_md_loader/classes/MetadataService.cls 3321 26 3321 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 'skills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2289 /custom_md_loader/classes/MetadataService.cls 3321 26 3321 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 'skills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2290 /custom_md_loader/classes/MetadataService.cls 3322 26 3322 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 'timeToRemoveInvite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2290 /custom_md_loader/classes/MetadataService.cls 3322 26 3322 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 'timeToRemoveInvite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2291 /custom_md_loader/classes/MetadataService.cls 3323 26 3323 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2291 /custom_md_loader/classes/MetadataService.cls 3323 26 3323 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2292 /custom_md_loader/classes/MetadataService.cls 3324 26 3324 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 'windowLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2292 /custom_md_loader/classes/MetadataService.cls 3324 26 3324 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 'windowLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2293 /custom_md_loader/classes/MetadataService.cls 3325 26 3325 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2293 /custom_md_loader/classes/MetadataService.cls 3325 26 3325 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.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 /custom_md_loader/classes/MetadataService.cls 3326 26 3326 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2294 /custom_md_loader/classes/MetadataService.cls 3326 26 3326 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2295 /custom_md_loader/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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2295 /custom_md_loader/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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2296 /custom_md_loader/classes/MetadataService.cls 3328 26 3328 666 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 3328 26 3328 666 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2297 /custom_md_loader/classes/MetadataService.cls 3330 12 3347 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2297 /custom_md_loader/classes/MetadataService.cls 3330 12 3347 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2298 /custom_md_loader/classes/MetadataService.cls 3330 12 3347 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2298 /custom_md_loader/classes/MetadataService.cls 3330 12 3347 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2299 /custom_md_loader/classes/MetadataService.cls 3338 26 3338 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 'codeCoverage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2299 /custom_md_loader/classes/MetadataService.cls 3338 26 3338 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 'codeCoverage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2300 /custom_md_loader/classes/MetadataService.cls 3339 26 3339 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 'codeCoverageWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2300 /custom_md_loader/classes/MetadataService.cls 3339 26 3339 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 'codeCoverageWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2301 /custom_md_loader/classes/MetadataService.cls 3340 26 3340 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 'failures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2301 /custom_md_loader/classes/MetadataService.cls 3340 26 3340 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 'failures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2302 /custom_md_loader/classes/MetadataService.cls 3341 26 3341 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 'numFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2302 /custom_md_loader/classes/MetadataService.cls 3341 26 3341 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 'numFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2303 /custom_md_loader/classes/MetadataService.cls 3342 26 3342 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 'numTestsRun_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2303 /custom_md_loader/classes/MetadataService.cls 3342 26 3342 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 'numTestsRun_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2304 /custom_md_loader/classes/MetadataService.cls 3343 26 3343 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 'successes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2304 /custom_md_loader/classes/MetadataService.cls 3343 26 3343 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 'successes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2305 /custom_md_loader/classes/MetadataService.cls 3344 26 3344 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 'totalTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2305 /custom_md_loader/classes/MetadataService.cls 3344 26 3344 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 'totalTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2306 /custom_md_loader/classes/MetadataService.cls 3345 26 3345 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2306 /custom_md_loader/classes/MetadataService.cls 3345 26 3345 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2307 /custom_md_loader/classes/MetadataService.cls 3346 26 3346 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]*'
2307 /custom_md_loader/classes/MetadataService.cls 3346 26 3346 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]*'
2308 /custom_md_loader/classes/MetadataService.cls 3348 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
2308 /custom_md_loader/classes/MetadataService.cls 3348 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
2309 /custom_md_loader/classes/MetadataService.cls 3348 12 3413 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Network has 31 public methods, attributes, and properties (limit: 20)
2309 /custom_md_loader/classes/MetadataService.cls 3348 12 3413 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Network has 31 public methods, attributes, and properties (limit: 20)
2310 /custom_md_loader/classes/MetadataService.cls 3348 12 3413 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2310 /custom_md_loader/classes/MetadataService.cls 3348 12 3413 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2311 /custom_md_loader/classes/MetadataService.cls 3380 26 3380 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 'allowMembersToFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2311 /custom_md_loader/classes/MetadataService.cls 3380 26 3380 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 'allowMembersToFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2312 /custom_md_loader/classes/MetadataService.cls 3381 26 3381 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 'branding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2312 /custom_md_loader/classes/MetadataService.cls 3381 26 3381 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 'branding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2313 /custom_md_loader/classes/MetadataService.cls 3382 26 3382 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 'caseCommentEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2313 /custom_md_loader/classes/MetadataService.cls 3382 26 3382 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 'caseCommentEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2314 /custom_md_loader/classes/MetadataService.cls 3383 26 3383 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 'changePasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2314 /custom_md_loader/classes/MetadataService.cls 3383 26 3383 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 'changePasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2315 /custom_md_loader/classes/MetadataService.cls 3384 26 3384 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2315 /custom_md_loader/classes/MetadataService.cls 3384 26 3384 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2316 /custom_md_loader/classes/MetadataService.cls 3385 26 3385 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2316 /custom_md_loader/classes/MetadataService.cls 3385 26 3385 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2317 /custom_md_loader/classes/MetadataService.cls 3386 26 3386 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2317 /custom_md_loader/classes/MetadataService.cls 3386 26 3386 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2318 /custom_md_loader/classes/MetadataService.cls 3387 26 3387 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 'enableGuestChatter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2318 /custom_md_loader/classes/MetadataService.cls 3387 26 3387 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 'enableGuestChatter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2319 /custom_md_loader/classes/MetadataService.cls 3388 26 3388 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 'enableInvitation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2319 /custom_md_loader/classes/MetadataService.cls 3388 26 3388 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 'enableInvitation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2320 /custom_md_loader/classes/MetadataService.cls 3389 26 3389 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 'enableKnowledgeable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2320 /custom_md_loader/classes/MetadataService.cls 3389 26 3389 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 'enableKnowledgeable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2321 /custom_md_loader/classes/MetadataService.cls 3390 26 3390 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 'enableNicknameDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2321 /custom_md_loader/classes/MetadataService.cls 3390 26 3390 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 'enableNicknameDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2322 /custom_md_loader/classes/MetadataService.cls 3391 26 3391 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 'enablePrivateMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2322 /custom_md_loader/classes/MetadataService.cls 3391 26 3391 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 'enablePrivateMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2323 /custom_md_loader/classes/MetadataService.cls 3392 26 3392 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2323 /custom_md_loader/classes/MetadataService.cls 3392 26 3392 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2324 /custom_md_loader/classes/MetadataService.cls 3393 26 3393 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 'feedChannel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2324 /custom_md_loader/classes/MetadataService.cls 3393 26 3393 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 'feedChannel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2325 /custom_md_loader/classes/MetadataService.cls 3394 26 3394 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 'forgotPasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2325 /custom_md_loader/classes/MetadataService.cls 3394 26 3394 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 'forgotPasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2326 /custom_md_loader/classes/MetadataService.cls 3395 26 3395 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2326 /custom_md_loader/classes/MetadataService.cls 3395 26 3395 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2327 /custom_md_loader/classes/MetadataService.cls 3396 26 3396 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 'networkMemberGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2327 /custom_md_loader/classes/MetadataService.cls 3396 26 3396 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 'networkMemberGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2328 /custom_md_loader/classes/MetadataService.cls 3397 26 3397 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 'newSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2328 /custom_md_loader/classes/MetadataService.cls 3397 26 3397 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 'newSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2329 /custom_md_loader/classes/MetadataService.cls 3398 26 3398 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 'picassoSite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2329 /custom_md_loader/classes/MetadataService.cls 3398 26 3398 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 'picassoSite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2330 /custom_md_loader/classes/MetadataService.cls 3399 26 3399 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2330 /custom_md_loader/classes/MetadataService.cls 3399 26 3399 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2331 /custom_md_loader/classes/MetadataService.cls 3400 26 3400 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 'reputationPointsRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2331 /custom_md_loader/classes/MetadataService.cls 3400 26 3400 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 'reputationPointsRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2332 /custom_md_loader/classes/MetadataService.cls 3401 26 3401 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 'selfRegProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2332 /custom_md_loader/classes/MetadataService.cls 3401 26 3401 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 'selfRegProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2333 /custom_md_loader/classes/MetadataService.cls 3402 26 3402 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 'selfRegistration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2333 /custom_md_loader/classes/MetadataService.cls 3402 26 3402 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 'selfRegistration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2334 /custom_md_loader/classes/MetadataService.cls 3403 26 3403 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2334 /custom_md_loader/classes/MetadataService.cls 3403 26 3403 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2335 /custom_md_loader/classes/MetadataService.cls 3404 26 3404 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2335 /custom_md_loader/classes/MetadataService.cls 3404 26 3404 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2336 /custom_md_loader/classes/MetadataService.cls 3405 26 3405 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2336 /custom_md_loader/classes/MetadataService.cls 3405 26 3405 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2337 /custom_md_loader/classes/MetadataService.cls 3406 26 3406 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 'tabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2337 /custom_md_loader/classes/MetadataService.cls 3406 26 3406 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 'tabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2338 /custom_md_loader/classes/MetadataService.cls 3407 26 3407 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2338 /custom_md_loader/classes/MetadataService.cls 3407 26 3407 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2339 /custom_md_loader/classes/MetadataService.cls 3408 26 3408 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 'welcomeTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2339 /custom_md_loader/classes/MetadataService.cls 3408 26 3408 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 'welcomeTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2340 /custom_md_loader/classes/MetadataService.cls 3409 26 3409 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2340 /custom_md_loader/classes/MetadataService.cls 3409 26 3409 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2341 /custom_md_loader/classes/MetadataService.cls 3410 26 3410 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2341 /custom_md_loader/classes/MetadataService.cls 3410 26 3410 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2342 /custom_md_loader/classes/MetadataService.cls 3411 26 3411 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]*'
2342 /custom_md_loader/classes/MetadataService.cls 3411 26 3411 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]*'
2343 /custom_md_loader/classes/MetadataService.cls 3412 26 3412 602 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2343 /custom_md_loader/classes/MetadataService.cls 3412 26 3412 602 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2344 /custom_md_loader/classes/MetadataService.cls 3414 12 3421 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2344 /custom_md_loader/classes/MetadataService.cls 3414 12 3421 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2345 /custom_md_loader/classes/MetadataService.cls 3417 26 3417 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2345 /custom_md_loader/classes/MetadataService.cls 3417 26 3417 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2346 /custom_md_loader/classes/MetadataService.cls 3418 26 3418 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2346 /custom_md_loader/classes/MetadataService.cls 3418 26 3418 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2347 /custom_md_loader/classes/MetadataService.cls 3419 26 3419 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2347 /custom_md_loader/classes/MetadataService.cls 3419 26 3419 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2348 /custom_md_loader/classes/MetadataService.cls 3420 26 3420 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]*'
2348 /custom_md_loader/classes/MetadataService.cls 3420 26 3420 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]*'
2349 /custom_md_loader/classes/MetadataService.cls 3422 12 3439 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2349 /custom_md_loader/classes/MetadataService.cls 3422 12 3439 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2350 /custom_md_loader/classes/MetadataService.cls 3422 12 3439 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2350 /custom_md_loader/classes/MetadataService.cls 3422 12 3439 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2351 /custom_md_loader/classes/MetadataService.cls 3430 26 3430 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2351 /custom_md_loader/classes/MetadataService.cls 3430 26 3430 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2352 /custom_md_loader/classes/MetadataService.cls 3431 26 3431 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 'isCollection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2352 /custom_md_loader/classes/MetadataService.cls 3431 26 3431 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 'isCollection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2353 /custom_md_loader/classes/MetadataService.cls 3432 26 3432 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 'isInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2353 /custom_md_loader/classes/MetadataService.cls 3432 26 3432 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 'isInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2354 /custom_md_loader/classes/MetadataService.cls 3433 26 3433 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 'isOutput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2354 /custom_md_loader/classes/MetadataService.cls 3433 26 3433 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 'isOutput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2355 /custom_md_loader/classes/MetadataService.cls 3434 26 3434 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2355 /custom_md_loader/classes/MetadataService.cls 3434 26 3434 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2356 /custom_md_loader/classes/MetadataService.cls 3435 26 3435 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2356 /custom_md_loader/classes/MetadataService.cls 3435 26 3435 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2357 /custom_md_loader/classes/MetadataService.cls 3436 26 3436 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2357 /custom_md_loader/classes/MetadataService.cls 3436 26 3436 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2358 /custom_md_loader/classes/MetadataService.cls 3437 26 3437 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2358 /custom_md_loader/classes/MetadataService.cls 3437 26 3437 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2359 /custom_md_loader/classes/MetadataService.cls 3438 26 3438 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]*'
2359 /custom_md_loader/classes/MetadataService.cls 3438 26 3438 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]*'
2360 /custom_md_loader/classes/MetadataService.cls 3440 12 3453 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2360 /custom_md_loader/classes/MetadataService.cls 3440 12 3453 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2361 /custom_md_loader/classes/MetadataService.cls 3446 26 3446 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 'enableAccountOwnerReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2361 /custom_md_loader/classes/MetadataService.cls 3446 26 3446 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 'enableAccountOwnerReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2362 /custom_md_loader/classes/MetadataService.cls 3447 26 3447 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 'enableAccountTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2362 /custom_md_loader/classes/MetadataService.cls 3447 26 3447 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 'enableAccountTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2363 /custom_md_loader/classes/MetadataService.cls 3448 26 3448 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 'showViewHierarchyLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2363 /custom_md_loader/classes/MetadataService.cls 3448 26 3448 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 'showViewHierarchyLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2364 /custom_md_loader/classes/MetadataService.cls 3449 26 3449 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.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 /custom_md_loader/classes/MetadataService.cls 3449 26 3449 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2365 /custom_md_loader/classes/MetadataService.cls 3450 26 3450 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2365 /custom_md_loader/classes/MetadataService.cls 3450 26 3450 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2366 /custom_md_loader/classes/MetadataService.cls 3451 26 3451 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]*'
2366 /custom_md_loader/classes/MetadataService.cls 3451 26 3451 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]*'
2367 /custom_md_loader/classes/MetadataService.cls 3452 26 3452 147 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2367 /custom_md_loader/classes/MetadataService.cls 3452 26 3452 147 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2368 /custom_md_loader/classes/MetadataService.cls 3454 12 3461 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2368 /custom_md_loader/classes/MetadataService.cls 3454 12 3461 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2369 /custom_md_loader/classes/MetadataService.cls 3457 26 3457 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2369 /custom_md_loader/classes/MetadataService.cls 3457 26 3457 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2370 /custom_md_loader/classes/MetadataService.cls 3458 26 3458 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2370 /custom_md_loader/classes/MetadataService.cls 3458 26 3458 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2371 /custom_md_loader/classes/MetadataService.cls 3459 26 3459 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2371 /custom_md_loader/classes/MetadataService.cls 3459 26 3459 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2372 /custom_md_loader/classes/MetadataService.cls 3460 26 3460 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]*'
2372 /custom_md_loader/classes/MetadataService.cls 3460 26 3460 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]*'
2373 /custom_md_loader/classes/MetadataService.cls 3462 12 3467 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2373 /custom_md_loader/classes/MetadataService.cls 3462 12 3467 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2374 /custom_md_loader/classes/MetadataService.cls 3464 26 3464 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2374 /custom_md_loader/classes/MetadataService.cls 3464 26 3464 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2375 /custom_md_loader/classes/MetadataService.cls 3465 26 3465 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2375 /custom_md_loader/classes/MetadataService.cls 3465 26 3465 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2376 /custom_md_loader/classes/MetadataService.cls 3466 26 3466 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]*'
2376 /custom_md_loader/classes/MetadataService.cls 3466 26 3466 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]*'
2377 /custom_md_loader/classes/MetadataService.cls 3468 12 3475 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2377 /custom_md_loader/classes/MetadataService.cls 3468 12 3475 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2378 /custom_md_loader/classes/MetadataService.cls 3471 26 3471 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 'dashboardFilterOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2378 /custom_md_loader/classes/MetadataService.cls 3471 26 3471 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 'dashboardFilterOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2379 /custom_md_loader/classes/MetadataService.cls 3472 26 3472 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2379 /custom_md_loader/classes/MetadataService.cls 3472 26 3472 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2380 /custom_md_loader/classes/MetadataService.cls 3473 26 3473 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2380 /custom_md_loader/classes/MetadataService.cls 3473 26 3473 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2381 /custom_md_loader/classes/MetadataService.cls 3474 26 3474 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2381 /custom_md_loader/classes/MetadataService.cls 3474 26 3474 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2382 /custom_md_loader/classes/MetadataService.cls 3476 12 3507 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2382 /custom_md_loader/classes/MetadataService.cls 3476 12 3507 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2383 /custom_md_loader/classes/MetadataService.cls 3476 12 3507 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2383 /custom_md_loader/classes/MetadataService.cls 3476 12 3507 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2384 /custom_md_loader/classes/MetadataService.cls 3491 26 3491 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 'fridayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2384 /custom_md_loader/classes/MetadataService.cls 3491 26 3491 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 'fridayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2385 /custom_md_loader/classes/MetadataService.cls 3492 26 3492 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 'fridayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2385 /custom_md_loader/classes/MetadataService.cls 3492 26 3492 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 'fridayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2386 /custom_md_loader/classes/MetadataService.cls 3493 26 3493 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 'mondayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2386 /custom_md_loader/classes/MetadataService.cls 3493 26 3493 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 'mondayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2387 /custom_md_loader/classes/MetadataService.cls 3494 26 3494 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 'mondayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2387 /custom_md_loader/classes/MetadataService.cls 3494 26 3494 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 'mondayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2388 /custom_md_loader/classes/MetadataService.cls 3495 26 3495 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 'saturdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2388 /custom_md_loader/classes/MetadataService.cls 3495 26 3495 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 'saturdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2389 /custom_md_loader/classes/MetadataService.cls 3496 26 3496 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 'saturdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2389 /custom_md_loader/classes/MetadataService.cls 3496 26 3496 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 'saturdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2390 /custom_md_loader/classes/MetadataService.cls 3497 26 3497 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 'sundayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2390 /custom_md_loader/classes/MetadataService.cls 3497 26 3497 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 'sundayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2391 /custom_md_loader/classes/MetadataService.cls 3498 26 3498 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 'sundayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2391 /custom_md_loader/classes/MetadataService.cls 3498 26 3498 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 'sundayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2392 /custom_md_loader/classes/MetadataService.cls 3499 26 3499 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 'thursdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2392 /custom_md_loader/classes/MetadataService.cls 3499 26 3499 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 'thursdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2393 /custom_md_loader/classes/MetadataService.cls 3500 26 3500 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 'thursdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2393 /custom_md_loader/classes/MetadataService.cls 3500 26 3500 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 'thursdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2394 /custom_md_loader/classes/MetadataService.cls 3501 26 3501 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 'tuesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2394 /custom_md_loader/classes/MetadataService.cls 3501 26 3501 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 'tuesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2395 /custom_md_loader/classes/MetadataService.cls 3502 26 3502 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 'tuesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2395 /custom_md_loader/classes/MetadataService.cls 3502 26 3502 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 'tuesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2396 /custom_md_loader/classes/MetadataService.cls 3503 26 3503 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 'wednesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2396 /custom_md_loader/classes/MetadataService.cls 3503 26 3503 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 'wednesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2397 /custom_md_loader/classes/MetadataService.cls 3504 26 3504 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 'wednesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2397 /custom_md_loader/classes/MetadataService.cls 3504 26 3504 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 'wednesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2398 /custom_md_loader/classes/MetadataService.cls 3505 26 3505 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2398 /custom_md_loader/classes/MetadataService.cls 3505 26 3505 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2399 /custom_md_loader/classes/MetadataService.cls 3506 26 3506 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]*'
2399 /custom_md_loader/classes/MetadataService.cls 3506 26 3506 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]*'
2400 /custom_md_loader/classes/MetadataService.cls 3508 12 3519 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2400 /custom_md_loader/classes/MetadataService.cls 3508 12 3519 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2401 /custom_md_loader/classes/MetadataService.cls 3512 23 3512 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]*'
2401 /custom_md_loader/classes/MetadataService.cls 3512 23 3512 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]*'
2402 /custom_md_loader/classes/MetadataService.cls 3513 26 3513 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2402 /custom_md_loader/classes/MetadataService.cls 3513 26 3513 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2403 /custom_md_loader/classes/MetadataService.cls 3514 26 3514 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 'line_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2403 /custom_md_loader/classes/MetadataService.cls 3514 26 3514 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 'line_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2404 /custom_md_loader/classes/MetadataService.cls 3515 26 3515 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 'numExecutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2404 /custom_md_loader/classes/MetadataService.cls 3515 26 3515 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 'numExecutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2405 /custom_md_loader/classes/MetadataService.cls 3516 26 3516 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2405 /custom_md_loader/classes/MetadataService.cls 3516 26 3516 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2406 /custom_md_loader/classes/MetadataService.cls 3517 26 3517 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2406 /custom_md_loader/classes/MetadataService.cls 3517 26 3517 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2407 /custom_md_loader/classes/MetadataService.cls 3518 26 3518 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]*'
2407 /custom_md_loader/classes/MetadataService.cls 3518 26 3518 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]*'
2408 /custom_md_loader/classes/MetadataService.cls 3520 12 3527 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2408 /custom_md_loader/classes/MetadataService.cls 3520 12 3527 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2409 /custom_md_loader/classes/MetadataService.cls 3523 26 3523 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2409 /custom_md_loader/classes/MetadataService.cls 3523 26 3523 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2410 /custom_md_loader/classes/MetadataService.cls 3524 26 3524 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2410 /custom_md_loader/classes/MetadataService.cls 3524 26 3524 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2411 /custom_md_loader/classes/MetadataService.cls 3525 26 3525 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2411 /custom_md_loader/classes/MetadataService.cls 3525 26 3525 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2412 /custom_md_loader/classes/MetadataService.cls 3526 26 3526 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]*'
2412 /custom_md_loader/classes/MetadataService.cls 3526 26 3526 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]*'
2413 /custom_md_loader/classes/MetadataService.cls 3528 12 3537 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2413 /custom_md_loader/classes/MetadataService.cls 3528 12 3537 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2414 /custom_md_loader/classes/MetadataService.cls 3532 26 3532 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2414 /custom_md_loader/classes/MetadataService.cls 3532 26 3532 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2415 /custom_md_loader/classes/MetadataService.cls 3533 26 3533 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 'isFieldManaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2415 /custom_md_loader/classes/MetadataService.cls 3533 26 3533 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 'isFieldManaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2416 /custom_md_loader/classes/MetadataService.cls 3534 26 3534 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2416 /custom_md_loader/classes/MetadataService.cls 3534 26 3534 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2417 /custom_md_loader/classes/MetadataService.cls 3535 26 3535 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2417 /custom_md_loader/classes/MetadataService.cls 3535 26 3535 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2418 /custom_md_loader/classes/MetadataService.cls 3536 26 3536 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2418 /custom_md_loader/classes/MetadataService.cls 3536 26 3536 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2419 /custom_md_loader/classes/MetadataService.cls 3538 12 3543 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2419 /custom_md_loader/classes/MetadataService.cls 3538 12 3543 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2420 /custom_md_loader/classes/MetadataService.cls 3540 26 3540 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2420 /custom_md_loader/classes/MetadataService.cls 3540 26 3540 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2421 /custom_md_loader/classes/MetadataService.cls 3541 26 3541 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2421 /custom_md_loader/classes/MetadataService.cls 3541 26 3541 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2422 /custom_md_loader/classes/MetadataService.cls 3542 26 3542 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]*'
2422 /custom_md_loader/classes/MetadataService.cls 3542 26 3542 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]*'
2423 /custom_md_loader/classes/MetadataService.cls 3544 12 3557 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2423 /custom_md_loader/classes/MetadataService.cls 3544 12 3557 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2424 /custom_md_loader/classes/MetadataService.cls 3550 26 3550 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 'enableNegativeQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2424 /custom_md_loader/classes/MetadataService.cls 3550 26 3550 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 'enableNegativeQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2425 /custom_md_loader/classes/MetadataService.cls 3551 26 3551 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 'enableOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2425 /custom_md_loader/classes/MetadataService.cls 3551 26 3551 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 'enableOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2426 /custom_md_loader/classes/MetadataService.cls 3552 26 3552 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 'enableReductionOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2426 /custom_md_loader/classes/MetadataService.cls 3552 26 3552 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 'enableReductionOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2427 /custom_md_loader/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]*'
2427 /custom_md_loader/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]*'
2428 /custom_md_loader/classes/MetadataService.cls 3554 26 3554 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2428 /custom_md_loader/classes/MetadataService.cls 3554 26 3554 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2429 /custom_md_loader/classes/MetadataService.cls 3555 26 3555 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]*'
2429 /custom_md_loader/classes/MetadataService.cls 3555 26 3555 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]*'
2430 /custom_md_loader/classes/MetadataService.cls 3556 26 3556 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]*'
2430 /custom_md_loader/classes/MetadataService.cls 3556 26 3556 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]*'
2431 /custom_md_loader/classes/MetadataService.cls 3558 12 3565 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2431 /custom_md_loader/classes/MetadataService.cls 3558 12 3565 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2432 /custom_md_loader/classes/MetadataService.cls 3561 26 3561 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2432 /custom_md_loader/classes/MetadataService.cls 3561 26 3561 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2433 /custom_md_loader/classes/MetadataService.cls 3562 26 3562 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2433 /custom_md_loader/classes/MetadataService.cls 3562 26 3562 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2434 /custom_md_loader/classes/MetadataService.cls 3563 26 3563 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2434 /custom_md_loader/classes/MetadataService.cls 3563 26 3563 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2435 /custom_md_loader/classes/MetadataService.cls 3564 26 3564 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]*'
2435 /custom_md_loader/classes/MetadataService.cls 3564 26 3564 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]*'
2436 /custom_md_loader/classes/MetadataService.cls 3566 12 3579 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2436 /custom_md_loader/classes/MetadataService.cls 3566 12 3579 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2437 /custom_md_loader/classes/MetadataService.cls 3572 26 3572 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2437 /custom_md_loader/classes/MetadataService.cls 3572 26 3572 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2438 /custom_md_loader/classes/MetadataService.cls 3573 26 3573 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 'columnToColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2438 /custom_md_loader/classes/MetadataService.cls 3573 26 3573 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 'columnToColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2439 /custom_md_loader/classes/MetadataService.cls 3574 26 3574 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2439 /custom_md_loader/classes/MetadataService.cls 3574 26 3574 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2440 /custom_md_loader/classes/MetadataService.cls 3575 26 3575 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2440 /custom_md_loader/classes/MetadataService.cls 3575 26 3575 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2441 /custom_md_loader/classes/MetadataService.cls 3576 26 3576 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2441 /custom_md_loader/classes/MetadataService.cls 3576 26 3576 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2442 /custom_md_loader/classes/MetadataService.cls 3577 26 3577 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2442 /custom_md_loader/classes/MetadataService.cls 3577 26 3577 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2443 /custom_md_loader/classes/MetadataService.cls 3578 26 3578 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]*'
2443 /custom_md_loader/classes/MetadataService.cls 3578 26 3578 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]*'
2444 /custom_md_loader/classes/MetadataService.cls 3580 12 3601 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2444 /custom_md_loader/classes/MetadataService.cls 3580 12 3601 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2445 /custom_md_loader/classes/MetadataService.cls 3580 12 3601 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2445 /custom_md_loader/classes/MetadataService.cls 3580 12 3601 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2446 /custom_md_loader/classes/MetadataService.cls 3584 24 3584 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]*'
2446 /custom_md_loader/classes/MetadataService.cls 3584 24 3584 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]*'
2447 /custom_md_loader/classes/MetadataService.cls 3585 23 3585 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]*'
2447 /custom_md_loader/classes/MetadataService.cls 3585 23 3585 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]*'
2448 /custom_md_loader/classes/MetadataService.cls 3590 26 3590 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2448 /custom_md_loader/classes/MetadataService.cls 3590 26 3590 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2449 /custom_md_loader/classes/MetadataService.cls 3591 26 3591 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 'displayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2449 /custom_md_loader/classes/MetadataService.cls 3591 26 3591 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 'displayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2450 /custom_md_loader/classes/MetadataService.cls 3592 26 3592 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2450 /custom_md_loader/classes/MetadataService.cls 3592 26 3592 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2451 /custom_md_loader/classes/MetadataService.cls 3593 26 3593 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 'limit_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2451 /custom_md_loader/classes/MetadataService.cls 3593 26 3593 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 'limit_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2452 /custom_md_loader/classes/MetadataService.cls 3594 26 3594 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2452 /custom_md_loader/classes/MetadataService.cls 3594 26 3594 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2453 /custom_md_loader/classes/MetadataService.cls 3595 26 3595 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2453 /custom_md_loader/classes/MetadataService.cls 3595 26 3595 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2454 /custom_md_loader/classes/MetadataService.cls 3596 26 3596 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2454 /custom_md_loader/classes/MetadataService.cls 3596 26 3596 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2455 /custom_md_loader/classes/MetadataService.cls 3597 26 3597 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2455 /custom_md_loader/classes/MetadataService.cls 3597 26 3597 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2456 /custom_md_loader/classes/MetadataService.cls 3598 26 3598 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2456 /custom_md_loader/classes/MetadataService.cls 3598 26 3598 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2457 /custom_md_loader/classes/MetadataService.cls 3599 26 3599 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2457 /custom_md_loader/classes/MetadataService.cls 3599 26 3599 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2458 /custom_md_loader/classes/MetadataService.cls 3600 26 3600 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]*'
2458 /custom_md_loader/classes/MetadataService.cls 3600 26 3600 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]*'
2459 /custom_md_loader/classes/MetadataService.cls 3602 12 3633 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2459 /custom_md_loader/classes/MetadataService.cls 3602 12 3633 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2460 /custom_md_loader/classes/MetadataService.cls 3602 12 3633 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2460 /custom_md_loader/classes/MetadataService.cls 3602 12 3633 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2461 /custom_md_loader/classes/MetadataService.cls 3617 26 3617 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 'answers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2461 /custom_md_loader/classes/MetadataService.cls 3617 26 3617 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 'answers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2462 /custom_md_loader/classes/MetadataService.cls 3618 26 3618 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 'cases_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2462 /custom_md_loader/classes/MetadataService.cls 3618 26 3618 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 'cases_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2463 /custom_md_loader/classes/MetadataService.cls 3619 26 3619 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2463 /custom_md_loader/classes/MetadataService.cls 3619 26 3619 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2464 /custom_md_loader/classes/MetadataService.cls 3620 26 3620 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 'enableChatterQuestionKBDeflection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2464 /custom_md_loader/classes/MetadataService.cls 3620 26 3620 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 'enableChatterQuestionKBDeflection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2465 /custom_md_loader/classes/MetadataService.cls 3621 26 3621 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 'enableCreateEditOnArticlesTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2465 /custom_md_loader/classes/MetadataService.cls 3621 26 3621 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 'enableCreateEditOnArticlesTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2466 /custom_md_loader/classes/MetadataService.cls 3622 26 3622 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 'enableExternalMediaContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2466 /custom_md_loader/classes/MetadataService.cls 3622 26 3622 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 'enableExternalMediaContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2467 /custom_md_loader/classes/MetadataService.cls 3623 26 3623 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 'enableKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2467 /custom_md_loader/classes/MetadataService.cls 3623 26 3623 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 'enableKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2468 /custom_md_loader/classes/MetadataService.cls 3624 26 3624 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 'languages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2468 /custom_md_loader/classes/MetadataService.cls 3624 26 3624 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 'languages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2469 /custom_md_loader/classes/MetadataService.cls 3625 26 3625 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 'showArticleSummariesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2469 /custom_md_loader/classes/MetadataService.cls 3625 26 3625 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 'showArticleSummariesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2470 /custom_md_loader/classes/MetadataService.cls 3626 26 3626 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 'showArticleSummariesInternalApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2470 /custom_md_loader/classes/MetadataService.cls 3626 26 3626 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 'showArticleSummariesInternalApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2471 /custom_md_loader/classes/MetadataService.cls 3627 26 3627 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 'showArticleSummariesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2471 /custom_md_loader/classes/MetadataService.cls 3627 26 3627 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 'showArticleSummariesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2472 /custom_md_loader/classes/MetadataService.cls 3628 26 3628 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 'showValidationStatusField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2472 /custom_md_loader/classes/MetadataService.cls 3628 26 3628 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 'showValidationStatusField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2473 /custom_md_loader/classes/MetadataService.cls 3629 26 3629 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2473 /custom_md_loader/classes/MetadataService.cls 3629 26 3629 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2474 /custom_md_loader/classes/MetadataService.cls 3630 26 3630 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2474 /custom_md_loader/classes/MetadataService.cls 3630 26 3630 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2475 /custom_md_loader/classes/MetadataService.cls 3631 26 3631 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]*'
2475 /custom_md_loader/classes/MetadataService.cls 3631 26 3631 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]*'
2476 /custom_md_loader/classes/MetadataService.cls 3632 26 3632 373 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2476 /custom_md_loader/classes/MetadataService.cls 3632 26 3632 373 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2477 /custom_md_loader/classes/MetadataService.cls 3634 12 3641 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2477 /custom_md_loader/classes/MetadataService.cls 3634 12 3641 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2478 /custom_md_loader/classes/MetadataService.cls 3637 26 3637 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2478 /custom_md_loader/classes/MetadataService.cls 3637 26 3637 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2479 /custom_md_loader/classes/MetadataService.cls 3638 26 3638 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2479 /custom_md_loader/classes/MetadataService.cls 3638 26 3638 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2480 /custom_md_loader/classes/MetadataService.cls 3639 26 3639 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2480 /custom_md_loader/classes/MetadataService.cls 3639 26 3639 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2481 /custom_md_loader/classes/MetadataService.cls 3640 26 3640 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]*'
2481 /custom_md_loader/classes/MetadataService.cls 3640 26 3640 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]*'
2482 /custom_md_loader/classes/MetadataService.cls 3642 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
2482 /custom_md_loader/classes/MetadataService.cls 3642 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
2483 /custom_md_loader/classes/MetadataService.cls 3642 12 3647 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2483 /custom_md_loader/classes/MetadataService.cls 3642 12 3647 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2484 /custom_md_loader/classes/MetadataService.cls 3644 26 3644 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2484 /custom_md_loader/classes/MetadataService.cls 3644 26 3644 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2485 /custom_md_loader/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]*'
2485 /custom_md_loader/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]*'
2486 /custom_md_loader/classes/MetadataService.cls 3646 26 3646 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]*'
2486 /custom_md_loader/classes/MetadataService.cls 3646 26 3646 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]*'
2487 /custom_md_loader/classes/MetadataService.cls 3648 12 3663 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2487 /custom_md_loader/classes/MetadataService.cls 3648 12 3663 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2488 /custom_md_loader/classes/MetadataService.cls 3655 26 3655 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2488 /custom_md_loader/classes/MetadataService.cls 3655 26 3655 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2489 /custom_md_loader/classes/MetadataService.cls 3656 26 3656 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2489 /custom_md_loader/classes/MetadataService.cls 3656 26 3656 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2490 /custom_md_loader/classes/MetadataService.cls 3657 26 3657 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2490 /custom_md_loader/classes/MetadataService.cls 3657 26 3657 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2491 /custom_md_loader/classes/MetadataService.cls 3658 26 3658 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2491 /custom_md_loader/classes/MetadataService.cls 3658 26 3658 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2492 /custom_md_loader/classes/MetadataService.cls 3659 26 3659 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2492 /custom_md_loader/classes/MetadataService.cls 3659 26 3659 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2493 /custom_md_loader/classes/MetadataService.cls 3660 26 3660 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]*'
2493 /custom_md_loader/classes/MetadataService.cls 3660 26 3660 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]*'
2494 /custom_md_loader/classes/MetadataService.cls 3661 26 3661 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]*'
2494 /custom_md_loader/classes/MetadataService.cls 3661 26 3661 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]*'
2495 /custom_md_loader/classes/MetadataService.cls 3662 26 3662 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]*'
2495 /custom_md_loader/classes/MetadataService.cls 3662 26 3662 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]*'
2496 /custom_md_loader/classes/MetadataService.cls 3664 12 3693 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2496 /custom_md_loader/classes/MetadataService.cls 3664 12 3693 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2497 /custom_md_loader/classes/MetadataService.cls 3664 12 3693 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2497 /custom_md_loader/classes/MetadataService.cls 3664 12 3693 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2498 /custom_md_loader/classes/MetadataService.cls 3678 26 3678 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 'disableTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2498 /custom_md_loader/classes/MetadataService.cls 3678 26 3678 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 'disableTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2499 /custom_md_loader/classes/MetadataService.cls 3679 26 3679 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 'enableCSRFOnGet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2499 /custom_md_loader/classes/MetadataService.cls 3679 26 3679 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 'enableCSRFOnGet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2500 /custom_md_loader/classes/MetadataService.cls 3680 26 3680 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 'enableCSRFOnPost_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2500 /custom_md_loader/classes/MetadataService.cls 3680 26 3680 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 'enableCSRFOnPost_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2501 /custom_md_loader/classes/MetadataService.cls 3681 26 3681 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 'enableCacheAndAutocomplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2501 /custom_md_loader/classes/MetadataService.cls 3681 26 3681 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 'enableCacheAndAutocomplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2502 /custom_md_loader/classes/MetadataService.cls 3682 26 3682 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 'enableClickjackNonsetupSFDC_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2502 /custom_md_loader/classes/MetadataService.cls 3682 26 3682 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 'enableClickjackNonsetupSFDC_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2503 /custom_md_loader/classes/MetadataService.cls 3683 26 3683 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 'enableClickjackNonsetupUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2503 /custom_md_loader/classes/MetadataService.cls 3683 26 3683 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 'enableClickjackNonsetupUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2504 /custom_md_loader/classes/MetadataService.cls 3684 26 3684 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 'enableClickjackSetup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2504 /custom_md_loader/classes/MetadataService.cls 3684 26 3684 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 'enableClickjackSetup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2505 /custom_md_loader/classes/MetadataService.cls 3685 26 3685 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 'enablePostForSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2505 /custom_md_loader/classes/MetadataService.cls 3685 26 3685 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 'enablePostForSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2506 /custom_md_loader/classes/MetadataService.cls 3686 26 3686 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 'enableSMSIdentity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2506 /custom_md_loader/classes/MetadataService.cls 3686 26 3686 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 'enableSMSIdentity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2507 /custom_md_loader/classes/MetadataService.cls 3687 26 3687 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 'forceLogoutOnSessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2507 /custom_md_loader/classes/MetadataService.cls 3687 26 3687 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 'forceLogoutOnSessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2508 /custom_md_loader/classes/MetadataService.cls 3688 26 3688 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 'forceRelogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2508 /custom_md_loader/classes/MetadataService.cls 3688 26 3688 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 'forceRelogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2509 /custom_md_loader/classes/MetadataService.cls 3689 26 3689 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 'lockSessionsToIp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2509 /custom_md_loader/classes/MetadataService.cls 3689 26 3689 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 'lockSessionsToIp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2510 /custom_md_loader/classes/MetadataService.cls 3690 26 3690 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 'sessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2510 /custom_md_loader/classes/MetadataService.cls 3690 26 3690 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 'sessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2511 /custom_md_loader/classes/MetadataService.cls 3691 26 3691 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2511 /custom_md_loader/classes/MetadataService.cls 3691 26 3691 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2512 /custom_md_loader/classes/MetadataService.cls 3692 26 3692 361 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2512 /custom_md_loader/classes/MetadataService.cls 3692 26 3692 361 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2513 /custom_md_loader/classes/MetadataService.cls 3694 12 3713 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2513 /custom_md_loader/classes/MetadataService.cls 3694 12 3713 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2514 /custom_md_loader/classes/MetadataService.cls 3694 12 3713 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2514 /custom_md_loader/classes/MetadataService.cls 3694 12 3713 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2515 /custom_md_loader/classes/MetadataService.cls 3702 24 3702 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]*'
2515 /custom_md_loader/classes/MetadataService.cls 3702 24 3702 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]*'
2516 /custom_md_loader/classes/MetadataService.cls 3703 26 3703 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2516 /custom_md_loader/classes/MetadataService.cls 3703 26 3703 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2517 /custom_md_loader/classes/MetadataService.cls 3704 26 3704 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 'internalUseOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2517 /custom_md_loader/classes/MetadataService.cls 3704 26 3704 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 'internalUseOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2518 /custom_md_loader/classes/MetadataService.cls 3705 26 3705 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2518 /custom_md_loader/classes/MetadataService.cls 3705 26 3705 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2519 /custom_md_loader/classes/MetadataService.cls 3706 26 3706 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2519 /custom_md_loader/classes/MetadataService.cls 3706 26 3706 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2520 /custom_md_loader/classes/MetadataService.cls 3707 26 3707 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 'public_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2520 /custom_md_loader/classes/MetadataService.cls 3707 26 3707 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 'public_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2521 /custom_md_loader/classes/MetadataService.cls 3708 26 3708 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2521 /custom_md_loader/classes/MetadataService.cls 3708 26 3708 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2522 /custom_md_loader/classes/MetadataService.cls 3709 26 3709 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2522 /custom_md_loader/classes/MetadataService.cls 3709 26 3709 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2523 /custom_md_loader/classes/MetadataService.cls 3710 26 3710 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]*'
2523 /custom_md_loader/classes/MetadataService.cls 3710 26 3710 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]*'
2524 /custom_md_loader/classes/MetadataService.cls 3711 26 3711 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]*'
2524 /custom_md_loader/classes/MetadataService.cls 3711 26 3711 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]*'
2525 /custom_md_loader/classes/MetadataService.cls 3712 26 3712 147 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2525 /custom_md_loader/classes/MetadataService.cls 3712 26 3712 147 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2526 /custom_md_loader/classes/MetadataService.cls 3714 12 3723 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2526 /custom_md_loader/classes/MetadataService.cls 3714 12 3723 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2527 /custom_md_loader/classes/MetadataService.cls 3718 26 3718 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 'autoResponseRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2527 /custom_md_loader/classes/MetadataService.cls 3718 26 3718 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 'autoResponseRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2528 /custom_md_loader/classes/MetadataService.cls 3719 26 3719 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2528 /custom_md_loader/classes/MetadataService.cls 3719 26 3719 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2529 /custom_md_loader/classes/MetadataService.cls 3720 26 3720 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2529 /custom_md_loader/classes/MetadataService.cls 3720 26 3720 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2530 /custom_md_loader/classes/MetadataService.cls 3721 26 3721 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]*'
2530 /custom_md_loader/classes/MetadataService.cls 3721 26 3721 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]*'
2531 /custom_md_loader/classes/MetadataService.cls 3722 26 3722 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]*'
2531 /custom_md_loader/classes/MetadataService.cls 3722 26 3722 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]*'
2532 /custom_md_loader/classes/MetadataService.cls 3724 20 3737 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2532 /custom_md_loader/classes/MetadataService.cls 3724 20 3737 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2533 /custom_md_loader/classes/MetadataService.cls 3730 26 3730 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2533 /custom_md_loader/classes/MetadataService.cls 3730 26 3730 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2534 /custom_md_loader/classes/MetadataService.cls 3731 26 3731 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2534 /custom_md_loader/classes/MetadataService.cls 3731 26 3731 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2535 /custom_md_loader/classes/MetadataService.cls 3732 26 3732 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2535 /custom_md_loader/classes/MetadataService.cls 3732 26 3732 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2536 /custom_md_loader/classes/MetadataService.cls 3733 26 3733 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2536 /custom_md_loader/classes/MetadataService.cls 3733 26 3733 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2537 /custom_md_loader/classes/MetadataService.cls 3734 26 3734 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2537 /custom_md_loader/classes/MetadataService.cls 3734 26 3734 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2538 /custom_md_loader/classes/MetadataService.cls 3735 26 3735 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2538 /custom_md_loader/classes/MetadataService.cls 3735 26 3735 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2539 /custom_md_loader/classes/MetadataService.cls 3736 26 3736 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]*'
2539 /custom_md_loader/classes/MetadataService.cls 3736 26 3736 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]*'
2540 /custom_md_loader/classes/MetadataService.cls 3738 12 3751 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2540 /custom_md_loader/classes/MetadataService.cls 3738 12 3751 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2541 /custom_md_loader/classes/MetadataService.cls 3744 26 3744 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2541 /custom_md_loader/classes/MetadataService.cls 3744 26 3744 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2542 /custom_md_loader/classes/MetadataService.cls 3745 26 3745 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2542 /custom_md_loader/classes/MetadataService.cls 3745 26 3745 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2543 /custom_md_loader/classes/MetadataService.cls 3746 26 3746 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2543 /custom_md_loader/classes/MetadataService.cls 3746 26 3746 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2544 /custom_md_loader/classes/MetadataService.cls 3747 26 3747 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2544 /custom_md_loader/classes/MetadataService.cls 3747 26 3747 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2545 /custom_md_loader/classes/MetadataService.cls 3748 26 3748 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2545 /custom_md_loader/classes/MetadataService.cls 3748 26 3748 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2546 /custom_md_loader/classes/MetadataService.cls 3749 26 3749 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]*'
2546 /custom_md_loader/classes/MetadataService.cls 3749 26 3749 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]*'
2547 /custom_md_loader/classes/MetadataService.cls 3750 26 3750 111 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2547 /custom_md_loader/classes/MetadataService.cls 3750 26 3750 111 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2548 /custom_md_loader/classes/MetadataService.cls 3752 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
2548 /custom_md_loader/classes/MetadataService.cls 3752 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
2549 /custom_md_loader/classes/MetadataService.cls 3752 12 3807 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class DeployResult has 26 public methods, attributes, and properties (limit: 20)
2549 /custom_md_loader/classes/MetadataService.cls 3752 12 3807 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class DeployResult has 26 public methods, attributes, and properties (limit: 20)
2550 /custom_md_loader/classes/MetadataService.cls 3752 12 3807 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2550 /custom_md_loader/classes/MetadataService.cls 3752 12 3807 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2551 /custom_md_loader/classes/MetadataService.cls 3779 26 3779 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 'canceledBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2551 /custom_md_loader/classes/MetadataService.cls 3779 26 3779 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 'canceledBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2552 /custom_md_loader/classes/MetadataService.cls 3780 26 3780 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 'canceledByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2552 /custom_md_loader/classes/MetadataService.cls 3780 26 3780 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 'canceledByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2553 /custom_md_loader/classes/MetadataService.cls 3781 26 3781 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2553 /custom_md_loader/classes/MetadataService.cls 3781 26 3781 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2554 /custom_md_loader/classes/MetadataService.cls 3782 26 3782 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 'completedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2554 /custom_md_loader/classes/MetadataService.cls 3782 26 3782 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 'completedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2555 /custom_md_loader/classes/MetadataService.cls 3783 26 3783 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 'createdBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2555 /custom_md_loader/classes/MetadataService.cls 3783 26 3783 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 'createdBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2556 /custom_md_loader/classes/MetadataService.cls 3784 26 3784 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2556 /custom_md_loader/classes/MetadataService.cls 3784 26 3784 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2557 /custom_md_loader/classes/MetadataService.cls 3785 26 3785 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2557 /custom_md_loader/classes/MetadataService.cls 3785 26 3785 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2558 /custom_md_loader/classes/MetadataService.cls 3786 26 3786 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 'details_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2558 /custom_md_loader/classes/MetadataService.cls 3786 26 3786 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 'details_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2559 /custom_md_loader/classes/MetadataService.cls 3787 26 3787 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2559 /custom_md_loader/classes/MetadataService.cls 3787 26 3787 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2560 /custom_md_loader/classes/MetadataService.cls 3788 26 3788 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2560 /custom_md_loader/classes/MetadataService.cls 3788 26 3788 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2561 /custom_md_loader/classes/MetadataService.cls 3789 26 3789 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2561 /custom_md_loader/classes/MetadataService.cls 3789 26 3789 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2562 /custom_md_loader/classes/MetadataService.cls 3790 26 3790 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]*'
2562 /custom_md_loader/classes/MetadataService.cls 3790 26 3790 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]*'
2563 /custom_md_loader/classes/MetadataService.cls 3791 26 3791 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 'ignoreWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2563 /custom_md_loader/classes/MetadataService.cls 3791 26 3791 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 'ignoreWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2564 /custom_md_loader/classes/MetadataService.cls 3792 26 3792 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2564 /custom_md_loader/classes/MetadataService.cls 3792 26 3792 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2565 /custom_md_loader/classes/MetadataService.cls 3793 26 3793 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 'numberComponentErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2565 /custom_md_loader/classes/MetadataService.cls 3793 26 3793 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 'numberComponentErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2566 /custom_md_loader/classes/MetadataService.cls 3794 26 3794 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 'numberComponentsDeployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2566 /custom_md_loader/classes/MetadataService.cls 3794 26 3794 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 'numberComponentsDeployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2567 /custom_md_loader/classes/MetadataService.cls 3795 26 3795 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 'numberComponentsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2567 /custom_md_loader/classes/MetadataService.cls 3795 26 3795 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 'numberComponentsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2568 /custom_md_loader/classes/MetadataService.cls 3796 26 3796 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 'numberTestErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2568 /custom_md_loader/classes/MetadataService.cls 3796 26 3796 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 'numberTestErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2569 /custom_md_loader/classes/MetadataService.cls 3797 26 3797 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 'numberTestsCompleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2569 /custom_md_loader/classes/MetadataService.cls 3797 26 3797 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 'numberTestsCompleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2570 /custom_md_loader/classes/MetadataService.cls 3798 26 3798 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 'numberTestsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2570 /custom_md_loader/classes/MetadataService.cls 3798 26 3798 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 'numberTestsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2571 /custom_md_loader/classes/MetadataService.cls 3799 26 3799 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2571 /custom_md_loader/classes/MetadataService.cls 3799 26 3799 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2572 /custom_md_loader/classes/MetadataService.cls 3800 26 3800 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 'runTestsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2572 /custom_md_loader/classes/MetadataService.cls 3800 26 3800 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 'runTestsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2573 /custom_md_loader/classes/MetadataService.cls 3801 26 3801 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 'startDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2573 /custom_md_loader/classes/MetadataService.cls 3801 26 3801 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 'startDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2574 /custom_md_loader/classes/MetadataService.cls 3802 26 3802 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 'stateDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2574 /custom_md_loader/classes/MetadataService.cls 3802 26 3802 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 'stateDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2575 /custom_md_loader/classes/MetadataService.cls 3803 26 3803 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2575 /custom_md_loader/classes/MetadataService.cls 3803 26 3803 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2576 /custom_md_loader/classes/MetadataService.cls 3804 26 3804 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2576 /custom_md_loader/classes/MetadataService.cls 3804 26 3804 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2577 /custom_md_loader/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]*'
2577 /custom_md_loader/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]*'
2578 /custom_md_loader/classes/MetadataService.cls 3806 26 3806 471 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2578 /custom_md_loader/classes/MetadataService.cls 3806 26 3806 471 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2579 /custom_md_loader/classes/MetadataService.cls 3808 12 3819 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2579 /custom_md_loader/classes/MetadataService.cls 3808 12 3819 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2580 /custom_md_loader/classes/MetadataService.cls 3813 26 3813 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2580 /custom_md_loader/classes/MetadataService.cls 3813 26 3813 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2581 /custom_md_loader/classes/MetadataService.cls 3814 26 3814 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 'campaignAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2581 /custom_md_loader/classes/MetadataService.cls 3814 26 3814 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 'campaignAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2582 /custom_md_loader/classes/MetadataService.cls 3815 26 3815 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2582 /custom_md_loader/classes/MetadataService.cls 3815 26 3815 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2583 /custom_md_loader/classes/MetadataService.cls 3816 26 3816 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2583 /custom_md_loader/classes/MetadataService.cls 3816 26 3816 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2584 /custom_md_loader/classes/MetadataService.cls 3817 26 3817 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2584 /custom_md_loader/classes/MetadataService.cls 3817 26 3817 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2585 /custom_md_loader/classes/MetadataService.cls 3818 26 3818 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]*'
2585 /custom_md_loader/classes/MetadataService.cls 3818 26 3818 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]*'
2586 /custom_md_loader/classes/MetadataService.cls 3820 12 3827 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2586 /custom_md_loader/classes/MetadataService.cls 3820 12 3827 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2587 /custom_md_loader/classes/MetadataService.cls 3823 26 3823 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2587 /custom_md_loader/classes/MetadataService.cls 3823 26 3823 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2588 /custom_md_loader/classes/MetadataService.cls 3824 26 3824 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2588 /custom_md_loader/classes/MetadataService.cls 3824 26 3824 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2589 /custom_md_loader/classes/MetadataService.cls 3825 26 3825 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2589 /custom_md_loader/classes/MetadataService.cls 3825 26 3825 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2590 /custom_md_loader/classes/MetadataService.cls 3826 26 3826 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]*'
2590 /custom_md_loader/classes/MetadataService.cls 3826 26 3826 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]*'
2591 /custom_md_loader/classes/MetadataService.cls 3828 12 3839 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2591 /custom_md_loader/classes/MetadataService.cls 3828 12 3839 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2592 /custom_md_loader/classes/MetadataService.cls 3833 26 3833 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2592 /custom_md_loader/classes/MetadataService.cls 3833 26 3833 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2593 /custom_md_loader/classes/MetadataService.cls 3834 26 3834 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2593 /custom_md_loader/classes/MetadataService.cls 3834 26 3834 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2594 /custom_md_loader/classes/MetadataService.cls 3835 26 3835 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2594 /custom_md_loader/classes/MetadataService.cls 3835 26 3835 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2595 /custom_md_loader/classes/MetadataService.cls 3836 26 3836 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 'userAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2595 /custom_md_loader/classes/MetadataService.cls 3836 26 3836 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 'userAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2596 /custom_md_loader/classes/MetadataService.cls 3837 26 3837 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2596 /custom_md_loader/classes/MetadataService.cls 3837 26 3837 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2597 /custom_md_loader/classes/MetadataService.cls 3838 26 3838 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]*'
2597 /custom_md_loader/classes/MetadataService.cls 3838 26 3838 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]*'
2598 /custom_md_loader/classes/MetadataService.cls 3840 12 3847 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2598 /custom_md_loader/classes/MetadataService.cls 3840 12 3847 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2599 /custom_md_loader/classes/MetadataService.cls 3842 23 3842 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]*'
2599 /custom_md_loader/classes/MetadataService.cls 3842 23 3842 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]*'
2600 /custom_md_loader/classes/MetadataService.cls 3843 26 3843 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2600 /custom_md_loader/classes/MetadataService.cls 3843 26 3843 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2601 /custom_md_loader/classes/MetadataService.cls 3844 26 3844 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2601 /custom_md_loader/classes/MetadataService.cls 3844 26 3844 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2602 /custom_md_loader/classes/MetadataService.cls 3845 26 3845 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2602 /custom_md_loader/classes/MetadataService.cls 3845 26 3845 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2603 /custom_md_loader/classes/MetadataService.cls 3846 26 3846 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]*'
2603 /custom_md_loader/classes/MetadataService.cls 3846 26 3846 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]*'
2604 /custom_md_loader/classes/MetadataService.cls 3848 12 3861 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2604 /custom_md_loader/classes/MetadataService.cls 3848 12 3861 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2605 /custom_md_loader/classes/MetadataService.cls 3854 26 3854 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2605 /custom_md_loader/classes/MetadataService.cls 3854 26 3854 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2606 /custom_md_loader/classes/MetadataService.cls 3855 26 3855 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2606 /custom_md_loader/classes/MetadataService.cls 3855 26 3855 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2607 /custom_md_loader/classes/MetadataService.cls 3856 26 3856 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 'horizontalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2607 /custom_md_loader/classes/MetadataService.cls 3856 26 3856 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 'horizontalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2608 /custom_md_loader/classes/MetadataService.cls 3857 26 3857 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2608 /custom_md_loader/classes/MetadataService.cls 3857 26 3857 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2609 /custom_md_loader/classes/MetadataService.cls 3858 26 3858 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 'verticalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2609 /custom_md_loader/classes/MetadataService.cls 3858 26 3858 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 'verticalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2610 /custom_md_loader/classes/MetadataService.cls 3859 26 3859 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2610 /custom_md_loader/classes/MetadataService.cls 3859 26 3859 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2611 /custom_md_loader/classes/MetadataService.cls 3860 26 3860 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]*'
2611 /custom_md_loader/classes/MetadataService.cls 3860 26 3860 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]*'
2612 /custom_md_loader/classes/MetadataService.cls 3862 12 3885 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2612 /custom_md_loader/classes/MetadataService.cls 3862 12 3885 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2613 /custom_md_loader/classes/MetadataService.cls 3862 12 3885 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2613 /custom_md_loader/classes/MetadataService.cls 3862 12 3885 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2614 /custom_md_loader/classes/MetadataService.cls 3868 23 3868 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]*'
2614 /custom_md_loader/classes/MetadataService.cls 3868 23 3868 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]*'
2615 /custom_md_loader/classes/MetadataService.cls 3873 26 3873 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 'body_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2615 /custom_md_loader/classes/MetadataService.cls 3873 26 3873 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 'body_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2616 /custom_md_loader/classes/MetadataService.cls 3874 26 3874 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2616 /custom_md_loader/classes/MetadataService.cls 3874 26 3874 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2617 /custom_md_loader/classes/MetadataService.cls 3875 26 3875 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 'links_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2617 /custom_md_loader/classes/MetadataService.cls 3875 26 3875 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 'links_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2618 /custom_md_loader/classes/MetadataService.cls 3876 26 3876 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2618 /custom_md_loader/classes/MetadataService.cls 3876 26 3876 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2619 /custom_md_loader/classes/MetadataService.cls 3877 26 3877 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 'pageComponentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2619 /custom_md_loader/classes/MetadataService.cls 3877 26 3877 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 'pageComponentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2620 /custom_md_loader/classes/MetadataService.cls 3878 26 3878 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 'showLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2620 /custom_md_loader/classes/MetadataService.cls 3878 26 3878 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 'showLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2621 /custom_md_loader/classes/MetadataService.cls 3879 26 3879 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 'showScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2621 /custom_md_loader/classes/MetadataService.cls 3879 26 3879 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 'showScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2622 /custom_md_loader/classes/MetadataService.cls 3880 26 3880 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2622 /custom_md_loader/classes/MetadataService.cls 3880 26 3880 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2623 /custom_md_loader/classes/MetadataService.cls 3881 26 3881 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2623 /custom_md_loader/classes/MetadataService.cls 3881 26 3881 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2624 /custom_md_loader/classes/MetadataService.cls 3882 26 3882 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2624 /custom_md_loader/classes/MetadataService.cls 3882 26 3882 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2625 /custom_md_loader/classes/MetadataService.cls 3883 26 3883 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]*'
2625 /custom_md_loader/classes/MetadataService.cls 3883 26 3883 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]*'
2626 /custom_md_loader/classes/MetadataService.cls 3884 26 3884 165 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2626 /custom_md_loader/classes/MetadataService.cls 3884 26 3884 165 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2627 /custom_md_loader/classes/MetadataService.cls 3886 12 3893 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2627 /custom_md_loader/classes/MetadataService.cls 3886 12 3893 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2628 /custom_md_loader/classes/MetadataService.cls 3889 26 3889 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2628 /custom_md_loader/classes/MetadataService.cls 3889 26 3889 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2629 /custom_md_loader/classes/MetadataService.cls 3890 26 3890 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2629 /custom_md_loader/classes/MetadataService.cls 3890 26 3890 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2630 /custom_md_loader/classes/MetadataService.cls 3891 26 3891 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2630 /custom_md_loader/classes/MetadataService.cls 3891 26 3891 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2631 /custom_md_loader/classes/MetadataService.cls 3892 26 3892 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]*'
2631 /custom_md_loader/classes/MetadataService.cls 3892 26 3892 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]*'
2632 /custom_md_loader/classes/MetadataService.cls 3894 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
2632 /custom_md_loader/classes/MetadataService.cls 3894 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
2633 /custom_md_loader/classes/MetadataService.cls 3897 26 3897 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2633 /custom_md_loader/classes/MetadataService.cls 3897 26 3897 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2634 /custom_md_loader/classes/MetadataService.cls 3898 26 3898 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 'informationalMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2634 /custom_md_loader/classes/MetadataService.cls 3898 26 3898 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 'informationalMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2635 /custom_md_loader/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]*'
2635 /custom_md_loader/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]*'
2636 /custom_md_loader/classes/MetadataService.cls 3900 26 3900 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2636 /custom_md_loader/classes/MetadataService.cls 3900 26 3900 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2637 /custom_md_loader/classes/MetadataService.cls 3902 12 3943 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2637 /custom_md_loader/classes/MetadataService.cls 3902 12 3943 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2638 /custom_md_loader/classes/MetadataService.cls 3902 12 3943 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2638 /custom_md_loader/classes/MetadataService.cls 3902 12 3943 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2639 /custom_md_loader/classes/MetadataService.cls 3922 26 3922 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 'attributeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2639 /custom_md_loader/classes/MetadataService.cls 3922 26 3922 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 'attributeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2640 /custom_md_loader/classes/MetadataService.cls 3923 26 3923 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 'attributeNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2640 /custom_md_loader/classes/MetadataService.cls 3923 26 3923 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 'attributeNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2641 /custom_md_loader/classes/MetadataService.cls 3924 26 3924 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 'decryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2641 /custom_md_loader/classes/MetadataService.cls 3924 26 3924 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 'decryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2642 /custom_md_loader/classes/MetadataService.cls 3925 26 3925 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 'errorUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2642 /custom_md_loader/classes/MetadataService.cls 3925 26 3925 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 'errorUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2643 /custom_md_loader/classes/MetadataService.cls 3926 26 3926 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 'identityLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2643 /custom_md_loader/classes/MetadataService.cls 3926 26 3926 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 'identityLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2644 /custom_md_loader/classes/MetadataService.cls 3927 26 3927 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 'identityMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2644 /custom_md_loader/classes/MetadataService.cls 3927 26 3927 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 'identityMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2645 /custom_md_loader/classes/MetadataService.cls 3928 26 3928 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2645 /custom_md_loader/classes/MetadataService.cls 3928 26 3928 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2646 /custom_md_loader/classes/MetadataService.cls 3929 26 3929 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 'loginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2646 /custom_md_loader/classes/MetadataService.cls 3929 26 3929 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 'loginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2647 /custom_md_loader/classes/MetadataService.cls 3930 26 3930 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2647 /custom_md_loader/classes/MetadataService.cls 3930 26 3930 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2648 /custom_md_loader/classes/MetadataService.cls 3931 26 3931 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2648 /custom_md_loader/classes/MetadataService.cls 3931 26 3931 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2649 /custom_md_loader/classes/MetadataService.cls 3932 26 3932 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 'oauthTokenEndpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2649 /custom_md_loader/classes/MetadataService.cls 3932 26 3932 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 'oauthTokenEndpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2650 /custom_md_loader/classes/MetadataService.cls 3933 26 3933 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 'redirectBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2650 /custom_md_loader/classes/MetadataService.cls 3933 26 3933 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 'redirectBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2651 /custom_md_loader/classes/MetadataService.cls 3934 26 3934 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 'salesforceLoginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2651 /custom_md_loader/classes/MetadataService.cls 3934 26 3934 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 'salesforceLoginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2652 /custom_md_loader/classes/MetadataService.cls 3935 26 3935 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 'samlEntityId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2652 /custom_md_loader/classes/MetadataService.cls 3935 26 3935 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 'samlEntityId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2653 /custom_md_loader/classes/MetadataService.cls 3936 26 3936 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 'samlVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2653 /custom_md_loader/classes/MetadataService.cls 3936 26 3936 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 'samlVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2654 /custom_md_loader/classes/MetadataService.cls 3937 26 3937 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 'userProvisioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2654 /custom_md_loader/classes/MetadataService.cls 3937 26 3937 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 'userProvisioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2655 /custom_md_loader/classes/MetadataService.cls 3938 26 3938 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 'validationCert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2655 /custom_md_loader/classes/MetadataService.cls 3938 26 3938 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 'validationCert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2656 /custom_md_loader/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]*'
2656 /custom_md_loader/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]*'
2657 /custom_md_loader/classes/MetadataService.cls 3940 26 3940 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2657 /custom_md_loader/classes/MetadataService.cls 3940 26 3940 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2658 /custom_md_loader/classes/MetadataService.cls 3941 26 3941 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]*'
2658 /custom_md_loader/classes/MetadataService.cls 3941 26 3941 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]*'
2659 /custom_md_loader/classes/MetadataService.cls 3942 26 3942 351 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2659 /custom_md_loader/classes/MetadataService.cls 3942 26 3942 351 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2660 /custom_md_loader/classes/MetadataService.cls 3944 12 3951 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2660 /custom_md_loader/classes/MetadataService.cls 3944 12 3951 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2661 /custom_md_loader/classes/MetadataService.cls 3947 26 3947 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2661 /custom_md_loader/classes/MetadataService.cls 3947 26 3947 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2662 /custom_md_loader/classes/MetadataService.cls 3948 26 3948 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2662 /custom_md_loader/classes/MetadataService.cls 3948 26 3948 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2663 /custom_md_loader/classes/MetadataService.cls 3949 26 3949 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2663 /custom_md_loader/classes/MetadataService.cls 3949 26 3949 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2664 /custom_md_loader/classes/MetadataService.cls 3950 26 3950 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]*'
2664 /custom_md_loader/classes/MetadataService.cls 3950 26 3950 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]*'
2665 /custom_md_loader/classes/MetadataService.cls 3952 12 3967 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2665 /custom_md_loader/classes/MetadataService.cls 3952 12 3967 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2666 /custom_md_loader/classes/MetadataService.cls 3958 24 3958 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]*'
2666 /custom_md_loader/classes/MetadataService.cls 3958 24 3958 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]*'
2667 /custom_md_loader/classes/MetadataService.cls 3959 26 3959 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2667 /custom_md_loader/classes/MetadataService.cls 3959 26 3959 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2668 /custom_md_loader/classes/MetadataService.cls 3960 26 3960 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 'flow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2668 /custom_md_loader/classes/MetadataService.cls 3960 26 3960 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 'flow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2669 /custom_md_loader/classes/MetadataService.cls 3961 26 3961 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 'flowInputs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2669 /custom_md_loader/classes/MetadataService.cls 3961 26 3961 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 'flowInputs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2670 /custom_md_loader/classes/MetadataService.cls 3962 26 3962 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2670 /custom_md_loader/classes/MetadataService.cls 3962 26 3962 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2671 /custom_md_loader/classes/MetadataService.cls 3963 26 3963 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2671 /custom_md_loader/classes/MetadataService.cls 3963 26 3963 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2672 /custom_md_loader/classes/MetadataService.cls 3964 26 3964 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2672 /custom_md_loader/classes/MetadataService.cls 3964 26 3964 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2673 /custom_md_loader/classes/MetadataService.cls 3965 26 3965 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2673 /custom_md_loader/classes/MetadataService.cls 3965 26 3965 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2674 /custom_md_loader/classes/MetadataService.cls 3966 26 3966 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]*'
2674 /custom_md_loader/classes/MetadataService.cls 3966 26 3966 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]*'
2675 /custom_md_loader/classes/MetadataService.cls 3968 12 3983 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2675 /custom_md_loader/classes/MetadataService.cls 3968 12 3983 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2676 /custom_md_loader/classes/MetadataService.cls 3975 26 3975 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 'chatterMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2676 /custom_md_loader/classes/MetadataService.cls 3975 26 3975 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 'chatterMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2677 /custom_md_loader/classes/MetadataService.cls 3976 26 3976 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 'dashboardMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2677 /custom_md_loader/classes/MetadataService.cls 3976 26 3976 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 'dashboardMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2678 /custom_md_loader/classes/MetadataService.cls 3977 26 3977 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 'salesforceMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2678 /custom_md_loader/classes/MetadataService.cls 3977 26 3977 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 'salesforceMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2679 /custom_md_loader/classes/MetadataService.cls 3978 26 3978 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 'touchMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2679 /custom_md_loader/classes/MetadataService.cls 3978 26 3978 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 'touchMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2680 /custom_md_loader/classes/MetadataService.cls 3979 26 3979 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2680 /custom_md_loader/classes/MetadataService.cls 3979 26 3979 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2681 /custom_md_loader/classes/MetadataService.cls 3980 26 3980 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2681 /custom_md_loader/classes/MetadataService.cls 3980 26 3980 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2682 /custom_md_loader/classes/MetadataService.cls 3981 26 3981 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]*'
2682 /custom_md_loader/classes/MetadataService.cls 3981 26 3981 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]*'
2683 /custom_md_loader/classes/MetadataService.cls 3982 26 3982 142 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2683 /custom_md_loader/classes/MetadataService.cls 3982 26 3982 142 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2684 /custom_md_loader/classes/MetadataService.cls 3984 12 3989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2684 /custom_md_loader/classes/MetadataService.cls 3984 12 3989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2685 /custom_md_loader/classes/MetadataService.cls 3986 26 3986 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 'enablePersonList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2685 /custom_md_loader/classes/MetadataService.cls 3986 26 3986 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 'enablePersonList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2686 /custom_md_loader/classes/MetadataService.cls 3987 26 3987 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2686 /custom_md_loader/classes/MetadataService.cls 3987 26 3987 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2687 /custom_md_loader/classes/MetadataService.cls 3988 26 3988 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]*'
2687 /custom_md_loader/classes/MetadataService.cls 3988 26 3988 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]*'
2688 /custom_md_loader/classes/MetadataService.cls 3990 12 3999 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2688 /custom_md_loader/classes/MetadataService.cls 3990 12 3999 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2689 /custom_md_loader/classes/MetadataService.cls 3994 26 3994 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2689 /custom_md_loader/classes/MetadataService.cls 3994 26 3994 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2690 /custom_md_loader/classes/MetadataService.cls 3995 26 3995 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 'expression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2690 /custom_md_loader/classes/MetadataService.cls 3995 26 3995 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 'expression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2691 /custom_md_loader/classes/MetadataService.cls 3996 26 3996 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2691 /custom_md_loader/classes/MetadataService.cls 3996 26 3996 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2692 /custom_md_loader/classes/MetadataService.cls 3997 26 3997 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2692 /custom_md_loader/classes/MetadataService.cls 3997 26 3997 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2693 /custom_md_loader/classes/MetadataService.cls 3998 26 3998 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2693 /custom_md_loader/classes/MetadataService.cls 3998 26 3998 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2694 /custom_md_loader/classes/MetadataService.cls 4000 12 4009 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2694 /custom_md_loader/classes/MetadataService.cls 4000 12 4009 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2695 /custom_md_loader/classes/MetadataService.cls 4004 26 4004 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 'escalationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2695 /custom_md_loader/classes/MetadataService.cls 4004 26 4004 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 'escalationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2696 /custom_md_loader/classes/MetadataService.cls 4005 26 4005 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2696 /custom_md_loader/classes/MetadataService.cls 4005 26 4005 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2697 /custom_md_loader/classes/MetadataService.cls 4006 26 4006 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2697 /custom_md_loader/classes/MetadataService.cls 4006 26 4006 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2698 /custom_md_loader/classes/MetadataService.cls 4007 26 4007 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]*'
2698 /custom_md_loader/classes/MetadataService.cls 4007 26 4007 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]*'
2699 /custom_md_loader/classes/MetadataService.cls 4008 26 4008 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]*'
2699 /custom_md_loader/classes/MetadataService.cls 4008 26 4008 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]*'
2700 /custom_md_loader/classes/MetadataService.cls 4010 12 4017 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2700 /custom_md_loader/classes/MetadataService.cls 4010 12 4017 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2701 /custom_md_loader/classes/MetadataService.cls 4012 23 4012 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]*'
2701 /custom_md_loader/classes/MetadataService.cls 4012 23 4012 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]*'
2702 /custom_md_loader/classes/MetadataService.cls 4013 26 4013 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 'submitter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2702 /custom_md_loader/classes/MetadataService.cls 4013 26 4013 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 'submitter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2703 /custom_md_loader/classes/MetadataService.cls 4014 26 4014 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2703 /custom_md_loader/classes/MetadataService.cls 4014 26 4014 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2704 /custom_md_loader/classes/MetadataService.cls 4015 26 4015 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2704 /custom_md_loader/classes/MetadataService.cls 4015 26 4015 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2705 /custom_md_loader/classes/MetadataService.cls 4016 26 4016 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]*'
2705 /custom_md_loader/classes/MetadataService.cls 4016 26 4016 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]*'
2706 /custom_md_loader/classes/MetadataService.cls 4018 12 4023 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2706 /custom_md_loader/classes/MetadataService.cls 4018 12 4023 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2707 /custom_md_loader/classes/MetadataService.cls 4020 26 4020 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 'button_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2707 /custom_md_loader/classes/MetadataService.cls 4020 26 4020 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 'button_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2708 /custom_md_loader/classes/MetadataService.cls 4021 26 4021 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2708 /custom_md_loader/classes/MetadataService.cls 4021 26 4021 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2709 /custom_md_loader/classes/MetadataService.cls 4022 26 4022 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]*'
2709 /custom_md_loader/classes/MetadataService.cls 4022 26 4022 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]*'
2710 /custom_md_loader/classes/MetadataService.cls 4024 12 4031 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2710 /custom_md_loader/classes/MetadataService.cls 4024 12 4031 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2711 /custom_md_loader/classes/MetadataService.cls 4027 26 4027 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2711 /custom_md_loader/classes/MetadataService.cls 4027 26 4027 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2712 /custom_md_loader/classes/MetadataService.cls 4028 26 4028 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 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2712 /custom_md_loader/classes/MetadataService.cls 4028 26 4028 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 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2713 /custom_md_loader/classes/MetadataService.cls 4029 26 4029 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2713 /custom_md_loader/classes/MetadataService.cls 4029 26 4029 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2714 /custom_md_loader/classes/MetadataService.cls 4030 26 4030 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2714 /custom_md_loader/classes/MetadataService.cls 4030 26 4030 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2715 /custom_md_loader/classes/MetadataService.cls 4032 12 4041 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2715 /custom_md_loader/classes/MetadataService.cls 4032 12 4041 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2716 /custom_md_loader/classes/MetadataService.cls 4036 26 4036 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2716 /custom_md_loader/classes/MetadataService.cls 4036 26 4036 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2717 /custom_md_loader/classes/MetadataService.cls 4037 26 4037 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2717 /custom_md_loader/classes/MetadataService.cls 4037 26 4037 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2718 /custom_md_loader/classes/MetadataService.cls 4038 26 4038 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2718 /custom_md_loader/classes/MetadataService.cls 4038 26 4038 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2719 /custom_md_loader/classes/MetadataService.cls 4039 26 4039 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2719 /custom_md_loader/classes/MetadataService.cls 4039 26 4039 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2720 /custom_md_loader/classes/MetadataService.cls 4040 26 4040 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2720 /custom_md_loader/classes/MetadataService.cls 4040 26 4040 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2721 /custom_md_loader/classes/MetadataService.cls 4042 12 4063 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2721 /custom_md_loader/classes/MetadataService.cls 4042 12 4063 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2722 /custom_md_loader/classes/MetadataService.cls 4042 12 4063 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2722 /custom_md_loader/classes/MetadataService.cls 4042 12 4063 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2723 /custom_md_loader/classes/MetadataService.cls 4052 26 4052 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 'customDataTypeComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2723 /custom_md_loader/classes/MetadataService.cls 4052 26 4052 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 'customDataTypeComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2724 /custom_md_loader/classes/MetadataService.cls 4053 26 4053 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2724 /custom_md_loader/classes/MetadataService.cls 4053 26 4053 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2725 /custom_md_loader/classes/MetadataService.cls 4054 26 4054 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 'displayFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2725 /custom_md_loader/classes/MetadataService.cls 4054 26 4054 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 'displayFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2726 /custom_md_loader/classes/MetadataService.cls 4055 26 4055 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 'editComponentsOnSeparateLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2726 /custom_md_loader/classes/MetadataService.cls 4055 26 4055 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 'editComponentsOnSeparateLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2727 /custom_md_loader/classes/MetadataService.cls 4056 26 4056 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2727 /custom_md_loader/classes/MetadataService.cls 4056 26 4056 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2728 /custom_md_loader/classes/MetadataService.cls 4057 26 4057 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 'rightAligned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2728 /custom_md_loader/classes/MetadataService.cls 4057 26 4057 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 'rightAligned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2729 /custom_md_loader/classes/MetadataService.cls 4058 26 4058 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 'supportComponentsInReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2729 /custom_md_loader/classes/MetadataService.cls 4058 26 4058 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 'supportComponentsInReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2730 /custom_md_loader/classes/MetadataService.cls 4059 26 4059 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2730 /custom_md_loader/classes/MetadataService.cls 4059 26 4059 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2731 /custom_md_loader/classes/MetadataService.cls 4060 26 4060 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2731 /custom_md_loader/classes/MetadataService.cls 4060 26 4060 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2732 /custom_md_loader/classes/MetadataService.cls 4061 26 4061 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]*'
2732 /custom_md_loader/classes/MetadataService.cls 4061 26 4061 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]*'
2733 /custom_md_loader/classes/MetadataService.cls 4062 26 4062 217 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2733 /custom_md_loader/classes/MetadataService.cls 4062 26 4062 217 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2734 /custom_md_loader/classes/MetadataService.cls 4064 12 4069 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2734 /custom_md_loader/classes/MetadataService.cls 4064 12 4069 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2735 /custom_md_loader/classes/MetadataService.cls 4066 26 4066 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2735 /custom_md_loader/classes/MetadataService.cls 4066 26 4066 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2736 /custom_md_loader/classes/MetadataService.cls 4067 26 4067 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2736 /custom_md_loader/classes/MetadataService.cls 4067 26 4067 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2737 /custom_md_loader/classes/MetadataService.cls 4068 26 4068 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]*'
2737 /custom_md_loader/classes/MetadataService.cls 4068 26 4068 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]*'
2738 /custom_md_loader/classes/MetadataService.cls 4070 12 4075 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2738 /custom_md_loader/classes/MetadataService.cls 4070 12 4075 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2739 /custom_md_loader/classes/MetadataService.cls 4072 26 4072 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2739 /custom_md_loader/classes/MetadataService.cls 4072 26 4072 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2740 /custom_md_loader/classes/MetadataService.cls 4073 26 4073 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2740 /custom_md_loader/classes/MetadataService.cls 4073 26 4073 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2741 /custom_md_loader/classes/MetadataService.cls 4074 26 4074 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]*'
2741 /custom_md_loader/classes/MetadataService.cls 4074 26 4074 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]*'
2742 /custom_md_loader/classes/MetadataService.cls 4076 12 4109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2742 /custom_md_loader/classes/MetadataService.cls 4076 12 4109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2743 /custom_md_loader/classes/MetadataService.cls 4076 12 4109 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2743 /custom_md_loader/classes/MetadataService.cls 4076 12 4109 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2744 /custom_md_loader/classes/MetadataService.cls 4092 26 4092 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2744 /custom_md_loader/classes/MetadataService.cls 4092 26 4092 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2745 /custom_md_loader/classes/MetadataService.cls 4093 26 4093 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2745 /custom_md_loader/classes/MetadataService.cls 4093 26 4093 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2746 /custom_md_loader/classes/MetadataService.cls 4094 26 4094 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2746 /custom_md_loader/classes/MetadataService.cls 4094 26 4094 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2747 /custom_md_loader/classes/MetadataService.cls 4095 26 4095 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 'entryStartDateField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2747 /custom_md_loader/classes/MetadataService.cls 4095 26 4095 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 'entryStartDateField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2748 /custom_md_loader/classes/MetadataService.cls 4096 26 4096 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 'exitCriteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2748 /custom_md_loader/classes/MetadataService.cls 4096 26 4096 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 'exitCriteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2749 /custom_md_loader/classes/MetadataService.cls 4097 26 4097 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 'exitCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2749 /custom_md_loader/classes/MetadataService.cls 4097 26 4097 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 'exitCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2750 /custom_md_loader/classes/MetadataService.cls 4098 26 4098 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 'exitCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2750 /custom_md_loader/classes/MetadataService.cls 4098 26 4098 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 'exitCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2751 /custom_md_loader/classes/MetadataService.cls 4099 26 4099 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 'isVersionDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2751 /custom_md_loader/classes/MetadataService.cls 4099 26 4099 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 'isVersionDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2752 /custom_md_loader/classes/MetadataService.cls 4100 26 4100 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 'milestones_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2752 /custom_md_loader/classes/MetadataService.cls 4100 26 4100 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 'milestones_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2753 /custom_md_loader/classes/MetadataService.cls 4101 26 4101 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2753 /custom_md_loader/classes/MetadataService.cls 4101 26 4101 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2754 /custom_md_loader/classes/MetadataService.cls 4102 26 4102 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 'versionMaster_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2754 /custom_md_loader/classes/MetadataService.cls 4102 26 4102 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 'versionMaster_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2755 /custom_md_loader/classes/MetadataService.cls 4103 26 4103 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 'versionNotes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2755 /custom_md_loader/classes/MetadataService.cls 4103 26 4103 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 'versionNotes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2756 /custom_md_loader/classes/MetadataService.cls 4104 26 4104 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2756 /custom_md_loader/classes/MetadataService.cls 4104 26 4104 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2757 /custom_md_loader/classes/MetadataService.cls 4105 26 4105 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2757 /custom_md_loader/classes/MetadataService.cls 4105 26 4105 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2758 /custom_md_loader/classes/MetadataService.cls 4106 26 4106 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2758 /custom_md_loader/classes/MetadataService.cls 4106 26 4106 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2759 /custom_md_loader/classes/MetadataService.cls 4107 26 4107 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]*'
2759 /custom_md_loader/classes/MetadataService.cls 4107 26 4107 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]*'
2760 /custom_md_loader/classes/MetadataService.cls 4108 26 4108 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]*'
2760 /custom_md_loader/classes/MetadataService.cls 4108 26 4108 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]*'
2761 /custom_md_loader/classes/MetadataService.cls 4110 12 4129 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2761 /custom_md_loader/classes/MetadataService.cls 4110 12 4129 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2762 /custom_md_loader/classes/MetadataService.cls 4110 12 4129 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2762 /custom_md_loader/classes/MetadataService.cls 4110 12 4129 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2763 /custom_md_loader/classes/MetadataService.cls 4119 26 4119 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2763 /custom_md_loader/classes/MetadataService.cls 4119 26 4119 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2764 /custom_md_loader/classes/MetadataService.cls 4120 26 4120 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 'businessProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2764 /custom_md_loader/classes/MetadataService.cls 4120 26 4120 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 'businessProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2765 /custom_md_loader/classes/MetadataService.cls 4121 26 4121 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2765 /custom_md_loader/classes/MetadataService.cls 4121 26 4121 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2766 /custom_md_loader/classes/MetadataService.cls 4122 26 4122 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2766 /custom_md_loader/classes/MetadataService.cls 4122 26 4122 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2767 /custom_md_loader/classes/MetadataService.cls 4123 26 4123 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2767 /custom_md_loader/classes/MetadataService.cls 4123 26 4123 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2768 /custom_md_loader/classes/MetadataService.cls 4124 26 4124 147 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2768 /custom_md_loader/classes/MetadataService.cls 4124 26 4124 147 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2769 /custom_md_loader/classes/MetadataService.cls 4125 26 4125 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2769 /custom_md_loader/classes/MetadataService.cls 4125 26 4125 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2770 /custom_md_loader/classes/MetadataService.cls 4126 26 4126 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2770 /custom_md_loader/classes/MetadataService.cls 4126 26 4126 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2771 /custom_md_loader/classes/MetadataService.cls 4127 26 4127 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]*'
2771 /custom_md_loader/classes/MetadataService.cls 4127 26 4127 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]*'
2772 /custom_md_loader/classes/MetadataService.cls 4128 26 4128 167 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2772 /custom_md_loader/classes/MetadataService.cls 4128 26 4128 167 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2773 /custom_md_loader/classes/MetadataService.cls 4130 12 4141 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2773 /custom_md_loader/classes/MetadataService.cls 4130 12 4141 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2774 /custom_md_loader/classes/MetadataService.cls 4135 26 4135 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2774 /custom_md_loader/classes/MetadataService.cls 4135 26 4135 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2775 /custom_md_loader/classes/MetadataService.cls 4136 26 4136 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2775 /custom_md_loader/classes/MetadataService.cls 4136 26 4136 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2776 /custom_md_loader/classes/MetadataService.cls 4137 26 4137 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2776 /custom_md_loader/classes/MetadataService.cls 4137 26 4137 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2777 /custom_md_loader/classes/MetadataService.cls 4138 26 4138 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2777 /custom_md_loader/classes/MetadataService.cls 4138 26 4138 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2778 /custom_md_loader/classes/MetadataService.cls 4139 26 4139 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2778 /custom_md_loader/classes/MetadataService.cls 4139 26 4139 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2779 /custom_md_loader/classes/MetadataService.cls 4140 26 4140 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]*'
2779 /custom_md_loader/classes/MetadataService.cls 4140 26 4140 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]*'
2780 /custom_md_loader/classes/MetadataService.cls 4142 12 4153 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2780 /custom_md_loader/classes/MetadataService.cls 4142 12 4153 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2781 /custom_md_loader/classes/MetadataService.cls 4147 26 4147 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2781 /custom_md_loader/classes/MetadataService.cls 4147 26 4147 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2782 /custom_md_loader/classes/MetadataService.cls 4148 26 4148 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2782 /custom_md_loader/classes/MetadataService.cls 4148 26 4148 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2783 /custom_md_loader/classes/MetadataService.cls 4149 26 4149 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2783 /custom_md_loader/classes/MetadataService.cls 4149 26 4149 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2784 /custom_md_loader/classes/MetadataService.cls 4150 26 4150 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2784 /custom_md_loader/classes/MetadataService.cls 4150 26 4150 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2785 /custom_md_loader/classes/MetadataService.cls 4151 26 4151 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2785 /custom_md_loader/classes/MetadataService.cls 4151 26 4151 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2786 /custom_md_loader/classes/MetadataService.cls 4152 26 4152 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]*'
2786 /custom_md_loader/classes/MetadataService.cls 4152 26 4152 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]*'
2787 /custom_md_loader/classes/MetadataService.cls 4154 12 4193 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2787 /custom_md_loader/classes/MetadataService.cls 4154 12 4193 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2788 /custom_md_loader/classes/MetadataService.cls 4154 12 4193 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2788 /custom_md_loader/classes/MetadataService.cls 4154 12 4193 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2789 /custom_md_loader/classes/MetadataService.cls 4173 26 4173 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2789 /custom_md_loader/classes/MetadataService.cls 4173 26 4173 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2790 /custom_md_loader/classes/MetadataService.cls 4174 26 4174 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2790 /custom_md_loader/classes/MetadataService.cls 4174 26 4174 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2791 /custom_md_loader/classes/MetadataService.cls 4175 26 4175 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2791 /custom_md_loader/classes/MetadataService.cls 4175 26 4175 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2792 /custom_md_loader/classes/MetadataService.cls 4176 26 4176 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2792 /custom_md_loader/classes/MetadataService.cls 4176 26 4176 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2793 /custom_md_loader/classes/MetadataService.cls 4177 26 4177 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2793 /custom_md_loader/classes/MetadataService.cls 4177 26 4177 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2794 /custom_md_loader/classes/MetadataService.cls 4178 26 4178 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2794 /custom_md_loader/classes/MetadataService.cls 4178 26 4178 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2795 /custom_md_loader/classes/MetadataService.cls 4179 26 4179 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2795 /custom_md_loader/classes/MetadataService.cls 4179 26 4179 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2796 /custom_md_loader/classes/MetadataService.cls 4180 26 4180 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 'layoutAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2796 /custom_md_loader/classes/MetadataService.cls 4180 26 4180 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 'layoutAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2797 /custom_md_loader/classes/MetadataService.cls 4181 26 4181 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 'loginHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2797 /custom_md_loader/classes/MetadataService.cls 4181 26 4181 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 'loginHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2798 /custom_md_loader/classes/MetadataService.cls 4182 26 4182 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 'loginIpRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2798 /custom_md_loader/classes/MetadataService.cls 4182 26 4182 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 'loginIpRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2799 /custom_md_loader/classes/MetadataService.cls 4183 26 4183 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2799 /custom_md_loader/classes/MetadataService.cls 4183 26 4183 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2800 /custom_md_loader/classes/MetadataService.cls 4184 26 4184 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2800 /custom_md_loader/classes/MetadataService.cls 4184 26 4184 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2801 /custom_md_loader/classes/MetadataService.cls 4185 26 4185 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2801 /custom_md_loader/classes/MetadataService.cls 4185 26 4185 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2802 /custom_md_loader/classes/MetadataService.cls 4186 26 4186 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 'tabVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2802 /custom_md_loader/classes/MetadataService.cls 4186 26 4186 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 'tabVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2803 /custom_md_loader/classes/MetadataService.cls 4187 26 4187 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2803 /custom_md_loader/classes/MetadataService.cls 4187 26 4187 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2804 /custom_md_loader/classes/MetadataService.cls 4188 26 4188 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2804 /custom_md_loader/classes/MetadataService.cls 4188 26 4188 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2805 /custom_md_loader/classes/MetadataService.cls 4189 26 4189 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2805 /custom_md_loader/classes/MetadataService.cls 4189 26 4189 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2806 /custom_md_loader/classes/MetadataService.cls 4190 26 4190 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2806 /custom_md_loader/classes/MetadataService.cls 4190 26 4190 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2807 /custom_md_loader/classes/MetadataService.cls 4191 26 4191 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]*'
2807 /custom_md_loader/classes/MetadataService.cls 4191 26 4191 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]*'
2808 /custom_md_loader/classes/MetadataService.cls 4192 26 4192 367 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2808 /custom_md_loader/classes/MetadataService.cls 4192 26 4192 367 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2809 /custom_md_loader/classes/MetadataService.cls 4194 12 4231 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2809 /custom_md_loader/classes/MetadataService.cls 4194 12 4231 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2810 /custom_md_loader/classes/MetadataService.cls 4194 12 4231 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2810 /custom_md_loader/classes/MetadataService.cls 4194 12 4231 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2811 /custom_md_loader/classes/MetadataService.cls 4212 26 4212 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 'attributes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2811 /custom_md_loader/classes/MetadataService.cls 4212 26 4212 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 'attributes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2812 /custom_md_loader/classes/MetadataService.cls 4213 26 4213 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 'canvasConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2812 /custom_md_loader/classes/MetadataService.cls 4213 26 4213 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 'canvasConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2813 /custom_md_loader/classes/MetadataService.cls 4214 26 4214 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 'contactEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2813 /custom_md_loader/classes/MetadataService.cls 4214 26 4214 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 'contactEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2814 /custom_md_loader/classes/MetadataService.cls 4215 26 4215 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 'contactPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2814 /custom_md_loader/classes/MetadataService.cls 4215 26 4215 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 'contactPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2815 /custom_md_loader/classes/MetadataService.cls 4216 26 4216 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2815 /custom_md_loader/classes/MetadataService.cls 4216 26 4216 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2816 /custom_md_loader/classes/MetadataService.cls 4217 26 4217 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2816 /custom_md_loader/classes/MetadataService.cls 4217 26 4217 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2817 /custom_md_loader/classes/MetadataService.cls 4218 26 4218 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 'infoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2817 /custom_md_loader/classes/MetadataService.cls 4218 26 4218 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 'infoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2818 /custom_md_loader/classes/MetadataService.cls 4219 26 4219 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2818 /custom_md_loader/classes/MetadataService.cls 4219 26 4219 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2819 /custom_md_loader/classes/MetadataService.cls 4220 26 4220 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2819 /custom_md_loader/classes/MetadataService.cls 4220 26 4220 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2820 /custom_md_loader/classes/MetadataService.cls 4221 26 4221 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 'logoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2820 /custom_md_loader/classes/MetadataService.cls 4221 26 4221 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 'logoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2821 /custom_md_loader/classes/MetadataService.cls 4222 26 4222 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 'mobileAppConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2821 /custom_md_loader/classes/MetadataService.cls 4222 26 4222 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 'mobileAppConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2822 /custom_md_loader/classes/MetadataService.cls 4223 26 4223 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 'mobileStartUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2822 /custom_md_loader/classes/MetadataService.cls 4223 26 4223 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 'mobileStartUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2823 /custom_md_loader/classes/MetadataService.cls 4224 26 4224 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 'oauthConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2823 /custom_md_loader/classes/MetadataService.cls 4224 26 4224 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 'oauthConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2824 /custom_md_loader/classes/MetadataService.cls 4225 26 4225 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 'samlConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2824 /custom_md_loader/classes/MetadataService.cls 4225 26 4225 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 'samlConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2825 /custom_md_loader/classes/MetadataService.cls 4226 26 4226 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 'startUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2825 /custom_md_loader/classes/MetadataService.cls 4226 26 4226 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 'startUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2826 /custom_md_loader/classes/MetadataService.cls 4227 26 4227 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2826 /custom_md_loader/classes/MetadataService.cls 4227 26 4227 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2827 /custom_md_loader/classes/MetadataService.cls 4228 26 4228 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2827 /custom_md_loader/classes/MetadataService.cls 4228 26 4228 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2828 /custom_md_loader/classes/MetadataService.cls 4229 26 4229 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]*'
2828 /custom_md_loader/classes/MetadataService.cls 4229 26 4229 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]*'
2829 /custom_md_loader/classes/MetadataService.cls 4230 26 4230 269 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2829 /custom_md_loader/classes/MetadataService.cls 4230 26 4230 269 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2830 /custom_md_loader/classes/MetadataService.cls 4232 12 4241 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2830 /custom_md_loader/classes/MetadataService.cls 4232 12 4241 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2831 /custom_md_loader/classes/MetadataService.cls 4236 26 4236 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2831 /custom_md_loader/classes/MetadataService.cls 4236 26 4236 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2832 /custom_md_loader/classes/MetadataService.cls 4237 26 4237 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2832 /custom_md_loader/classes/MetadataService.cls 4237 26 4237 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2833 /custom_md_loader/classes/MetadataService.cls 4238 26 4238 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2833 /custom_md_loader/classes/MetadataService.cls 4238 26 4238 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2834 /custom_md_loader/classes/MetadataService.cls 4239 26 4239 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2834 /custom_md_loader/classes/MetadataService.cls 4239 26 4239 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2835 /custom_md_loader/classes/MetadataService.cls 4240 26 4240 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]*'
2835 /custom_md_loader/classes/MetadataService.cls 4240 26 4240 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]*'
2836 /custom_md_loader/classes/MetadataService.cls 4242 12 4293 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2836 /custom_md_loader/classes/MetadataService.cls 4242 12 4293 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2837 /custom_md_loader/classes/MetadataService.cls 4242 12 4293 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Layout has 24 public methods, attributes, and properties (limit: 20)
2837 /custom_md_loader/classes/MetadataService.cls 4242 12 4293 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Layout has 24 public methods, attributes, and properties (limit: 20)
2838 /custom_md_loader/classes/MetadataService.cls 4242 12 4293 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2838 /custom_md_loader/classes/MetadataService.cls 4242 12 4293 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2839 /custom_md_loader/classes/MetadataService.cls 4267 26 4267 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2839 /custom_md_loader/classes/MetadataService.cls 4267 26 4267 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2840 /custom_md_loader/classes/MetadataService.cls 4268 26 4268 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 'customConsoleComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2840 /custom_md_loader/classes/MetadataService.cls 4268 26 4268 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 'customConsoleComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2841 /custom_md_loader/classes/MetadataService.cls 4269 26 4269 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 'emailDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2841 /custom_md_loader/classes/MetadataService.cls 4269 26 4269 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 'emailDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2842 /custom_md_loader/classes/MetadataService.cls 4270 26 4270 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2842 /custom_md_loader/classes/MetadataService.cls 4270 26 4270 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2843 /custom_md_loader/classes/MetadataService.cls 4271 26 4271 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 'feedLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2843 /custom_md_loader/classes/MetadataService.cls 4271 26 4271 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 'feedLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2844 /custom_md_loader/classes/MetadataService.cls 4272 26 4272 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2844 /custom_md_loader/classes/MetadataService.cls 4272 26 4272 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2845 /custom_md_loader/classes/MetadataService.cls 4273 26 4273 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 'layoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2845 /custom_md_loader/classes/MetadataService.cls 4273 26 4273 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 'layoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2846 /custom_md_loader/classes/MetadataService.cls 4274 26 4274 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 'miniLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2846 /custom_md_loader/classes/MetadataService.cls 4274 26 4274 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 'miniLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2847 /custom_md_loader/classes/MetadataService.cls 4275 26 4275 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 'multilineLayoutFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2847 /custom_md_loader/classes/MetadataService.cls 4275 26 4275 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 'multilineLayoutFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2848 /custom_md_loader/classes/MetadataService.cls 4276 26 4276 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2848 /custom_md_loader/classes/MetadataService.cls 4276 26 4276 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2849 /custom_md_loader/classes/MetadataService.cls 4277 26 4277 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 'relatedContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2849 /custom_md_loader/classes/MetadataService.cls 4277 26 4277 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 'relatedContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2850 /custom_md_loader/classes/MetadataService.cls 4278 26 4278 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2850 /custom_md_loader/classes/MetadataService.cls 4278 26 4278 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2851 /custom_md_loader/classes/MetadataService.cls 4279 26 4279 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 'relatedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2851 /custom_md_loader/classes/MetadataService.cls 4279 26 4279 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 'relatedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2852 /custom_md_loader/classes/MetadataService.cls 4280 26 4280 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 'runAssignmentRulesDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2852 /custom_md_loader/classes/MetadataService.cls 4280 26 4280 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 'runAssignmentRulesDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2853 /custom_md_loader/classes/MetadataService.cls 4281 26 4281 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 'showEmailCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2853 /custom_md_loader/classes/MetadataService.cls 4281 26 4281 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 'showEmailCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2854 /custom_md_loader/classes/MetadataService.cls 4282 26 4282 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 'showHighlightsPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2854 /custom_md_loader/classes/MetadataService.cls 4282 26 4282 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 'showHighlightsPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2855 /custom_md_loader/classes/MetadataService.cls 4283 26 4283 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 'showInteractionLogPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2855 /custom_md_loader/classes/MetadataService.cls 4283 26 4283 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 'showInteractionLogPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2856 /custom_md_loader/classes/MetadataService.cls 4284 26 4284 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 'showKnowledgeComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2856 /custom_md_loader/classes/MetadataService.cls 4284 26 4284 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 'showKnowledgeComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2857 /custom_md_loader/classes/MetadataService.cls 4285 26 4285 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 'showRunAssignmentRulesCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2857 /custom_md_loader/classes/MetadataService.cls 4285 26 4285 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 'showRunAssignmentRulesCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2858 /custom_md_loader/classes/MetadataService.cls 4286 26 4286 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 'showSolutionSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2858 /custom_md_loader/classes/MetadataService.cls 4286 26 4286 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 'showSolutionSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2859 /custom_md_loader/classes/MetadataService.cls 4287 26 4287 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 'showSubmitAndAttachButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2859 /custom_md_loader/classes/MetadataService.cls 4287 26 4287 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 'showSubmitAndAttachButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2860 /custom_md_loader/classes/MetadataService.cls 4288 26 4288 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 'summaryLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2860 /custom_md_loader/classes/MetadataService.cls 4288 26 4288 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 'summaryLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2861 /custom_md_loader/classes/MetadataService.cls 4289 26 4289 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2861 /custom_md_loader/classes/MetadataService.cls 4289 26 4289 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2862 /custom_md_loader/classes/MetadataService.cls 4290 26 4290 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2862 /custom_md_loader/classes/MetadataService.cls 4290 26 4290 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2863 /custom_md_loader/classes/MetadataService.cls 4291 26 4291 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]*'
2863 /custom_md_loader/classes/MetadataService.cls 4291 26 4291 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]*'
2864 /custom_md_loader/classes/MetadataService.cls 4292 26 4292 513 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2864 /custom_md_loader/classes/MetadataService.cls 4292 26 4292 513 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2865 /custom_md_loader/classes/MetadataService.cls 4294 12 4301 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2865 /custom_md_loader/classes/MetadataService.cls 4294 12 4301 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2866 /custom_md_loader/classes/MetadataService.cls 4297 26 4297 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 'customShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2866 /custom_md_loader/classes/MetadataService.cls 4297 26 4297 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 'customShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2867 /custom_md_loader/classes/MetadataService.cls 4298 26 4298 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 'defaultShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2867 /custom_md_loader/classes/MetadataService.cls 4298 26 4298 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 'defaultShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2868 /custom_md_loader/classes/MetadataService.cls 4299 26 4299 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2868 /custom_md_loader/classes/MetadataService.cls 4299 26 4299 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2869 /custom_md_loader/classes/MetadataService.cls 4300 26 4300 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]*'
2869 /custom_md_loader/classes/MetadataService.cls 4300 26 4300 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]*'
2870 /custom_md_loader/classes/MetadataService.cls 4302 12 4351 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2870 /custom_md_loader/classes/MetadataService.cls 4302 12 4351 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2871 /custom_md_loader/classes/MetadataService.cls 4302 12 4351 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class WebLink has 23 public methods, attributes, and properties (limit: 20)
2871 /custom_md_loader/classes/MetadataService.cls 4302 12 4351 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class WebLink has 23 public methods, attributes, and properties (limit: 20)
2872 /custom_md_loader/classes/MetadataService.cls 4302 12 4351 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2872 /custom_md_loader/classes/MetadataService.cls 4302 12 4351 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2873 /custom_md_loader/classes/MetadataService.cls 4317 23 4317 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]*'
2873 /custom_md_loader/classes/MetadataService.cls 4317 23 4317 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]*'
2874 /custom_md_loader/classes/MetadataService.cls 4319 24 4319 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]*'
2874 /custom_md_loader/classes/MetadataService.cls 4319 24 4319 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]*'
2875 /custom_md_loader/classes/MetadataService.cls 4326 26 4326 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2875 /custom_md_loader/classes/MetadataService.cls 4326 26 4326 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2876 /custom_md_loader/classes/MetadataService.cls 4327 26 4327 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2876 /custom_md_loader/classes/MetadataService.cls 4327 26 4327 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2877 /custom_md_loader/classes/MetadataService.cls 4328 26 4328 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2877 /custom_md_loader/classes/MetadataService.cls 4328 26 4328 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2878 /custom_md_loader/classes/MetadataService.cls 4329 26 4329 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2878 /custom_md_loader/classes/MetadataService.cls 4329 26 4329 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2879 /custom_md_loader/classes/MetadataService.cls 4330 26 4330 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2879 /custom_md_loader/classes/MetadataService.cls 4330 26 4330 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2880 /custom_md_loader/classes/MetadataService.cls 4331 26 4331 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2880 /custom_md_loader/classes/MetadataService.cls 4331 26 4331 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2881 /custom_md_loader/classes/MetadataService.cls 4332 26 4332 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2881 /custom_md_loader/classes/MetadataService.cls 4332 26 4332 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2882 /custom_md_loader/classes/MetadataService.cls 4333 26 4333 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2882 /custom_md_loader/classes/MetadataService.cls 4333 26 4333 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2883 /custom_md_loader/classes/MetadataService.cls 4334 26 4334 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2883 /custom_md_loader/classes/MetadataService.cls 4334 26 4334 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2884 /custom_md_loader/classes/MetadataService.cls 4335 26 4335 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2884 /custom_md_loader/classes/MetadataService.cls 4335 26 4335 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2885 /custom_md_loader/classes/MetadataService.cls 4336 26 4336 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2885 /custom_md_loader/classes/MetadataService.cls 4336 26 4336 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2886 /custom_md_loader/classes/MetadataService.cls 4337 26 4337 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2886 /custom_md_loader/classes/MetadataService.cls 4337 26 4337 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2887 /custom_md_loader/classes/MetadataService.cls 4338 26 4338 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2887 /custom_md_loader/classes/MetadataService.cls 4338 26 4338 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2888 /custom_md_loader/classes/MetadataService.cls 4339 26 4339 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2888 /custom_md_loader/classes/MetadataService.cls 4339 26 4339 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2889 /custom_md_loader/classes/MetadataService.cls 4340 26 4340 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2889 /custom_md_loader/classes/MetadataService.cls 4340 26 4340 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2890 /custom_md_loader/classes/MetadataService.cls 4341 26 4341 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2890 /custom_md_loader/classes/MetadataService.cls 4341 26 4341 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2891 /custom_md_loader/classes/MetadataService.cls 4342 26 4342 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2891 /custom_md_loader/classes/MetadataService.cls 4342 26 4342 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2892 /custom_md_loader/classes/MetadataService.cls 4343 26 4343 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2892 /custom_md_loader/classes/MetadataService.cls 4343 26 4343 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2893 /custom_md_loader/classes/MetadataService.cls 4344 26 4344 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2893 /custom_md_loader/classes/MetadataService.cls 4344 26 4344 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2894 /custom_md_loader/classes/MetadataService.cls 4345 26 4345 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2894 /custom_md_loader/classes/MetadataService.cls 4345 26 4345 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2895 /custom_md_loader/classes/MetadataService.cls 4346 26 4346 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2895 /custom_md_loader/classes/MetadataService.cls 4346 26 4346 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2896 /custom_md_loader/classes/MetadataService.cls 4347 26 4347 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2896 /custom_md_loader/classes/MetadataService.cls 4347 26 4347 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2897 /custom_md_loader/classes/MetadataService.cls 4348 26 4348 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2897 /custom_md_loader/classes/MetadataService.cls 4348 26 4348 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2898 /custom_md_loader/classes/MetadataService.cls 4349 26 4349 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]*'
2898 /custom_md_loader/classes/MetadataService.cls 4349 26 4349 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]*'
2899 /custom_md_loader/classes/MetadataService.cls 4350 26 4350 344 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2899 /custom_md_loader/classes/MetadataService.cls 4350 26 4350 344 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2900 /custom_md_loader/classes/MetadataService.cls 4352 12 4375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2900 /custom_md_loader/classes/MetadataService.cls 4352 12 4375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2901 /custom_md_loader/classes/MetadataService.cls 4352 12 4375 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2901 /custom_md_loader/classes/MetadataService.cls 4352 12 4375 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2902 /custom_md_loader/classes/MetadataService.cls 4363 26 4363 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 'allowDelegate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2902 /custom_md_loader/classes/MetadataService.cls 4363 26 4363 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 'allowDelegate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2903 /custom_md_loader/classes/MetadataService.cls 4364 26 4364 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 'approvalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2903 /custom_md_loader/classes/MetadataService.cls 4364 26 4364 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 'approvalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2904 /custom_md_loader/classes/MetadataService.cls 4365 26 4365 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 'assignedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2904 /custom_md_loader/classes/MetadataService.cls 4365 26 4365 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 'assignedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2905 /custom_md_loader/classes/MetadataService.cls 4366 26 4366 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2905 /custom_md_loader/classes/MetadataService.cls 4366 26 4366 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2906 /custom_md_loader/classes/MetadataService.cls 4367 26 4367 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2906 /custom_md_loader/classes/MetadataService.cls 4367 26 4367 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2907 /custom_md_loader/classes/MetadataService.cls 4368 26 4368 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 'ifCriteriaNotMet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2907 /custom_md_loader/classes/MetadataService.cls 4368 26 4368 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 'ifCriteriaNotMet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2908 /custom_md_loader/classes/MetadataService.cls 4369 26 4369 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2908 /custom_md_loader/classes/MetadataService.cls 4369 26 4369 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2909 /custom_md_loader/classes/MetadataService.cls 4370 26 4370 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2909 /custom_md_loader/classes/MetadataService.cls 4370 26 4370 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2910 /custom_md_loader/classes/MetadataService.cls 4371 26 4371 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 'rejectBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2910 /custom_md_loader/classes/MetadataService.cls 4371 26 4371 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 'rejectBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2911 /custom_md_loader/classes/MetadataService.cls 4372 26 4372 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 'rejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2911 /custom_md_loader/classes/MetadataService.cls 4372 26 4372 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 'rejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2912 /custom_md_loader/classes/MetadataService.cls 4373 26 4373 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2912 /custom_md_loader/classes/MetadataService.cls 4373 26 4373 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2913 /custom_md_loader/classes/MetadataService.cls 4374 26 4374 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]*'
2913 /custom_md_loader/classes/MetadataService.cls 4374 26 4374 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]*'
2914 /custom_md_loader/classes/MetadataService.cls 4376 12 4389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2914 /custom_md_loader/classes/MetadataService.cls 4376 12 4389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2915 /custom_md_loader/classes/MetadataService.cls 4382 26 4382 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 'article_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2915 /custom_md_loader/classes/MetadataService.cls 4382 26 4382 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 'article_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2916 /custom_md_loader/classes/MetadataService.cls 4383 26 4383 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 'caseType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2916 /custom_md_loader/classes/MetadataService.cls 4383 26 4383 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 'caseType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2917 /custom_md_loader/classes/MetadataService.cls 4384 26 4384 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 'plural_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2917 /custom_md_loader/classes/MetadataService.cls 4384 26 4384 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 'plural_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2918 /custom_md_loader/classes/MetadataService.cls 4385 26 4385 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 'possessive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2918 /custom_md_loader/classes/MetadataService.cls 4385 26 4385 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 'possessive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2919 /custom_md_loader/classes/MetadataService.cls 4386 26 4386 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2919 /custom_md_loader/classes/MetadataService.cls 4386 26 4386 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2920 /custom_md_loader/classes/MetadataService.cls 4387 26 4387 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2920 /custom_md_loader/classes/MetadataService.cls 4387 26 4387 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2921 /custom_md_loader/classes/MetadataService.cls 4388 26 4388 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]*'
2921 /custom_md_loader/classes/MetadataService.cls 4388 26 4388 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]*'
2922 /custom_md_loader/classes/MetadataService.cls 4390 12 4395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2922 /custom_md_loader/classes/MetadataService.cls 4390 12 4395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2923 /custom_md_loader/classes/MetadataService.cls 4392 26 4392 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2923 /custom_md_loader/classes/MetadataService.cls 4392 26 4392 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2924 /custom_md_loader/classes/MetadataService.cls 4393 26 4393 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2924 /custom_md_loader/classes/MetadataService.cls 4393 26 4393 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2925 /custom_md_loader/classes/MetadataService.cls 4394 26 4394 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]*'
2925 /custom_md_loader/classes/MetadataService.cls 4394 26 4394 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]*'
2926 /custom_md_loader/classes/MetadataService.cls 4396 12 4401 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2926 /custom_md_loader/classes/MetadataService.cls 4396 12 4401 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2927 /custom_md_loader/classes/MetadataService.cls 4396 12 4401 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2927 /custom_md_loader/classes/MetadataService.cls 4396 12 4401 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'upsertMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2928 /custom_md_loader/classes/MetadataService.cls 4398 26 4398 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2928 /custom_md_loader/classes/MetadataService.cls 4398 26 4398 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2929 /custom_md_loader/classes/MetadataService.cls 4399 26 4399 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2929 /custom_md_loader/classes/MetadataService.cls 4399 26 4399 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2930 /custom_md_loader/classes/MetadataService.cls 4400 26 4400 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]*'
2930 /custom_md_loader/classes/MetadataService.cls 4400 26 4400 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]*'
2931 /custom_md_loader/classes/MetadataService.cls 4402 12 4413 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2931 /custom_md_loader/classes/MetadataService.cls 4402 12 4413 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2932 /custom_md_loader/classes/MetadataService.cls 4407 26 4407 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2932 /custom_md_loader/classes/MetadataService.cls 4407 26 4407 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2933 /custom_md_loader/classes/MetadataService.cls 4408 26 4408 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 'customDataTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2933 /custom_md_loader/classes/MetadataService.cls 4408 26 4408 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 'customDataTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2934 /custom_md_loader/classes/MetadataService.cls 4409 26 4409 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2934 /custom_md_loader/classes/MetadataService.cls 4409 26 4409 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2935 /custom_md_loader/classes/MetadataService.cls 4410 26 4410 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2935 /custom_md_loader/classes/MetadataService.cls 4410 26 4410 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2936 /custom_md_loader/classes/MetadataService.cls 4411 26 4411 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2936 /custom_md_loader/classes/MetadataService.cls 4411 26 4411 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2937 /custom_md_loader/classes/MetadataService.cls 4412 26 4412 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]*'
2937 /custom_md_loader/classes/MetadataService.cls 4412 26 4412 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]*'
2938 /custom_md_loader/classes/MetadataService.cls 4414 12 4427 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2938 /custom_md_loader/classes/MetadataService.cls 4414 12 4427 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2939 /custom_md_loader/classes/MetadataService.cls 4420 26 4420 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2939 /custom_md_loader/classes/MetadataService.cls 4420 26 4420 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2940 /custom_md_loader/classes/MetadataService.cls 4421 26 4421 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'siteType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2940 /custom_md_loader/classes/MetadataService.cls 4421 26 4421 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'siteType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2941 /custom_md_loader/classes/MetadataService.cls 4422 26 4422 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2941 /custom_md_loader/classes/MetadataService.cls 4422 26 4422 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2942 /custom_md_loader/classes/MetadataService.cls 4423 26 4423 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2942 /custom_md_loader/classes/MetadataService.cls 4423 26 4423 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2943 /custom_md_loader/classes/MetadataService.cls 4424 26 4424 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]*'
2943 /custom_md_loader/classes/MetadataService.cls 4424 26 4424 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]*'
2944 /custom_md_loader/classes/MetadataService.cls 4425 26 4425 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]*'
2944 /custom_md_loader/classes/MetadataService.cls 4425 26 4425 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]*'
2945 /custom_md_loader/classes/MetadataService.cls 4426 26 4426 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2945 /custom_md_loader/classes/MetadataService.cls 4426 26 4426 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2946 /custom_md_loader/classes/MetadataService.cls 4428 12 4433 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2946 /custom_md_loader/classes/MetadataService.cls 4428 12 4433 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2947 /custom_md_loader/classes/MetadataService.cls 4430 26 4430 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 'client_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2947 /custom_md_loader/classes/MetadataService.cls 4430 26 4430 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 'client_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2948 /custom_md_loader/classes/MetadataService.cls 4431 26 4431 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2948 /custom_md_loader/classes/MetadataService.cls 4431 26 4431 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2949 /custom_md_loader/classes/MetadataService.cls 4432 26 4432 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]*'
2949 /custom_md_loader/classes/MetadataService.cls 4432 26 4432 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]*'
2950 /custom_md_loader/classes/MetadataService.cls 4434 12 4441 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2950 /custom_md_loader/classes/MetadataService.cls 4434 12 4441 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2951 /custom_md_loader/classes/MetadataService.cls 4437 26 4437 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2951 /custom_md_loader/classes/MetadataService.cls 4437 26 4437 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2952 /custom_md_loader/classes/MetadataService.cls 4438 26 4438 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2952 /custom_md_loader/classes/MetadataService.cls 4438 26 4438 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2953 /custom_md_loader/classes/MetadataService.cls 4439 26 4439 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2953 /custom_md_loader/classes/MetadataService.cls 4439 26 4439 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2954 /custom_md_loader/classes/MetadataService.cls 4440 26 4440 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]*'
2954 /custom_md_loader/classes/MetadataService.cls 4440 26 4440 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]*'
2955 /custom_md_loader/classes/MetadataService.cls 4442 12 4447 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2955 /custom_md_loader/classes/MetadataService.cls 4442 12 4447 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2956 /custom_md_loader/classes/MetadataService.cls 4442 12 4447 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2956 /custom_md_loader/classes/MetadataService.cls 4442 12 4447 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2957 /custom_md_loader/classes/MetadataService.cls 4444 26 4444 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2957 /custom_md_loader/classes/MetadataService.cls 4444 26 4444 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2958 /custom_md_loader/classes/MetadataService.cls 4445 26 4445 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2958 /custom_md_loader/classes/MetadataService.cls 4445 26 4445 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2959 /custom_md_loader/classes/MetadataService.cls 4446 26 4446 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]*'
2959 /custom_md_loader/classes/MetadataService.cls 4446 26 4446 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]*'
2960 /custom_md_loader/classes/MetadataService.cls 4450 12 4471 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2960 /custom_md_loader/classes/MetadataService.cls 4450 12 4471 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2961 /custom_md_loader/classes/MetadataService.cls 4450 12 4471 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2961 /custom_md_loader/classes/MetadataService.cls 4450 12 4471 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2962 /custom_md_loader/classes/MetadataService.cls 4460 26 4460 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2962 /custom_md_loader/classes/MetadataService.cls 4460 26 4460 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2963 /custom_md_loader/classes/MetadataService.cls 4461 26 4461 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2963 /custom_md_loader/classes/MetadataService.cls 4461 26 4461 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2964 /custom_md_loader/classes/MetadataService.cls 4462 26 4462 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 'help_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2964 /custom_md_loader/classes/MetadataService.cls 4462 26 4462 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 'help_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2965 /custom_md_loader/classes/MetadataService.cls 4463 26 4463 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2965 /custom_md_loader/classes/MetadataService.cls 4463 26 4463 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2966 /custom_md_loader/classes/MetadataService.cls 4464 26 4464 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2966 /custom_md_loader/classes/MetadataService.cls 4464 26 4464 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2967 /custom_md_loader/classes/MetadataService.cls 4465 26 4465 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2967 /custom_md_loader/classes/MetadataService.cls 4465 26 4465 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2968 /custom_md_loader/classes/MetadataService.cls 4466 26 4466 147 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2968 /custom_md_loader/classes/MetadataService.cls 4466 26 4466 147 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2969 /custom_md_loader/classes/MetadataService.cls 4467 26 4467 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2969 /custom_md_loader/classes/MetadataService.cls 4467 26 4467 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2970 /custom_md_loader/classes/MetadataService.cls 4468 26 4468 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2970 /custom_md_loader/classes/MetadataService.cls 4468 26 4468 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2971 /custom_md_loader/classes/MetadataService.cls 4469 26 4469 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2971 /custom_md_loader/classes/MetadataService.cls 4469 26 4469 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2972 /custom_md_loader/classes/MetadataService.cls 4470 26 4470 172 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2972 /custom_md_loader/classes/MetadataService.cls 4470 26 4470 172 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2973 /custom_md_loader/classes/MetadataService.cls 4472 12 4481 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2973 /custom_md_loader/classes/MetadataService.cls 4472 12 4481 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2974 /custom_md_loader/classes/MetadataService.cls 4476 26 4476 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2974 /custom_md_loader/classes/MetadataService.cls 4476 26 4476 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2975 /custom_md_loader/classes/MetadataService.cls 4477 26 4477 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2975 /custom_md_loader/classes/MetadataService.cls 4477 26 4477 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2976 /custom_md_loader/classes/MetadataService.cls 4478 26 4478 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2976 /custom_md_loader/classes/MetadataService.cls 4478 26 4478 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2977 /custom_md_loader/classes/MetadataService.cls 4479 26 4479 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2977 /custom_md_loader/classes/MetadataService.cls 4479 26 4479 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2978 /custom_md_loader/classes/MetadataService.cls 4480 26 4480 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]*'
2978 /custom_md_loader/classes/MetadataService.cls 4480 26 4480 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]*'
2979 /custom_md_loader/classes/MetadataService.cls 4482 12 4487 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2979 /custom_md_loader/classes/MetadataService.cls 4482 12 4487 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2980 /custom_md_loader/classes/MetadataService.cls 4482 12 4487 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2980 /custom_md_loader/classes/MetadataService.cls 4482 12 4487 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2981 /custom_md_loader/classes/MetadataService.cls 4484 26 4484 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2981 /custom_md_loader/classes/MetadataService.cls 4484 26 4484 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2982 /custom_md_loader/classes/MetadataService.cls 4485 26 4485 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2982 /custom_md_loader/classes/MetadataService.cls 4485 26 4485 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2983 /custom_md_loader/classes/MetadataService.cls 4486 26 4486 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]*'
2983 /custom_md_loader/classes/MetadataService.cls 4486 26 4486 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]*'
2984 /custom_md_loader/classes/MetadataService.cls 4488 12 4509 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2984 /custom_md_loader/classes/MetadataService.cls 4488 12 4509 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2985 /custom_md_loader/classes/MetadataService.cls 4488 12 4509 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2985 /custom_md_loader/classes/MetadataService.cls 4488 12 4509 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2986 /custom_md_loader/classes/MetadataService.cls 4498 26 4498 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2986 /custom_md_loader/classes/MetadataService.cls 4498 26 4498 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2987 /custom_md_loader/classes/MetadataService.cls 4499 26 4499 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 'groupColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2987 /custom_md_loader/classes/MetadataService.cls 4499 26 4499 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 'groupColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2988 /custom_md_loader/classes/MetadataService.cls 4500 26 4500 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2988 /custom_md_loader/classes/MetadataService.cls 4500 26 4500 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2989 /custom_md_loader/classes/MetadataService.cls 4501 26 4501 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2989 /custom_md_loader/classes/MetadataService.cls 4501 26 4501 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2990 /custom_md_loader/classes/MetadataService.cls 4502 26 4502 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2990 /custom_md_loader/classes/MetadataService.cls 4502 26 4502 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2991 /custom_md_loader/classes/MetadataService.cls 4503 26 4503 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 'sourceReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2991 /custom_md_loader/classes/MetadataService.cls 4503 26 4503 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 'sourceReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2992 /custom_md_loader/classes/MetadataService.cls 4504 26 4504 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2992 /custom_md_loader/classes/MetadataService.cls 4504 26 4504 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2993 /custom_md_loader/classes/MetadataService.cls 4505 26 4505 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2993 /custom_md_loader/classes/MetadataService.cls 4505 26 4505 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2994 /custom_md_loader/classes/MetadataService.cls 4506 26 4506 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2994 /custom_md_loader/classes/MetadataService.cls 4506 26 4506 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2995 /custom_md_loader/classes/MetadataService.cls 4507 26 4507 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]*'
2995 /custom_md_loader/classes/MetadataService.cls 4507 26 4507 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]*'
2996 /custom_md_loader/classes/MetadataService.cls 4508 26 4508 165 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2996 /custom_md_loader/classes/MetadataService.cls 4508 26 4508 165 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2997 /custom_md_loader/classes/MetadataService.cls 4510 12 4527 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2997 /custom_md_loader/classes/MetadataService.cls 4510 12 4527 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2998 /custom_md_loader/classes/MetadataService.cls 4510 12 4527 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2998 /custom_md_loader/classes/MetadataService.cls 4510 12 4527 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2999 /custom_md_loader/classes/MetadataService.cls 4518 26 4518 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2999 /custom_md_loader/classes/MetadataService.cls 4518 26 4518 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3000 /custom_md_loader/classes/MetadataService.cls 4519 26 4519 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3000 /custom_md_loader/classes/MetadataService.cls 4519 26 4519 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3001 /custom_md_loader/classes/MetadataService.cls 4520 26 4520 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3001 /custom_md_loader/classes/MetadataService.cls 4520 26 4520 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3002 /custom_md_loader/classes/MetadataService.cls 4521 26 4521 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3002 /custom_md_loader/classes/MetadataService.cls 4521 26 4521 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3003 /custom_md_loader/classes/MetadataService.cls 4522 26 4522 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 'filterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3003 /custom_md_loader/classes/MetadataService.cls 4522 26 4522 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 'filterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3004 /custom_md_loader/classes/MetadataService.cls 4523 26 4523 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 'infoMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3004 /custom_md_loader/classes/MetadataService.cls 4523 26 4523 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 'infoMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3005 /custom_md_loader/classes/MetadataService.cls 4524 26 4524 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 'isOptional_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3005 /custom_md_loader/classes/MetadataService.cls 4524 26 4524 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 'isOptional_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3006 /custom_md_loader/classes/MetadataService.cls 4525 26 4525 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3006 /custom_md_loader/classes/MetadataService.cls 4525 26 4525 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3007 /custom_md_loader/classes/MetadataService.cls 4526 26 4526 158 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3007 /custom_md_loader/classes/MetadataService.cls 4526 26 4526 158 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3008 /custom_md_loader/classes/MetadataService.cls 4528 12 4535 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3008 /custom_md_loader/classes/MetadataService.cls 4528 12 4535 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3009 /custom_md_loader/classes/MetadataService.cls 4531 26 4531 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3009 /custom_md_loader/classes/MetadataService.cls 4531 26 4531 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3010 /custom_md_loader/classes/MetadataService.cls 4532 26 4532 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3010 /custom_md_loader/classes/MetadataService.cls 4532 26 4532 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3011 /custom_md_loader/classes/MetadataService.cls 4533 26 4533 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3011 /custom_md_loader/classes/MetadataService.cls 4533 26 4533 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3012 /custom_md_loader/classes/MetadataService.cls 4534 26 4534 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]*'
3012 /custom_md_loader/classes/MetadataService.cls 4534 26 4534 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]*'
3013 /custom_md_loader/classes/MetadataService.cls 4536 12 4547 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3013 /custom_md_loader/classes/MetadataService.cls 4536 12 4547 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3014 /custom_md_loader/classes/MetadataService.cls 4541 26 4541 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 'aggregateTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3014 /custom_md_loader/classes/MetadataService.cls 4541 26 4541 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 'aggregateTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3015 /custom_md_loader/classes/MetadataService.cls 4542 26 4542 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3015 /custom_md_loader/classes/MetadataService.cls 4542 26 4542 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3016 /custom_md_loader/classes/MetadataService.cls 4543 26 4543 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 'reverseColors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3016 /custom_md_loader/classes/MetadataService.cls 4543 26 4543 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 'reverseColors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3017 /custom_md_loader/classes/MetadataService.cls 4544 26 4544 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 'showChanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3017 /custom_md_loader/classes/MetadataService.cls 4544 26 4544 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 'showChanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3018 /custom_md_loader/classes/MetadataService.cls 4545 26 4545 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3018 /custom_md_loader/classes/MetadataService.cls 4545 26 4545 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3019 /custom_md_loader/classes/MetadataService.cls 4546 26 4546 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]*'
3019 /custom_md_loader/classes/MetadataService.cls 4546 26 4546 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]*'
3020 /custom_md_loader/classes/MetadataService.cls 4548 12 4585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3020 /custom_md_loader/classes/MetadataService.cls 4548 12 4585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3021 /custom_md_loader/classes/MetadataService.cls 4548 12 4585 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3021 /custom_md_loader/classes/MetadataService.cls 4548 12 4585 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3022 /custom_md_loader/classes/MetadataService.cls 4558 23 4558 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]*'
3022 /custom_md_loader/classes/MetadataService.cls 4558 23 4558 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]*'
3023 /custom_md_loader/classes/MetadataService.cls 4564 23 4564 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]*'
3023 /custom_md_loader/classes/MetadataService.cls 4564 23 4564 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]*'
3024 /custom_md_loader/classes/MetadataService.cls 4566 26 4566 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3024 /custom_md_loader/classes/MetadataService.cls 4566 26 4566 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3025 /custom_md_loader/classes/MetadataService.cls 4567 26 4567 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3025 /custom_md_loader/classes/MetadataService.cls 4567 26 4567 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3026 /custom_md_loader/classes/MetadataService.cls 4568 26 4568 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 'fieldOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3026 /custom_md_loader/classes/MetadataService.cls 4568 26 4568 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 'fieldOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3027 /custom_md_loader/classes/MetadataService.cls 4569 26 4569 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3027 /custom_md_loader/classes/MetadataService.cls 4569 26 4569 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3028 /custom_md_loader/classes/MetadataService.cls 4570 26 4570 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3028 /custom_md_loader/classes/MetadataService.cls 4570 26 4570 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3029 /custom_md_loader/classes/MetadataService.cls 4571 26 4571 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3029 /custom_md_loader/classes/MetadataService.cls 4571 26 4571 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3030 /custom_md_loader/classes/MetadataService.cls 4572 26 4572 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3030 /custom_md_loader/classes/MetadataService.cls 4572 26 4572 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3031 /custom_md_loader/classes/MetadataService.cls 4573 26 4573 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3031 /custom_md_loader/classes/MetadataService.cls 4573 26 4573 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3032 /custom_md_loader/classes/MetadataService.cls 4574 26 4574 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 'quickActionLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3032 /custom_md_loader/classes/MetadataService.cls 4574 26 4574 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 'quickActionLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3033 /custom_md_loader/classes/MetadataService.cls 4575 26 4575 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 'standardLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3033 /custom_md_loader/classes/MetadataService.cls 4575 26 4575 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 'standardLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3034 /custom_md_loader/classes/MetadataService.cls 4576 26 4576 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3034 /custom_md_loader/classes/MetadataService.cls 4576 26 4576 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3035 /custom_md_loader/classes/MetadataService.cls 4577 26 4577 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 'targetParentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3035 /custom_md_loader/classes/MetadataService.cls 4577 26 4577 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 'targetParentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3036 /custom_md_loader/classes/MetadataService.cls 4578 26 4578 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 'targetRecordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3036 /custom_md_loader/classes/MetadataService.cls 4578 26 4578 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 'targetRecordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3037 /custom_md_loader/classes/MetadataService.cls 4579 26 4579 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3037 /custom_md_loader/classes/MetadataService.cls 4579 26 4579 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3038 /custom_md_loader/classes/MetadataService.cls 4580 26 4580 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3038 /custom_md_loader/classes/MetadataService.cls 4580 26 4580 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3039 /custom_md_loader/classes/MetadataService.cls 4581 26 4581 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3039 /custom_md_loader/classes/MetadataService.cls 4581 26 4581 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3040 /custom_md_loader/classes/MetadataService.cls 4582 26 4582 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3040 /custom_md_loader/classes/MetadataService.cls 4582 26 4582 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3041 /custom_md_loader/classes/MetadataService.cls 4583 26 4583 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]*'
3041 /custom_md_loader/classes/MetadataService.cls 4583 26 4583 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]*'
3042 /custom_md_loader/classes/MetadataService.cls 4584 26 4584 269 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3042 /custom_md_loader/classes/MetadataService.cls 4584 26 4584 269 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3043 /custom_md_loader/classes/MetadataService.cls 4586 12 4595 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3043 /custom_md_loader/classes/MetadataService.cls 4586 12 4595 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3044 /custom_md_loader/classes/MetadataService.cls 4590 26 4590 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3044 /custom_md_loader/classes/MetadataService.cls 4590 26 4590 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3045 /custom_md_loader/classes/MetadataService.cls 4591 26 4591 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3045 /custom_md_loader/classes/MetadataService.cls 4591 26 4591 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3046 /custom_md_loader/classes/MetadataService.cls 4592 26 4592 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 'keyCommand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3046 /custom_md_loader/classes/MetadataService.cls 4592 26 4592 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 'keyCommand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3047 /custom_md_loader/classes/MetadataService.cls 4593 26 4593 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3047 /custom_md_loader/classes/MetadataService.cls 4593 26 4593 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3048 /custom_md_loader/classes/MetadataService.cls 4594 26 4594 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]*'
3048 /custom_md_loader/classes/MetadataService.cls 4594 26 4594 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]*'
3049 /custom_md_loader/classes/MetadataService.cls 4596 12 4613 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3049 /custom_md_loader/classes/MetadataService.cls 4596 12 4613 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3050 /custom_md_loader/classes/MetadataService.cls 4596 12 4613 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3050 /custom_md_loader/classes/MetadataService.cls 4596 12 4613 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3051 /custom_md_loader/classes/MetadataService.cls 4604 26 4604 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3051 /custom_md_loader/classes/MetadataService.cls 4604 26 4604 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3052 /custom_md_loader/classes/MetadataService.cls 4605 26 4605 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3052 /custom_md_loader/classes/MetadataService.cls 4605 26 4605 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3053 /custom_md_loader/classes/MetadataService.cls 4606 26 4606 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3053 /custom_md_loader/classes/MetadataService.cls 4606 26 4606 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3054 /custom_md_loader/classes/MetadataService.cls 4607 26 4607 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3054 /custom_md_loader/classes/MetadataService.cls 4607 26 4607 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3055 /custom_md_loader/classes/MetadataService.cls 4608 26 4608 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3055 /custom_md_loader/classes/MetadataService.cls 4608 26 4608 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3056 /custom_md_loader/classes/MetadataService.cls 4609 26 4609 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3056 /custom_md_loader/classes/MetadataService.cls 4609 26 4609 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3057 /custom_md_loader/classes/MetadataService.cls 4610 26 4610 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]*'
3057 /custom_md_loader/classes/MetadataService.cls 4610 26 4610 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]*'
3058 /custom_md_loader/classes/MetadataService.cls 4611 26 4611 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]*'
3058 /custom_md_loader/classes/MetadataService.cls 4611 26 4611 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]*'
3059 /custom_md_loader/classes/MetadataService.cls 4612 26 4612 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]*'
3059 /custom_md_loader/classes/MetadataService.cls 4612 26 4612 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]*'
3060 /custom_md_loader/classes/MetadataService.cls 4614 12 4619 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3060 /custom_md_loader/classes/MetadataService.cls 4614 12 4619 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3061 /custom_md_loader/classes/MetadataService.cls 4614 12 4619 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3061 /custom_md_loader/classes/MetadataService.cls 4614 12 4619 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'updateMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3062 /custom_md_loader/classes/MetadataService.cls 4616 26 4616 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3062 /custom_md_loader/classes/MetadataService.cls 4616 26 4616 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3063 /custom_md_loader/classes/MetadataService.cls 4617 26 4617 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3063 /custom_md_loader/classes/MetadataService.cls 4617 26 4617 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3064 /custom_md_loader/classes/MetadataService.cls 4618 26 4618 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]*'
3064 /custom_md_loader/classes/MetadataService.cls 4618 26 4618 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]*'
3065 /custom_md_loader/classes/MetadataService.cls 4620 12 4629 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3065 /custom_md_loader/classes/MetadataService.cls 4620 12 4629 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3066 /custom_md_loader/classes/MetadataService.cls 4624 26 4624 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3066 /custom_md_loader/classes/MetadataService.cls 4624 26 4624 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3067 /custom_md_loader/classes/MetadataService.cls 4625 26 4625 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3067 /custom_md_loader/classes/MetadataService.cls 4625 26 4625 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3068 /custom_md_loader/classes/MetadataService.cls 4626 26 4626 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3068 /custom_md_loader/classes/MetadataService.cls 4626 26 4626 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3069 /custom_md_loader/classes/MetadataService.cls 4627 26 4627 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]*'
3069 /custom_md_loader/classes/MetadataService.cls 4627 26 4627 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]*'
3070 /custom_md_loader/classes/MetadataService.cls 4628 26 4628 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]*'
3070 /custom_md_loader/classes/MetadataService.cls 4628 26 4628 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]*'
3071 /custom_md_loader/classes/MetadataService.cls 4630 12 4647 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3071 /custom_md_loader/classes/MetadataService.cls 4630 12 4647 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3072 /custom_md_loader/classes/MetadataService.cls 4630 12 4647 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3072 /custom_md_loader/classes/MetadataService.cls 4630 12 4647 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3073 /custom_md_loader/classes/MetadataService.cls 4637 24 4637 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]*'
3073 /custom_md_loader/classes/MetadataService.cls 4637 24 4637 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]*'
3074 /custom_md_loader/classes/MetadataService.cls 4638 26 4638 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3074 /custom_md_loader/classes/MetadataService.cls 4638 26 4638 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3075 /custom_md_loader/classes/MetadataService.cls 4639 26 4639 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3075 /custom_md_loader/classes/MetadataService.cls 4639 26 4639 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3076 /custom_md_loader/classes/MetadataService.cls 4640 26 4640 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3076 /custom_md_loader/classes/MetadataService.cls 4640 26 4640 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3077 /custom_md_loader/classes/MetadataService.cls 4641 26 4641 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3077 /custom_md_loader/classes/MetadataService.cls 4641 26 4641 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3078 /custom_md_loader/classes/MetadataService.cls 4642 26 4642 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3078 /custom_md_loader/classes/MetadataService.cls 4642 26 4642 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3079 /custom_md_loader/classes/MetadataService.cls 4643 26 4643 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3079 /custom_md_loader/classes/MetadataService.cls 4643 26 4643 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3080 /custom_md_loader/classes/MetadataService.cls 4644 26 4644 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3080 /custom_md_loader/classes/MetadataService.cls 4644 26 4644 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3081 /custom_md_loader/classes/MetadataService.cls 4645 26 4645 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]*'
3081 /custom_md_loader/classes/MetadataService.cls 4645 26 4645 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]*'
3082 /custom_md_loader/classes/MetadataService.cls 4646 26 4646 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3082 /custom_md_loader/classes/MetadataService.cls 4646 26 4646 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3083 /custom_md_loader/classes/MetadataService.cls 4648 12 4665 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3083 /custom_md_loader/classes/MetadataService.cls 4648 12 4665 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3084 /custom_md_loader/classes/MetadataService.cls 4648 12 4665 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3084 /custom_md_loader/classes/MetadataService.cls 4648 12 4665 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3085 /custom_md_loader/classes/MetadataService.cls 4655 23 4655 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]*'
3085 /custom_md_loader/classes/MetadataService.cls 4655 23 4655 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]*'
3086 /custom_md_loader/classes/MetadataService.cls 4656 26 4656 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3086 /custom_md_loader/classes/MetadataService.cls 4656 26 4656 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3087 /custom_md_loader/classes/MetadataService.cls 4657 26 4657 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 'flexiPageRegions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3087 /custom_md_loader/classes/MetadataService.cls 4657 26 4657 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 'flexiPageRegions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3088 /custom_md_loader/classes/MetadataService.cls 4658 26 4658 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3088 /custom_md_loader/classes/MetadataService.cls 4658 26 4658 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3089 /custom_md_loader/classes/MetadataService.cls 4659 26 4659 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3089 /custom_md_loader/classes/MetadataService.cls 4659 26 4659 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3090 /custom_md_loader/classes/MetadataService.cls 4660 26 4660 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3090 /custom_md_loader/classes/MetadataService.cls 4660 26 4660 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3091 /custom_md_loader/classes/MetadataService.cls 4661 26 4661 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3091 /custom_md_loader/classes/MetadataService.cls 4661 26 4661 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3092 /custom_md_loader/classes/MetadataService.cls 4662 26 4662 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3092 /custom_md_loader/classes/MetadataService.cls 4662 26 4662 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3093 /custom_md_loader/classes/MetadataService.cls 4663 26 4663 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]*'
3093 /custom_md_loader/classes/MetadataService.cls 4663 26 4663 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]*'
3094 /custom_md_loader/classes/MetadataService.cls 4664 26 4664 149 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3094 /custom_md_loader/classes/MetadataService.cls 4664 26 4664 149 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3095 /custom_md_loader/classes/MetadataService.cls 4666 12 4687 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3095 /custom_md_loader/classes/MetadataService.cls 4666 12 4687 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3096 /custom_md_loader/classes/MetadataService.cls 4666 12 4687 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3096 /custom_md_loader/classes/MetadataService.cls 4666 12 4687 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3097 /custom_md_loader/classes/MetadataService.cls 4676 26 4676 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 'acsUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3097 /custom_md_loader/classes/MetadataService.cls 4676 26 4676 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 'acsUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3098 /custom_md_loader/classes/MetadataService.cls 4677 26 4677 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3098 /custom_md_loader/classes/MetadataService.cls 4677 26 4677 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3099 /custom_md_loader/classes/MetadataService.cls 4678 26 4678 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 'encryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3099 /custom_md_loader/classes/MetadataService.cls 4678 26 4678 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 'encryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3100 /custom_md_loader/classes/MetadataService.cls 4679 26 4679 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 'encryptionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3100 /custom_md_loader/classes/MetadataService.cls 4679 26 4679 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 'encryptionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3101 /custom_md_loader/classes/MetadataService.cls 4680 26 4680 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 'entityUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3101 /custom_md_loader/classes/MetadataService.cls 4680 26 4680 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 'entityUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3102 /custom_md_loader/classes/MetadataService.cls 4681 26 4681 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3102 /custom_md_loader/classes/MetadataService.cls 4681 26 4681 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3103 /custom_md_loader/classes/MetadataService.cls 4682 26 4682 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 'samlNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3103 /custom_md_loader/classes/MetadataService.cls 4682 26 4682 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 'samlNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3104 /custom_md_loader/classes/MetadataService.cls 4683 26 4683 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 'samlSubjectCustomAttr_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3104 /custom_md_loader/classes/MetadataService.cls 4683 26 4683 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 'samlSubjectCustomAttr_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3105 /custom_md_loader/classes/MetadataService.cls 4684 26 4684 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 'samlSubjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3105 /custom_md_loader/classes/MetadataService.cls 4684 26 4684 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 'samlSubjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3106 /custom_md_loader/classes/MetadataService.cls 4685 26 4685 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3106 /custom_md_loader/classes/MetadataService.cls 4685 26 4685 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3107 /custom_md_loader/classes/MetadataService.cls 4686 26 4686 209 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3107 /custom_md_loader/classes/MetadataService.cls 4686 26 4686 209 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3108 /custom_md_loader/classes/MetadataService.cls 4688 12 4699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3108 /custom_md_loader/classes/MetadataService.cls 4688 12 4699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3109 /custom_md_loader/classes/MetadataService.cls 4693 26 4693 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3109 /custom_md_loader/classes/MetadataService.cls 4693 26 4693 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3110 /custom_md_loader/classes/MetadataService.cls 4694 26 4694 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3110 /custom_md_loader/classes/MetadataService.cls 4694 26 4694 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3111 /custom_md_loader/classes/MetadataService.cls 4695 26 4695 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3111 /custom_md_loader/classes/MetadataService.cls 4695 26 4695 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3112 /custom_md_loader/classes/MetadataService.cls 4696 26 4696 139 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'waitEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3112 /custom_md_loader/classes/MetadataService.cls 4696 26 4696 139 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'waitEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3113 /custom_md_loader/classes/MetadataService.cls 4697 26 4697 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3113 /custom_md_loader/classes/MetadataService.cls 4697 26 4697 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3114 /custom_md_loader/classes/MetadataService.cls 4698 26 4698 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]*'
3114 /custom_md_loader/classes/MetadataService.cls 4698 26 4698 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]*'
3115 /custom_md_loader/classes/MetadataService.cls 4700 12 4705 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3115 /custom_md_loader/classes/MetadataService.cls 4700 12 4705 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3116 /custom_md_loader/classes/MetadataService.cls 4700 12 4705 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3116 /custom_md_loader/classes/MetadataService.cls 4700 12 4705 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'createMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3117 /custom_md_loader/classes/MetadataService.cls 4702 26 4702 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3117 /custom_md_loader/classes/MetadataService.cls 4702 26 4702 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3118 /custom_md_loader/classes/MetadataService.cls 4703 26 4703 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3118 /custom_md_loader/classes/MetadataService.cls 4703 26 4703 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3119 /custom_md_loader/classes/MetadataService.cls 4704 26 4704 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]*'
3119 /custom_md_loader/classes/MetadataService.cls 4704 26 4704 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]*'
3120 /custom_md_loader/classes/MetadataService.cls 4706 12 4729 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3120 /custom_md_loader/classes/MetadataService.cls 4706 12 4729 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3121 /custom_md_loader/classes/MetadataService.cls 4706 12 4729 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3121 /custom_md_loader/classes/MetadataService.cls 4706 12 4729 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3122 /custom_md_loader/classes/MetadataService.cls 4717 26 4717 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 'alerts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3122 /custom_md_loader/classes/MetadataService.cls 4717 26 4717 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 'alerts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3123 /custom_md_loader/classes/MetadataService.cls 4718 26 4718 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 'fieldUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3123 /custom_md_loader/classes/MetadataService.cls 4718 26 4718 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 'fieldUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3124 /custom_md_loader/classes/MetadataService.cls 4719 26 4719 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 'flowActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3124 /custom_md_loader/classes/MetadataService.cls 4719 26 4719 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 'flowActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3125 /custom_md_loader/classes/MetadataService.cls 4720 26 4720 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 'knowledgePublishes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3125 /custom_md_loader/classes/MetadataService.cls 4720 26 4720 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 'knowledgePublishes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3126 /custom_md_loader/classes/MetadataService.cls 4721 26 4721 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 'outboundMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3126 /custom_md_loader/classes/MetadataService.cls 4721 26 4721 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 'outboundMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3127 /custom_md_loader/classes/MetadataService.cls 4722 26 4722 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3127 /custom_md_loader/classes/MetadataService.cls 4722 26 4722 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3128 /custom_md_loader/classes/MetadataService.cls 4723 26 4723 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 'send_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3128 /custom_md_loader/classes/MetadataService.cls 4723 26 4723 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 'send_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3129 /custom_md_loader/classes/MetadataService.cls 4724 26 4724 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 'tasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3129 /custom_md_loader/classes/MetadataService.cls 4724 26 4724 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 'tasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3130 /custom_md_loader/classes/MetadataService.cls 4725 26 4725 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3130 /custom_md_loader/classes/MetadataService.cls 4725 26 4725 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3131 /custom_md_loader/classes/MetadataService.cls 4726 26 4726 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3131 /custom_md_loader/classes/MetadataService.cls 4726 26 4726 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3132 /custom_md_loader/classes/MetadataService.cls 4727 26 4727 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]*'
3132 /custom_md_loader/classes/MetadataService.cls 4727 26 4727 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]*'
3133 /custom_md_loader/classes/MetadataService.cls 4728 26 4728 176 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3133 /custom_md_loader/classes/MetadataService.cls 4728 26 4728 176 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3134 /custom_md_loader/classes/MetadataService.cls 4730 12 4739 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3134 /custom_md_loader/classes/MetadataService.cls 4730 12 4739 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3135 /custom_md_loader/classes/MetadataService.cls 4734 26 4734 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 'countriesAndStates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3135 /custom_md_loader/classes/MetadataService.cls 4734 26 4734 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 'countriesAndStates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3136 /custom_md_loader/classes/MetadataService.cls 4735 26 4735 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3136 /custom_md_loader/classes/MetadataService.cls 4735 26 4735 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3137 /custom_md_loader/classes/MetadataService.cls 4736 26 4736 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3137 /custom_md_loader/classes/MetadataService.cls 4736 26 4736 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3138 /custom_md_loader/classes/MetadataService.cls 4737 26 4737 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]*'
3138 /custom_md_loader/classes/MetadataService.cls 4737 26 4737 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]*'
3139 /custom_md_loader/classes/MetadataService.cls 4738 26 4738 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]*'
3139 /custom_md_loader/classes/MetadataService.cls 4738 26 4738 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]*'
3140 /custom_md_loader/classes/MetadataService.cls 4740 12 4751 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3140 /custom_md_loader/classes/MetadataService.cls 4740 12 4751 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3141 /custom_md_loader/classes/MetadataService.cls 4745 26 4745 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3141 /custom_md_loader/classes/MetadataService.cls 4745 26 4745 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3142 /custom_md_loader/classes/MetadataService.cls 4746 26 4746 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3142 /custom_md_loader/classes/MetadataService.cls 4746 26 4746 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3143 /custom_md_loader/classes/MetadataService.cls 4747 26 4747 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 'userInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3143 /custom_md_loader/classes/MetadataService.cls 4747 26 4747 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 'userInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3144 /custom_md_loader/classes/MetadataService.cls 4748 26 4748 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3144 /custom_md_loader/classes/MetadataService.cls 4748 26 4748 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3145 /custom_md_loader/classes/MetadataService.cls 4749 26 4749 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3145 /custom_md_loader/classes/MetadataService.cls 4749 26 4749 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3146 /custom_md_loader/classes/MetadataService.cls 4750 26 4750 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3146 /custom_md_loader/classes/MetadataService.cls 4750 26 4750 107 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3147 /custom_md_loader/classes/MetadataService.cls 4752 12 4759 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3147 /custom_md_loader/classes/MetadataService.cls 4752 12 4759 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3148 /custom_md_loader/classes/MetadataService.cls 4755 26 4755 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3148 /custom_md_loader/classes/MetadataService.cls 4755 26 4755 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3149 /custom_md_loader/classes/MetadataService.cls 4756 26 4756 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3149 /custom_md_loader/classes/MetadataService.cls 4756 26 4756 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3150 /custom_md_loader/classes/MetadataService.cls 4757 26 4757 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3150 /custom_md_loader/classes/MetadataService.cls 4757 26 4757 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3151 /custom_md_loader/classes/MetadataService.cls 4758 26 4758 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]*'
3151 /custom_md_loader/classes/MetadataService.cls 4758 26 4758 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]*'
3152 /custom_md_loader/classes/MetadataService.cls 4760 12 4769 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3152 /custom_md_loader/classes/MetadataService.cls 4760 12 4769 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3153 /custom_md_loader/classes/MetadataService.cls 4763 23 4763 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]*'
3153 /custom_md_loader/classes/MetadataService.cls 4763 23 4763 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]*'
3154 /custom_md_loader/classes/MetadataService.cls 4764 26 4764 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3154 /custom_md_loader/classes/MetadataService.cls 4764 26 4764 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3155 /custom_md_loader/classes/MetadataService.cls 4765 26 4765 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3155 /custom_md_loader/classes/MetadataService.cls 4765 26 4765 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3156 /custom_md_loader/classes/MetadataService.cls 4766 26 4766 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3156 /custom_md_loader/classes/MetadataService.cls 4766 26 4766 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3157 /custom_md_loader/classes/MetadataService.cls 4767 26 4767 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3157 /custom_md_loader/classes/MetadataService.cls 4767 26 4767 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3158 /custom_md_loader/classes/MetadataService.cls 4768 26 4768 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3158 /custom_md_loader/classes/MetadataService.cls 4768 26 4768 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3159 /custom_md_loader/classes/MetadataService.cls 4770 12 4785 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3159 /custom_md_loader/classes/MetadataService.cls 4770 12 4785 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3160 /custom_md_loader/classes/MetadataService.cls 4777 26 4777 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 'defaultAccountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3160 /custom_md_loader/classes/MetadataService.cls 4777 26 4777 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 'defaultAccountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3161 /custom_md_loader/classes/MetadataService.cls 4778 26 4778 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 'defaultCaseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3161 /custom_md_loader/classes/MetadataService.cls 4778 26 4778 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 'defaultCaseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3162 /custom_md_loader/classes/MetadataService.cls 4779 26 4779 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 'defaultContactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3162 /custom_md_loader/classes/MetadataService.cls 4779 26 4779 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 'defaultContactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3163 /custom_md_loader/classes/MetadataService.cls 4780 26 4780 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 'defaultOpportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3163 /custom_md_loader/classes/MetadataService.cls 4780 26 4780 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 'defaultOpportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3164 /custom_md_loader/classes/MetadataService.cls 4781 26 4781 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3164 /custom_md_loader/classes/MetadataService.cls 4781 26 4781 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3165 /custom_md_loader/classes/MetadataService.cls 4782 26 4782 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3165 /custom_md_loader/classes/MetadataService.cls 4782 26 4782 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3166 /custom_md_loader/classes/MetadataService.cls 4783 26 4783 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]*'
3166 /custom_md_loader/classes/MetadataService.cls 4783 26 4783 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]*'
3167 /custom_md_loader/classes/MetadataService.cls 4784 26 4784 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]*'
3167 /custom_md_loader/classes/MetadataService.cls 4784 26 4784 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]*'
3168 /custom_md_loader/classes/MetadataService.cls 4786 12 4795 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3168 /custom_md_loader/classes/MetadataService.cls 4786 12 4795 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3169 /custom_md_loader/classes/MetadataService.cls 4790 26 4790 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3169 /custom_md_loader/classes/MetadataService.cls 4790 26 4790 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3170 /custom_md_loader/classes/MetadataService.cls 4791 26 4791 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3170 /custom_md_loader/classes/MetadataService.cls 4791 26 4791 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3171 /custom_md_loader/classes/MetadataService.cls 4792 26 4792 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3171 /custom_md_loader/classes/MetadataService.cls 4792 26 4792 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3172 /custom_md_loader/classes/MetadataService.cls 4793 26 4793 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3172 /custom_md_loader/classes/MetadataService.cls 4793 26 4793 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3173 /custom_md_loader/classes/MetadataService.cls 4794 26 4794 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]*'
3173 /custom_md_loader/classes/MetadataService.cls 4794 26 4794 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]*'
3174 /custom_md_loader/classes/MetadataService.cls 4796 12 4801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3174 /custom_md_loader/classes/MetadataService.cls 4796 12 4801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3175 /custom_md_loader/classes/MetadataService.cls 4798 26 4798 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3175 /custom_md_loader/classes/MetadataService.cls 4798 26 4798 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3176 /custom_md_loader/classes/MetadataService.cls 4799 26 4799 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3176 /custom_md_loader/classes/MetadataService.cls 4799 26 4799 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3177 /custom_md_loader/classes/MetadataService.cls 4800 26 4800 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]*'
3177 /custom_md_loader/classes/MetadataService.cls 4800 26 4800 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]*'
3178 /custom_md_loader/classes/MetadataService.cls 4802 12 4807 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3178 /custom_md_loader/classes/MetadataService.cls 4802 12 4807 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3179 /custom_md_loader/classes/MetadataService.cls 4804 26 4804 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 'connectors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3179 /custom_md_loader/classes/MetadataService.cls 4804 26 4804 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 'connectors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3180 /custom_md_loader/classes/MetadataService.cls 4805 26 4805 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3180 /custom_md_loader/classes/MetadataService.cls 4805 26 4805 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3181 /custom_md_loader/classes/MetadataService.cls 4806 26 4806 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]*'
3181 /custom_md_loader/classes/MetadataService.cls 4806 26 4806 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]*'
3182 /custom_md_loader/classes/MetadataService.cls 4808 12 4825 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3182 /custom_md_loader/classes/MetadataService.cls 4808 12 4825 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3183 /custom_md_loader/classes/MetadataService.cls 4808 12 4825 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3183 /custom_md_loader/classes/MetadataService.cls 4808 12 4825 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3184 /custom_md_loader/classes/MetadataService.cls 4814 23 4814 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]*'
3184 /custom_md_loader/classes/MetadataService.cls 4814 23 4814 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]*'
3185 /custom_md_loader/classes/MetadataService.cls 4816 26 4816 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3185 /custom_md_loader/classes/MetadataService.cls 4816 26 4816 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3186 /custom_md_loader/classes/MetadataService.cls 4817 26 4817 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3186 /custom_md_loader/classes/MetadataService.cls 4817 26 4817 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3187 /custom_md_loader/classes/MetadataService.cls 4818 26 4818 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3187 /custom_md_loader/classes/MetadataService.cls 4818 26 4818 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3188 /custom_md_loader/classes/MetadataService.cls 4819 26 4819 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3188 /custom_md_loader/classes/MetadataService.cls 4819 26 4819 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3189 /custom_md_loader/classes/MetadataService.cls 4820 26 4820 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3189 /custom_md_loader/classes/MetadataService.cls 4820 26 4820 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3190 /custom_md_loader/classes/MetadataService.cls 4821 26 4821 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3190 /custom_md_loader/classes/MetadataService.cls 4821 26 4821 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3191 /custom_md_loader/classes/MetadataService.cls 4822 26 4822 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3191 /custom_md_loader/classes/MetadataService.cls 4822 26 4822 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3192 /custom_md_loader/classes/MetadataService.cls 4823 26 4823 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3192 /custom_md_loader/classes/MetadataService.cls 4823 26 4823 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3193 /custom_md_loader/classes/MetadataService.cls 4824 26 4824 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]*'
3193 /custom_md_loader/classes/MetadataService.cls 4824 26 4824 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]*'
3194 /custom_md_loader/classes/MetadataService.cls 4826 12 4839 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3194 /custom_md_loader/classes/MetadataService.cls 4826 12 4839 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3195 /custom_md_loader/classes/MetadataService.cls 4832 26 4832 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 'networkAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3195 /custom_md_loader/classes/MetadataService.cls 4832 26 4832 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 'networkAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3196 /custom_md_loader/classes/MetadataService.cls 4833 26 4833 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 'passwordPolicies_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3196 /custom_md_loader/classes/MetadataService.cls 4833 26 4833 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 'passwordPolicies_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3197 /custom_md_loader/classes/MetadataService.cls 4834 26 4834 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 'sessionSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3197 /custom_md_loader/classes/MetadataService.cls 4834 26 4834 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 'sessionSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3198 /custom_md_loader/classes/MetadataService.cls 4835 26 4835 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3198 /custom_md_loader/classes/MetadataService.cls 4835 26 4835 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3199 /custom_md_loader/classes/MetadataService.cls 4836 26 4836 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3199 /custom_md_loader/classes/MetadataService.cls 4836 26 4836 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3200 /custom_md_loader/classes/MetadataService.cls 4837 26 4837 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]*'
3200 /custom_md_loader/classes/MetadataService.cls 4837 26 4837 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]*'
3201 /custom_md_loader/classes/MetadataService.cls 4838 26 4838 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]*'
3201 /custom_md_loader/classes/MetadataService.cls 4838 26 4838 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]*'
3202 /custom_md_loader/classes/MetadataService.cls 4840 12 4851 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3202 /custom_md_loader/classes/MetadataService.cls 4840 12 4851 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3203 /custom_md_loader/classes/MetadataService.cls 4845 26 4845 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3203 /custom_md_loader/classes/MetadataService.cls 4845 26 4845 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3204 /custom_md_loader/classes/MetadataService.cls 4846 26 4846 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3204 /custom_md_loader/classes/MetadataService.cls 4846 26 4846 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3205 /custom_md_loader/classes/MetadataService.cls 4847 26 4847 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3205 /custom_md_loader/classes/MetadataService.cls 4847 26 4847 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3206 /custom_md_loader/classes/MetadataService.cls 4848 26 4848 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3206 /custom_md_loader/classes/MetadataService.cls 4848 26 4848 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3207 /custom_md_loader/classes/MetadataService.cls 4849 26 4849 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3207 /custom_md_loader/classes/MetadataService.cls 4849 26 4849 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3208 /custom_md_loader/classes/MetadataService.cls 4850 26 4850 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]*'
3208 /custom_md_loader/classes/MetadataService.cls 4850 26 4850 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]*'
3209 /custom_md_loader/classes/MetadataService.cls 4852 12 4857 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3209 /custom_md_loader/classes/MetadataService.cls 4852 12 4857 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3210 /custom_md_loader/classes/MetadataService.cls 4852 12 4857 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_]*'
3210 /custom_md_loader/classes/MetadataService.cls 4852 12 4857 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_]*'
3211 /custom_md_loader/classes/MetadataService.cls 4854 26 4854 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 'retrieveRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3211 /custom_md_loader/classes/MetadataService.cls 4854 26 4854 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 'retrieveRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3212 /custom_md_loader/classes/MetadataService.cls 4855 26 4855 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3212 /custom_md_loader/classes/MetadataService.cls 4855 26 4855 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3213 /custom_md_loader/classes/MetadataService.cls 4856 26 4856 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]*'
3213 /custom_md_loader/classes/MetadataService.cls 4856 26 4856 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]*'
3214 /custom_md_loader/classes/MetadataService.cls 4858 12 4873 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3214 /custom_md_loader/classes/MetadataService.cls 4858 12 4873 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3215 /custom_md_loader/classes/MetadataService.cls 4865 26 4865 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3215 /custom_md_loader/classes/MetadataService.cls 4865 26 4865 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3216 /custom_md_loader/classes/MetadataService.cls 4866 26 4866 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 'defaultAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3216 /custom_md_loader/classes/MetadataService.cls 4866 26 4866 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 'defaultAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3217 /custom_md_loader/classes/MetadataService.cls 4867 26 4867 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 'defaultAssigneeType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3217 /custom_md_loader/classes/MetadataService.cls 4867 26 4867 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 'defaultAssigneeType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3218 /custom_md_loader/classes/MetadataService.cls 4868 26 4868 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 'defaultReviewer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3218 /custom_md_loader/classes/MetadataService.cls 4868 26 4868 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 'defaultReviewer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3219 /custom_md_loader/classes/MetadataService.cls 4869 26 4869 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 'defaultReviewerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3219 /custom_md_loader/classes/MetadataService.cls 4869 26 4869 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 'defaultReviewerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3220 /custom_md_loader/classes/MetadataService.cls 4870 26 4870 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3220 /custom_md_loader/classes/MetadataService.cls 4870 26 4870 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3221 /custom_md_loader/classes/MetadataService.cls 4871 26 4871 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3221 /custom_md_loader/classes/MetadataService.cls 4871 26 4871 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3222 /custom_md_loader/classes/MetadataService.cls 4872 26 4872 159 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3222 /custom_md_loader/classes/MetadataService.cls 4872 26 4872 159 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3223 /custom_md_loader/classes/MetadataService.cls 4874 12 4881 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3223 /custom_md_loader/classes/MetadataService.cls 4874 12 4881 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3224 /custom_md_loader/classes/MetadataService.cls 4877 26 4877 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3224 /custom_md_loader/classes/MetadataService.cls 4877 26 4877 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3225 /custom_md_loader/classes/MetadataService.cls 4878 26 4878 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3225 /custom_md_loader/classes/MetadataService.cls 4878 26 4878 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3226 /custom_md_loader/classes/MetadataService.cls 4879 26 4879 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3226 /custom_md_loader/classes/MetadataService.cls 4879 26 4879 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3227 /custom_md_loader/classes/MetadataService.cls 4880 26 4880 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]*'
3227 /custom_md_loader/classes/MetadataService.cls 4880 26 4880 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]*'
3228 /custom_md_loader/classes/MetadataService.cls 4882 12 4897 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3228 /custom_md_loader/classes/MetadataService.cls 4882 12 4897 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3229 /custom_md_loader/classes/MetadataService.cls 4889 26 4889 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 'childXmlNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3229 /custom_md_loader/classes/MetadataService.cls 4889 26 4889 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 'childXmlNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3230 /custom_md_loader/classes/MetadataService.cls 4890 26 4890 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 'directoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3230 /custom_md_loader/classes/MetadataService.cls 4890 26 4890 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 'directoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3231 /custom_md_loader/classes/MetadataService.cls 4891 26 4891 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 'inFolder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3231 /custom_md_loader/classes/MetadataService.cls 4891 26 4891 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 'inFolder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3232 /custom_md_loader/classes/MetadataService.cls 4892 26 4892 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 'metaFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3232 /custom_md_loader/classes/MetadataService.cls 4892 26 4892 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 'metaFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3233 /custom_md_loader/classes/MetadataService.cls 4893 26 4893 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 'suffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3233 /custom_md_loader/classes/MetadataService.cls 4893 26 4893 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 'suffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3234 /custom_md_loader/classes/MetadataService.cls 4894 26 4894 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 'xmlName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3234 /custom_md_loader/classes/MetadataService.cls 4894 26 4894 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 'xmlName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3235 /custom_md_loader/classes/MetadataService.cls 4895 26 4895 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3235 /custom_md_loader/classes/MetadataService.cls 4895 26 4895 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3236 /custom_md_loader/classes/MetadataService.cls 4896 26 4896 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]*'
3236 /custom_md_loader/classes/MetadataService.cls 4896 26 4896 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]*'
3237 /custom_md_loader/classes/MetadataService.cls 4898 12 4903 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3237 /custom_md_loader/classes/MetadataService.cls 4898 12 4903 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3238 /custom_md_loader/classes/MetadataService.cls 4900 26 4900 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3238 /custom_md_loader/classes/MetadataService.cls 4900 26 4900 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3239 /custom_md_loader/classes/MetadataService.cls 4901 26 4901 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3239 /custom_md_loader/classes/MetadataService.cls 4901 26 4901 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3240 /custom_md_loader/classes/MetadataService.cls 4902 26 4902 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]*'
3240 /custom_md_loader/classes/MetadataService.cls 4902 26 4902 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]*'
3241 /custom_md_loader/classes/MetadataService.cls 4904 12 4911 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3241 /custom_md_loader/classes/MetadataService.cls 4904 12 4911 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3242 /custom_md_loader/classes/MetadataService.cls 4907 26 4907 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3242 /custom_md_loader/classes/MetadataService.cls 4907 26 4907 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3243 /custom_md_loader/classes/MetadataService.cls 4908 26 4908 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 'reserved_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3243 /custom_md_loader/classes/MetadataService.cls 4908 26 4908 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 'reserved_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3244 /custom_md_loader/classes/MetadataService.cls 4909 26 4909 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3244 /custom_md_loader/classes/MetadataService.cls 4909 26 4909 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3245 /custom_md_loader/classes/MetadataService.cls 4910 26 4910 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]*'
3245 /custom_md_loader/classes/MetadataService.cls 4910 26 4910 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]*'
3246 /custom_md_loader/classes/MetadataService.cls 4912 12 4919 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3246 /custom_md_loader/classes/MetadataService.cls 4912 12 4919 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3247 /custom_md_loader/classes/MetadataService.cls 4915 26 4915 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3247 /custom_md_loader/classes/MetadataService.cls 4915 26 4915 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3248 /custom_md_loader/classes/MetadataService.cls 4916 26 4916 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3248 /custom_md_loader/classes/MetadataService.cls 4916 26 4916 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3249 /custom_md_loader/classes/MetadataService.cls 4917 26 4917 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3249 /custom_md_loader/classes/MetadataService.cls 4917 26 4917 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3250 /custom_md_loader/classes/MetadataService.cls 4918 26 4918 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]*'
3250 /custom_md_loader/classes/MetadataService.cls 4918 26 4918 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]*'
3251 /custom_md_loader/classes/MetadataService.cls 4920 12 4925 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3251 /custom_md_loader/classes/MetadataService.cls 4920 12 4925 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3252 /custom_md_loader/classes/MetadataService.cls 4921 25 4921 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
3252 /custom_md_loader/classes/MetadataService.cls 4921 25 4921 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
3253 /custom_md_loader/classes/MetadataService.cls 4922 26 4922 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3253 /custom_md_loader/classes/MetadataService.cls 4922 26 4922 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3254 /custom_md_loader/classes/MetadataService.cls 4923 26 4923 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3254 /custom_md_loader/classes/MetadataService.cls 4923 26 4923 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3255 /custom_md_loader/classes/MetadataService.cls 4924 26 4924 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]*'
3255 /custom_md_loader/classes/MetadataService.cls 4924 26 4924 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]*'
3256 /custom_md_loader/classes/MetadataService.cls 4926 12 4941 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3256 /custom_md_loader/classes/MetadataService.cls 4926 12 4941 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3257 /custom_md_loader/classes/MetadataService.cls 4929 24 4929 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]*'
3257 /custom_md_loader/classes/MetadataService.cls 4929 24 4929 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]*'
3258 /custom_md_loader/classes/MetadataService.cls 4933 26 4933 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3258 /custom_md_loader/classes/MetadataService.cls 4933 26 4933 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3259 /custom_md_loader/classes/MetadataService.cls 4934 26 4934 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3259 /custom_md_loader/classes/MetadataService.cls 4934 26 4934 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3260 /custom_md_loader/classes/MetadataService.cls 4935 26 4935 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3260 /custom_md_loader/classes/MetadataService.cls 4935 26 4935 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3261 /custom_md_loader/classes/MetadataService.cls 4936 26 4936 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3261 /custom_md_loader/classes/MetadataService.cls 4936 26 4936 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3262 /custom_md_loader/classes/MetadataService.cls 4937 26 4937 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3262 /custom_md_loader/classes/MetadataService.cls 4937 26 4937 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3263 /custom_md_loader/classes/MetadataService.cls 4938 26 4938 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3263 /custom_md_loader/classes/MetadataService.cls 4938 26 4938 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3264 /custom_md_loader/classes/MetadataService.cls 4939 26 4939 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]*'
3264 /custom_md_loader/classes/MetadataService.cls 4939 26 4939 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]*'
3265 /custom_md_loader/classes/MetadataService.cls 4940 26 4940 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]*'
3265 /custom_md_loader/classes/MetadataService.cls 4940 26 4940 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]*'
3266 /custom_md_loader/classes/MetadataService.cls 4942 12 4947 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3266 /custom_md_loader/classes/MetadataService.cls 4942 12 4947 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3267 /custom_md_loader/classes/MetadataService.cls 4944 26 4944 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 'layoutItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3267 /custom_md_loader/classes/MetadataService.cls 4944 26 4944 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 'layoutItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3268 /custom_md_loader/classes/MetadataService.cls 4945 26 4945 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3268 /custom_md_loader/classes/MetadataService.cls 4945 26 4945 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3269 /custom_md_loader/classes/MetadataService.cls 4946 26 4946 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]*'
3269 /custom_md_loader/classes/MetadataService.cls 4946 26 4946 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]*'
3270 /custom_md_loader/classes/MetadataService.cls 4948 12 4955 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3270 /custom_md_loader/classes/MetadataService.cls 4948 12 4955 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3271 /custom_md_loader/classes/MetadataService.cls 4951 26 4951 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3271 /custom_md_loader/classes/MetadataService.cls 4951 26 4951 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3272 /custom_md_loader/classes/MetadataService.cls 4952 26 4952 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3272 /custom_md_loader/classes/MetadataService.cls 4952 26 4952 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3273 /custom_md_loader/classes/MetadataService.cls 4953 26 4953 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3273 /custom_md_loader/classes/MetadataService.cls 4953 26 4953 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3274 /custom_md_loader/classes/MetadataService.cls 4954 26 4954 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]*'
3274 /custom_md_loader/classes/MetadataService.cls 4954 26 4954 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]*'
3275 /custom_md_loader/classes/MetadataService.cls 4956 12 4997 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3275 /custom_md_loader/classes/MetadataService.cls 4956 12 4997 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3276 /custom_md_loader/classes/MetadataService.cls 4956 12 4997 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3276 /custom_md_loader/classes/MetadataService.cls 4956 12 4997 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3277 /custom_md_loader/classes/MetadataService.cls 4976 26 4976 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 'authorizeUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3277 /custom_md_loader/classes/MetadataService.cls 4976 26 4976 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 'authorizeUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3278 /custom_md_loader/classes/MetadataService.cls 4977 26 4977 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3278 /custom_md_loader/classes/MetadataService.cls 4977 26 4977 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3279 /custom_md_loader/classes/MetadataService.cls 4978 26 4978 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 'consumerSecret_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3279 /custom_md_loader/classes/MetadataService.cls 4978 26 4978 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 'consumerSecret_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3280 /custom_md_loader/classes/MetadataService.cls 4979 26 4979 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 'defaultScopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3280 /custom_md_loader/classes/MetadataService.cls 4979 26 4979 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 'defaultScopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3281 /custom_md_loader/classes/MetadataService.cls 4980 26 4980 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 'errorUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3281 /custom_md_loader/classes/MetadataService.cls 4980 26 4980 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 'errorUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3282 /custom_md_loader/classes/MetadataService.cls 4981 26 4981 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3282 /custom_md_loader/classes/MetadataService.cls 4981 26 4981 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3283 /custom_md_loader/classes/MetadataService.cls 4982 26 4982 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 'friendlyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3283 /custom_md_loader/classes/MetadataService.cls 4982 26 4982 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 'friendlyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3284 /custom_md_loader/classes/MetadataService.cls 4983 26 4983 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3284 /custom_md_loader/classes/MetadataService.cls 4983 26 4983 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3285 /custom_md_loader/classes/MetadataService.cls 4984 26 4984 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 'idTokenIssuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3285 /custom_md_loader/classes/MetadataService.cls 4984 26 4984 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 'idTokenIssuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3286 /custom_md_loader/classes/MetadataService.cls 4985 26 4985 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 'includeOrgIdInIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3286 /custom_md_loader/classes/MetadataService.cls 4985 26 4985 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 'includeOrgIdInIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3287 /custom_md_loader/classes/MetadataService.cls 4986 26 4986 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3287 /custom_md_loader/classes/MetadataService.cls 4986 26 4986 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3288 /custom_md_loader/classes/MetadataService.cls 4987 26 4987 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 'providerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3288 /custom_md_loader/classes/MetadataService.cls 4987 26 4987 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 'providerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3289 /custom_md_loader/classes/MetadataService.cls 4988 26 4988 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 'registrationHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3289 /custom_md_loader/classes/MetadataService.cls 4988 26 4988 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 'registrationHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3290 /custom_md_loader/classes/MetadataService.cls 4989 26 4989 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 'sendAccessTokenInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3290 /custom_md_loader/classes/MetadataService.cls 4989 26 4989 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 'sendAccessTokenInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3291 /custom_md_loader/classes/MetadataService.cls 4990 26 4990 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 'sendClientCredentialsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3291 /custom_md_loader/classes/MetadataService.cls 4990 26 4990 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 'sendClientCredentialsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3292 /custom_md_loader/classes/MetadataService.cls 4991 26 4991 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 'tokenUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3292 /custom_md_loader/classes/MetadataService.cls 4991 26 4991 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 'tokenUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3293 /custom_md_loader/classes/MetadataService.cls 4992 26 4992 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 'userInfoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3293 /custom_md_loader/classes/MetadataService.cls 4992 26 4992 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 'userInfoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3294 /custom_md_loader/classes/MetadataService.cls 4993 26 4993 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3294 /custom_md_loader/classes/MetadataService.cls 4993 26 4993 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3295 /custom_md_loader/classes/MetadataService.cls 4994 26 4994 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3295 /custom_md_loader/classes/MetadataService.cls 4994 26 4994 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3296 /custom_md_loader/classes/MetadataService.cls 4995 26 4995 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]*'
3296 /custom_md_loader/classes/MetadataService.cls 4995 26 4995 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]*'
3297 /custom_md_loader/classes/MetadataService.cls 4996 26 4996 361 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3297 /custom_md_loader/classes/MetadataService.cls 4996 26 4996 361 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3298 /custom_md_loader/classes/MetadataService.cls 4998 12 5007 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3298 /custom_md_loader/classes/MetadataService.cls 4998 12 5007 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3299 /custom_md_loader/classes/MetadataService.cls 5002 26 5002 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 'branding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3299 /custom_md_loader/classes/MetadataService.cls 5002 26 5002 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 'branding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3300 /custom_md_loader/classes/MetadataService.cls 5003 26 5003 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3300 /custom_md_loader/classes/MetadataService.cls 5003 26 5003 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3301 /custom_md_loader/classes/MetadataService.cls 5004 26 5004 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 'lowerThreshold_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3301 /custom_md_loader/classes/MetadataService.cls 5004 26 5004 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 'lowerThreshold_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3302 /custom_md_loader/classes/MetadataService.cls 5005 26 5005 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3302 /custom_md_loader/classes/MetadataService.cls 5005 26 5005 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3303 /custom_md_loader/classes/MetadataService.cls 5006 26 5006 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3303 /custom_md_loader/classes/MetadataService.cls 5006 26 5006 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3304 /custom_md_loader/classes/MetadataService.cls 5008 12 5035 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3304 /custom_md_loader/classes/MetadataService.cls 5008 12 5035 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3305 /custom_md_loader/classes/MetadataService.cls 5008 12 5035 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3305 /custom_md_loader/classes/MetadataService.cls 5008 12 5035 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3306 /custom_md_loader/classes/MetadataService.cls 5018 24 5018 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]*'
3306 /custom_md_loader/classes/MetadataService.cls 5018 24 5018 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]*'
3307 /custom_md_loader/classes/MetadataService.cls 5021 26 5021 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3307 /custom_md_loader/classes/MetadataService.cls 5021 26 5021 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3308 /custom_md_loader/classes/MetadataService.cls 5022 26 5022 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3308 /custom_md_loader/classes/MetadataService.cls 5022 26 5022 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3309 /custom_md_loader/classes/MetadataService.cls 5023 26 5023 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3309 /custom_md_loader/classes/MetadataService.cls 5023 26 5023 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3310 /custom_md_loader/classes/MetadataService.cls 5024 26 5024 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 'dueDateOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3310 /custom_md_loader/classes/MetadataService.cls 5024 26 5024 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 'dueDateOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3311 /custom_md_loader/classes/MetadataService.cls 5025 26 5025 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3311 /custom_md_loader/classes/MetadataService.cls 5025 26 5025 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3312 /custom_md_loader/classes/MetadataService.cls 5026 26 5026 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3312 /custom_md_loader/classes/MetadataService.cls 5026 26 5026 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3313 /custom_md_loader/classes/MetadataService.cls 5027 26 5027 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 'priority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3313 /custom_md_loader/classes/MetadataService.cls 5027 26 5027 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 'priority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3314 /custom_md_loader/classes/MetadataService.cls 5028 26 5028 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3314 /custom_md_loader/classes/MetadataService.cls 5028 26 5028 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3315 /custom_md_loader/classes/MetadataService.cls 5029 26 5029 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3315 /custom_md_loader/classes/MetadataService.cls 5029 26 5029 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3316 /custom_md_loader/classes/MetadataService.cls 5030 26 5030 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3316 /custom_md_loader/classes/MetadataService.cls 5030 26 5030 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3317 /custom_md_loader/classes/MetadataService.cls 5031 26 5031 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3317 /custom_md_loader/classes/MetadataService.cls 5031 26 5031 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3318 /custom_md_loader/classes/MetadataService.cls 5032 26 5032 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3318 /custom_md_loader/classes/MetadataService.cls 5032 26 5032 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3319 /custom_md_loader/classes/MetadataService.cls 5033 26 5033 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]*'
3319 /custom_md_loader/classes/MetadataService.cls 5033 26 5033 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]*'
3320 /custom_md_loader/classes/MetadataService.cls 5034 26 5034 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]*'
3320 /custom_md_loader/classes/MetadataService.cls 5034 26 5034 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]*'
3321 /custom_md_loader/classes/MetadataService.cls 5036 12 5043 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3321 /custom_md_loader/classes/MetadataService.cls 5036 12 5043 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3322 /custom_md_loader/classes/MetadataService.cls 5039 26 5039 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 'useApproverFieldOfRecordOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3322 /custom_md_loader/classes/MetadataService.cls 5039 26 5039 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 'useApproverFieldOfRecordOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3323 /custom_md_loader/classes/MetadataService.cls 5040 26 5040 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 'userHierarchyField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3323 /custom_md_loader/classes/MetadataService.cls 5040 26 5040 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 'userHierarchyField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3324 /custom_md_loader/classes/MetadataService.cls 5041 26 5041 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3324 /custom_md_loader/classes/MetadataService.cls 5041 26 5041 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3325 /custom_md_loader/classes/MetadataService.cls 5042 26 5042 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]*'
3325 /custom_md_loader/classes/MetadataService.cls 5042 26 5042 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]*'
3326 /custom_md_loader/classes/MetadataService.cls 5044 12 5053 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3326 /custom_md_loader/classes/MetadataService.cls 5044 12 5053 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3327 /custom_md_loader/classes/MetadataService.cls 5048 26 5048 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 'enabledChannels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3327 /custom_md_loader/classes/MetadataService.cls 5048 26 5048 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 'enabledChannels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3328 /custom_md_loader/classes/MetadataService.cls 5049 26 5049 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3328 /custom_md_loader/classes/MetadataService.cls 5049 26 5049 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3329 /custom_md_loader/classes/MetadataService.cls 5050 26 5050 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3329 /custom_md_loader/classes/MetadataService.cls 5050 26 5050 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3330 /custom_md_loader/classes/MetadataService.cls 5051 26 5051 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3330 /custom_md_loader/classes/MetadataService.cls 5051 26 5051 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3331 /custom_md_loader/classes/MetadataService.cls 5052 26 5052 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3331 /custom_md_loader/classes/MetadataService.cls 5052 26 5052 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3332 /custom_md_loader/classes/MetadataService.cls 5054 12 5061 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3332 /custom_md_loader/classes/MetadataService.cls 5054 12 5061 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3333 /custom_md_loader/classes/MetadataService.cls 5054 12 5061 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3333 /custom_md_loader/classes/MetadataService.cls 5054 12 5061 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3334 /custom_md_loader/classes/MetadataService.cls 5055 23 5055 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]*'
3334 /custom_md_loader/classes/MetadataService.cls 5055 23 5055 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]*'
3335 /custom_md_loader/classes/MetadataService.cls 5057 26 5057 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3335 /custom_md_loader/classes/MetadataService.cls 5057 26 5057 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3336 /custom_md_loader/classes/MetadataService.cls 5058 26 5058 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3336 /custom_md_loader/classes/MetadataService.cls 5058 26 5058 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3337 /custom_md_loader/classes/MetadataService.cls 5059 26 5059 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3337 /custom_md_loader/classes/MetadataService.cls 5059 26 5059 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3338 /custom_md_loader/classes/MetadataService.cls 5060 26 5060 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]*'
3338 /custom_md_loader/classes/MetadataService.cls 5060 26 5060 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]*'
3339 /custom_md_loader/classes/MetadataService.cls 5062 12 5067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3339 /custom_md_loader/classes/MetadataService.cls 5062 12 5067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3340 /custom_md_loader/classes/MetadataService.cls 5064 26 5064 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3340 /custom_md_loader/classes/MetadataService.cls 5064 26 5064 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3341 /custom_md_loader/classes/MetadataService.cls 5065 26 5065 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3341 /custom_md_loader/classes/MetadataService.cls 5065 26 5065 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3342 /custom_md_loader/classes/MetadataService.cls 5066 26 5066 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]*'
3342 /custom_md_loader/classes/MetadataService.cls 5066 26 5066 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]*'
3343 /custom_md_loader/classes/MetadataService.cls 5068 12 5070 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3343 /custom_md_loader/classes/MetadataService.cls 5068 12 5070 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3344 /custom_md_loader/classes/MetadataService.cls 5069 9 5069 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3344 /custom_md_loader/classes/MetadataService.cls 5069 9 5069 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3345 /custom_md_loader/classes/MetadataService.cls 5071 12 5073 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3345 /custom_md_loader/classes/MetadataService.cls 5071 12 5073 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3346 /custom_md_loader/classes/MetadataService.cls 5072 9 5072 33 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3346 /custom_md_loader/classes/MetadataService.cls 5072 9 5072 33 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3347 /custom_md_loader/classes/MetadataService.cls 5074 12 5080 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3347 /custom_md_loader/classes/MetadataService.cls 5074 12 5080 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3348 /custom_md_loader/classes/MetadataService.cls 5076 16 5076 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3348 /custom_md_loader/classes/MetadataService.cls 5076 16 5076 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3349 /custom_md_loader/classes/MetadataService.cls 5077 26 5077 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3349 /custom_md_loader/classes/MetadataService.cls 5077 26 5077 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3350 /custom_md_loader/classes/MetadataService.cls 5077 26 5077 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3350 /custom_md_loader/classes/MetadataService.cls 5077 26 5077 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3351 /custom_md_loader/classes/MetadataService.cls 5078 26 5078 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3351 /custom_md_loader/classes/MetadataService.cls 5078 26 5078 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3352 /custom_md_loader/classes/MetadataService.cls 5078 26 5078 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3352 /custom_md_loader/classes/MetadataService.cls 5078 26 5078 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3353 /custom_md_loader/classes/MetadataService.cls 5079 26 5079 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3353 /custom_md_loader/classes/MetadataService.cls 5079 26 5079 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3354 /custom_md_loader/classes/MetadataService.cls 5079 26 5079 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]*'
3354 /custom_md_loader/classes/MetadataService.cls 5079 26 5079 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]*'
3355 /custom_md_loader/classes/MetadataService.cls 5081 12 5087 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3355 /custom_md_loader/classes/MetadataService.cls 5081 12 5087 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3356 /custom_md_loader/classes/MetadataService.cls 5081 12 5087 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3356 /custom_md_loader/classes/MetadataService.cls 5081 12 5087 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3357 /custom_md_loader/classes/MetadataService.cls 5083 16 5083 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3357 /custom_md_loader/classes/MetadataService.cls 5083 16 5083 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3358 /custom_md_loader/classes/MetadataService.cls 5084 26 5084 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3358 /custom_md_loader/classes/MetadataService.cls 5084 26 5084 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3359 /custom_md_loader/classes/MetadataService.cls 5084 26 5084 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3359 /custom_md_loader/classes/MetadataService.cls 5084 26 5084 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3360 /custom_md_loader/classes/MetadataService.cls 5085 26 5085 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3360 /custom_md_loader/classes/MetadataService.cls 5085 26 5085 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3361 /custom_md_loader/classes/MetadataService.cls 5085 26 5085 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3361 /custom_md_loader/classes/MetadataService.cls 5085 26 5085 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3362 /custom_md_loader/classes/MetadataService.cls 5086 26 5086 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3362 /custom_md_loader/classes/MetadataService.cls 5086 26 5086 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3363 /custom_md_loader/classes/MetadataService.cls 5086 26 5086 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]*'
3363 /custom_md_loader/classes/MetadataService.cls 5086 26 5086 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]*'
3364 /custom_md_loader/classes/MetadataService.cls 5088 12 5094 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3364 /custom_md_loader/classes/MetadataService.cls 5088 12 5094 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3365 /custom_md_loader/classes/MetadataService.cls 5090 16 5090 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3365 /custom_md_loader/classes/MetadataService.cls 5090 16 5090 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3366 /custom_md_loader/classes/MetadataService.cls 5091 26 5091 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3366 /custom_md_loader/classes/MetadataService.cls 5091 26 5091 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3367 /custom_md_loader/classes/MetadataService.cls 5091 26 5091 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3367 /custom_md_loader/classes/MetadataService.cls 5091 26 5091 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3368 /custom_md_loader/classes/MetadataService.cls 5092 26 5092 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3368 /custom_md_loader/classes/MetadataService.cls 5092 26 5092 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3369 /custom_md_loader/classes/MetadataService.cls 5092 26 5092 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3369 /custom_md_loader/classes/MetadataService.cls 5092 26 5092 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3370 /custom_md_loader/classes/MetadataService.cls 5093 26 5093 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3370 /custom_md_loader/classes/MetadataService.cls 5093 26 5093 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3371 /custom_md_loader/classes/MetadataService.cls 5093 26 5093 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]*'
3371 /custom_md_loader/classes/MetadataService.cls 5093 26 5093 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]*'
3372 /custom_md_loader/classes/MetadataService.cls 5095 12 5101 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3372 /custom_md_loader/classes/MetadataService.cls 5095 12 5101 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3373 /custom_md_loader/classes/MetadataService.cls 5095 12 5101 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSamlSsoConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3373 /custom_md_loader/classes/MetadataService.cls 5095 12 5101 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSamlSsoConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3374 /custom_md_loader/classes/MetadataService.cls 5097 16 5097 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3374 /custom_md_loader/classes/MetadataService.cls 5097 16 5097 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3375 /custom_md_loader/classes/MetadataService.cls 5098 26 5098 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3375 /custom_md_loader/classes/MetadataService.cls 5098 26 5098 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3376 /custom_md_loader/classes/MetadataService.cls 5098 26 5098 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3376 /custom_md_loader/classes/MetadataService.cls 5098 26 5098 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3377 /custom_md_loader/classes/MetadataService.cls 5099 26 5099 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3377 /custom_md_loader/classes/MetadataService.cls 5099 26 5099 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3378 /custom_md_loader/classes/MetadataService.cls 5099 26 5099 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3378 /custom_md_loader/classes/MetadataService.cls 5099 26 5099 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3379 /custom_md_loader/classes/MetadataService.cls 5100 26 5100 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3379 /custom_md_loader/classes/MetadataService.cls 5100 26 5100 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3380 /custom_md_loader/classes/MetadataService.cls 5100 26 5100 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]*'
3380 /custom_md_loader/classes/MetadataService.cls 5100 26 5100 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]*'
3381 /custom_md_loader/classes/MetadataService.cls 5102 12 5108 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3381 /custom_md_loader/classes/MetadataService.cls 5102 12 5108 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3382 /custom_md_loader/classes/MetadataService.cls 5104 16 5104 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3382 /custom_md_loader/classes/MetadataService.cls 5104 16 5104 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3383 /custom_md_loader/classes/MetadataService.cls 5105 26 5105 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3383 /custom_md_loader/classes/MetadataService.cls 5105 26 5105 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3384 /custom_md_loader/classes/MetadataService.cls 5105 26 5105 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3384 /custom_md_loader/classes/MetadataService.cls 5105 26 5105 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3385 /custom_md_loader/classes/MetadataService.cls 5106 26 5106 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3385 /custom_md_loader/classes/MetadataService.cls 5106 26 5106 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3386 /custom_md_loader/classes/MetadataService.cls 5106 26 5106 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3386 /custom_md_loader/classes/MetadataService.cls 5106 26 5106 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3387 /custom_md_loader/classes/MetadataService.cls 5107 26 5107 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3387 /custom_md_loader/classes/MetadataService.cls 5107 26 5107 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3388 /custom_md_loader/classes/MetadataService.cls 5107 26 5107 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]*'
3388 /custom_md_loader/classes/MetadataService.cls 5107 26 5107 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]*'
3389 /custom_md_loader/classes/MetadataService.cls 5109 12 5115 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3389 /custom_md_loader/classes/MetadataService.cls 5109 12 5115 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3390 /custom_md_loader/classes/MetadataService.cls 5109 12 5115 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3390 /custom_md_loader/classes/MetadataService.cls 5109 12 5115 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3391 /custom_md_loader/classes/MetadataService.cls 5111 16 5111 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3391 /custom_md_loader/classes/MetadataService.cls 5111 16 5111 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3392 /custom_md_loader/classes/MetadataService.cls 5112 26 5112 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3392 /custom_md_loader/classes/MetadataService.cls 5112 26 5112 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3393 /custom_md_loader/classes/MetadataService.cls 5112 26 5112 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3393 /custom_md_loader/classes/MetadataService.cls 5112 26 5112 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3394 /custom_md_loader/classes/MetadataService.cls 5113 26 5113 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3394 /custom_md_loader/classes/MetadataService.cls 5113 26 5113 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3395 /custom_md_loader/classes/MetadataService.cls 5113 26 5113 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3395 /custom_md_loader/classes/MetadataService.cls 5113 26 5113 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3396 /custom_md_loader/classes/MetadataService.cls 5114 26 5114 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3396 /custom_md_loader/classes/MetadataService.cls 5114 26 5114 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3397 /custom_md_loader/classes/MetadataService.cls 5114 26 5114 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]*'
3397 /custom_md_loader/classes/MetadataService.cls 5114 26 5114 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]*'
3398 /custom_md_loader/classes/MetadataService.cls 5116 12 5122 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3398 /custom_md_loader/classes/MetadataService.cls 5116 12 5122 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3399 /custom_md_loader/classes/MetadataService.cls 5118 16 5118 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3399 /custom_md_loader/classes/MetadataService.cls 5118 16 5118 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3400 /custom_md_loader/classes/MetadataService.cls 5119 26 5119 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3400 /custom_md_loader/classes/MetadataService.cls 5119 26 5119 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3401 /custom_md_loader/classes/MetadataService.cls 5119 26 5119 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3401 /custom_md_loader/classes/MetadataService.cls 5119 26 5119 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3402 /custom_md_loader/classes/MetadataService.cls 5120 26 5120 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3402 /custom_md_loader/classes/MetadataService.cls 5120 26 5120 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3403 /custom_md_loader/classes/MetadataService.cls 5120 26 5120 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3403 /custom_md_loader/classes/MetadataService.cls 5120 26 5120 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3404 /custom_md_loader/classes/MetadataService.cls 5121 26 5121 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3404 /custom_md_loader/classes/MetadataService.cls 5121 26 5121 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3405 /custom_md_loader/classes/MetadataService.cls 5121 26 5121 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]*'
3405 /custom_md_loader/classes/MetadataService.cls 5121 26 5121 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]*'
3406 /custom_md_loader/classes/MetadataService.cls 5123 12 5129 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3406 /custom_md_loader/classes/MetadataService.cls 5123 12 5129 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3407 /custom_md_loader/classes/MetadataService.cls 5123 12 5129 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursEntryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3407 /custom_md_loader/classes/MetadataService.cls 5123 12 5129 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursEntryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3408 /custom_md_loader/classes/MetadataService.cls 5125 16 5125 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3408 /custom_md_loader/classes/MetadataService.cls 5125 16 5125 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3409 /custom_md_loader/classes/MetadataService.cls 5126 26 5126 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3409 /custom_md_loader/classes/MetadataService.cls 5126 26 5126 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3410 /custom_md_loader/classes/MetadataService.cls 5126 26 5126 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3410 /custom_md_loader/classes/MetadataService.cls 5126 26 5126 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3411 /custom_md_loader/classes/MetadataService.cls 5127 26 5127 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3411 /custom_md_loader/classes/MetadataService.cls 5127 26 5127 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3412 /custom_md_loader/classes/MetadataService.cls 5127 26 5127 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3412 /custom_md_loader/classes/MetadataService.cls 5127 26 5127 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3413 /custom_md_loader/classes/MetadataService.cls 5128 26 5128 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3413 /custom_md_loader/classes/MetadataService.cls 5128 26 5128 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3414 /custom_md_loader/classes/MetadataService.cls 5128 26 5128 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]*'
3414 /custom_md_loader/classes/MetadataService.cls 5128 26 5128 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]*'
3415 /custom_md_loader/classes/MetadataService.cls 5130 12 5136 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3415 /custom_md_loader/classes/MetadataService.cls 5130 12 5136 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3416 /custom_md_loader/classes/MetadataService.cls 5132 16 5132 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3416 /custom_md_loader/classes/MetadataService.cls 5132 16 5132 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3417 /custom_md_loader/classes/MetadataService.cls 5133 26 5133 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3417 /custom_md_loader/classes/MetadataService.cls 5133 26 5133 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3418 /custom_md_loader/classes/MetadataService.cls 5133 26 5133 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3418 /custom_md_loader/classes/MetadataService.cls 5133 26 5133 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3419 /custom_md_loader/classes/MetadataService.cls 5134 26 5134 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3419 /custom_md_loader/classes/MetadataService.cls 5134 26 5134 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3420 /custom_md_loader/classes/MetadataService.cls 5134 26 5134 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3420 /custom_md_loader/classes/MetadataService.cls 5134 26 5134 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3421 /custom_md_loader/classes/MetadataService.cls 5135 26 5135 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3421 /custom_md_loader/classes/MetadataService.cls 5135 26 5135 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3422 /custom_md_loader/classes/MetadataService.cls 5135 26 5135 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]*'
3422 /custom_md_loader/classes/MetadataService.cls 5135 26 5135 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]*'
3423 /custom_md_loader/classes/MetadataService.cls 5137 12 5143 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3423 /custom_md_loader/classes/MetadataService.cls 5137 12 5143 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3424 /custom_md_loader/classes/MetadataService.cls 5137 12 5143 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMobileSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3424 /custom_md_loader/classes/MetadataService.cls 5137 12 5143 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMobileSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3425 /custom_md_loader/classes/MetadataService.cls 5139 16 5139 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3425 /custom_md_loader/classes/MetadataService.cls 5139 16 5139 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3426 /custom_md_loader/classes/MetadataService.cls 5140 26 5140 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3426 /custom_md_loader/classes/MetadataService.cls 5140 26 5140 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3427 /custom_md_loader/classes/MetadataService.cls 5140 26 5140 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3427 /custom_md_loader/classes/MetadataService.cls 5140 26 5140 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3428 /custom_md_loader/classes/MetadataService.cls 5141 26 5141 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3428 /custom_md_loader/classes/MetadataService.cls 5141 26 5141 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3429 /custom_md_loader/classes/MetadataService.cls 5141 26 5141 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3429 /custom_md_loader/classes/MetadataService.cls 5141 26 5141 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3430 /custom_md_loader/classes/MetadataService.cls 5142 26 5142 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3430 /custom_md_loader/classes/MetadataService.cls 5142 26 5142 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3431 /custom_md_loader/classes/MetadataService.cls 5142 26 5142 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]*'
3431 /custom_md_loader/classes/MetadataService.cls 5142 26 5142 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]*'
3432 /custom_md_loader/classes/MetadataService.cls 5144 12 5150 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3432 /custom_md_loader/classes/MetadataService.cls 5144 12 5150 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3433 /custom_md_loader/classes/MetadataService.cls 5146 16 5146 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3433 /custom_md_loader/classes/MetadataService.cls 5146 16 5146 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3434 /custom_md_loader/classes/MetadataService.cls 5147 26 5147 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3434 /custom_md_loader/classes/MetadataService.cls 5147 26 5147 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3435 /custom_md_loader/classes/MetadataService.cls 5147 26 5147 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3435 /custom_md_loader/classes/MetadataService.cls 5147 26 5147 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3436 /custom_md_loader/classes/MetadataService.cls 5148 26 5148 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3436 /custom_md_loader/classes/MetadataService.cls 5148 26 5148 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3437 /custom_md_loader/classes/MetadataService.cls 5148 26 5148 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3437 /custom_md_loader/classes/MetadataService.cls 5148 26 5148 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3438 /custom_md_loader/classes/MetadataService.cls 5149 26 5149 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3438 /custom_md_loader/classes/MetadataService.cls 5149 26 5149 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3439 /custom_md_loader/classes/MetadataService.cls 5149 26 5149 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]*'
3439 /custom_md_loader/classes/MetadataService.cls 5149 26 5149 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]*'
3440 /custom_md_loader/classes/MetadataService.cls 5151 12 5157 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3440 /custom_md_loader/classes/MetadataService.cls 5151 12 5157 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3441 /custom_md_loader/classes/MetadataService.cls 5151 12 5157 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readChatterAnswersSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3441 /custom_md_loader/classes/MetadataService.cls 5151 12 5157 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readChatterAnswersSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3442 /custom_md_loader/classes/MetadataService.cls 5153 16 5153 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3442 /custom_md_loader/classes/MetadataService.cls 5153 16 5153 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3443 /custom_md_loader/classes/MetadataService.cls 5154 26 5154 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3443 /custom_md_loader/classes/MetadataService.cls 5154 26 5154 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3444 /custom_md_loader/classes/MetadataService.cls 5154 26 5154 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3444 /custom_md_loader/classes/MetadataService.cls 5154 26 5154 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3445 /custom_md_loader/classes/MetadataService.cls 5155 26 5155 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3445 /custom_md_loader/classes/MetadataService.cls 5155 26 5155 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3446 /custom_md_loader/classes/MetadataService.cls 5155 26 5155 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3446 /custom_md_loader/classes/MetadataService.cls 5155 26 5155 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3447 /custom_md_loader/classes/MetadataService.cls 5156 26 5156 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3447 /custom_md_loader/classes/MetadataService.cls 5156 26 5156 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3448 /custom_md_loader/classes/MetadataService.cls 5156 26 5156 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]*'
3448 /custom_md_loader/classes/MetadataService.cls 5156 26 5156 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]*'
3449 /custom_md_loader/classes/MetadataService.cls 5158 12 5164 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3449 /custom_md_loader/classes/MetadataService.cls 5158 12 5164 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3450 /custom_md_loader/classes/MetadataService.cls 5160 16 5160 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3450 /custom_md_loader/classes/MetadataService.cls 5160 16 5160 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3451 /custom_md_loader/classes/MetadataService.cls 5161 26 5161 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3451 /custom_md_loader/classes/MetadataService.cls 5161 26 5161 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3452 /custom_md_loader/classes/MetadataService.cls 5161 26 5161 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3452 /custom_md_loader/classes/MetadataService.cls 5161 26 5161 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3453 /custom_md_loader/classes/MetadataService.cls 5162 26 5162 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3453 /custom_md_loader/classes/MetadataService.cls 5162 26 5162 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3454 /custom_md_loader/classes/MetadataService.cls 5162 26 5162 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3454 /custom_md_loader/classes/MetadataService.cls 5162 26 5162 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3455 /custom_md_loader/classes/MetadataService.cls 5163 26 5163 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3455 /custom_md_loader/classes/MetadataService.cls 5163 26 5163 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3456 /custom_md_loader/classes/MetadataService.cls 5163 26 5163 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]*'
3456 /custom_md_loader/classes/MetadataService.cls 5163 26 5163 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]*'
3457 /custom_md_loader/classes/MetadataService.cls 5165 12 5171 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3457 /custom_md_loader/classes/MetadataService.cls 5165 12 5171 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3458 /custom_md_loader/classes/MetadataService.cls 5165 12 5171 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3458 /custom_md_loader/classes/MetadataService.cls 5165 12 5171 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3459 /custom_md_loader/classes/MetadataService.cls 5167 16 5167 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3459 /custom_md_loader/classes/MetadataService.cls 5167 16 5167 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3460 /custom_md_loader/classes/MetadataService.cls 5168 26 5168 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3460 /custom_md_loader/classes/MetadataService.cls 5168 26 5168 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3461 /custom_md_loader/classes/MetadataService.cls 5168 26 5168 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3461 /custom_md_loader/classes/MetadataService.cls 5168 26 5168 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3462 /custom_md_loader/classes/MetadataService.cls 5169 26 5169 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3462 /custom_md_loader/classes/MetadataService.cls 5169 26 5169 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3463 /custom_md_loader/classes/MetadataService.cls 5169 26 5169 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3463 /custom_md_loader/classes/MetadataService.cls 5169 26 5169 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3464 /custom_md_loader/classes/MetadataService.cls 5170 26 5170 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3464 /custom_md_loader/classes/MetadataService.cls 5170 26 5170 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3465 /custom_md_loader/classes/MetadataService.cls 5170 26 5170 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]*'
3465 /custom_md_loader/classes/MetadataService.cls 5170 26 5170 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]*'
3466 /custom_md_loader/classes/MetadataService.cls 5172 12 5178 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3466 /custom_md_loader/classes/MetadataService.cls 5172 12 5178 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3467 /custom_md_loader/classes/MetadataService.cls 5174 16 5174 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3467 /custom_md_loader/classes/MetadataService.cls 5174 16 5174 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3468 /custom_md_loader/classes/MetadataService.cls 5175 26 5175 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3468 /custom_md_loader/classes/MetadataService.cls 5175 26 5175 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3469 /custom_md_loader/classes/MetadataService.cls 5175 26 5175 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3469 /custom_md_loader/classes/MetadataService.cls 5175 26 5175 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3470 /custom_md_loader/classes/MetadataService.cls 5176 26 5176 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3470 /custom_md_loader/classes/MetadataService.cls 5176 26 5176 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3471 /custom_md_loader/classes/MetadataService.cls 5176 26 5176 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3471 /custom_md_loader/classes/MetadataService.cls 5176 26 5176 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3472 /custom_md_loader/classes/MetadataService.cls 5177 26 5177 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3472 /custom_md_loader/classes/MetadataService.cls 5177 26 5177 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3473 /custom_md_loader/classes/MetadataService.cls 5177 26 5177 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]*'
3473 /custom_md_loader/classes/MetadataService.cls 5177 26 5177 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]*'
3474 /custom_md_loader/classes/MetadataService.cls 5179 12 5185 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3474 /custom_md_loader/classes/MetadataService.cls 5179 12 5185 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3475 /custom_md_loader/classes/MetadataService.cls 5179 12 5185 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPortalResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3475 /custom_md_loader/classes/MetadataService.cls 5179 12 5185 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPortalResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3476 /custom_md_loader/classes/MetadataService.cls 5181 16 5181 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3476 /custom_md_loader/classes/MetadataService.cls 5181 16 5181 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3477 /custom_md_loader/classes/MetadataService.cls 5182 26 5182 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3477 /custom_md_loader/classes/MetadataService.cls 5182 26 5182 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3478 /custom_md_loader/classes/MetadataService.cls 5182 26 5182 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3478 /custom_md_loader/classes/MetadataService.cls 5182 26 5182 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3479 /custom_md_loader/classes/MetadataService.cls 5183 26 5183 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3479 /custom_md_loader/classes/MetadataService.cls 5183 26 5183 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3480 /custom_md_loader/classes/MetadataService.cls 5183 26 5183 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3480 /custom_md_loader/classes/MetadataService.cls 5183 26 5183 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3481 /custom_md_loader/classes/MetadataService.cls 5184 26 5184 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3481 /custom_md_loader/classes/MetadataService.cls 5184 26 5184 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3482 /custom_md_loader/classes/MetadataService.cls 5184 26 5184 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]*'
3482 /custom_md_loader/classes/MetadataService.cls 5184 26 5184 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]*'
3483 /custom_md_loader/classes/MetadataService.cls 5186 12 5192 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3483 /custom_md_loader/classes/MetadataService.cls 5186 12 5192 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3484 /custom_md_loader/classes/MetadataService.cls 5188 16 5188 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3484 /custom_md_loader/classes/MetadataService.cls 5188 16 5188 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3485 /custom_md_loader/classes/MetadataService.cls 5189 26 5189 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3485 /custom_md_loader/classes/MetadataService.cls 5189 26 5189 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3486 /custom_md_loader/classes/MetadataService.cls 5189 26 5189 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3486 /custom_md_loader/classes/MetadataService.cls 5189 26 5189 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3487 /custom_md_loader/classes/MetadataService.cls 5190 26 5190 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3487 /custom_md_loader/classes/MetadataService.cls 5190 26 5190 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3488 /custom_md_loader/classes/MetadataService.cls 5190 26 5190 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3488 /custom_md_loader/classes/MetadataService.cls 5190 26 5190 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3489 /custom_md_loader/classes/MetadataService.cls 5191 26 5191 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3489 /custom_md_loader/classes/MetadataService.cls 5191 26 5191 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3490 /custom_md_loader/classes/MetadataService.cls 5191 26 5191 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]*'
3490 /custom_md_loader/classes/MetadataService.cls 5191 26 5191 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]*'
3491 /custom_md_loader/classes/MetadataService.cls 5193 12 5199 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3491 /custom_md_loader/classes/MetadataService.cls 5193 12 5199 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3492 /custom_md_loader/classes/MetadataService.cls 5193 12 5199 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSkillResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3492 /custom_md_loader/classes/MetadataService.cls 5193 12 5199 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSkillResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3493 /custom_md_loader/classes/MetadataService.cls 5195 16 5195 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3493 /custom_md_loader/classes/MetadataService.cls 5195 16 5195 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3494 /custom_md_loader/classes/MetadataService.cls 5196 26 5196 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3494 /custom_md_loader/classes/MetadataService.cls 5196 26 5196 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3495 /custom_md_loader/classes/MetadataService.cls 5196 26 5196 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3495 /custom_md_loader/classes/MetadataService.cls 5196 26 5196 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3496 /custom_md_loader/classes/MetadataService.cls 5197 26 5197 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3496 /custom_md_loader/classes/MetadataService.cls 5197 26 5197 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3497 /custom_md_loader/classes/MetadataService.cls 5197 26 5197 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3497 /custom_md_loader/classes/MetadataService.cls 5197 26 5197 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3498 /custom_md_loader/classes/MetadataService.cls 5198 26 5198 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3498 /custom_md_loader/classes/MetadataService.cls 5198 26 5198 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3499 /custom_md_loader/classes/MetadataService.cls 5198 26 5198 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]*'
3499 /custom_md_loader/classes/MetadataService.cls 5198 26 5198 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]*'
3500 /custom_md_loader/classes/MetadataService.cls 5200 12 5206 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3500 /custom_md_loader/classes/MetadataService.cls 5200 12 5206 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3501 /custom_md_loader/classes/MetadataService.cls 5202 16 5202 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3501 /custom_md_loader/classes/MetadataService.cls 5202 16 5202 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3502 /custom_md_loader/classes/MetadataService.cls 5203 26 5203 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3502 /custom_md_loader/classes/MetadataService.cls 5203 26 5203 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3503 /custom_md_loader/classes/MetadataService.cls 5203 26 5203 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3503 /custom_md_loader/classes/MetadataService.cls 5203 26 5203 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3504 /custom_md_loader/classes/MetadataService.cls 5204 26 5204 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3504 /custom_md_loader/classes/MetadataService.cls 5204 26 5204 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3505 /custom_md_loader/classes/MetadataService.cls 5204 26 5204 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3505 /custom_md_loader/classes/MetadataService.cls 5204 26 5204 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3506 /custom_md_loader/classes/MetadataService.cls 5205 26 5205 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3506 /custom_md_loader/classes/MetadataService.cls 5205 26 5205 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3507 /custom_md_loader/classes/MetadataService.cls 5205 26 5205 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]*'
3507 /custom_md_loader/classes/MetadataService.cls 5205 26 5205 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]*'
3508 /custom_md_loader/classes/MetadataService.cls 5207 12 5213 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3508 /custom_md_loader/classes/MetadataService.cls 5207 12 5213 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3509 /custom_md_loader/classes/MetadataService.cls 5207 12 5213 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3509 /custom_md_loader/classes/MetadataService.cls 5207 12 5213 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3510 /custom_md_loader/classes/MetadataService.cls 5209 16 5209 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3510 /custom_md_loader/classes/MetadataService.cls 5209 16 5209 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3511 /custom_md_loader/classes/MetadataService.cls 5210 26 5210 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3511 /custom_md_loader/classes/MetadataService.cls 5210 26 5210 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3512 /custom_md_loader/classes/MetadataService.cls 5210 26 5210 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3512 /custom_md_loader/classes/MetadataService.cls 5210 26 5210 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3513 /custom_md_loader/classes/MetadataService.cls 5211 26 5211 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3513 /custom_md_loader/classes/MetadataService.cls 5211 26 5211 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3514 /custom_md_loader/classes/MetadataService.cls 5211 26 5211 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3514 /custom_md_loader/classes/MetadataService.cls 5211 26 5211 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3515 /custom_md_loader/classes/MetadataService.cls 5212 26 5212 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3515 /custom_md_loader/classes/MetadataService.cls 5212 26 5212 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3516 /custom_md_loader/classes/MetadataService.cls 5212 26 5212 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]*'
3516 /custom_md_loader/classes/MetadataService.cls 5212 26 5212 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]*'
3517 /custom_md_loader/classes/MetadataService.cls 5214 12 5220 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3517 /custom_md_loader/classes/MetadataService.cls 5214 12 5220 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3518 /custom_md_loader/classes/MetadataService.cls 5216 16 5216 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3518 /custom_md_loader/classes/MetadataService.cls 5216 16 5216 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3519 /custom_md_loader/classes/MetadataService.cls 5217 26 5217 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3519 /custom_md_loader/classes/MetadataService.cls 5217 26 5217 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3520 /custom_md_loader/classes/MetadataService.cls 5217 26 5217 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3520 /custom_md_loader/classes/MetadataService.cls 5217 26 5217 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3521 /custom_md_loader/classes/MetadataService.cls 5218 26 5218 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3521 /custom_md_loader/classes/MetadataService.cls 5218 26 5218 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3522 /custom_md_loader/classes/MetadataService.cls 5218 26 5218 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3522 /custom_md_loader/classes/MetadataService.cls 5218 26 5218 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3523 /custom_md_loader/classes/MetadataService.cls 5219 26 5219 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3523 /custom_md_loader/classes/MetadataService.cls 5219 26 5219 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3524 /custom_md_loader/classes/MetadataService.cls 5219 26 5219 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]*'
3524 /custom_md_loader/classes/MetadataService.cls 5219 26 5219 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]*'
3525 /custom_md_loader/classes/MetadataService.cls 5221 12 5227 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3525 /custom_md_loader/classes/MetadataService.cls 5221 12 5227 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3526 /custom_md_loader/classes/MetadataService.cls 5221 12 5227 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowAlertResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3526 /custom_md_loader/classes/MetadataService.cls 5221 12 5227 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowAlertResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3527 /custom_md_loader/classes/MetadataService.cls 5223 16 5223 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3527 /custom_md_loader/classes/MetadataService.cls 5223 16 5223 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3528 /custom_md_loader/classes/MetadataService.cls 5224 26 5224 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3528 /custom_md_loader/classes/MetadataService.cls 5224 26 5224 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3529 /custom_md_loader/classes/MetadataService.cls 5224 26 5224 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3529 /custom_md_loader/classes/MetadataService.cls 5224 26 5224 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3530 /custom_md_loader/classes/MetadataService.cls 5225 26 5225 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3530 /custom_md_loader/classes/MetadataService.cls 5225 26 5225 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3531 /custom_md_loader/classes/MetadataService.cls 5225 26 5225 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3531 /custom_md_loader/classes/MetadataService.cls 5225 26 5225 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3532 /custom_md_loader/classes/MetadataService.cls 5226 26 5226 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3532 /custom_md_loader/classes/MetadataService.cls 5226 26 5226 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3533 /custom_md_loader/classes/MetadataService.cls 5226 26 5226 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]*'
3533 /custom_md_loader/classes/MetadataService.cls 5226 26 5226 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]*'
3534 /custom_md_loader/classes/MetadataService.cls 5228 12 5234 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3534 /custom_md_loader/classes/MetadataService.cls 5228 12 5234 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3535 /custom_md_loader/classes/MetadataService.cls 5230 16 5230 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3535 /custom_md_loader/classes/MetadataService.cls 5230 16 5230 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3536 /custom_md_loader/classes/MetadataService.cls 5231 26 5231 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3536 /custom_md_loader/classes/MetadataService.cls 5231 26 5231 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3537 /custom_md_loader/classes/MetadataService.cls 5231 26 5231 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3537 /custom_md_loader/classes/MetadataService.cls 5231 26 5231 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3538 /custom_md_loader/classes/MetadataService.cls 5232 26 5232 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3538 /custom_md_loader/classes/MetadataService.cls 5232 26 5232 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3539 /custom_md_loader/classes/MetadataService.cls 5232 26 5232 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3539 /custom_md_loader/classes/MetadataService.cls 5232 26 5232 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3540 /custom_md_loader/classes/MetadataService.cls 5233 26 5233 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3540 /custom_md_loader/classes/MetadataService.cls 5233 26 5233 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3541 /custom_md_loader/classes/MetadataService.cls 5233 26 5233 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]*'
3541 /custom_md_loader/classes/MetadataService.cls 5233 26 5233 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]*'
3542 /custom_md_loader/classes/MetadataService.cls 5235 12 5241 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3542 /custom_md_loader/classes/MetadataService.cls 5235 12 5241 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3543 /custom_md_loader/classes/MetadataService.cls 5235 12 5241 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomDataTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3543 /custom_md_loader/classes/MetadataService.cls 5235 12 5241 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomDataTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3544 /custom_md_loader/classes/MetadataService.cls 5237 16 5237 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3544 /custom_md_loader/classes/MetadataService.cls 5237 16 5237 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3545 /custom_md_loader/classes/MetadataService.cls 5238 26 5238 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3545 /custom_md_loader/classes/MetadataService.cls 5238 26 5238 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3546 /custom_md_loader/classes/MetadataService.cls 5238 26 5238 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3546 /custom_md_loader/classes/MetadataService.cls 5238 26 5238 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3547 /custom_md_loader/classes/MetadataService.cls 5239 26 5239 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3547 /custom_md_loader/classes/MetadataService.cls 5239 26 5239 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3548 /custom_md_loader/classes/MetadataService.cls 5239 26 5239 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3548 /custom_md_loader/classes/MetadataService.cls 5239 26 5239 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3549 /custom_md_loader/classes/MetadataService.cls 5240 26 5240 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3549 /custom_md_loader/classes/MetadataService.cls 5240 26 5240 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3550 /custom_md_loader/classes/MetadataService.cls 5240 26 5240 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]*'
3550 /custom_md_loader/classes/MetadataService.cls 5240 26 5240 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]*'
3551 /custom_md_loader/classes/MetadataService.cls 5242 12 5248 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3551 /custom_md_loader/classes/MetadataService.cls 5242 12 5248 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3552 /custom_md_loader/classes/MetadataService.cls 5244 16 5244 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3552 /custom_md_loader/classes/MetadataService.cls 5244 16 5244 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3553 /custom_md_loader/classes/MetadataService.cls 5245 26 5245 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3553 /custom_md_loader/classes/MetadataService.cls 5245 26 5245 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3554 /custom_md_loader/classes/MetadataService.cls 5245 26 5245 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3554 /custom_md_loader/classes/MetadataService.cls 5245 26 5245 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3555 /custom_md_loader/classes/MetadataService.cls 5246 26 5246 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3555 /custom_md_loader/classes/MetadataService.cls 5246 26 5246 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3556 /custom_md_loader/classes/MetadataService.cls 5246 26 5246 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3556 /custom_md_loader/classes/MetadataService.cls 5246 26 5246 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3557 /custom_md_loader/classes/MetadataService.cls 5247 26 5247 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3557 /custom_md_loader/classes/MetadataService.cls 5247 26 5247 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3558 /custom_md_loader/classes/MetadataService.cls 5247 26 5247 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]*'
3558 /custom_md_loader/classes/MetadataService.cls 5247 26 5247 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]*'
3559 /custom_md_loader/classes/MetadataService.cls 5249 12 5255 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3559 /custom_md_loader/classes/MetadataService.cls 5249 12 5255 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3560 /custom_md_loader/classes/MetadataService.cls 5249 12 5255 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readExternalDataSourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3560 /custom_md_loader/classes/MetadataService.cls 5249 12 5255 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readExternalDataSourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3561 /custom_md_loader/classes/MetadataService.cls 5251 16 5251 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3561 /custom_md_loader/classes/MetadataService.cls 5251 16 5251 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3562 /custom_md_loader/classes/MetadataService.cls 5252 26 5252 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3562 /custom_md_loader/classes/MetadataService.cls 5252 26 5252 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3563 /custom_md_loader/classes/MetadataService.cls 5252 26 5252 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3563 /custom_md_loader/classes/MetadataService.cls 5252 26 5252 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3564 /custom_md_loader/classes/MetadataService.cls 5253 26 5253 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3564 /custom_md_loader/classes/MetadataService.cls 5253 26 5253 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3565 /custom_md_loader/classes/MetadataService.cls 5253 26 5253 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3565 /custom_md_loader/classes/MetadataService.cls 5253 26 5253 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3566 /custom_md_loader/classes/MetadataService.cls 5254 26 5254 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3566 /custom_md_loader/classes/MetadataService.cls 5254 26 5254 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3567 /custom_md_loader/classes/MetadataService.cls 5254 26 5254 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]*'
3567 /custom_md_loader/classes/MetadataService.cls 5254 26 5254 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]*'
3568 /custom_md_loader/classes/MetadataService.cls 5256 12 5262 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3568 /custom_md_loader/classes/MetadataService.cls 5256 12 5262 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3569 /custom_md_loader/classes/MetadataService.cls 5258 16 5258 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3569 /custom_md_loader/classes/MetadataService.cls 5258 16 5258 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3570 /custom_md_loader/classes/MetadataService.cls 5259 26 5259 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3570 /custom_md_loader/classes/MetadataService.cls 5259 26 5259 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3571 /custom_md_loader/classes/MetadataService.cls 5259 26 5259 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3571 /custom_md_loader/classes/MetadataService.cls 5259 26 5259 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3572 /custom_md_loader/classes/MetadataService.cls 5260 26 5260 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3572 /custom_md_loader/classes/MetadataService.cls 5260 26 5260 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3573 /custom_md_loader/classes/MetadataService.cls 5260 26 5260 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3573 /custom_md_loader/classes/MetadataService.cls 5260 26 5260 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3574 /custom_md_loader/classes/MetadataService.cls 5261 26 5261 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3574 /custom_md_loader/classes/MetadataService.cls 5261 26 5261 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3575 /custom_md_loader/classes/MetadataService.cls 5261 26 5261 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]*'
3575 /custom_md_loader/classes/MetadataService.cls 5261 26 5261 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]*'
3576 /custom_md_loader/classes/MetadataService.cls 5263 12 5269 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3576 /custom_md_loader/classes/MetadataService.cls 5263 12 5269 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3577 /custom_md_loader/classes/MetadataService.cls 5263 12 5269 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readXOrgHubResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3577 /custom_md_loader/classes/MetadataService.cls 5263 12 5269 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readXOrgHubResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3578 /custom_md_loader/classes/MetadataService.cls 5265 16 5265 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3578 /custom_md_loader/classes/MetadataService.cls 5265 16 5265 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3579 /custom_md_loader/classes/MetadataService.cls 5266 26 5266 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3579 /custom_md_loader/classes/MetadataService.cls 5266 26 5266 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3580 /custom_md_loader/classes/MetadataService.cls 5266 26 5266 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3580 /custom_md_loader/classes/MetadataService.cls 5266 26 5266 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3581 /custom_md_loader/classes/MetadataService.cls 5267 26 5267 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3581 /custom_md_loader/classes/MetadataService.cls 5267 26 5267 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3582 /custom_md_loader/classes/MetadataService.cls 5267 26 5267 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3582 /custom_md_loader/classes/MetadataService.cls 5267 26 5267 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3583 /custom_md_loader/classes/MetadataService.cls 5268 26 5268 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3583 /custom_md_loader/classes/MetadataService.cls 5268 26 5268 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3584 /custom_md_loader/classes/MetadataService.cls 5268 26 5268 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]*'
3584 /custom_md_loader/classes/MetadataService.cls 5268 26 5268 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]*'
3585 /custom_md_loader/classes/MetadataService.cls 5270 12 5276 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3585 /custom_md_loader/classes/MetadataService.cls 5270 12 5276 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3586 /custom_md_loader/classes/MetadataService.cls 5272 16 5272 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3586 /custom_md_loader/classes/MetadataService.cls 5272 16 5272 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3587 /custom_md_loader/classes/MetadataService.cls 5273 26 5273 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3587 /custom_md_loader/classes/MetadataService.cls 5273 26 5273 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3588 /custom_md_loader/classes/MetadataService.cls 5273 26 5273 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3588 /custom_md_loader/classes/MetadataService.cls 5273 26 5273 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3589 /custom_md_loader/classes/MetadataService.cls 5274 26 5274 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3589 /custom_md_loader/classes/MetadataService.cls 5274 26 5274 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3590 /custom_md_loader/classes/MetadataService.cls 5274 26 5274 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3590 /custom_md_loader/classes/MetadataService.cls 5274 26 5274 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3591 /custom_md_loader/classes/MetadataService.cls 5275 26 5275 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3591 /custom_md_loader/classes/MetadataService.cls 5275 26 5275 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3592 /custom_md_loader/classes/MetadataService.cls 5275 26 5275 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]*'
3592 /custom_md_loader/classes/MetadataService.cls 5275 26 5275 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]*'
3593 /custom_md_loader/classes/MetadataService.cls 5277 12 5283 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3593 /custom_md_loader/classes/MetadataService.cls 5277 12 5283 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3594 /custom_md_loader/classes/MetadataService.cls 5277 12 5283 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3594 /custom_md_loader/classes/MetadataService.cls 5277 12 5283 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3595 /custom_md_loader/classes/MetadataService.cls 5279 16 5279 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3595 /custom_md_loader/classes/MetadataService.cls 5279 16 5279 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3596 /custom_md_loader/classes/MetadataService.cls 5280 26 5280 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3596 /custom_md_loader/classes/MetadataService.cls 5280 26 5280 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3597 /custom_md_loader/classes/MetadataService.cls 5280 26 5280 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3597 /custom_md_loader/classes/MetadataService.cls 5280 26 5280 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3598 /custom_md_loader/classes/MetadataService.cls 5281 26 5281 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3598 /custom_md_loader/classes/MetadataService.cls 5281 26 5281 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3599 /custom_md_loader/classes/MetadataService.cls 5281 26 5281 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3599 /custom_md_loader/classes/MetadataService.cls 5281 26 5281 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3600 /custom_md_loader/classes/MetadataService.cls 5282 26 5282 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3600 /custom_md_loader/classes/MetadataService.cls 5282 26 5282 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3601 /custom_md_loader/classes/MetadataService.cls 5282 26 5282 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]*'
3601 /custom_md_loader/classes/MetadataService.cls 5282 26 5282 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]*'
3602 /custom_md_loader/classes/MetadataService.cls 5284 12 5290 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3602 /custom_md_loader/classes/MetadataService.cls 5284 12 5290 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3603 /custom_md_loader/classes/MetadataService.cls 5286 16 5286 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3603 /custom_md_loader/classes/MetadataService.cls 5286 16 5286 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3604 /custom_md_loader/classes/MetadataService.cls 5287 26 5287 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3604 /custom_md_loader/classes/MetadataService.cls 5287 26 5287 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3605 /custom_md_loader/classes/MetadataService.cls 5287 26 5287 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3605 /custom_md_loader/classes/MetadataService.cls 5287 26 5287 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3606 /custom_md_loader/classes/MetadataService.cls 5288 26 5288 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3606 /custom_md_loader/classes/MetadataService.cls 5288 26 5288 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3607 /custom_md_loader/classes/MetadataService.cls 5288 26 5288 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3607 /custom_md_loader/classes/MetadataService.cls 5288 26 5288 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3608 /custom_md_loader/classes/MetadataService.cls 5289 26 5289 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3608 /custom_md_loader/classes/MetadataService.cls 5289 26 5289 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3609 /custom_md_loader/classes/MetadataService.cls 5289 26 5289 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]*'
3609 /custom_md_loader/classes/MetadataService.cls 5289 26 5289 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]*'
3610 /custom_md_loader/classes/MetadataService.cls 5291 12 5297 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3610 /custom_md_loader/classes/MetadataService.cls 5291 12 5297 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3611 /custom_md_loader/classes/MetadataService.cls 5291 12 5297 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRecordTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3611 /custom_md_loader/classes/MetadataService.cls 5291 12 5297 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRecordTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3612 /custom_md_loader/classes/MetadataService.cls 5293 16 5293 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3612 /custom_md_loader/classes/MetadataService.cls 5293 16 5293 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3613 /custom_md_loader/classes/MetadataService.cls 5294 26 5294 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3613 /custom_md_loader/classes/MetadataService.cls 5294 26 5294 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3614 /custom_md_loader/classes/MetadataService.cls 5294 26 5294 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3614 /custom_md_loader/classes/MetadataService.cls 5294 26 5294 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3615 /custom_md_loader/classes/MetadataService.cls 5295 26 5295 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3615 /custom_md_loader/classes/MetadataService.cls 5295 26 5295 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3616 /custom_md_loader/classes/MetadataService.cls 5295 26 5295 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3616 /custom_md_loader/classes/MetadataService.cls 5295 26 5295 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3617 /custom_md_loader/classes/MetadataService.cls 5296 26 5296 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3617 /custom_md_loader/classes/MetadataService.cls 5296 26 5296 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3618 /custom_md_loader/classes/MetadataService.cls 5296 26 5296 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]*'
3618 /custom_md_loader/classes/MetadataService.cls 5296 26 5296 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]*'
3619 /custom_md_loader/classes/MetadataService.cls 5298 12 5304 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3619 /custom_md_loader/classes/MetadataService.cls 5298 12 5304 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3620 /custom_md_loader/classes/MetadataService.cls 5300 16 5300 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3620 /custom_md_loader/classes/MetadataService.cls 5300 16 5300 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3621 /custom_md_loader/classes/MetadataService.cls 5301 26 5301 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3621 /custom_md_loader/classes/MetadataService.cls 5301 26 5301 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3622 /custom_md_loader/classes/MetadataService.cls 5301 26 5301 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3622 /custom_md_loader/classes/MetadataService.cls 5301 26 5301 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3623 /custom_md_loader/classes/MetadataService.cls 5302 26 5302 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3623 /custom_md_loader/classes/MetadataService.cls 5302 26 5302 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3624 /custom_md_loader/classes/MetadataService.cls 5302 26 5302 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3624 /custom_md_loader/classes/MetadataService.cls 5302 26 5302 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3625 /custom_md_loader/classes/MetadataService.cls 5303 26 5303 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3625 /custom_md_loader/classes/MetadataService.cls 5303 26 5303 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3626 /custom_md_loader/classes/MetadataService.cls 5303 26 5303 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]*'
3626 /custom_md_loader/classes/MetadataService.cls 5303 26 5303 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]*'
3627 /custom_md_loader/classes/MetadataService.cls 5305 12 5311 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3627 /custom_md_loader/classes/MetadataService.cls 5305 12 5311 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3628 /custom_md_loader/classes/MetadataService.cls 5305 12 5311 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readScontrolResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3628 /custom_md_loader/classes/MetadataService.cls 5305 12 5311 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readScontrolResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3629 /custom_md_loader/classes/MetadataService.cls 5307 16 5307 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3629 /custom_md_loader/classes/MetadataService.cls 5307 16 5307 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3630 /custom_md_loader/classes/MetadataService.cls 5308 26 5308 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3630 /custom_md_loader/classes/MetadataService.cls 5308 26 5308 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3631 /custom_md_loader/classes/MetadataService.cls 5308 26 5308 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3631 /custom_md_loader/classes/MetadataService.cls 5308 26 5308 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3632 /custom_md_loader/classes/MetadataService.cls 5309 26 5309 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3632 /custom_md_loader/classes/MetadataService.cls 5309 26 5309 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3633 /custom_md_loader/classes/MetadataService.cls 5309 26 5309 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3633 /custom_md_loader/classes/MetadataService.cls 5309 26 5309 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3634 /custom_md_loader/classes/MetadataService.cls 5310 26 5310 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3634 /custom_md_loader/classes/MetadataService.cls 5310 26 5310 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3635 /custom_md_loader/classes/MetadataService.cls 5310 26 5310 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]*'
3635 /custom_md_loader/classes/MetadataService.cls 5310 26 5310 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]*'
3636 /custom_md_loader/classes/MetadataService.cls 5312 12 5318 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3636 /custom_md_loader/classes/MetadataService.cls 5312 12 5318 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3637 /custom_md_loader/classes/MetadataService.cls 5314 16 5314 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3637 /custom_md_loader/classes/MetadataService.cls 5314 16 5314 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3638 /custom_md_loader/classes/MetadataService.cls 5315 26 5315 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3638 /custom_md_loader/classes/MetadataService.cls 5315 26 5315 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3639 /custom_md_loader/classes/MetadataService.cls 5315 26 5315 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3639 /custom_md_loader/classes/MetadataService.cls 5315 26 5315 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3640 /custom_md_loader/classes/MetadataService.cls 5316 26 5316 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3640 /custom_md_loader/classes/MetadataService.cls 5316 26 5316 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3641 /custom_md_loader/classes/MetadataService.cls 5316 26 5316 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3641 /custom_md_loader/classes/MetadataService.cls 5316 26 5316 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3642 /custom_md_loader/classes/MetadataService.cls 5317 26 5317 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3642 /custom_md_loader/classes/MetadataService.cls 5317 26 5317 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3643 /custom_md_loader/classes/MetadataService.cls 5317 26 5317 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]*'
3643 /custom_md_loader/classes/MetadataService.cls 5317 26 5317 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]*'
3644 /custom_md_loader/classes/MetadataService.cls 5319 12 5325 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3644 /custom_md_loader/classes/MetadataService.cls 5319 12 5325 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3645 /custom_md_loader/classes/MetadataService.cls 5319 12 5325 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDataCategoryGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3645 /custom_md_loader/classes/MetadataService.cls 5319 12 5325 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDataCategoryGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3646 /custom_md_loader/classes/MetadataService.cls 5321 16 5321 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3646 /custom_md_loader/classes/MetadataService.cls 5321 16 5321 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3647 /custom_md_loader/classes/MetadataService.cls 5322 26 5322 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3647 /custom_md_loader/classes/MetadataService.cls 5322 26 5322 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3648 /custom_md_loader/classes/MetadataService.cls 5322 26 5322 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3648 /custom_md_loader/classes/MetadataService.cls 5322 26 5322 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3649 /custom_md_loader/classes/MetadataService.cls 5323 26 5323 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3649 /custom_md_loader/classes/MetadataService.cls 5323 26 5323 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3650 /custom_md_loader/classes/MetadataService.cls 5323 26 5323 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3650 /custom_md_loader/classes/MetadataService.cls 5323 26 5323 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3651 /custom_md_loader/classes/MetadataService.cls 5324 26 5324 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3651 /custom_md_loader/classes/MetadataService.cls 5324 26 5324 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3652 /custom_md_loader/classes/MetadataService.cls 5324 26 5324 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]*'
3652 /custom_md_loader/classes/MetadataService.cls 5324 26 5324 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]*'
3653 /custom_md_loader/classes/MetadataService.cls 5326 12 5332 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3653 /custom_md_loader/classes/MetadataService.cls 5326 12 5332 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3654 /custom_md_loader/classes/MetadataService.cls 5328 16 5328 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3654 /custom_md_loader/classes/MetadataService.cls 5328 16 5328 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3655 /custom_md_loader/classes/MetadataService.cls 5329 26 5329 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3655 /custom_md_loader/classes/MetadataService.cls 5329 26 5329 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3656 /custom_md_loader/classes/MetadataService.cls 5329 26 5329 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3656 /custom_md_loader/classes/MetadataService.cls 5329 26 5329 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3657 /custom_md_loader/classes/MetadataService.cls 5330 26 5330 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3657 /custom_md_loader/classes/MetadataService.cls 5330 26 5330 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3658 /custom_md_loader/classes/MetadataService.cls 5330 26 5330 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3658 /custom_md_loader/classes/MetadataService.cls 5330 26 5330 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3659 /custom_md_loader/classes/MetadataService.cls 5331 26 5331 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3659 /custom_md_loader/classes/MetadataService.cls 5331 26 5331 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3660 /custom_md_loader/classes/MetadataService.cls 5331 26 5331 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]*'
3660 /custom_md_loader/classes/MetadataService.cls 5331 26 5331 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]*'
3661 /custom_md_loader/classes/MetadataService.cls 5333 12 5339 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3661 /custom_md_loader/classes/MetadataService.cls 5333 12 5339 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3662 /custom_md_loader/classes/MetadataService.cls 5333 12 5339 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readValidationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3662 /custom_md_loader/classes/MetadataService.cls 5333 12 5339 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readValidationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3663 /custom_md_loader/classes/MetadataService.cls 5335 16 5335 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3663 /custom_md_loader/classes/MetadataService.cls 5335 16 5335 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3664 /custom_md_loader/classes/MetadataService.cls 5336 26 5336 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3664 /custom_md_loader/classes/MetadataService.cls 5336 26 5336 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3665 /custom_md_loader/classes/MetadataService.cls 5336 26 5336 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3665 /custom_md_loader/classes/MetadataService.cls 5336 26 5336 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3666 /custom_md_loader/classes/MetadataService.cls 5337 26 5337 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3666 /custom_md_loader/classes/MetadataService.cls 5337 26 5337 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3667 /custom_md_loader/classes/MetadataService.cls 5337 26 5337 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3667 /custom_md_loader/classes/MetadataService.cls 5337 26 5337 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3668 /custom_md_loader/classes/MetadataService.cls 5338 26 5338 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3668 /custom_md_loader/classes/MetadataService.cls 5338 26 5338 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3669 /custom_md_loader/classes/MetadataService.cls 5338 26 5338 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]*'
3669 /custom_md_loader/classes/MetadataService.cls 5338 26 5338 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]*'
3670 /custom_md_loader/classes/MetadataService.cls 5340 12 5346 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3670 /custom_md_loader/classes/MetadataService.cls 5340 12 5346 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3671 /custom_md_loader/classes/MetadataService.cls 5342 16 5342 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3671 /custom_md_loader/classes/MetadataService.cls 5342 16 5342 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3672 /custom_md_loader/classes/MetadataService.cls 5343 26 5343 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3672 /custom_md_loader/classes/MetadataService.cls 5343 26 5343 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3673 /custom_md_loader/classes/MetadataService.cls 5343 26 5343 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3673 /custom_md_loader/classes/MetadataService.cls 5343 26 5343 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3674 /custom_md_loader/classes/MetadataService.cls 5344 26 5344 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3674 /custom_md_loader/classes/MetadataService.cls 5344 26 5344 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3675 /custom_md_loader/classes/MetadataService.cls 5344 26 5344 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3675 /custom_md_loader/classes/MetadataService.cls 5344 26 5344 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3676 /custom_md_loader/classes/MetadataService.cls 5345 26 5345 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3676 /custom_md_loader/classes/MetadataService.cls 5345 26 5345 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3677 /custom_md_loader/classes/MetadataService.cls 5345 26 5345 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]*'
3677 /custom_md_loader/classes/MetadataService.cls 5345 26 5345 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]*'
3678 /custom_md_loader/classes/MetadataService.cls 5347 12 5353 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3678 /custom_md_loader/classes/MetadataService.cls 5347 12 5353 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3679 /custom_md_loader/classes/MetadataService.cls 5347 12 5353 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuraDefinitionBundleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3679 /custom_md_loader/classes/MetadataService.cls 5347 12 5353 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuraDefinitionBundleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3680 /custom_md_loader/classes/MetadataService.cls 5349 16 5349 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3680 /custom_md_loader/classes/MetadataService.cls 5349 16 5349 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3681 /custom_md_loader/classes/MetadataService.cls 5350 26 5350 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3681 /custom_md_loader/classes/MetadataService.cls 5350 26 5350 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3682 /custom_md_loader/classes/MetadataService.cls 5350 26 5350 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3682 /custom_md_loader/classes/MetadataService.cls 5350 26 5350 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3683 /custom_md_loader/classes/MetadataService.cls 5351 26 5351 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3683 /custom_md_loader/classes/MetadataService.cls 5351 26 5351 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3684 /custom_md_loader/classes/MetadataService.cls 5351 26 5351 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3684 /custom_md_loader/classes/MetadataService.cls 5351 26 5351 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3685 /custom_md_loader/classes/MetadataService.cls 5352 26 5352 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3685 /custom_md_loader/classes/MetadataService.cls 5352 26 5352 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3686 /custom_md_loader/classes/MetadataService.cls 5352 26 5352 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]*'
3686 /custom_md_loader/classes/MetadataService.cls 5352 26 5352 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]*'
3687 /custom_md_loader/classes/MetadataService.cls 5354 12 5360 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3687 /custom_md_loader/classes/MetadataService.cls 5354 12 5360 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3688 /custom_md_loader/classes/MetadataService.cls 5356 16 5356 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3688 /custom_md_loader/classes/MetadataService.cls 5356 16 5356 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3689 /custom_md_loader/classes/MetadataService.cls 5357 26 5357 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3689 /custom_md_loader/classes/MetadataService.cls 5357 26 5357 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3690 /custom_md_loader/classes/MetadataService.cls 5357 26 5357 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3690 /custom_md_loader/classes/MetadataService.cls 5357 26 5357 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3691 /custom_md_loader/classes/MetadataService.cls 5358 26 5358 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3691 /custom_md_loader/classes/MetadataService.cls 5358 26 5358 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3692 /custom_md_loader/classes/MetadataService.cls 5358 26 5358 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3692 /custom_md_loader/classes/MetadataService.cls 5358 26 5358 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3693 /custom_md_loader/classes/MetadataService.cls 5359 26 5359 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3693 /custom_md_loader/classes/MetadataService.cls 5359 26 5359 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3694 /custom_md_loader/classes/MetadataService.cls 5359 26 5359 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]*'
3694 /custom_md_loader/classes/MetadataService.cls 5359 26 5359 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]*'
3695 /custom_md_loader/classes/MetadataService.cls 5361 12 5367 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3695 /custom_md_loader/classes/MetadataService.cls 5361 12 5367 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3696 /custom_md_loader/classes/MetadataService.cls 5361 12 5367 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProfileResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3696 /custom_md_loader/classes/MetadataService.cls 5361 12 5367 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProfileResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3697 /custom_md_loader/classes/MetadataService.cls 5363 16 5363 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3697 /custom_md_loader/classes/MetadataService.cls 5363 16 5363 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3698 /custom_md_loader/classes/MetadataService.cls 5364 26 5364 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3698 /custom_md_loader/classes/MetadataService.cls 5364 26 5364 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3699 /custom_md_loader/classes/MetadataService.cls 5364 26 5364 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3699 /custom_md_loader/classes/MetadataService.cls 5364 26 5364 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3700 /custom_md_loader/classes/MetadataService.cls 5365 26 5365 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3700 /custom_md_loader/classes/MetadataService.cls 5365 26 5365 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3701 /custom_md_loader/classes/MetadataService.cls 5365 26 5365 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3701 /custom_md_loader/classes/MetadataService.cls 5365 26 5365 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3702 /custom_md_loader/classes/MetadataService.cls 5366 26 5366 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3702 /custom_md_loader/classes/MetadataService.cls 5366 26 5366 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3703 /custom_md_loader/classes/MetadataService.cls 5366 26 5366 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]*'
3703 /custom_md_loader/classes/MetadataService.cls 5366 26 5366 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]*'
3704 /custom_md_loader/classes/MetadataService.cls 5368 12 5374 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3704 /custom_md_loader/classes/MetadataService.cls 5368 12 5374 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3705 /custom_md_loader/classes/MetadataService.cls 5370 16 5370 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3705 /custom_md_loader/classes/MetadataService.cls 5370 16 5370 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3706 /custom_md_loader/classes/MetadataService.cls 5371 26 5371 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3706 /custom_md_loader/classes/MetadataService.cls 5371 26 5371 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3707 /custom_md_loader/classes/MetadataService.cls 5371 26 5371 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3707 /custom_md_loader/classes/MetadataService.cls 5371 26 5371 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3708 /custom_md_loader/classes/MetadataService.cls 5372 26 5372 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3708 /custom_md_loader/classes/MetadataService.cls 5372 26 5372 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3709 /custom_md_loader/classes/MetadataService.cls 5372 26 5372 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3709 /custom_md_loader/classes/MetadataService.cls 5372 26 5372 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3710 /custom_md_loader/classes/MetadataService.cls 5373 26 5373 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3710 /custom_md_loader/classes/MetadataService.cls 5373 26 5373 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3711 /custom_md_loader/classes/MetadataService.cls 5373 26 5373 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]*'
3711 /custom_md_loader/classes/MetadataService.cls 5373 26 5373 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]*'
3712 /custom_md_loader/classes/MetadataService.cls 5375 12 5381 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3712 /custom_md_loader/classes/MetadataService.cls 5375 12 5381 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3713 /custom_md_loader/classes/MetadataService.cls 5375 12 5381 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readIdeasSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3713 /custom_md_loader/classes/MetadataService.cls 5375 12 5381 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readIdeasSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3714 /custom_md_loader/classes/MetadataService.cls 5377 16 5377 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3714 /custom_md_loader/classes/MetadataService.cls 5377 16 5377 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3715 /custom_md_loader/classes/MetadataService.cls 5378 26 5378 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3715 /custom_md_loader/classes/MetadataService.cls 5378 26 5378 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3716 /custom_md_loader/classes/MetadataService.cls 5378 26 5378 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3716 /custom_md_loader/classes/MetadataService.cls 5378 26 5378 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3717 /custom_md_loader/classes/MetadataService.cls 5379 26 5379 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3717 /custom_md_loader/classes/MetadataService.cls 5379 26 5379 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3718 /custom_md_loader/classes/MetadataService.cls 5379 26 5379 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3718 /custom_md_loader/classes/MetadataService.cls 5379 26 5379 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3719 /custom_md_loader/classes/MetadataService.cls 5380 26 5380 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3719 /custom_md_loader/classes/MetadataService.cls 5380 26 5380 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3720 /custom_md_loader/classes/MetadataService.cls 5380 26 5380 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]*'
3720 /custom_md_loader/classes/MetadataService.cls 5380 26 5380 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]*'
3721 /custom_md_loader/classes/MetadataService.cls 5382 12 5388 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3721 /custom_md_loader/classes/MetadataService.cls 5382 12 5388 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3722 /custom_md_loader/classes/MetadataService.cls 5384 16 5384 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3722 /custom_md_loader/classes/MetadataService.cls 5384 16 5384 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3723 /custom_md_loader/classes/MetadataService.cls 5385 26 5385 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3723 /custom_md_loader/classes/MetadataService.cls 5385 26 5385 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3724 /custom_md_loader/classes/MetadataService.cls 5385 26 5385 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3724 /custom_md_loader/classes/MetadataService.cls 5385 26 5385 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3725 /custom_md_loader/classes/MetadataService.cls 5386 26 5386 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3725 /custom_md_loader/classes/MetadataService.cls 5386 26 5386 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3726 /custom_md_loader/classes/MetadataService.cls 5386 26 5386 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3726 /custom_md_loader/classes/MetadataService.cls 5386 26 5386 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3727 /custom_md_loader/classes/MetadataService.cls 5387 26 5387 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3727 /custom_md_loader/classes/MetadataService.cls 5387 26 5387 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3728 /custom_md_loader/classes/MetadataService.cls 5387 26 5387 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]*'
3728 /custom_md_loader/classes/MetadataService.cls 5387 26 5387 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]*'
3729 /custom_md_loader/classes/MetadataService.cls 5389 12 5395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3729 /custom_md_loader/classes/MetadataService.cls 5389 12 5395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3730 /custom_md_loader/classes/MetadataService.cls 5389 12 5395 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readConnectedAppResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3730 /custom_md_loader/classes/MetadataService.cls 5389 12 5395 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readConnectedAppResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3731 /custom_md_loader/classes/MetadataService.cls 5391 16 5391 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3731 /custom_md_loader/classes/MetadataService.cls 5391 16 5391 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3732 /custom_md_loader/classes/MetadataService.cls 5392 26 5392 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3732 /custom_md_loader/classes/MetadataService.cls 5392 26 5392 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3733 /custom_md_loader/classes/MetadataService.cls 5392 26 5392 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3733 /custom_md_loader/classes/MetadataService.cls 5392 26 5392 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3734 /custom_md_loader/classes/MetadataService.cls 5393 26 5393 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3734 /custom_md_loader/classes/MetadataService.cls 5393 26 5393 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3735 /custom_md_loader/classes/MetadataService.cls 5393 26 5393 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3735 /custom_md_loader/classes/MetadataService.cls 5393 26 5393 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3736 /custom_md_loader/classes/MetadataService.cls 5394 26 5394 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3736 /custom_md_loader/classes/MetadataService.cls 5394 26 5394 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3737 /custom_md_loader/classes/MetadataService.cls 5394 26 5394 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]*'
3737 /custom_md_loader/classes/MetadataService.cls 5394 26 5394 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]*'
3738 /custom_md_loader/classes/MetadataService.cls 5396 12 5402 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3738 /custom_md_loader/classes/MetadataService.cls 5396 12 5402 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3739 /custom_md_loader/classes/MetadataService.cls 5398 16 5398 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3739 /custom_md_loader/classes/MetadataService.cls 5398 16 5398 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3740 /custom_md_loader/classes/MetadataService.cls 5399 26 5399 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3740 /custom_md_loader/classes/MetadataService.cls 5399 26 5399 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3741 /custom_md_loader/classes/MetadataService.cls 5399 26 5399 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3741 /custom_md_loader/classes/MetadataService.cls 5399 26 5399 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3742 /custom_md_loader/classes/MetadataService.cls 5400 26 5400 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3742 /custom_md_loader/classes/MetadataService.cls 5400 26 5400 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3743 /custom_md_loader/classes/MetadataService.cls 5400 26 5400 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3743 /custom_md_loader/classes/MetadataService.cls 5400 26 5400 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3744 /custom_md_loader/classes/MetadataService.cls 5401 26 5401 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3744 /custom_md_loader/classes/MetadataService.cls 5401 26 5401 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3745 /custom_md_loader/classes/MetadataService.cls 5401 26 5401 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]*'
3745 /custom_md_loader/classes/MetadataService.cls 5401 26 5401 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]*'
3746 /custom_md_loader/classes/MetadataService.cls 5403 12 5409 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3746 /custom_md_loader/classes/MetadataService.cls 5403 12 5409 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3747 /custom_md_loader/classes/MetadataService.cls 5403 12 5409 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3747 /custom_md_loader/classes/MetadataService.cls 5403 12 5409 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3748 /custom_md_loader/classes/MetadataService.cls 5405 16 5405 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3748 /custom_md_loader/classes/MetadataService.cls 5405 16 5405 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3749 /custom_md_loader/classes/MetadataService.cls 5406 26 5406 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3749 /custom_md_loader/classes/MetadataService.cls 5406 26 5406 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3750 /custom_md_loader/classes/MetadataService.cls 5406 26 5406 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3750 /custom_md_loader/classes/MetadataService.cls 5406 26 5406 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3751 /custom_md_loader/classes/MetadataService.cls 5407 26 5407 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3751 /custom_md_loader/classes/MetadataService.cls 5407 26 5407 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3752 /custom_md_loader/classes/MetadataService.cls 5407 26 5407 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3752 /custom_md_loader/classes/MetadataService.cls 5407 26 5407 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3753 /custom_md_loader/classes/MetadataService.cls 5408 26 5408 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3753 /custom_md_loader/classes/MetadataService.cls 5408 26 5408 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3754 /custom_md_loader/classes/MetadataService.cls 5408 26 5408 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]*'
3754 /custom_md_loader/classes/MetadataService.cls 5408 26 5408 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]*'
3755 /custom_md_loader/classes/MetadataService.cls 5410 12 5416 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3755 /custom_md_loader/classes/MetadataService.cls 5410 12 5416 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3756 /custom_md_loader/classes/MetadataService.cls 5412 16 5412 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3756 /custom_md_loader/classes/MetadataService.cls 5412 16 5412 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3757 /custom_md_loader/classes/MetadataService.cls 5413 26 5413 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3757 /custom_md_loader/classes/MetadataService.cls 5413 26 5413 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3758 /custom_md_loader/classes/MetadataService.cls 5413 26 5413 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3758 /custom_md_loader/classes/MetadataService.cls 5413 26 5413 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3759 /custom_md_loader/classes/MetadataService.cls 5414 26 5414 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3759 /custom_md_loader/classes/MetadataService.cls 5414 26 5414 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3760 /custom_md_loader/classes/MetadataService.cls 5414 26 5414 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3760 /custom_md_loader/classes/MetadataService.cls 5414 26 5414 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3761 /custom_md_loader/classes/MetadataService.cls 5415 26 5415 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3761 /custom_md_loader/classes/MetadataService.cls 5415 26 5415 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3762 /custom_md_loader/classes/MetadataService.cls 5415 26 5415 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]*'
3762 /custom_md_loader/classes/MetadataService.cls 5415 26 5415 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]*'
3763 /custom_md_loader/classes/MetadataService.cls 5417 12 5423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3763 /custom_md_loader/classes/MetadataService.cls 5417 12 5423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3764 /custom_md_loader/classes/MetadataService.cls 5417 12 5423 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveAgentSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3764 /custom_md_loader/classes/MetadataService.cls 5417 12 5423 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveAgentSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3765 /custom_md_loader/classes/MetadataService.cls 5419 16 5419 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3765 /custom_md_loader/classes/MetadataService.cls 5419 16 5419 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3766 /custom_md_loader/classes/MetadataService.cls 5420 26 5420 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3766 /custom_md_loader/classes/MetadataService.cls 5420 26 5420 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3767 /custom_md_loader/classes/MetadataService.cls 5420 26 5420 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3767 /custom_md_loader/classes/MetadataService.cls 5420 26 5420 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3768 /custom_md_loader/classes/MetadataService.cls 5421 26 5421 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3768 /custom_md_loader/classes/MetadataService.cls 5421 26 5421 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3769 /custom_md_loader/classes/MetadataService.cls 5421 26 5421 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3769 /custom_md_loader/classes/MetadataService.cls 5421 26 5421 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3770 /custom_md_loader/classes/MetadataService.cls 5422 26 5422 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3770 /custom_md_loader/classes/MetadataService.cls 5422 26 5422 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3771 /custom_md_loader/classes/MetadataService.cls 5422 26 5422 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]*'
3771 /custom_md_loader/classes/MetadataService.cls 5422 26 5422 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]*'
3772 /custom_md_loader/classes/MetadataService.cls 5424 12 5430 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3772 /custom_md_loader/classes/MetadataService.cls 5424 12 5430 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3773 /custom_md_loader/classes/MetadataService.cls 5426 16 5426 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3773 /custom_md_loader/classes/MetadataService.cls 5426 16 5426 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3774 /custom_md_loader/classes/MetadataService.cls 5427 26 5427 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3774 /custom_md_loader/classes/MetadataService.cls 5427 26 5427 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3775 /custom_md_loader/classes/MetadataService.cls 5427 26 5427 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3775 /custom_md_loader/classes/MetadataService.cls 5427 26 5427 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3776 /custom_md_loader/classes/MetadataService.cls 5428 26 5428 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3776 /custom_md_loader/classes/MetadataService.cls 5428 26 5428 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3777 /custom_md_loader/classes/MetadataService.cls 5428 26 5428 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3777 /custom_md_loader/classes/MetadataService.cls 5428 26 5428 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3778 /custom_md_loader/classes/MetadataService.cls 5429 26 5429 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3778 /custom_md_loader/classes/MetadataService.cls 5429 26 5429 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3779 /custom_md_loader/classes/MetadataService.cls 5429 26 5429 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]*'
3779 /custom_md_loader/classes/MetadataService.cls 5429 26 5429 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]*'
3780 /custom_md_loader/classes/MetadataService.cls 5431 12 5437 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3780 /custom_md_loader/classes/MetadataService.cls 5431 12 5437 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3781 /custom_md_loader/classes/MetadataService.cls 5431 12 5437 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProductSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3781 /custom_md_loader/classes/MetadataService.cls 5431 12 5437 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readProductSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3782 /custom_md_loader/classes/MetadataService.cls 5433 16 5433 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3782 /custom_md_loader/classes/MetadataService.cls 5433 16 5433 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3783 /custom_md_loader/classes/MetadataService.cls 5434 26 5434 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3783 /custom_md_loader/classes/MetadataService.cls 5434 26 5434 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3784 /custom_md_loader/classes/MetadataService.cls 5434 26 5434 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3784 /custom_md_loader/classes/MetadataService.cls 5434 26 5434 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3785 /custom_md_loader/classes/MetadataService.cls 5435 26 5435 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3785 /custom_md_loader/classes/MetadataService.cls 5435 26 5435 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3786 /custom_md_loader/classes/MetadataService.cls 5435 26 5435 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3786 /custom_md_loader/classes/MetadataService.cls 5435 26 5435 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3787 /custom_md_loader/classes/MetadataService.cls 5436 26 5436 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3787 /custom_md_loader/classes/MetadataService.cls 5436 26 5436 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3788 /custom_md_loader/classes/MetadataService.cls 5436 26 5436 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]*'
3788 /custom_md_loader/classes/MetadataService.cls 5436 26 5436 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]*'
3789 /custom_md_loader/classes/MetadataService.cls 5438 12 5444 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3789 /custom_md_loader/classes/MetadataService.cls 5438 12 5444 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3790 /custom_md_loader/classes/MetadataService.cls 5440 16 5440 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3790 /custom_md_loader/classes/MetadataService.cls 5440 16 5440 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3791 /custom_md_loader/classes/MetadataService.cls 5441 26 5441 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3791 /custom_md_loader/classes/MetadataService.cls 5441 26 5441 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3792 /custom_md_loader/classes/MetadataService.cls 5441 26 5441 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3792 /custom_md_loader/classes/MetadataService.cls 5441 26 5441 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3793 /custom_md_loader/classes/MetadataService.cls 5442 26 5442 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3793 /custom_md_loader/classes/MetadataService.cls 5442 26 5442 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3794 /custom_md_loader/classes/MetadataService.cls 5442 26 5442 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3794 /custom_md_loader/classes/MetadataService.cls 5442 26 5442 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3795 /custom_md_loader/classes/MetadataService.cls 5443 26 5443 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3795 /custom_md_loader/classes/MetadataService.cls 5443 26 5443 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3796 /custom_md_loader/classes/MetadataService.cls 5443 26 5443 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]*'
3796 /custom_md_loader/classes/MetadataService.cls 5443 26 5443 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]*'
3797 /custom_md_loader/classes/MetadataService.cls 5445 12 5451 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3797 /custom_md_loader/classes/MetadataService.cls 5445 12 5451 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3798 /custom_md_loader/classes/MetadataService.cls 5445 12 5451 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOpportunitySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3798 /custom_md_loader/classes/MetadataService.cls 5445 12 5451 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOpportunitySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3799 /custom_md_loader/classes/MetadataService.cls 5447 16 5447 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3799 /custom_md_loader/classes/MetadataService.cls 5447 16 5447 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3800 /custom_md_loader/classes/MetadataService.cls 5448 26 5448 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3800 /custom_md_loader/classes/MetadataService.cls 5448 26 5448 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3801 /custom_md_loader/classes/MetadataService.cls 5448 26 5448 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3801 /custom_md_loader/classes/MetadataService.cls 5448 26 5448 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3802 /custom_md_loader/classes/MetadataService.cls 5449 26 5449 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3802 /custom_md_loader/classes/MetadataService.cls 5449 26 5449 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3803 /custom_md_loader/classes/MetadataService.cls 5449 26 5449 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3803 /custom_md_loader/classes/MetadataService.cls 5449 26 5449 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3804 /custom_md_loader/classes/MetadataService.cls 5450 26 5450 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3804 /custom_md_loader/classes/MetadataService.cls 5450 26 5450 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3805 /custom_md_loader/classes/MetadataService.cls 5450 26 5450 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]*'
3805 /custom_md_loader/classes/MetadataService.cls 5450 26 5450 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]*'
3806 /custom_md_loader/classes/MetadataService.cls 5452 12 5458 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3806 /custom_md_loader/classes/MetadataService.cls 5452 12 5458 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3807 /custom_md_loader/classes/MetadataService.cls 5454 16 5454 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3807 /custom_md_loader/classes/MetadataService.cls 5454 16 5454 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3808 /custom_md_loader/classes/MetadataService.cls 5455 26 5455 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3808 /custom_md_loader/classes/MetadataService.cls 5455 26 5455 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3809 /custom_md_loader/classes/MetadataService.cls 5455 26 5455 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3809 /custom_md_loader/classes/MetadataService.cls 5455 26 5455 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3810 /custom_md_loader/classes/MetadataService.cls 5456 26 5456 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3810 /custom_md_loader/classes/MetadataService.cls 5456 26 5456 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3811 /custom_md_loader/classes/MetadataService.cls 5456 26 5456 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3811 /custom_md_loader/classes/MetadataService.cls 5456 26 5456 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3812 /custom_md_loader/classes/MetadataService.cls 5457 26 5457 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3812 /custom_md_loader/classes/MetadataService.cls 5457 26 5457 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3813 /custom_md_loader/classes/MetadataService.cls 5457 26 5457 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]*'
3813 /custom_md_loader/classes/MetadataService.cls 5457 26 5457 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]*'
3814 /custom_md_loader/classes/MetadataService.cls 5459 12 5465 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3814 /custom_md_loader/classes/MetadataService.cls 5459 12 5465 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3815 /custom_md_loader/classes/MetadataService.cls 5459 12 5465 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatDeploymentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3815 /custom_md_loader/classes/MetadataService.cls 5459 12 5465 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatDeploymentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3816 /custom_md_loader/classes/MetadataService.cls 5461 16 5461 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3816 /custom_md_loader/classes/MetadataService.cls 5461 16 5461 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3817 /custom_md_loader/classes/MetadataService.cls 5462 26 5462 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3817 /custom_md_loader/classes/MetadataService.cls 5462 26 5462 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3818 /custom_md_loader/classes/MetadataService.cls 5462 26 5462 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3818 /custom_md_loader/classes/MetadataService.cls 5462 26 5462 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3819 /custom_md_loader/classes/MetadataService.cls 5463 26 5463 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3819 /custom_md_loader/classes/MetadataService.cls 5463 26 5463 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3820 /custom_md_loader/classes/MetadataService.cls 5463 26 5463 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3820 /custom_md_loader/classes/MetadataService.cls 5463 26 5463 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3821 /custom_md_loader/classes/MetadataService.cls 5464 26 5464 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3821 /custom_md_loader/classes/MetadataService.cls 5464 26 5464 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3822 /custom_md_loader/classes/MetadataService.cls 5464 26 5464 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]*'
3822 /custom_md_loader/classes/MetadataService.cls 5464 26 5464 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]*'
3823 /custom_md_loader/classes/MetadataService.cls 5466 12 5472 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3823 /custom_md_loader/classes/MetadataService.cls 5466 12 5472 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3824 /custom_md_loader/classes/MetadataService.cls 5468 16 5468 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3824 /custom_md_loader/classes/MetadataService.cls 5468 16 5468 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3825 /custom_md_loader/classes/MetadataService.cls 5469 26 5469 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3825 /custom_md_loader/classes/MetadataService.cls 5469 26 5469 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3826 /custom_md_loader/classes/MetadataService.cls 5469 26 5469 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3826 /custom_md_loader/classes/MetadataService.cls 5469 26 5469 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3827 /custom_md_loader/classes/MetadataService.cls 5470 26 5470 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3827 /custom_md_loader/classes/MetadataService.cls 5470 26 5470 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3828 /custom_md_loader/classes/MetadataService.cls 5470 26 5470 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3828 /custom_md_loader/classes/MetadataService.cls 5470 26 5470 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3829 /custom_md_loader/classes/MetadataService.cls 5471 26 5471 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3829 /custom_md_loader/classes/MetadataService.cls 5471 26 5471 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3830 /custom_md_loader/classes/MetadataService.cls 5471 26 5471 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]*'
3830 /custom_md_loader/classes/MetadataService.cls 5471 26 5471 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]*'
3831 /custom_md_loader/classes/MetadataService.cls 5473 12 5479 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3831 /custom_md_loader/classes/MetadataService.cls 5473 12 5479 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3832 /custom_md_loader/classes/MetadataService.cls 5473 12 5479 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readActivitiesSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3832 /custom_md_loader/classes/MetadataService.cls 5473 12 5479 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readActivitiesSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3833 /custom_md_loader/classes/MetadataService.cls 5475 16 5475 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3833 /custom_md_loader/classes/MetadataService.cls 5475 16 5475 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3834 /custom_md_loader/classes/MetadataService.cls 5476 26 5476 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3834 /custom_md_loader/classes/MetadataService.cls 5476 26 5476 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3835 /custom_md_loader/classes/MetadataService.cls 5476 26 5476 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3835 /custom_md_loader/classes/MetadataService.cls 5476 26 5476 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3836 /custom_md_loader/classes/MetadataService.cls 5477 26 5477 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3836 /custom_md_loader/classes/MetadataService.cls 5477 26 5477 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3837 /custom_md_loader/classes/MetadataService.cls 5477 26 5477 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3837 /custom_md_loader/classes/MetadataService.cls 5477 26 5477 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3838 /custom_md_loader/classes/MetadataService.cls 5478 26 5478 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3838 /custom_md_loader/classes/MetadataService.cls 5478 26 5478 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3839 /custom_md_loader/classes/MetadataService.cls 5478 26 5478 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]*'
3839 /custom_md_loader/classes/MetadataService.cls 5478 26 5478 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]*'
3840 /custom_md_loader/classes/MetadataService.cls 5480 12 5486 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3840 /custom_md_loader/classes/MetadataService.cls 5480 12 5486 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3841 /custom_md_loader/classes/MetadataService.cls 5482 16 5482 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3841 /custom_md_loader/classes/MetadataService.cls 5482 16 5482 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3842 /custom_md_loader/classes/MetadataService.cls 5483 26 5483 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3842 /custom_md_loader/classes/MetadataService.cls 5483 26 5483 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3843 /custom_md_loader/classes/MetadataService.cls 5483 26 5483 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3843 /custom_md_loader/classes/MetadataService.cls 5483 26 5483 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3844 /custom_md_loader/classes/MetadataService.cls 5484 26 5484 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3844 /custom_md_loader/classes/MetadataService.cls 5484 26 5484 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3845 /custom_md_loader/classes/MetadataService.cls 5484 26 5484 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3845 /custom_md_loader/classes/MetadataService.cls 5484 26 5484 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3846 /custom_md_loader/classes/MetadataService.cls 5485 26 5485 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3846 /custom_md_loader/classes/MetadataService.cls 5485 26 5485 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3847 /custom_md_loader/classes/MetadataService.cls 5485 26 5485 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]*'
3847 /custom_md_loader/classes/MetadataService.cls 5485 26 5485 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]*'
3848 /custom_md_loader/classes/MetadataService.cls 5487 12 5493 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3848 /custom_md_loader/classes/MetadataService.cls 5487 12 5493 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3849 /custom_md_loader/classes/MetadataService.cls 5487 12 5493 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3849 /custom_md_loader/classes/MetadataService.cls 5487 12 5493 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3850 /custom_md_loader/classes/MetadataService.cls 5489 16 5489 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3850 /custom_md_loader/classes/MetadataService.cls 5489 16 5489 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3851 /custom_md_loader/classes/MetadataService.cls 5490 26 5490 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3851 /custom_md_loader/classes/MetadataService.cls 5490 26 5490 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3852 /custom_md_loader/classes/MetadataService.cls 5490 26 5490 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3852 /custom_md_loader/classes/MetadataService.cls 5490 26 5490 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3853 /custom_md_loader/classes/MetadataService.cls 5491 26 5491 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3853 /custom_md_loader/classes/MetadataService.cls 5491 26 5491 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3854 /custom_md_loader/classes/MetadataService.cls 5491 26 5491 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3854 /custom_md_loader/classes/MetadataService.cls 5491 26 5491 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3855 /custom_md_loader/classes/MetadataService.cls 5492 26 5492 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3855 /custom_md_loader/classes/MetadataService.cls 5492 26 5492 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3856 /custom_md_loader/classes/MetadataService.cls 5492 26 5492 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]*'
3856 /custom_md_loader/classes/MetadataService.cls 5492 26 5492 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]*'
3857 /custom_md_loader/classes/MetadataService.cls 5494 12 5500 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3857 /custom_md_loader/classes/MetadataService.cls 5494 12 5500 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3858 /custom_md_loader/classes/MetadataService.cls 5496 16 5496 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3858 /custom_md_loader/classes/MetadataService.cls 5496 16 5496 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3859 /custom_md_loader/classes/MetadataService.cls 5497 26 5497 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3859 /custom_md_loader/classes/MetadataService.cls 5497 26 5497 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3860 /custom_md_loader/classes/MetadataService.cls 5497 26 5497 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3860 /custom_md_loader/classes/MetadataService.cls 5497 26 5497 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3861 /custom_md_loader/classes/MetadataService.cls 5498 26 5498 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3861 /custom_md_loader/classes/MetadataService.cls 5498 26 5498 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3862 /custom_md_loader/classes/MetadataService.cls 5498 26 5498 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3862 /custom_md_loader/classes/MetadataService.cls 5498 26 5498 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3863 /custom_md_loader/classes/MetadataService.cls 5499 26 5499 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3863 /custom_md_loader/classes/MetadataService.cls 5499 26 5499 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3864 /custom_md_loader/classes/MetadataService.cls 5499 26 5499 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]*'
3864 /custom_md_loader/classes/MetadataService.cls 5499 26 5499 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]*'
3865 /custom_md_loader/classes/MetadataService.cls 5501 12 5507 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3865 /custom_md_loader/classes/MetadataService.cls 5501 12 5507 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3866 /custom_md_loader/classes/MetadataService.cls 5501 12 5507 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3866 /custom_md_loader/classes/MetadataService.cls 5501 12 5507 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3867 /custom_md_loader/classes/MetadataService.cls 5503 16 5503 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3867 /custom_md_loader/classes/MetadataService.cls 5503 16 5503 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3868 /custom_md_loader/classes/MetadataService.cls 5504 26 5504 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3868 /custom_md_loader/classes/MetadataService.cls 5504 26 5504 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3869 /custom_md_loader/classes/MetadataService.cls 5504 26 5504 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3869 /custom_md_loader/classes/MetadataService.cls 5504 26 5504 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3870 /custom_md_loader/classes/MetadataService.cls 5505 26 5505 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3870 /custom_md_loader/classes/MetadataService.cls 5505 26 5505 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3871 /custom_md_loader/classes/MetadataService.cls 5505 26 5505 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3871 /custom_md_loader/classes/MetadataService.cls 5505 26 5505 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3872 /custom_md_loader/classes/MetadataService.cls 5506 26 5506 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3872 /custom_md_loader/classes/MetadataService.cls 5506 26 5506 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3873 /custom_md_loader/classes/MetadataService.cls 5506 26 5506 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]*'
3873 /custom_md_loader/classes/MetadataService.cls 5506 26 5506 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]*'
3874 /custom_md_loader/classes/MetadataService.cls 5508 12 5514 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3874 /custom_md_loader/classes/MetadataService.cls 5508 12 5514 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3875 /custom_md_loader/classes/MetadataService.cls 5510 16 5510 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3875 /custom_md_loader/classes/MetadataService.cls 5510 16 5510 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3876 /custom_md_loader/classes/MetadataService.cls 5511 26 5511 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3876 /custom_md_loader/classes/MetadataService.cls 5511 26 5511 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3877 /custom_md_loader/classes/MetadataService.cls 5511 26 5511 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3877 /custom_md_loader/classes/MetadataService.cls 5511 26 5511 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3878 /custom_md_loader/classes/MetadataService.cls 5512 26 5512 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3878 /custom_md_loader/classes/MetadataService.cls 5512 26 5512 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3879 /custom_md_loader/classes/MetadataService.cls 5512 26 5512 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3879 /custom_md_loader/classes/MetadataService.cls 5512 26 5512 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3880 /custom_md_loader/classes/MetadataService.cls 5513 26 5513 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3880 /custom_md_loader/classes/MetadataService.cls 5513 26 5513 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3881 /custom_md_loader/classes/MetadataService.cls 5513 26 5513 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]*'
3881 /custom_md_loader/classes/MetadataService.cls 5513 26 5513 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]*'
3882 /custom_md_loader/classes/MetadataService.cls 5515 12 5521 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3882 /custom_md_loader/classes/MetadataService.cls 5515 12 5521 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3883 /custom_md_loader/classes/MetadataService.cls 5515 12 5521 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPermissionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3883 /custom_md_loader/classes/MetadataService.cls 5515 12 5521 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPermissionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3884 /custom_md_loader/classes/MetadataService.cls 5517 16 5517 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3884 /custom_md_loader/classes/MetadataService.cls 5517 16 5517 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3885 /custom_md_loader/classes/MetadataService.cls 5518 26 5518 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3885 /custom_md_loader/classes/MetadataService.cls 5518 26 5518 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3886 /custom_md_loader/classes/MetadataService.cls 5518 26 5518 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3886 /custom_md_loader/classes/MetadataService.cls 5518 26 5518 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3887 /custom_md_loader/classes/MetadataService.cls 5519 26 5519 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3887 /custom_md_loader/classes/MetadataService.cls 5519 26 5519 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3888 /custom_md_loader/classes/MetadataService.cls 5519 26 5519 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3888 /custom_md_loader/classes/MetadataService.cls 5519 26 5519 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3889 /custom_md_loader/classes/MetadataService.cls 5520 26 5520 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3889 /custom_md_loader/classes/MetadataService.cls 5520 26 5520 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3890 /custom_md_loader/classes/MetadataService.cls 5520 26 5520 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]*'
3890 /custom_md_loader/classes/MetadataService.cls 5520 26 5520 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]*'
3891 /custom_md_loader/classes/MetadataService.cls 5522 12 5528 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3891 /custom_md_loader/classes/MetadataService.cls 5522 12 5528 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3892 /custom_md_loader/classes/MetadataService.cls 5524 16 5524 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3892 /custom_md_loader/classes/MetadataService.cls 5524 16 5524 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3893 /custom_md_loader/classes/MetadataService.cls 5525 26 5525 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3893 /custom_md_loader/classes/MetadataService.cls 5525 26 5525 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3894 /custom_md_loader/classes/MetadataService.cls 5525 26 5525 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3894 /custom_md_loader/classes/MetadataService.cls 5525 26 5525 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3895 /custom_md_loader/classes/MetadataService.cls 5526 26 5526 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3895 /custom_md_loader/classes/MetadataService.cls 5526 26 5526 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3896 /custom_md_loader/classes/MetadataService.cls 5526 26 5526 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3896 /custom_md_loader/classes/MetadataService.cls 5526 26 5526 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3897 /custom_md_loader/classes/MetadataService.cls 5527 26 5527 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3897 /custom_md_loader/classes/MetadataService.cls 5527 26 5527 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3898 /custom_md_loader/classes/MetadataService.cls 5527 26 5527 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]*'
3898 /custom_md_loader/classes/MetadataService.cls 5527 26 5527 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]*'
3899 /custom_md_loader/classes/MetadataService.cls 5529 12 5535 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3899 /custom_md_loader/classes/MetadataService.cls 5529 12 5535 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3900 /custom_md_loader/classes/MetadataService.cls 5529 12 5535 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSiteDotComResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3900 /custom_md_loader/classes/MetadataService.cls 5529 12 5535 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSiteDotComResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3901 /custom_md_loader/classes/MetadataService.cls 5531 16 5531 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3901 /custom_md_loader/classes/MetadataService.cls 5531 16 5531 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3902 /custom_md_loader/classes/MetadataService.cls 5532 26 5532 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3902 /custom_md_loader/classes/MetadataService.cls 5532 26 5532 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3903 /custom_md_loader/classes/MetadataService.cls 5532 26 5532 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3903 /custom_md_loader/classes/MetadataService.cls 5532 26 5532 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3904 /custom_md_loader/classes/MetadataService.cls 5533 26 5533 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3904 /custom_md_loader/classes/MetadataService.cls 5533 26 5533 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3905 /custom_md_loader/classes/MetadataService.cls 5533 26 5533 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3905 /custom_md_loader/classes/MetadataService.cls 5533 26 5533 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3906 /custom_md_loader/classes/MetadataService.cls 5534 26 5534 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3906 /custom_md_loader/classes/MetadataService.cls 5534 26 5534 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3907 /custom_md_loader/classes/MetadataService.cls 5534 26 5534 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]*'
3907 /custom_md_loader/classes/MetadataService.cls 5534 26 5534 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]*'
3908 /custom_md_loader/classes/MetadataService.cls 5536 12 5542 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3908 /custom_md_loader/classes/MetadataService.cls 5536 12 5542 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3909 /custom_md_loader/classes/MetadataService.cls 5538 16 5538 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3909 /custom_md_loader/classes/MetadataService.cls 5538 16 5538 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3910 /custom_md_loader/classes/MetadataService.cls 5539 26 5539 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3910 /custom_md_loader/classes/MetadataService.cls 5539 26 5539 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3911 /custom_md_loader/classes/MetadataService.cls 5539 26 5539 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3911 /custom_md_loader/classes/MetadataService.cls 5539 26 5539 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3912 /custom_md_loader/classes/MetadataService.cls 5540 26 5540 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3912 /custom_md_loader/classes/MetadataService.cls 5540 26 5540 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3913 /custom_md_loader/classes/MetadataService.cls 5540 26 5540 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3913 /custom_md_loader/classes/MetadataService.cls 5540 26 5540 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3914 /custom_md_loader/classes/MetadataService.cls 5541 26 5541 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3914 /custom_md_loader/classes/MetadataService.cls 5541 26 5541 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3915 /custom_md_loader/classes/MetadataService.cls 5541 26 5541 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]*'
3915 /custom_md_loader/classes/MetadataService.cls 5541 26 5541 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]*'
3916 /custom_md_loader/classes/MetadataService.cls 5543 12 5549 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3916 /custom_md_loader/classes/MetadataService.cls 5543 12 5549 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3917 /custom_md_loader/classes/MetadataService.cls 5543 12 5549 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompanySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3917 /custom_md_loader/classes/MetadataService.cls 5543 12 5549 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompanySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3918 /custom_md_loader/classes/MetadataService.cls 5545 16 5545 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3918 /custom_md_loader/classes/MetadataService.cls 5545 16 5545 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3919 /custom_md_loader/classes/MetadataService.cls 5546 26 5546 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3919 /custom_md_loader/classes/MetadataService.cls 5546 26 5546 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3920 /custom_md_loader/classes/MetadataService.cls 5546 26 5546 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3920 /custom_md_loader/classes/MetadataService.cls 5546 26 5546 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3921 /custom_md_loader/classes/MetadataService.cls 5547 26 5547 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3921 /custom_md_loader/classes/MetadataService.cls 5547 26 5547 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3922 /custom_md_loader/classes/MetadataService.cls 5547 26 5547 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3922 /custom_md_loader/classes/MetadataService.cls 5547 26 5547 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3923 /custom_md_loader/classes/MetadataService.cls 5548 26 5548 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3923 /custom_md_loader/classes/MetadataService.cls 5548 26 5548 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3924 /custom_md_loader/classes/MetadataService.cls 5548 26 5548 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]*'
3924 /custom_md_loader/classes/MetadataService.cls 5548 26 5548 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]*'
3925 /custom_md_loader/classes/MetadataService.cls 5550 12 5556 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3925 /custom_md_loader/classes/MetadataService.cls 5550 12 5556 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3926 /custom_md_loader/classes/MetadataService.cls 5552 16 5552 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3926 /custom_md_loader/classes/MetadataService.cls 5552 16 5552 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3927 /custom_md_loader/classes/MetadataService.cls 5553 26 5553 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3927 /custom_md_loader/classes/MetadataService.cls 5553 26 5553 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3928 /custom_md_loader/classes/MetadataService.cls 5553 26 5553 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3928 /custom_md_loader/classes/MetadataService.cls 5553 26 5553 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3929 /custom_md_loader/classes/MetadataService.cls 5554 26 5554 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3929 /custom_md_loader/classes/MetadataService.cls 5554 26 5554 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3930 /custom_md_loader/classes/MetadataService.cls 5554 26 5554 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3930 /custom_md_loader/classes/MetadataService.cls 5554 26 5554 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3931 /custom_md_loader/classes/MetadataService.cls 5555 26 5555 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3931 /custom_md_loader/classes/MetadataService.cls 5555 26 5555 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3932 /custom_md_loader/classes/MetadataService.cls 5555 26 5555 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]*'
3932 /custom_md_loader/classes/MetadataService.cls 5555 26 5555 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]*'
3933 /custom_md_loader/classes/MetadataService.cls 5557 12 5563 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3933 /custom_md_loader/classes/MetadataService.cls 5557 12 5563 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3934 /custom_md_loader/classes/MetadataService.cls 5557 12 5563 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3934 /custom_md_loader/classes/MetadataService.cls 5557 12 5563 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3935 /custom_md_loader/classes/MetadataService.cls 5559 16 5559 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3935 /custom_md_loader/classes/MetadataService.cls 5559 16 5559 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3936 /custom_md_loader/classes/MetadataService.cls 5560 26 5560 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3936 /custom_md_loader/classes/MetadataService.cls 5560 26 5560 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3937 /custom_md_loader/classes/MetadataService.cls 5560 26 5560 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3937 /custom_md_loader/classes/MetadataService.cls 5560 26 5560 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3938 /custom_md_loader/classes/MetadataService.cls 5561 26 5561 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3938 /custom_md_loader/classes/MetadataService.cls 5561 26 5561 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3939 /custom_md_loader/classes/MetadataService.cls 5561 26 5561 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3939 /custom_md_loader/classes/MetadataService.cls 5561 26 5561 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3940 /custom_md_loader/classes/MetadataService.cls 5562 26 5562 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3940 /custom_md_loader/classes/MetadataService.cls 5562 26 5562 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3941 /custom_md_loader/classes/MetadataService.cls 5562 26 5562 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]*'
3941 /custom_md_loader/classes/MetadataService.cls 5562 26 5562 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]*'
3942 /custom_md_loader/classes/MetadataService.cls 5564 12 5570 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3942 /custom_md_loader/classes/MetadataService.cls 5564 12 5570 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3943 /custom_md_loader/classes/MetadataService.cls 5566 16 5566 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3943 /custom_md_loader/classes/MetadataService.cls 5566 16 5566 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3944 /custom_md_loader/classes/MetadataService.cls 5567 26 5567 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3944 /custom_md_loader/classes/MetadataService.cls 5567 26 5567 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3945 /custom_md_loader/classes/MetadataService.cls 5567 26 5567 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3945 /custom_md_loader/classes/MetadataService.cls 5567 26 5567 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3946 /custom_md_loader/classes/MetadataService.cls 5568 26 5568 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3946 /custom_md_loader/classes/MetadataService.cls 5568 26 5568 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3947 /custom_md_loader/classes/MetadataService.cls 5568 26 5568 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3947 /custom_md_loader/classes/MetadataService.cls 5568 26 5568 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3948 /custom_md_loader/classes/MetadataService.cls 5569 26 5569 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3948 /custom_md_loader/classes/MetadataService.cls 5569 26 5569 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3949 /custom_md_loader/classes/MetadataService.cls 5569 26 5569 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]*'
3949 /custom_md_loader/classes/MetadataService.cls 5569 26 5569 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]*'
3950 /custom_md_loader/classes/MetadataService.cls 5571 12 5577 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3950 /custom_md_loader/classes/MetadataService.cls 5571 12 5577 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3951 /custom_md_loader/classes/MetadataService.cls 5571 12 5577 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3951 /custom_md_loader/classes/MetadataService.cls 5571 12 5577 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3952 /custom_md_loader/classes/MetadataService.cls 5573 16 5573 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3952 /custom_md_loader/classes/MetadataService.cls 5573 16 5573 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3953 /custom_md_loader/classes/MetadataService.cls 5574 26 5574 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3953 /custom_md_loader/classes/MetadataService.cls 5574 26 5574 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3954 /custom_md_loader/classes/MetadataService.cls 5574 26 5574 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3954 /custom_md_loader/classes/MetadataService.cls 5574 26 5574 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3955 /custom_md_loader/classes/MetadataService.cls 5575 26 5575 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3955 /custom_md_loader/classes/MetadataService.cls 5575 26 5575 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3956 /custom_md_loader/classes/MetadataService.cls 5575 26 5575 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3956 /custom_md_loader/classes/MetadataService.cls 5575 26 5575 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3957 /custom_md_loader/classes/MetadataService.cls 5576 26 5576 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3957 /custom_md_loader/classes/MetadataService.cls 5576 26 5576 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3958 /custom_md_loader/classes/MetadataService.cls 5576 26 5576 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]*'
3958 /custom_md_loader/classes/MetadataService.cls 5576 26 5576 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]*'
3959 /custom_md_loader/classes/MetadataService.cls 5578 12 5584 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3959 /custom_md_loader/classes/MetadataService.cls 5578 12 5584 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3960 /custom_md_loader/classes/MetadataService.cls 5580 16 5580 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3960 /custom_md_loader/classes/MetadataService.cls 5580 16 5580 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3961 /custom_md_loader/classes/MetadataService.cls 5581 26 5581 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3961 /custom_md_loader/classes/MetadataService.cls 5581 26 5581 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3962 /custom_md_loader/classes/MetadataService.cls 5581 26 5581 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3962 /custom_md_loader/classes/MetadataService.cls 5581 26 5581 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3963 /custom_md_loader/classes/MetadataService.cls 5582 26 5582 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3963 /custom_md_loader/classes/MetadataService.cls 5582 26 5582 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3964 /custom_md_loader/classes/MetadataService.cls 5582 26 5582 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3964 /custom_md_loader/classes/MetadataService.cls 5582 26 5582 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3965 /custom_md_loader/classes/MetadataService.cls 5583 26 5583 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3965 /custom_md_loader/classes/MetadataService.cls 5583 26 5583 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3966 /custom_md_loader/classes/MetadataService.cls 5583 26 5583 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]*'
3966 /custom_md_loader/classes/MetadataService.cls 5583 26 5583 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]*'
3967 /custom_md_loader/classes/MetadataService.cls 5585 12 5591 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3967 /custom_md_loader/classes/MetadataService.cls 5585 12 5591 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3968 /custom_md_loader/classes/MetadataService.cls 5585 12 5591 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3968 /custom_md_loader/classes/MetadataService.cls 5585 12 5591 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3969 /custom_md_loader/classes/MetadataService.cls 5587 16 5587 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3969 /custom_md_loader/classes/MetadataService.cls 5587 16 5587 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3970 /custom_md_loader/classes/MetadataService.cls 5588 26 5588 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3970 /custom_md_loader/classes/MetadataService.cls 5588 26 5588 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3971 /custom_md_loader/classes/MetadataService.cls 5588 26 5588 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3971 /custom_md_loader/classes/MetadataService.cls 5588 26 5588 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3972 /custom_md_loader/classes/MetadataService.cls 5589 26 5589 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3972 /custom_md_loader/classes/MetadataService.cls 5589 26 5589 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3973 /custom_md_loader/classes/MetadataService.cls 5589 26 5589 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3973 /custom_md_loader/classes/MetadataService.cls 5589 26 5589 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3974 /custom_md_loader/classes/MetadataService.cls 5590 26 5590 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3974 /custom_md_loader/classes/MetadataService.cls 5590 26 5590 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3975 /custom_md_loader/classes/MetadataService.cls 5590 26 5590 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]*'
3975 /custom_md_loader/classes/MetadataService.cls 5590 26 5590 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]*'
3976 /custom_md_loader/classes/MetadataService.cls 5592 12 5598 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3976 /custom_md_loader/classes/MetadataService.cls 5592 12 5598 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3977 /custom_md_loader/classes/MetadataService.cls 5594 16 5594 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3977 /custom_md_loader/classes/MetadataService.cls 5594 16 5594 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3978 /custom_md_loader/classes/MetadataService.cls 5595 26 5595 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3978 /custom_md_loader/classes/MetadataService.cls 5595 26 5595 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3979 /custom_md_loader/classes/MetadataService.cls 5595 26 5595 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3979 /custom_md_loader/classes/MetadataService.cls 5595 26 5595 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3980 /custom_md_loader/classes/MetadataService.cls 5596 26 5596 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3980 /custom_md_loader/classes/MetadataService.cls 5596 26 5596 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3981 /custom_md_loader/classes/MetadataService.cls 5596 26 5596 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3981 /custom_md_loader/classes/MetadataService.cls 5596 26 5596 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3982 /custom_md_loader/classes/MetadataService.cls 5597 26 5597 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3982 /custom_md_loader/classes/MetadataService.cls 5597 26 5597 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3983 /custom_md_loader/classes/MetadataService.cls 5597 26 5597 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]*'
3983 /custom_md_loader/classes/MetadataService.cls 5597 26 5597 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]*'
3984 /custom_md_loader/classes/MetadataService.cls 5599 12 5605 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3984 /custom_md_loader/classes/MetadataService.cls 5599 12 5605 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3985 /custom_md_loader/classes/MetadataService.cls 5599 12 5605 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3985 /custom_md_loader/classes/MetadataService.cls 5599 12 5605 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3986 /custom_md_loader/classes/MetadataService.cls 5601 16 5601 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3986 /custom_md_loader/classes/MetadataService.cls 5601 16 5601 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3987 /custom_md_loader/classes/MetadataService.cls 5602 26 5602 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3987 /custom_md_loader/classes/MetadataService.cls 5602 26 5602 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
3988 /custom_md_loader/classes/MetadataService.cls 5602 26 5602 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3988 /custom_md_loader/classes/MetadataService.cls 5602 26 5602 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3989 /custom_md_loader/classes/MetadataService.cls 5603 26 5603 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3989 /custom_md_loader/classes/MetadataService.cls 5603 26 5603 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3990 /custom_md_loader/classes/MetadataService.cls 5603 26 5603 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3990 /custom_md_loader/classes/MetadataService.cls 5603 26 5603 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3991 /custom_md_loader/classes/MetadataService.cls 5604 26 5604 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3991 /custom_md_loader/classes/MetadataService.cls 5604 26 5604 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3992 /custom_md_loader/classes/MetadataService.cls 5604 26 5604 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]*'
3992 /custom_md_loader/classes/MetadataService.cls 5604 26 5604 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]*'
3993 /custom_md_loader/classes/MetadataService.cls 5606 12 5612 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3993 /custom_md_loader/classes/MetadataService.cls 5606 12 5612 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3994 /custom_md_loader/classes/MetadataService.cls 5608 16 5608 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3994 /custom_md_loader/classes/MetadataService.cls 5608 16 5608 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3995 /custom_md_loader/classes/MetadataService.cls 5609 26 5609 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3995 /custom_md_loader/classes/MetadataService.cls 5609 26 5609 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
3996 /custom_md_loader/classes/MetadataService.cls 5609 26 5609 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3996 /custom_md_loader/classes/MetadataService.cls 5609 26 5609 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3997 /custom_md_loader/classes/MetadataService.cls 5610 26 5610 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3997 /custom_md_loader/classes/MetadataService.cls 5610 26 5610 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
3998 /custom_md_loader/classes/MetadataService.cls 5610 26 5610 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3998 /custom_md_loader/classes/MetadataService.cls 5610 26 5610 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3999 /custom_md_loader/classes/MetadataService.cls 5611 26 5611 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
3999 /custom_md_loader/classes/MetadataService.cls 5611 26 5611 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4000 /custom_md_loader/classes/MetadataService.cls 5611 26 5611 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4000 /custom_md_loader/classes/MetadataService.cls 5611 26 5611 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4001 /custom_md_loader/classes/MetadataService.cls 5613 12 5619 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4001 /custom_md_loader/classes/MetadataService.cls 5613 12 5619 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4002 /custom_md_loader/classes/MetadataService.cls 5613 12 5619 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4002 /custom_md_loader/classes/MetadataService.cls 5613 12 5619 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4003 /custom_md_loader/classes/MetadataService.cls 5615 16 5615 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4003 /custom_md_loader/classes/MetadataService.cls 5615 16 5615 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4004 /custom_md_loader/classes/MetadataService.cls 5616 26 5616 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4004 /custom_md_loader/classes/MetadataService.cls 5616 26 5616 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4005 /custom_md_loader/classes/MetadataService.cls 5616 26 5616 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4005 /custom_md_loader/classes/MetadataService.cls 5616 26 5616 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4006 /custom_md_loader/classes/MetadataService.cls 5617 26 5617 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4006 /custom_md_loader/classes/MetadataService.cls 5617 26 5617 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4007 /custom_md_loader/classes/MetadataService.cls 5617 26 5617 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4007 /custom_md_loader/classes/MetadataService.cls 5617 26 5617 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4008 /custom_md_loader/classes/MetadataService.cls 5618 26 5618 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4008 /custom_md_loader/classes/MetadataService.cls 5618 26 5618 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4009 /custom_md_loader/classes/MetadataService.cls 5618 26 5618 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]*'
4009 /custom_md_loader/classes/MetadataService.cls 5618 26 5618 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]*'
4010 /custom_md_loader/classes/MetadataService.cls 5620 12 5626 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4010 /custom_md_loader/classes/MetadataService.cls 5620 12 5626 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4011 /custom_md_loader/classes/MetadataService.cls 5622 16 5622 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4011 /custom_md_loader/classes/MetadataService.cls 5622 16 5622 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4012 /custom_md_loader/classes/MetadataService.cls 5623 26 5623 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4012 /custom_md_loader/classes/MetadataService.cls 5623 26 5623 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4013 /custom_md_loader/classes/MetadataService.cls 5623 26 5623 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4013 /custom_md_loader/classes/MetadataService.cls 5623 26 5623 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4014 /custom_md_loader/classes/MetadataService.cls 5624 26 5624 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4014 /custom_md_loader/classes/MetadataService.cls 5624 26 5624 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4015 /custom_md_loader/classes/MetadataService.cls 5624 26 5624 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4015 /custom_md_loader/classes/MetadataService.cls 5624 26 5624 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4016 /custom_md_loader/classes/MetadataService.cls 5625 26 5625 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4016 /custom_md_loader/classes/MetadataService.cls 5625 26 5625 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4017 /custom_md_loader/classes/MetadataService.cls 5625 26 5625 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]*'
4017 /custom_md_loader/classes/MetadataService.cls 5625 26 5625 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]*'
4018 /custom_md_loader/classes/MetadataService.cls 5627 12 5633 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4018 /custom_md_loader/classes/MetadataService.cls 5627 12 5633 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4019 /custom_md_loader/classes/MetadataService.cls 5627 12 5633 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAnalyticSnapshotResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4019 /custom_md_loader/classes/MetadataService.cls 5627 12 5633 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAnalyticSnapshotResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4020 /custom_md_loader/classes/MetadataService.cls 5629 16 5629 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4020 /custom_md_loader/classes/MetadataService.cls 5629 16 5629 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4021 /custom_md_loader/classes/MetadataService.cls 5630 26 5630 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4021 /custom_md_loader/classes/MetadataService.cls 5630 26 5630 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4022 /custom_md_loader/classes/MetadataService.cls 5630 26 5630 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4022 /custom_md_loader/classes/MetadataService.cls 5630 26 5630 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4023 /custom_md_loader/classes/MetadataService.cls 5631 26 5631 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4023 /custom_md_loader/classes/MetadataService.cls 5631 26 5631 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4024 /custom_md_loader/classes/MetadataService.cls 5631 26 5631 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4024 /custom_md_loader/classes/MetadataService.cls 5631 26 5631 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4025 /custom_md_loader/classes/MetadataService.cls 5632 26 5632 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4025 /custom_md_loader/classes/MetadataService.cls 5632 26 5632 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4026 /custom_md_loader/classes/MetadataService.cls 5632 26 5632 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]*'
4026 /custom_md_loader/classes/MetadataService.cls 5632 26 5632 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]*'
4027 /custom_md_loader/classes/MetadataService.cls 5634 12 5640 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4027 /custom_md_loader/classes/MetadataService.cls 5634 12 5640 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4028 /custom_md_loader/classes/MetadataService.cls 5636 16 5636 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4028 /custom_md_loader/classes/MetadataService.cls 5636 16 5636 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4029 /custom_md_loader/classes/MetadataService.cls 5637 26 5637 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4029 /custom_md_loader/classes/MetadataService.cls 5637 26 5637 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4030 /custom_md_loader/classes/MetadataService.cls 5637 26 5637 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4030 /custom_md_loader/classes/MetadataService.cls 5637 26 5637 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4031 /custom_md_loader/classes/MetadataService.cls 5638 26 5638 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4031 /custom_md_loader/classes/MetadataService.cls 5638 26 5638 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4032 /custom_md_loader/classes/MetadataService.cls 5638 26 5638 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4032 /custom_md_loader/classes/MetadataService.cls 5638 26 5638 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4033 /custom_md_loader/classes/MetadataService.cls 5639 26 5639 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4033 /custom_md_loader/classes/MetadataService.cls 5639 26 5639 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4034 /custom_md_loader/classes/MetadataService.cls 5639 26 5639 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]*'
4034 /custom_md_loader/classes/MetadataService.cls 5639 26 5639 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]*'
4035 /custom_md_loader/classes/MetadataService.cls 5641 12 5647 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4035 /custom_md_loader/classes/MetadataService.cls 5641 12 5647 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4036 /custom_md_loader/classes/MetadataService.cls 5641 12 5647 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readVisualizationPluginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4036 /custom_md_loader/classes/MetadataService.cls 5641 12 5647 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readVisualizationPluginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4037 /custom_md_loader/classes/MetadataService.cls 5643 16 5643 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4037 /custom_md_loader/classes/MetadataService.cls 5643 16 5643 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4038 /custom_md_loader/classes/MetadataService.cls 5644 26 5644 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4038 /custom_md_loader/classes/MetadataService.cls 5644 26 5644 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4039 /custom_md_loader/classes/MetadataService.cls 5644 26 5644 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4039 /custom_md_loader/classes/MetadataService.cls 5644 26 5644 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4040 /custom_md_loader/classes/MetadataService.cls 5645 26 5645 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4040 /custom_md_loader/classes/MetadataService.cls 5645 26 5645 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4041 /custom_md_loader/classes/MetadataService.cls 5645 26 5645 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4041 /custom_md_loader/classes/MetadataService.cls 5645 26 5645 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4042 /custom_md_loader/classes/MetadataService.cls 5646 26 5646 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4042 /custom_md_loader/classes/MetadataService.cls 5646 26 5646 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4043 /custom_md_loader/classes/MetadataService.cls 5646 26 5646 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]*'
4043 /custom_md_loader/classes/MetadataService.cls 5646 26 5646 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]*'
4044 /custom_md_loader/classes/MetadataService.cls 5648 12 5654 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4044 /custom_md_loader/classes/MetadataService.cls 5648 12 5654 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4045 /custom_md_loader/classes/MetadataService.cls 5650 16 5650 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4045 /custom_md_loader/classes/MetadataService.cls 5650 16 5650 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4046 /custom_md_loader/classes/MetadataService.cls 5651 26 5651 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4046 /custom_md_loader/classes/MetadataService.cls 5651 26 5651 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4047 /custom_md_loader/classes/MetadataService.cls 5651 26 5651 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4047 /custom_md_loader/classes/MetadataService.cls 5651 26 5651 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4048 /custom_md_loader/classes/MetadataService.cls 5652 26 5652 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4048 /custom_md_loader/classes/MetadataService.cls 5652 26 5652 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4049 /custom_md_loader/classes/MetadataService.cls 5652 26 5652 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4049 /custom_md_loader/classes/MetadataService.cls 5652 26 5652 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4050 /custom_md_loader/classes/MetadataService.cls 5653 26 5653 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4050 /custom_md_loader/classes/MetadataService.cls 5653 26 5653 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4051 /custom_md_loader/classes/MetadataService.cls 5653 26 5653 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]*'
4051 /custom_md_loader/classes/MetadataService.cls 5653 26 5653 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]*'
4052 /custom_md_loader/classes/MetadataService.cls 5655 12 5661 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4052 /custom_md_loader/classes/MetadataService.cls 5655 12 5661 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4053 /custom_md_loader/classes/MetadataService.cls 5655 12 5661 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4053 /custom_md_loader/classes/MetadataService.cls 5655 12 5661 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEscalationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4054 /custom_md_loader/classes/MetadataService.cls 5657 16 5657 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4054 /custom_md_loader/classes/MetadataService.cls 5657 16 5657 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4055 /custom_md_loader/classes/MetadataService.cls 5658 26 5658 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4055 /custom_md_loader/classes/MetadataService.cls 5658 26 5658 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4056 /custom_md_loader/classes/MetadataService.cls 5658 26 5658 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4056 /custom_md_loader/classes/MetadataService.cls 5658 26 5658 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4057 /custom_md_loader/classes/MetadataService.cls 5659 26 5659 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4057 /custom_md_loader/classes/MetadataService.cls 5659 26 5659 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4058 /custom_md_loader/classes/MetadataService.cls 5659 26 5659 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4058 /custom_md_loader/classes/MetadataService.cls 5659 26 5659 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4059 /custom_md_loader/classes/MetadataService.cls 5660 26 5660 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4059 /custom_md_loader/classes/MetadataService.cls 5660 26 5660 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4060 /custom_md_loader/classes/MetadataService.cls 5660 26 5660 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]*'
4060 /custom_md_loader/classes/MetadataService.cls 5660 26 5660 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]*'
4061 /custom_md_loader/classes/MetadataService.cls 5662 12 5668 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4061 /custom_md_loader/classes/MetadataService.cls 5662 12 5668 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4062 /custom_md_loader/classes/MetadataService.cls 5664 16 5664 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4062 /custom_md_loader/classes/MetadataService.cls 5664 16 5664 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4063 /custom_md_loader/classes/MetadataService.cls 5665 26 5665 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4063 /custom_md_loader/classes/MetadataService.cls 5665 26 5665 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4064 /custom_md_loader/classes/MetadataService.cls 5665 26 5665 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4064 /custom_md_loader/classes/MetadataService.cls 5665 26 5665 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4065 /custom_md_loader/classes/MetadataService.cls 5666 26 5666 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4065 /custom_md_loader/classes/MetadataService.cls 5666 26 5666 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4066 /custom_md_loader/classes/MetadataService.cls 5666 26 5666 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4066 /custom_md_loader/classes/MetadataService.cls 5666 26 5666 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4067 /custom_md_loader/classes/MetadataService.cls 5667 26 5667 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4067 /custom_md_loader/classes/MetadataService.cls 5667 26 5667 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4068 /custom_md_loader/classes/MetadataService.cls 5667 26 5667 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]*'
4068 /custom_md_loader/classes/MetadataService.cls 5667 26 5667 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]*'
4069 /custom_md_loader/classes/MetadataService.cls 5669 12 5675 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4069 /custom_md_loader/classes/MetadataService.cls 5669 12 5675 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4070 /custom_md_loader/classes/MetadataService.cls 5669 12 5675 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4070 /custom_md_loader/classes/MetadataService.cls 5669 12 5675 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4071 /custom_md_loader/classes/MetadataService.cls 5671 16 5671 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4071 /custom_md_loader/classes/MetadataService.cls 5671 16 5671 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4072 /custom_md_loader/classes/MetadataService.cls 5672 26 5672 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4072 /custom_md_loader/classes/MetadataService.cls 5672 26 5672 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4073 /custom_md_loader/classes/MetadataService.cls 5672 26 5672 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4073 /custom_md_loader/classes/MetadataService.cls 5672 26 5672 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4074 /custom_md_loader/classes/MetadataService.cls 5673 26 5673 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4074 /custom_md_loader/classes/MetadataService.cls 5673 26 5673 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4075 /custom_md_loader/classes/MetadataService.cls 5673 26 5673 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4075 /custom_md_loader/classes/MetadataService.cls 5673 26 5673 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4076 /custom_md_loader/classes/MetadataService.cls 5674 26 5674 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4076 /custom_md_loader/classes/MetadataService.cls 5674 26 5674 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4077 /custom_md_loader/classes/MetadataService.cls 5674 26 5674 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]*'
4077 /custom_md_loader/classes/MetadataService.cls 5674 26 5674 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]*'
4078 /custom_md_loader/classes/MetadataService.cls 5676 12 5682 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4078 /custom_md_loader/classes/MetadataService.cls 5676 12 5682 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4079 /custom_md_loader/classes/MetadataService.cls 5678 16 5678 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4079 /custom_md_loader/classes/MetadataService.cls 5678 16 5678 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4080 /custom_md_loader/classes/MetadataService.cls 5679 26 5679 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4080 /custom_md_loader/classes/MetadataService.cls 5679 26 5679 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4081 /custom_md_loader/classes/MetadataService.cls 5679 26 5679 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4081 /custom_md_loader/classes/MetadataService.cls 5679 26 5679 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4082 /custom_md_loader/classes/MetadataService.cls 5680 26 5680 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4082 /custom_md_loader/classes/MetadataService.cls 5680 26 5680 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4083 /custom_md_loader/classes/MetadataService.cls 5680 26 5680 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4083 /custom_md_loader/classes/MetadataService.cls 5680 26 5680 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4084 /custom_md_loader/classes/MetadataService.cls 5681 26 5681 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4084 /custom_md_loader/classes/MetadataService.cls 5681 26 5681 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4085 /custom_md_loader/classes/MetadataService.cls 5681 26 5681 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]*'
4085 /custom_md_loader/classes/MetadataService.cls 5681 26 5681 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]*'
4086 /custom_md_loader/classes/MetadataService.cls 5683 12 5689 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4086 /custom_md_loader/classes/MetadataService.cls 5683 12 5689 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4087 /custom_md_loader/classes/MetadataService.cls 5683 12 5689 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMarketingActionSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4087 /custom_md_loader/classes/MetadataService.cls 5683 12 5689 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMarketingActionSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4088 /custom_md_loader/classes/MetadataService.cls 5685 16 5685 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4088 /custom_md_loader/classes/MetadataService.cls 5685 16 5685 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4089 /custom_md_loader/classes/MetadataService.cls 5686 26 5686 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4089 /custom_md_loader/classes/MetadataService.cls 5686 26 5686 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4090 /custom_md_loader/classes/MetadataService.cls 5686 26 5686 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4090 /custom_md_loader/classes/MetadataService.cls 5686 26 5686 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4091 /custom_md_loader/classes/MetadataService.cls 5687 26 5687 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4091 /custom_md_loader/classes/MetadataService.cls 5687 26 5687 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4092 /custom_md_loader/classes/MetadataService.cls 5687 26 5687 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4092 /custom_md_loader/classes/MetadataService.cls 5687 26 5687 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4093 /custom_md_loader/classes/MetadataService.cls 5688 26 5688 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4093 /custom_md_loader/classes/MetadataService.cls 5688 26 5688 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4094 /custom_md_loader/classes/MetadataService.cls 5688 26 5688 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]*'
4094 /custom_md_loader/classes/MetadataService.cls 5688 26 5688 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]*'
4095 /custom_md_loader/classes/MetadataService.cls 5690 12 5696 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4095 /custom_md_loader/classes/MetadataService.cls 5690 12 5696 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4096 /custom_md_loader/classes/MetadataService.cls 5692 16 5692 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4096 /custom_md_loader/classes/MetadataService.cls 5692 16 5692 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4097 /custom_md_loader/classes/MetadataService.cls 5693 26 5693 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4097 /custom_md_loader/classes/MetadataService.cls 5693 26 5693 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4098 /custom_md_loader/classes/MetadataService.cls 5693 26 5693 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4098 /custom_md_loader/classes/MetadataService.cls 5693 26 5693 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4099 /custom_md_loader/classes/MetadataService.cls 5694 26 5694 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4099 /custom_md_loader/classes/MetadataService.cls 5694 26 5694 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4100 /custom_md_loader/classes/MetadataService.cls 5694 26 5694 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4100 /custom_md_loader/classes/MetadataService.cls 5694 26 5694 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4101 /custom_md_loader/classes/MetadataService.cls 5695 26 5695 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4101 /custom_md_loader/classes/MetadataService.cls 5695 26 5695 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4102 /custom_md_loader/classes/MetadataService.cls 5695 26 5695 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]*'
4102 /custom_md_loader/classes/MetadataService.cls 5695 26 5695 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]*'
4103 /custom_md_loader/classes/MetadataService.cls 5697 12 5703 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4103 /custom_md_loader/classes/MetadataService.cls 5697 12 5703 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4104 /custom_md_loader/classes/MetadataService.cls 5697 12 5703 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4104 /custom_md_loader/classes/MetadataService.cls 5697 12 5703 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4105 /custom_md_loader/classes/MetadataService.cls 5699 16 5699 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4105 /custom_md_loader/classes/MetadataService.cls 5699 16 5699 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4106 /custom_md_loader/classes/MetadataService.cls 5700 26 5700 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4106 /custom_md_loader/classes/MetadataService.cls 5700 26 5700 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4107 /custom_md_loader/classes/MetadataService.cls 5700 26 5700 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4107 /custom_md_loader/classes/MetadataService.cls 5700 26 5700 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4108 /custom_md_loader/classes/MetadataService.cls 5701 26 5701 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4108 /custom_md_loader/classes/MetadataService.cls 5701 26 5701 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4109 /custom_md_loader/classes/MetadataService.cls 5701 26 5701 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4109 /custom_md_loader/classes/MetadataService.cls 5701 26 5701 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4110 /custom_md_loader/classes/MetadataService.cls 5702 26 5702 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4110 /custom_md_loader/classes/MetadataService.cls 5702 26 5702 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4111 /custom_md_loader/classes/MetadataService.cls 5702 26 5702 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]*'
4111 /custom_md_loader/classes/MetadataService.cls 5702 26 5702 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]*'
4112 /custom_md_loader/classes/MetadataService.cls 5704 12 5710 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4112 /custom_md_loader/classes/MetadataService.cls 5704 12 5710 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4113 /custom_md_loader/classes/MetadataService.cls 5706 16 5706 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4113 /custom_md_loader/classes/MetadataService.cls 5706 16 5706 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4114 /custom_md_loader/classes/MetadataService.cls 5707 26 5707 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4114 /custom_md_loader/classes/MetadataService.cls 5707 26 5707 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4115 /custom_md_loader/classes/MetadataService.cls 5707 26 5707 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4115 /custom_md_loader/classes/MetadataService.cls 5707 26 5707 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4116 /custom_md_loader/classes/MetadataService.cls 5708 26 5708 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4116 /custom_md_loader/classes/MetadataService.cls 5708 26 5708 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4117 /custom_md_loader/classes/MetadataService.cls 5708 26 5708 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4117 /custom_md_loader/classes/MetadataService.cls 5708 26 5708 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4118 /custom_md_loader/classes/MetadataService.cls 5709 26 5709 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4118 /custom_md_loader/classes/MetadataService.cls 5709 26 5709 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4119 /custom_md_loader/classes/MetadataService.cls 5709 26 5709 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]*'
4119 /custom_md_loader/classes/MetadataService.cls 5709 26 5709 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]*'
4120 /custom_md_loader/classes/MetadataService.cls 5711 12 5717 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4120 /custom_md_loader/classes/MetadataService.cls 5711 12 5717 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4121 /custom_md_loader/classes/MetadataService.cls 5711 12 5717 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4121 /custom_md_loader/classes/MetadataService.cls 5711 12 5717 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4122 /custom_md_loader/classes/MetadataService.cls 5713 16 5713 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4122 /custom_md_loader/classes/MetadataService.cls 5713 16 5713 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4123 /custom_md_loader/classes/MetadataService.cls 5714 26 5714 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4123 /custom_md_loader/classes/MetadataService.cls 5714 26 5714 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4124 /custom_md_loader/classes/MetadataService.cls 5714 26 5714 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4124 /custom_md_loader/classes/MetadataService.cls 5714 26 5714 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4125 /custom_md_loader/classes/MetadataService.cls 5715 26 5715 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4125 /custom_md_loader/classes/MetadataService.cls 5715 26 5715 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4126 /custom_md_loader/classes/MetadataService.cls 5715 26 5715 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4126 /custom_md_loader/classes/MetadataService.cls 5715 26 5715 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4127 /custom_md_loader/classes/MetadataService.cls 5716 26 5716 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4127 /custom_md_loader/classes/MetadataService.cls 5716 26 5716 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4128 /custom_md_loader/classes/MetadataService.cls 5716 26 5716 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]*'
4128 /custom_md_loader/classes/MetadataService.cls 5716 26 5716 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]*'
4129 /custom_md_loader/classes/MetadataService.cls 5718 12 5724 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4129 /custom_md_loader/classes/MetadataService.cls 5718 12 5724 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4130 /custom_md_loader/classes/MetadataService.cls 5720 16 5720 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4130 /custom_md_loader/classes/MetadataService.cls 5720 16 5720 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4131 /custom_md_loader/classes/MetadataService.cls 5721 26 5721 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4131 /custom_md_loader/classes/MetadataService.cls 5721 26 5721 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4132 /custom_md_loader/classes/MetadataService.cls 5721 26 5721 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4132 /custom_md_loader/classes/MetadataService.cls 5721 26 5721 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4133 /custom_md_loader/classes/MetadataService.cls 5722 26 5722 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4133 /custom_md_loader/classes/MetadataService.cls 5722 26 5722 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4134 /custom_md_loader/classes/MetadataService.cls 5722 26 5722 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4134 /custom_md_loader/classes/MetadataService.cls 5722 26 5722 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4135 /custom_md_loader/classes/MetadataService.cls 5723 26 5723 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4135 /custom_md_loader/classes/MetadataService.cls 5723 26 5723 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4136 /custom_md_loader/classes/MetadataService.cls 5723 26 5723 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]*'
4136 /custom_md_loader/classes/MetadataService.cls 5723 26 5723 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]*'
4137 /custom_md_loader/classes/MetadataService.cls 5725 12 5731 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4137 /custom_md_loader/classes/MetadataService.cls 5725 12 5731 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4138 /custom_md_loader/classes/MetadataService.cls 5725 12 5731 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuickActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4138 /custom_md_loader/classes/MetadataService.cls 5725 12 5731 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuickActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4139 /custom_md_loader/classes/MetadataService.cls 5727 16 5727 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4139 /custom_md_loader/classes/MetadataService.cls 5727 16 5727 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4140 /custom_md_loader/classes/MetadataService.cls 5728 26 5728 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4140 /custom_md_loader/classes/MetadataService.cls 5728 26 5728 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4141 /custom_md_loader/classes/MetadataService.cls 5728 26 5728 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4141 /custom_md_loader/classes/MetadataService.cls 5728 26 5728 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4142 /custom_md_loader/classes/MetadataService.cls 5729 26 5729 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4142 /custom_md_loader/classes/MetadataService.cls 5729 26 5729 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4143 /custom_md_loader/classes/MetadataService.cls 5729 26 5729 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4143 /custom_md_loader/classes/MetadataService.cls 5729 26 5729 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4144 /custom_md_loader/classes/MetadataService.cls 5730 26 5730 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4144 /custom_md_loader/classes/MetadataService.cls 5730 26 5730 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4145 /custom_md_loader/classes/MetadataService.cls 5730 26 5730 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]*'
4145 /custom_md_loader/classes/MetadataService.cls 5730 26 5730 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]*'
4146 /custom_md_loader/classes/MetadataService.cls 5732 12 5738 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4146 /custom_md_loader/classes/MetadataService.cls 5732 12 5738 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4147 /custom_md_loader/classes/MetadataService.cls 5734 16 5734 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4147 /custom_md_loader/classes/MetadataService.cls 5734 16 5734 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4148 /custom_md_loader/classes/MetadataService.cls 5735 26 5735 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4148 /custom_md_loader/classes/MetadataService.cls 5735 26 5735 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4149 /custom_md_loader/classes/MetadataService.cls 5735 26 5735 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4149 /custom_md_loader/classes/MetadataService.cls 5735 26 5735 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4150 /custom_md_loader/classes/MetadataService.cls 5736 26 5736 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4150 /custom_md_loader/classes/MetadataService.cls 5736 26 5736 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4151 /custom_md_loader/classes/MetadataService.cls 5736 26 5736 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4151 /custom_md_loader/classes/MetadataService.cls 5736 26 5736 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4152 /custom_md_loader/classes/MetadataService.cls 5737 26 5737 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4152 /custom_md_loader/classes/MetadataService.cls 5737 26 5737 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4153 /custom_md_loader/classes/MetadataService.cls 5737 26 5737 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]*'
4153 /custom_md_loader/classes/MetadataService.cls 5737 26 5737 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]*'
4154 /custom_md_loader/classes/MetadataService.cls 5739 12 5745 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4154 /custom_md_loader/classes/MetadataService.cls 5739 12 5745 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4155 /custom_md_loader/classes/MetadataService.cls 5739 12 5745 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPageWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4155 /custom_md_loader/classes/MetadataService.cls 5739 12 5745 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomPageWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4156 /custom_md_loader/classes/MetadataService.cls 5741 16 5741 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4156 /custom_md_loader/classes/MetadataService.cls 5741 16 5741 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4157 /custom_md_loader/classes/MetadataService.cls 5742 26 5742 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4157 /custom_md_loader/classes/MetadataService.cls 5742 26 5742 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4158 /custom_md_loader/classes/MetadataService.cls 5742 26 5742 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4158 /custom_md_loader/classes/MetadataService.cls 5742 26 5742 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4159 /custom_md_loader/classes/MetadataService.cls 5743 26 5743 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4159 /custom_md_loader/classes/MetadataService.cls 5743 26 5743 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4160 /custom_md_loader/classes/MetadataService.cls 5743 26 5743 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4160 /custom_md_loader/classes/MetadataService.cls 5743 26 5743 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4161 /custom_md_loader/classes/MetadataService.cls 5744 26 5744 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4161 /custom_md_loader/classes/MetadataService.cls 5744 26 5744 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4162 /custom_md_loader/classes/MetadataService.cls 5744 26 5744 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]*'
4162 /custom_md_loader/classes/MetadataService.cls 5744 26 5744 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]*'
4163 /custom_md_loader/classes/MetadataService.cls 5746 12 5752 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4163 /custom_md_loader/classes/MetadataService.cls 5746 12 5752 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4164 /custom_md_loader/classes/MetadataService.cls 5748 16 5748 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4164 /custom_md_loader/classes/MetadataService.cls 5748 16 5748 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4165 /custom_md_loader/classes/MetadataService.cls 5749 26 5749 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4165 /custom_md_loader/classes/MetadataService.cls 5749 26 5749 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4166 /custom_md_loader/classes/MetadataService.cls 5749 26 5749 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4166 /custom_md_loader/classes/MetadataService.cls 5749 26 5749 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4167 /custom_md_loader/classes/MetadataService.cls 5750 26 5750 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4167 /custom_md_loader/classes/MetadataService.cls 5750 26 5750 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4168 /custom_md_loader/classes/MetadataService.cls 5750 26 5750 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4168 /custom_md_loader/classes/MetadataService.cls 5750 26 5750 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4169 /custom_md_loader/classes/MetadataService.cls 5751 26 5751 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4169 /custom_md_loader/classes/MetadataService.cls 5751 26 5751 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4170 /custom_md_loader/classes/MetadataService.cls 5751 26 5751 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]*'
4170 /custom_md_loader/classes/MetadataService.cls 5751 26 5751 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]*'
4171 /custom_md_loader/classes/MetadataService.cls 5753 12 5759 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4171 /custom_md_loader/classes/MetadataService.cls 5753 12 5759 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4172 /custom_md_loader/classes/MetadataService.cls 5753 12 5759 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4172 /custom_md_loader/classes/MetadataService.cls 5753 12 5759 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4173 /custom_md_loader/classes/MetadataService.cls 5755 16 5755 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4173 /custom_md_loader/classes/MetadataService.cls 5755 16 5755 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4174 /custom_md_loader/classes/MetadataService.cls 5756 26 5756 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4174 /custom_md_loader/classes/MetadataService.cls 5756 26 5756 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4175 /custom_md_loader/classes/MetadataService.cls 5756 26 5756 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4175 /custom_md_loader/classes/MetadataService.cls 5756 26 5756 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4176 /custom_md_loader/classes/MetadataService.cls 5757 26 5757 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4176 /custom_md_loader/classes/MetadataService.cls 5757 26 5757 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4177 /custom_md_loader/classes/MetadataService.cls 5757 26 5757 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4177 /custom_md_loader/classes/MetadataService.cls 5757 26 5757 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4178 /custom_md_loader/classes/MetadataService.cls 5758 26 5758 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4178 /custom_md_loader/classes/MetadataService.cls 5758 26 5758 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4179 /custom_md_loader/classes/MetadataService.cls 5758 26 5758 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]*'
4179 /custom_md_loader/classes/MetadataService.cls 5758 26 5758 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]*'
4180 /custom_md_loader/classes/MetadataService.cls 5760 12 5766 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4180 /custom_md_loader/classes/MetadataService.cls 5760 12 5766 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4181 /custom_md_loader/classes/MetadataService.cls 5762 16 5762 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4181 /custom_md_loader/classes/MetadataService.cls 5762 16 5762 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4182 /custom_md_loader/classes/MetadataService.cls 5763 26 5763 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4182 /custom_md_loader/classes/MetadataService.cls 5763 26 5763 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4183 /custom_md_loader/classes/MetadataService.cls 5763 26 5763 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4183 /custom_md_loader/classes/MetadataService.cls 5763 26 5763 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4184 /custom_md_loader/classes/MetadataService.cls 5764 26 5764 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4184 /custom_md_loader/classes/MetadataService.cls 5764 26 5764 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4185 /custom_md_loader/classes/MetadataService.cls 5764 26 5764 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4185 /custom_md_loader/classes/MetadataService.cls 5764 26 5764 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4186 /custom_md_loader/classes/MetadataService.cls 5765 26 5765 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4186 /custom_md_loader/classes/MetadataService.cls 5765 26 5765 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4187 /custom_md_loader/classes/MetadataService.cls 5765 26 5765 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]*'
4187 /custom_md_loader/classes/MetadataService.cls 5765 26 5765 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]*'
4188 /custom_md_loader/classes/MetadataService.cls 5767 12 5773 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4188 /custom_md_loader/classes/MetadataService.cls 5767 12 5773 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4189 /custom_md_loader/classes/MetadataService.cls 5767 12 5773 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 'readBaseSharingRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4189 /custom_md_loader/classes/MetadataService.cls 5767 12 5773 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 'readBaseSharingRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4190 /custom_md_loader/classes/MetadataService.cls 5769 16 5769 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4190 /custom_md_loader/classes/MetadataService.cls 5769 16 5769 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4191 /custom_md_loader/classes/MetadataService.cls 5770 26 5770 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4191 /custom_md_loader/classes/MetadataService.cls 5770 26 5770 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4192 /custom_md_loader/classes/MetadataService.cls 5770 26 5770 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4192 /custom_md_loader/classes/MetadataService.cls 5770 26 5770 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4193 /custom_md_loader/classes/MetadataService.cls 5771 26 5771 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4193 /custom_md_loader/classes/MetadataService.cls 5771 26 5771 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4194 /custom_md_loader/classes/MetadataService.cls 5771 26 5771 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4194 /custom_md_loader/classes/MetadataService.cls 5771 26 5771 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4195 /custom_md_loader/classes/MetadataService.cls 5772 26 5772 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4195 /custom_md_loader/classes/MetadataService.cls 5772 26 5772 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4196 /custom_md_loader/classes/MetadataService.cls 5772 26 5772 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]*'
4196 /custom_md_loader/classes/MetadataService.cls 5772 26 5772 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]*'
4197 /custom_md_loader/classes/MetadataService.cls 5774 12 5780 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4197 /custom_md_loader/classes/MetadataService.cls 5774 12 5780 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4198 /custom_md_loader/classes/MetadataService.cls 5776 16 5776 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4198 /custom_md_loader/classes/MetadataService.cls 5776 16 5776 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4199 /custom_md_loader/classes/MetadataService.cls 5777 26 5777 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4199 /custom_md_loader/classes/MetadataService.cls 5777 26 5777 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4200 /custom_md_loader/classes/MetadataService.cls 5777 26 5777 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4200 /custom_md_loader/classes/MetadataService.cls 5777 26 5777 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4201 /custom_md_loader/classes/MetadataService.cls 5778 26 5778 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4201 /custom_md_loader/classes/MetadataService.cls 5778 26 5778 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4202 /custom_md_loader/classes/MetadataService.cls 5778 26 5778 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4202 /custom_md_loader/classes/MetadataService.cls 5778 26 5778 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4203 /custom_md_loader/classes/MetadataService.cls 5779 26 5779 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4203 /custom_md_loader/classes/MetadataService.cls 5779 26 5779 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4204 /custom_md_loader/classes/MetadataService.cls 5779 26 5779 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]*'
4204 /custom_md_loader/classes/MetadataService.cls 5779 26 5779 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]*'
4205 /custom_md_loader/classes/MetadataService.cls 5781 12 5787 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4205 /custom_md_loader/classes/MetadataService.cls 5781 12 5787 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4206 /custom_md_loader/classes/MetadataService.cls 5781 12 5787 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowKnowledgePublishResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4206 /custom_md_loader/classes/MetadataService.cls 5781 12 5787 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowKnowledgePublishResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4207 /custom_md_loader/classes/MetadataService.cls 5783 16 5783 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4207 /custom_md_loader/classes/MetadataService.cls 5783 16 5783 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4208 /custom_md_loader/classes/MetadataService.cls 5784 26 5784 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4208 /custom_md_loader/classes/MetadataService.cls 5784 26 5784 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4209 /custom_md_loader/classes/MetadataService.cls 5784 26 5784 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4209 /custom_md_loader/classes/MetadataService.cls 5784 26 5784 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4210 /custom_md_loader/classes/MetadataService.cls 5785 26 5785 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4210 /custom_md_loader/classes/MetadataService.cls 5785 26 5785 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4211 /custom_md_loader/classes/MetadataService.cls 5785 26 5785 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4211 /custom_md_loader/classes/MetadataService.cls 5785 26 5785 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4212 /custom_md_loader/classes/MetadataService.cls 5786 26 5786 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4212 /custom_md_loader/classes/MetadataService.cls 5786 26 5786 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4213 /custom_md_loader/classes/MetadataService.cls 5786 26 5786 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]*'
4213 /custom_md_loader/classes/MetadataService.cls 5786 26 5786 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]*'
4214 /custom_md_loader/classes/MetadataService.cls 5788 12 5794 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4214 /custom_md_loader/classes/MetadataService.cls 5788 12 5794 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4215 /custom_md_loader/classes/MetadataService.cls 5790 16 5790 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4215 /custom_md_loader/classes/MetadataService.cls 5790 16 5790 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4216 /custom_md_loader/classes/MetadataService.cls 5791 26 5791 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4216 /custom_md_loader/classes/MetadataService.cls 5791 26 5791 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4217 /custom_md_loader/classes/MetadataService.cls 5791 26 5791 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4217 /custom_md_loader/classes/MetadataService.cls 5791 26 5791 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4218 /custom_md_loader/classes/MetadataService.cls 5792 26 5792 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4218 /custom_md_loader/classes/MetadataService.cls 5792 26 5792 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4219 /custom_md_loader/classes/MetadataService.cls 5792 26 5792 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4219 /custom_md_loader/classes/MetadataService.cls 5792 26 5792 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4220 /custom_md_loader/classes/MetadataService.cls 5793 26 5793 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4220 /custom_md_loader/classes/MetadataService.cls 5793 26 5793 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4221 /custom_md_loader/classes/MetadataService.cls 5793 26 5793 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]*'
4221 /custom_md_loader/classes/MetadataService.cls 5793 26 5793 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]*'
4222 /custom_md_loader/classes/MetadataService.cls 5795 12 5801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4222 /custom_md_loader/classes/MetadataService.cls 5795 12 5801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4223 /custom_md_loader/classes/MetadataService.cls 5795 12 5801 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4223 /custom_md_loader/classes/MetadataService.cls 5795 12 5801 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4224 /custom_md_loader/classes/MetadataService.cls 5797 16 5797 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4224 /custom_md_loader/classes/MetadataService.cls 5797 16 5797 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4225 /custom_md_loader/classes/MetadataService.cls 5798 26 5798 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4225 /custom_md_loader/classes/MetadataService.cls 5798 26 5798 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4226 /custom_md_loader/classes/MetadataService.cls 5798 26 5798 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4226 /custom_md_loader/classes/MetadataService.cls 5798 26 5798 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4227 /custom_md_loader/classes/MetadataService.cls 5799 26 5799 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4227 /custom_md_loader/classes/MetadataService.cls 5799 26 5799 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4228 /custom_md_loader/classes/MetadataService.cls 5799 26 5799 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4228 /custom_md_loader/classes/MetadataService.cls 5799 26 5799 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4229 /custom_md_loader/classes/MetadataService.cls 5800 26 5800 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4229 /custom_md_loader/classes/MetadataService.cls 5800 26 5800 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4230 /custom_md_loader/classes/MetadataService.cls 5800 26 5800 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]*'
4230 /custom_md_loader/classes/MetadataService.cls 5800 26 5800 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]*'
4231 /custom_md_loader/classes/MetadataService.cls 5802 12 5808 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4231 /custom_md_loader/classes/MetadataService.cls 5802 12 5808 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4232 /custom_md_loader/classes/MetadataService.cls 5804 16 5804 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4232 /custom_md_loader/classes/MetadataService.cls 5804 16 5804 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4233 /custom_md_loader/classes/MetadataService.cls 5805 26 5805 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4233 /custom_md_loader/classes/MetadataService.cls 5805 26 5805 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4234 /custom_md_loader/classes/MetadataService.cls 5805 26 5805 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4234 /custom_md_loader/classes/MetadataService.cls 5805 26 5805 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4235 /custom_md_loader/classes/MetadataService.cls 5806 26 5806 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4235 /custom_md_loader/classes/MetadataService.cls 5806 26 5806 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4236 /custom_md_loader/classes/MetadataService.cls 5806 26 5806 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4236 /custom_md_loader/classes/MetadataService.cls 5806 26 5806 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4237 /custom_md_loader/classes/MetadataService.cls 5807 26 5807 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4237 /custom_md_loader/classes/MetadataService.cls 5807 26 5807 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4238 /custom_md_loader/classes/MetadataService.cls 5807 26 5807 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]*'
4238 /custom_md_loader/classes/MetadataService.cls 5807 26 5807 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]*'
4239 /custom_md_loader/classes/MetadataService.cls 5809 12 5815 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4239 /custom_md_loader/classes/MetadataService.cls 5809 12 5815 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4240 /custom_md_loader/classes/MetadataService.cls 5809 12 5815 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlexiPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4240 /custom_md_loader/classes/MetadataService.cls 5809 12 5815 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlexiPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4241 /custom_md_loader/classes/MetadataService.cls 5811 16 5811 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4241 /custom_md_loader/classes/MetadataService.cls 5811 16 5811 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4242 /custom_md_loader/classes/MetadataService.cls 5812 26 5812 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4242 /custom_md_loader/classes/MetadataService.cls 5812 26 5812 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4243 /custom_md_loader/classes/MetadataService.cls 5812 26 5812 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4243 /custom_md_loader/classes/MetadataService.cls 5812 26 5812 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4244 /custom_md_loader/classes/MetadataService.cls 5813 26 5813 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4244 /custom_md_loader/classes/MetadataService.cls 5813 26 5813 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4245 /custom_md_loader/classes/MetadataService.cls 5813 26 5813 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4245 /custom_md_loader/classes/MetadataService.cls 5813 26 5813 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4246 /custom_md_loader/classes/MetadataService.cls 5814 26 5814 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4246 /custom_md_loader/classes/MetadataService.cls 5814 26 5814 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4247 /custom_md_loader/classes/MetadataService.cls 5814 26 5814 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]*'
4247 /custom_md_loader/classes/MetadataService.cls 5814 26 5814 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]*'
4248 /custom_md_loader/classes/MetadataService.cls 5816 12 5822 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4248 /custom_md_loader/classes/MetadataService.cls 5816 12 5822 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4249 /custom_md_loader/classes/MetadataService.cls 5818 16 5818 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4249 /custom_md_loader/classes/MetadataService.cls 5818 16 5818 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4250 /custom_md_loader/classes/MetadataService.cls 5819 26 5819 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4250 /custom_md_loader/classes/MetadataService.cls 5819 26 5819 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4251 /custom_md_loader/classes/MetadataService.cls 5819 26 5819 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4251 /custom_md_loader/classes/MetadataService.cls 5819 26 5819 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4252 /custom_md_loader/classes/MetadataService.cls 5820 26 5820 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4252 /custom_md_loader/classes/MetadataService.cls 5820 26 5820 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4253 /custom_md_loader/classes/MetadataService.cls 5820 26 5820 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4253 /custom_md_loader/classes/MetadataService.cls 5820 26 5820 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4254 /custom_md_loader/classes/MetadataService.cls 5821 26 5821 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4254 /custom_md_loader/classes/MetadataService.cls 5821 26 5821 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4255 /custom_md_loader/classes/MetadataService.cls 5821 26 5821 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]*'
4255 /custom_md_loader/classes/MetadataService.cls 5821 26 5821 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]*'
4256 /custom_md_loader/classes/MetadataService.cls 5823 12 5829 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4256 /custom_md_loader/classes/MetadataService.cls 5823 12 5829 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4257 /custom_md_loader/classes/MetadataService.cls 5823 12 5829 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4257 /custom_md_loader/classes/MetadataService.cls 5823 12 5829 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4258 /custom_md_loader/classes/MetadataService.cls 5825 16 5825 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4258 /custom_md_loader/classes/MetadataService.cls 5825 16 5825 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4259 /custom_md_loader/classes/MetadataService.cls 5826 26 5826 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4259 /custom_md_loader/classes/MetadataService.cls 5826 26 5826 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4260 /custom_md_loader/classes/MetadataService.cls 5826 26 5826 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4260 /custom_md_loader/classes/MetadataService.cls 5826 26 5826 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4261 /custom_md_loader/classes/MetadataService.cls 5827 26 5827 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4261 /custom_md_loader/classes/MetadataService.cls 5827 26 5827 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4262 /custom_md_loader/classes/MetadataService.cls 5827 26 5827 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4262 /custom_md_loader/classes/MetadataService.cls 5827 26 5827 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4263 /custom_md_loader/classes/MetadataService.cls 5828 26 5828 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4263 /custom_md_loader/classes/MetadataService.cls 5828 26 5828 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4264 /custom_md_loader/classes/MetadataService.cls 5828 26 5828 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]*'
4264 /custom_md_loader/classes/MetadataService.cls 5828 26 5828 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]*'
4265 /custom_md_loader/classes/MetadataService.cls 5830 12 5836 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4265 /custom_md_loader/classes/MetadataService.cls 5830 12 5836 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4266 /custom_md_loader/classes/MetadataService.cls 5832 16 5832 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4266 /custom_md_loader/classes/MetadataService.cls 5832 16 5832 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4267 /custom_md_loader/classes/MetadataService.cls 5833 26 5833 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4267 /custom_md_loader/classes/MetadataService.cls 5833 26 5833 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4268 /custom_md_loader/classes/MetadataService.cls 5833 26 5833 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4268 /custom_md_loader/classes/MetadataService.cls 5833 26 5833 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4269 /custom_md_loader/classes/MetadataService.cls 5834 26 5834 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4269 /custom_md_loader/classes/MetadataService.cls 5834 26 5834 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4270 /custom_md_loader/classes/MetadataService.cls 5834 26 5834 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4270 /custom_md_loader/classes/MetadataService.cls 5834 26 5834 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4271 /custom_md_loader/classes/MetadataService.cls 5835 26 5835 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4271 /custom_md_loader/classes/MetadataService.cls 5835 26 5835 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4272 /custom_md_loader/classes/MetadataService.cls 5835 26 5835 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]*'
4272 /custom_md_loader/classes/MetadataService.cls 5835 26 5835 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]*'
4273 /custom_md_loader/classes/MetadataService.cls 5837 12 5843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4273 /custom_md_loader/classes/MetadataService.cls 5837 12 5843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4274 /custom_md_loader/classes/MetadataService.cls 5837 12 5843 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4274 /custom_md_loader/classes/MetadataService.cls 5837 12 5843 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4275 /custom_md_loader/classes/MetadataService.cls 5839 16 5839 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4275 /custom_md_loader/classes/MetadataService.cls 5839 16 5839 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4276 /custom_md_loader/classes/MetadataService.cls 5840 26 5840 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4276 /custom_md_loader/classes/MetadataService.cls 5840 26 5840 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4277 /custom_md_loader/classes/MetadataService.cls 5840 26 5840 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4277 /custom_md_loader/classes/MetadataService.cls 5840 26 5840 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4278 /custom_md_loader/classes/MetadataService.cls 5841 26 5841 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4278 /custom_md_loader/classes/MetadataService.cls 5841 26 5841 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4279 /custom_md_loader/classes/MetadataService.cls 5841 26 5841 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4279 /custom_md_loader/classes/MetadataService.cls 5841 26 5841 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4280 /custom_md_loader/classes/MetadataService.cls 5842 26 5842 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4280 /custom_md_loader/classes/MetadataService.cls 5842 26 5842 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4281 /custom_md_loader/classes/MetadataService.cls 5842 26 5842 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]*'
4281 /custom_md_loader/classes/MetadataService.cls 5842 26 5842 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]*'
4282 /custom_md_loader/classes/MetadataService.cls 5844 12 5850 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4282 /custom_md_loader/classes/MetadataService.cls 5844 12 5850 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4283 /custom_md_loader/classes/MetadataService.cls 5846 16 5846 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4283 /custom_md_loader/classes/MetadataService.cls 5846 16 5846 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4284 /custom_md_loader/classes/MetadataService.cls 5847 26 5847 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4284 /custom_md_loader/classes/MetadataService.cls 5847 26 5847 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4285 /custom_md_loader/classes/MetadataService.cls 5847 26 5847 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4285 /custom_md_loader/classes/MetadataService.cls 5847 26 5847 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4286 /custom_md_loader/classes/MetadataService.cls 5848 26 5848 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4286 /custom_md_loader/classes/MetadataService.cls 5848 26 5848 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4287 /custom_md_loader/classes/MetadataService.cls 5848 26 5848 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4287 /custom_md_loader/classes/MetadataService.cls 5848 26 5848 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4288 /custom_md_loader/classes/MetadataService.cls 5849 26 5849 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4288 /custom_md_loader/classes/MetadataService.cls 5849 26 5849 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4289 /custom_md_loader/classes/MetadataService.cls 5849 26 5849 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]*'
4289 /custom_md_loader/classes/MetadataService.cls 5849 26 5849 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]*'
4290 /custom_md_loader/classes/MetadataService.cls 5851 12 5857 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4290 /custom_md_loader/classes/MetadataService.cls 5851 12 5857 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4291 /custom_md_loader/classes/MetadataService.cls 5851 12 5857 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAddressSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4291 /custom_md_loader/classes/MetadataService.cls 5851 12 5857 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAddressSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4292 /custom_md_loader/classes/MetadataService.cls 5853 16 5853 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4292 /custom_md_loader/classes/MetadataService.cls 5853 16 5853 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4293 /custom_md_loader/classes/MetadataService.cls 5854 26 5854 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4293 /custom_md_loader/classes/MetadataService.cls 5854 26 5854 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4294 /custom_md_loader/classes/MetadataService.cls 5854 26 5854 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4294 /custom_md_loader/classes/MetadataService.cls 5854 26 5854 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4295 /custom_md_loader/classes/MetadataService.cls 5855 26 5855 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4295 /custom_md_loader/classes/MetadataService.cls 5855 26 5855 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4296 /custom_md_loader/classes/MetadataService.cls 5855 26 5855 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4296 /custom_md_loader/classes/MetadataService.cls 5855 26 5855 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4297 /custom_md_loader/classes/MetadataService.cls 5856 26 5856 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4297 /custom_md_loader/classes/MetadataService.cls 5856 26 5856 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4298 /custom_md_loader/classes/MetadataService.cls 5856 26 5856 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]*'
4298 /custom_md_loader/classes/MetadataService.cls 5856 26 5856 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]*'
4299 /custom_md_loader/classes/MetadataService.cls 5858 12 5864 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4299 /custom_md_loader/classes/MetadataService.cls 5858 12 5864 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4300 /custom_md_loader/classes/MetadataService.cls 5860 16 5860 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4300 /custom_md_loader/classes/MetadataService.cls 5860 16 5860 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4301 /custom_md_loader/classes/MetadataService.cls 5861 26 5861 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4301 /custom_md_loader/classes/MetadataService.cls 5861 26 5861 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4302 /custom_md_loader/classes/MetadataService.cls 5861 26 5861 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4302 /custom_md_loader/classes/MetadataService.cls 5861 26 5861 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4303 /custom_md_loader/classes/MetadataService.cls 5862 26 5862 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4303 /custom_md_loader/classes/MetadataService.cls 5862 26 5862 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4304 /custom_md_loader/classes/MetadataService.cls 5862 26 5862 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4304 /custom_md_loader/classes/MetadataService.cls 5862 26 5862 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4305 /custom_md_loader/classes/MetadataService.cls 5863 26 5863 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4305 /custom_md_loader/classes/MetadataService.cls 5863 26 5863 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4306 /custom_md_loader/classes/MetadataService.cls 5863 26 5863 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]*'
4306 /custom_md_loader/classes/MetadataService.cls 5863 26 5863 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]*'
4307 /custom_md_loader/classes/MetadataService.cls 5865 12 5871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4307 /custom_md_loader/classes/MetadataService.cls 5865 12 5871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4308 /custom_md_loader/classes/MetadataService.cls 5865 12 5871 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readContractSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4308 /custom_md_loader/classes/MetadataService.cls 5865 12 5871 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readContractSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4309 /custom_md_loader/classes/MetadataService.cls 5867 16 5867 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4309 /custom_md_loader/classes/MetadataService.cls 5867 16 5867 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4310 /custom_md_loader/classes/MetadataService.cls 5868 26 5868 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4310 /custom_md_loader/classes/MetadataService.cls 5868 26 5868 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4311 /custom_md_loader/classes/MetadataService.cls 5868 26 5868 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4311 /custom_md_loader/classes/MetadataService.cls 5868 26 5868 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4312 /custom_md_loader/classes/MetadataService.cls 5869 26 5869 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4312 /custom_md_loader/classes/MetadataService.cls 5869 26 5869 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4313 /custom_md_loader/classes/MetadataService.cls 5869 26 5869 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4313 /custom_md_loader/classes/MetadataService.cls 5869 26 5869 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4314 /custom_md_loader/classes/MetadataService.cls 5870 26 5870 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4314 /custom_md_loader/classes/MetadataService.cls 5870 26 5870 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4315 /custom_md_loader/classes/MetadataService.cls 5870 26 5870 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]*'
4315 /custom_md_loader/classes/MetadataService.cls 5870 26 5870 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]*'
4316 /custom_md_loader/classes/MetadataService.cls 5872 12 5878 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4316 /custom_md_loader/classes/MetadataService.cls 5872 12 5878 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4317 /custom_md_loader/classes/MetadataService.cls 5874 16 5874 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4317 /custom_md_loader/classes/MetadataService.cls 5874 16 5874 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4318 /custom_md_loader/classes/MetadataService.cls 5875 26 5875 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4318 /custom_md_loader/classes/MetadataService.cls 5875 26 5875 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4319 /custom_md_loader/classes/MetadataService.cls 5875 26 5875 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4319 /custom_md_loader/classes/MetadataService.cls 5875 26 5875 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4320 /custom_md_loader/classes/MetadataService.cls 5876 26 5876 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4320 /custom_md_loader/classes/MetadataService.cls 5876 26 5876 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4321 /custom_md_loader/classes/MetadataService.cls 5876 26 5876 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4321 /custom_md_loader/classes/MetadataService.cls 5876 26 5876 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4322 /custom_md_loader/classes/MetadataService.cls 5877 26 5877 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4322 /custom_md_loader/classes/MetadataService.cls 5877 26 5877 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4323 /custom_md_loader/classes/MetadataService.cls 5877 26 5877 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]*'
4323 /custom_md_loader/classes/MetadataService.cls 5877 26 5877 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]*'
4324 /custom_md_loader/classes/MetadataService.cls 5879 12 5885 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4324 /custom_md_loader/classes/MetadataService.cls 5879 12 5885 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4325 /custom_md_loader/classes/MetadataService.cls 5879 12 5885 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4325 /custom_md_loader/classes/MetadataService.cls 5879 12 5885 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDashboardFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4326 /custom_md_loader/classes/MetadataService.cls 5881 16 5881 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4326 /custom_md_loader/classes/MetadataService.cls 5881 16 5881 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4327 /custom_md_loader/classes/MetadataService.cls 5882 26 5882 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4327 /custom_md_loader/classes/MetadataService.cls 5882 26 5882 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4328 /custom_md_loader/classes/MetadataService.cls 5882 26 5882 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4328 /custom_md_loader/classes/MetadataService.cls 5882 26 5882 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4329 /custom_md_loader/classes/MetadataService.cls 5883 26 5883 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4329 /custom_md_loader/classes/MetadataService.cls 5883 26 5883 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4330 /custom_md_loader/classes/MetadataService.cls 5883 26 5883 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4330 /custom_md_loader/classes/MetadataService.cls 5883 26 5883 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4331 /custom_md_loader/classes/MetadataService.cls 5884 26 5884 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4331 /custom_md_loader/classes/MetadataService.cls 5884 26 5884 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4332 /custom_md_loader/classes/MetadataService.cls 5884 26 5884 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]*'
4332 /custom_md_loader/classes/MetadataService.cls 5884 26 5884 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]*'
4333 /custom_md_loader/classes/MetadataService.cls 5886 12 5892 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4333 /custom_md_loader/classes/MetadataService.cls 5886 12 5892 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4334 /custom_md_loader/classes/MetadataService.cls 5888 16 5888 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4334 /custom_md_loader/classes/MetadataService.cls 5888 16 5888 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4335 /custom_md_loader/classes/MetadataService.cls 5889 26 5889 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4335 /custom_md_loader/classes/MetadataService.cls 5889 26 5889 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4336 /custom_md_loader/classes/MetadataService.cls 5889 26 5889 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4336 /custom_md_loader/classes/MetadataService.cls 5889 26 5889 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4337 /custom_md_loader/classes/MetadataService.cls 5890 26 5890 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4337 /custom_md_loader/classes/MetadataService.cls 5890 26 5890 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4338 /custom_md_loader/classes/MetadataService.cls 5890 26 5890 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4338 /custom_md_loader/classes/MetadataService.cls 5890 26 5890 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4339 /custom_md_loader/classes/MetadataService.cls 5891 26 5891 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4339 /custom_md_loader/classes/MetadataService.cls 5891 26 5891 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4340 /custom_md_loader/classes/MetadataService.cls 5891 26 5891 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]*'
4340 /custom_md_loader/classes/MetadataService.cls 5891 26 5891 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]*'
4341 /custom_md_loader/classes/MetadataService.cls 5893 12 5899 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4341 /custom_md_loader/classes/MetadataService.cls 5893 12 5899 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4342 /custom_md_loader/classes/MetadataService.cls 5893 12 5899 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2SettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4342 /custom_md_loader/classes/MetadataService.cls 5893 12 5899 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2SettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4343 /custom_md_loader/classes/MetadataService.cls 5895 16 5895 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4343 /custom_md_loader/classes/MetadataService.cls 5895 16 5895 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4344 /custom_md_loader/classes/MetadataService.cls 5896 26 5896 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4344 /custom_md_loader/classes/MetadataService.cls 5896 26 5896 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4345 /custom_md_loader/classes/MetadataService.cls 5896 26 5896 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4345 /custom_md_loader/classes/MetadataService.cls 5896 26 5896 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4346 /custom_md_loader/classes/MetadataService.cls 5897 26 5897 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4346 /custom_md_loader/classes/MetadataService.cls 5897 26 5897 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4347 /custom_md_loader/classes/MetadataService.cls 5897 26 5897 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4347 /custom_md_loader/classes/MetadataService.cls 5897 26 5897 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4348 /custom_md_loader/classes/MetadataService.cls 5898 26 5898 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4348 /custom_md_loader/classes/MetadataService.cls 5898 26 5898 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4349 /custom_md_loader/classes/MetadataService.cls 5898 26 5898 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]*'
4349 /custom_md_loader/classes/MetadataService.cls 5898 26 5898 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]*'
4350 /custom_md_loader/classes/MetadataService.cls 5900 12 5906 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4350 /custom_md_loader/classes/MetadataService.cls 5900 12 5906 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4351 /custom_md_loader/classes/MetadataService.cls 5902 16 5902 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4351 /custom_md_loader/classes/MetadataService.cls 5902 16 5902 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4352 /custom_md_loader/classes/MetadataService.cls 5903 26 5903 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4352 /custom_md_loader/classes/MetadataService.cls 5903 26 5903 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4353 /custom_md_loader/classes/MetadataService.cls 5903 26 5903 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4353 /custom_md_loader/classes/MetadataService.cls 5903 26 5903 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4354 /custom_md_loader/classes/MetadataService.cls 5904 26 5904 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4354 /custom_md_loader/classes/MetadataService.cls 5904 26 5904 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4355 /custom_md_loader/classes/MetadataService.cls 5904 26 5904 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4355 /custom_md_loader/classes/MetadataService.cls 5904 26 5904 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4356 /custom_md_loader/classes/MetadataService.cls 5905 26 5905 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4356 /custom_md_loader/classes/MetadataService.cls 5905 26 5905 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4357 /custom_md_loader/classes/MetadataService.cls 5905 26 5905 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]*'
4357 /custom_md_loader/classes/MetadataService.cls 5905 26 5905 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]*'
4358 /custom_md_loader/classes/MetadataService.cls 5907 12 5913 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4358 /custom_md_loader/classes/MetadataService.cls 5907 12 5913 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4359 /custom_md_loader/classes/MetadataService.cls 5907 12 5913 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4359 /custom_md_loader/classes/MetadataService.cls 5907 12 5913 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4360 /custom_md_loader/classes/MetadataService.cls 5909 16 5909 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4360 /custom_md_loader/classes/MetadataService.cls 5909 16 5909 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4361 /custom_md_loader/classes/MetadataService.cls 5910 26 5910 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4361 /custom_md_loader/classes/MetadataService.cls 5910 26 5910 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4362 /custom_md_loader/classes/MetadataService.cls 5910 26 5910 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4362 /custom_md_loader/classes/MetadataService.cls 5910 26 5910 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4363 /custom_md_loader/classes/MetadataService.cls 5911 26 5911 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4363 /custom_md_loader/classes/MetadataService.cls 5911 26 5911 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4364 /custom_md_loader/classes/MetadataService.cls 5911 26 5911 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4364 /custom_md_loader/classes/MetadataService.cls 5911 26 5911 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4365 /custom_md_loader/classes/MetadataService.cls 5912 26 5912 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4365 /custom_md_loader/classes/MetadataService.cls 5912 26 5912 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4366 /custom_md_loader/classes/MetadataService.cls 5912 26 5912 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]*'
4366 /custom_md_loader/classes/MetadataService.cls 5912 26 5912 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]*'
4367 /custom_md_loader/classes/MetadataService.cls 5914 12 5920 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4367 /custom_md_loader/classes/MetadataService.cls 5914 12 5920 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4368 /custom_md_loader/classes/MetadataService.cls 5916 16 5916 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4368 /custom_md_loader/classes/MetadataService.cls 5916 16 5916 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4369 /custom_md_loader/classes/MetadataService.cls 5917 26 5917 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4369 /custom_md_loader/classes/MetadataService.cls 5917 26 5917 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4370 /custom_md_loader/classes/MetadataService.cls 5917 26 5917 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4370 /custom_md_loader/classes/MetadataService.cls 5917 26 5917 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4371 /custom_md_loader/classes/MetadataService.cls 5918 26 5918 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4371 /custom_md_loader/classes/MetadataService.cls 5918 26 5918 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4372 /custom_md_loader/classes/MetadataService.cls 5918 26 5918 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4372 /custom_md_loader/classes/MetadataService.cls 5918 26 5918 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4373 /custom_md_loader/classes/MetadataService.cls 5919 26 5919 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4373 /custom_md_loader/classes/MetadataService.cls 5919 26 5919 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4374 /custom_md_loader/classes/MetadataService.cls 5919 26 5919 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]*'
4374 /custom_md_loader/classes/MetadataService.cls 5919 26 5919 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]*'
4375 /custom_md_loader/classes/MetadataService.cls 5921 12 5927 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4375 /custom_md_loader/classes/MetadataService.cls 5921 12 5927 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4376 /custom_md_loader/classes/MetadataService.cls 5921 12 5927 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTranslationsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4376 /custom_md_loader/classes/MetadataService.cls 5921 12 5927 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTranslationsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4377 /custom_md_loader/classes/MetadataService.cls 5923 16 5923 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4377 /custom_md_loader/classes/MetadataService.cls 5923 16 5923 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4378 /custom_md_loader/classes/MetadataService.cls 5924 26 5924 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4378 /custom_md_loader/classes/MetadataService.cls 5924 26 5924 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4379 /custom_md_loader/classes/MetadataService.cls 5924 26 5924 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4379 /custom_md_loader/classes/MetadataService.cls 5924 26 5924 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4380 /custom_md_loader/classes/MetadataService.cls 5925 26 5925 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4380 /custom_md_loader/classes/MetadataService.cls 5925 26 5925 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4381 /custom_md_loader/classes/MetadataService.cls 5925 26 5925 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4381 /custom_md_loader/classes/MetadataService.cls 5925 26 5925 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4382 /custom_md_loader/classes/MetadataService.cls 5926 26 5926 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4382 /custom_md_loader/classes/MetadataService.cls 5926 26 5926 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4383 /custom_md_loader/classes/MetadataService.cls 5926 26 5926 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]*'
4383 /custom_md_loader/classes/MetadataService.cls 5926 26 5926 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]*'
4384 /custom_md_loader/classes/MetadataService.cls 5928 12 5934 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4384 /custom_md_loader/classes/MetadataService.cls 5928 12 5934 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4385 /custom_md_loader/classes/MetadataService.cls 5930 16 5930 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4385 /custom_md_loader/classes/MetadataService.cls 5930 16 5930 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4386 /custom_md_loader/classes/MetadataService.cls 5931 26 5931 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4386 /custom_md_loader/classes/MetadataService.cls 5931 26 5931 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4387 /custom_md_loader/classes/MetadataService.cls 5931 26 5931 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4387 /custom_md_loader/classes/MetadataService.cls 5931 26 5931 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4388 /custom_md_loader/classes/MetadataService.cls 5932 26 5932 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4388 /custom_md_loader/classes/MetadataService.cls 5932 26 5932 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4389 /custom_md_loader/classes/MetadataService.cls 5932 26 5932 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4389 /custom_md_loader/classes/MetadataService.cls 5932 26 5932 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4390 /custom_md_loader/classes/MetadataService.cls 5933 26 5933 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4390 /custom_md_loader/classes/MetadataService.cls 5933 26 5933 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4391 /custom_md_loader/classes/MetadataService.cls 5933 26 5933 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]*'
4391 /custom_md_loader/classes/MetadataService.cls 5933 26 5933 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]*'
4392 /custom_md_loader/classes/MetadataService.cls 5935 12 5941 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4392 /custom_md_loader/classes/MetadataService.cls 5935 12 5941 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4393 /custom_md_loader/classes/MetadataService.cls 5935 12 5941 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRoleOrTerritoryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4393 /custom_md_loader/classes/MetadataService.cls 5935 12 5941 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRoleOrTerritoryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4394 /custom_md_loader/classes/MetadataService.cls 5937 16 5937 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4394 /custom_md_loader/classes/MetadataService.cls 5937 16 5937 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4395 /custom_md_loader/classes/MetadataService.cls 5938 26 5938 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4395 /custom_md_loader/classes/MetadataService.cls 5938 26 5938 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4396 /custom_md_loader/classes/MetadataService.cls 5938 26 5938 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4396 /custom_md_loader/classes/MetadataService.cls 5938 26 5938 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4397 /custom_md_loader/classes/MetadataService.cls 5939 26 5939 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4397 /custom_md_loader/classes/MetadataService.cls 5939 26 5939 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4398 /custom_md_loader/classes/MetadataService.cls 5939 26 5939 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4398 /custom_md_loader/classes/MetadataService.cls 5939 26 5939 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4399 /custom_md_loader/classes/MetadataService.cls 5940 26 5940 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4399 /custom_md_loader/classes/MetadataService.cls 5940 26 5940 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4400 /custom_md_loader/classes/MetadataService.cls 5940 26 5940 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]*'
4400 /custom_md_loader/classes/MetadataService.cls 5940 26 5940 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]*'
4401 /custom_md_loader/classes/MetadataService.cls 5942 12 5948 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4401 /custom_md_loader/classes/MetadataService.cls 5942 12 5948 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4402 /custom_md_loader/classes/MetadataService.cls 5944 16 5944 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4402 /custom_md_loader/classes/MetadataService.cls 5944 16 5944 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4403 /custom_md_loader/classes/MetadataService.cls 5945 26 5945 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4403 /custom_md_loader/classes/MetadataService.cls 5945 26 5945 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4404 /custom_md_loader/classes/MetadataService.cls 5945 26 5945 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4404 /custom_md_loader/classes/MetadataService.cls 5945 26 5945 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4405 /custom_md_loader/classes/MetadataService.cls 5946 26 5946 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4405 /custom_md_loader/classes/MetadataService.cls 5946 26 5946 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4406 /custom_md_loader/classes/MetadataService.cls 5946 26 5946 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4406 /custom_md_loader/classes/MetadataService.cls 5946 26 5946 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4407 /custom_md_loader/classes/MetadataService.cls 5947 26 5947 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4407 /custom_md_loader/classes/MetadataService.cls 5947 26 5947 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4408 /custom_md_loader/classes/MetadataService.cls 5947 26 5947 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]*'
4408 /custom_md_loader/classes/MetadataService.cls 5947 26 5947 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]*'
4409 /custom_md_loader/classes/MetadataService.cls 5949 12 5955 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4409 /custom_md_loader/classes/MetadataService.cls 5949 12 5955 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4410 /custom_md_loader/classes/MetadataService.cls 5949 12 5955 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexTriggerResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4410 /custom_md_loader/classes/MetadataService.cls 5949 12 5955 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexTriggerResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4411 /custom_md_loader/classes/MetadataService.cls 5951 16 5951 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4411 /custom_md_loader/classes/MetadataService.cls 5951 16 5951 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4412 /custom_md_loader/classes/MetadataService.cls 5952 26 5952 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4412 /custom_md_loader/classes/MetadataService.cls 5952 26 5952 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4413 /custom_md_loader/classes/MetadataService.cls 5952 26 5952 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4413 /custom_md_loader/classes/MetadataService.cls 5952 26 5952 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4414 /custom_md_loader/classes/MetadataService.cls 5953 26 5953 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4414 /custom_md_loader/classes/MetadataService.cls 5953 26 5953 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4415 /custom_md_loader/classes/MetadataService.cls 5953 26 5953 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4415 /custom_md_loader/classes/MetadataService.cls 5953 26 5953 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4416 /custom_md_loader/classes/MetadataService.cls 5954 26 5954 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4416 /custom_md_loader/classes/MetadataService.cls 5954 26 5954 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4417 /custom_md_loader/classes/MetadataService.cls 5954 26 5954 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]*'
4417 /custom_md_loader/classes/MetadataService.cls 5954 26 5954 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]*'
4418 /custom_md_loader/classes/MetadataService.cls 5956 12 5962 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4418 /custom_md_loader/classes/MetadataService.cls 5956 12 5962 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4419 /custom_md_loader/classes/MetadataService.cls 5958 16 5958 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4419 /custom_md_loader/classes/MetadataService.cls 5958 16 5958 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4420 /custom_md_loader/classes/MetadataService.cls 5959 26 5959 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4420 /custom_md_loader/classes/MetadataService.cls 5959 26 5959 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4421 /custom_md_loader/classes/MetadataService.cls 5959 26 5959 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4421 /custom_md_loader/classes/MetadataService.cls 5959 26 5959 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4422 /custom_md_loader/classes/MetadataService.cls 5960 26 5960 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4422 /custom_md_loader/classes/MetadataService.cls 5960 26 5960 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4423 /custom_md_loader/classes/MetadataService.cls 5960 26 5960 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4423 /custom_md_loader/classes/MetadataService.cls 5960 26 5960 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4424 /custom_md_loader/classes/MetadataService.cls 5961 26 5961 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4424 /custom_md_loader/classes/MetadataService.cls 5961 26 5961 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4425 /custom_md_loader/classes/MetadataService.cls 5961 26 5961 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]*'
4425 /custom_md_loader/classes/MetadataService.cls 5961 26 5961 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]*'
4426 /custom_md_loader/classes/MetadataService.cls 5963 12 5969 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4426 /custom_md_loader/classes/MetadataService.cls 5963 12 5969 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4427 /custom_md_loader/classes/MetadataService.cls 5963 12 5969 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4427 /custom_md_loader/classes/MetadataService.cls 5963 12 5969 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomLabelsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4428 /custom_md_loader/classes/MetadataService.cls 5965 16 5965 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4428 /custom_md_loader/classes/MetadataService.cls 5965 16 5965 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4429 /custom_md_loader/classes/MetadataService.cls 5966 26 5966 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4429 /custom_md_loader/classes/MetadataService.cls 5966 26 5966 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4430 /custom_md_loader/classes/MetadataService.cls 5966 26 5966 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4430 /custom_md_loader/classes/MetadataService.cls 5966 26 5966 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4431 /custom_md_loader/classes/MetadataService.cls 5967 26 5967 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4431 /custom_md_loader/classes/MetadataService.cls 5967 26 5967 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4432 /custom_md_loader/classes/MetadataService.cls 5967 26 5967 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4432 /custom_md_loader/classes/MetadataService.cls 5967 26 5967 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4433 /custom_md_loader/classes/MetadataService.cls 5968 26 5968 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4433 /custom_md_loader/classes/MetadataService.cls 5968 26 5968 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4434 /custom_md_loader/classes/MetadataService.cls 5968 26 5968 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]*'
4434 /custom_md_loader/classes/MetadataService.cls 5968 26 5968 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]*'
4435 /custom_md_loader/classes/MetadataService.cls 5970 12 5976 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4435 /custom_md_loader/classes/MetadataService.cls 5970 12 5976 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4436 /custom_md_loader/classes/MetadataService.cls 5972 16 5972 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4436 /custom_md_loader/classes/MetadataService.cls 5972 16 5972 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4437 /custom_md_loader/classes/MetadataService.cls 5973 26 5973 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4437 /custom_md_loader/classes/MetadataService.cls 5973 26 5973 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4438 /custom_md_loader/classes/MetadataService.cls 5973 26 5973 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4438 /custom_md_loader/classes/MetadataService.cls 5973 26 5973 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4439 /custom_md_loader/classes/MetadataService.cls 5974 26 5974 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4439 /custom_md_loader/classes/MetadataService.cls 5974 26 5974 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4440 /custom_md_loader/classes/MetadataService.cls 5974 26 5974 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4440 /custom_md_loader/classes/MetadataService.cls 5974 26 5974 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4441 /custom_md_loader/classes/MetadataService.cls 5975 26 5975 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4441 /custom_md_loader/classes/MetadataService.cls 5975 26 5975 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4442 /custom_md_loader/classes/MetadataService.cls 5975 26 5975 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]*'
4442 /custom_md_loader/classes/MetadataService.cls 5975 26 5975 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]*'
4443 /custom_md_loader/classes/MetadataService.cls 5977 12 5983 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4443 /custom_md_loader/classes/MetadataService.cls 5977 12 5983 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4444 /custom_md_loader/classes/MetadataService.cls 5977 12 5983 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4444 /custom_md_loader/classes/MetadataService.cls 5977 12 5983 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4445 /custom_md_loader/classes/MetadataService.cls 5979 16 5979 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4445 /custom_md_loader/classes/MetadataService.cls 5979 16 5979 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4446 /custom_md_loader/classes/MetadataService.cls 5980 26 5980 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4446 /custom_md_loader/classes/MetadataService.cls 5980 26 5980 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4447 /custom_md_loader/classes/MetadataService.cls 5980 26 5980 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4447 /custom_md_loader/classes/MetadataService.cls 5980 26 5980 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4448 /custom_md_loader/classes/MetadataService.cls 5981 26 5981 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4448 /custom_md_loader/classes/MetadataService.cls 5981 26 5981 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4449 /custom_md_loader/classes/MetadataService.cls 5981 26 5981 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4449 /custom_md_loader/classes/MetadataService.cls 5981 26 5981 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4450 /custom_md_loader/classes/MetadataService.cls 5982 26 5982 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4450 /custom_md_loader/classes/MetadataService.cls 5982 26 5982 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4451 /custom_md_loader/classes/MetadataService.cls 5982 26 5982 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]*'
4451 /custom_md_loader/classes/MetadataService.cls 5982 26 5982 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]*'
4452 /custom_md_loader/classes/MetadataService.cls 5984 12 5990 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4452 /custom_md_loader/classes/MetadataService.cls 5984 12 5990 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4453 /custom_md_loader/classes/MetadataService.cls 5986 16 5986 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4453 /custom_md_loader/classes/MetadataService.cls 5986 16 5986 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4454 /custom_md_loader/classes/MetadataService.cls 5987 26 5987 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4454 /custom_md_loader/classes/MetadataService.cls 5987 26 5987 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4455 /custom_md_loader/classes/MetadataService.cls 5987 26 5987 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4455 /custom_md_loader/classes/MetadataService.cls 5987 26 5987 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4456 /custom_md_loader/classes/MetadataService.cls 5988 26 5988 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4456 /custom_md_loader/classes/MetadataService.cls 5988 26 5988 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4457 /custom_md_loader/classes/MetadataService.cls 5988 26 5988 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4457 /custom_md_loader/classes/MetadataService.cls 5988 26 5988 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4458 /custom_md_loader/classes/MetadataService.cls 5989 26 5989 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4458 /custom_md_loader/classes/MetadataService.cls 5989 26 5989 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4459 /custom_md_loader/classes/MetadataService.cls 5989 26 5989 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]*'
4459 /custom_md_loader/classes/MetadataService.cls 5989 26 5989 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]*'
4460 /custom_md_loader/classes/MetadataService.cls 5991 12 5997 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4460 /custom_md_loader/classes/MetadataService.cls 5991 12 5997 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4461 /custom_md_loader/classes/MetadataService.cls 5991 12 5997 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCallCenterResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4461 /custom_md_loader/classes/MetadataService.cls 5991 12 5997 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCallCenterResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4462 /custom_md_loader/classes/MetadataService.cls 5993 16 5993 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4462 /custom_md_loader/classes/MetadataService.cls 5993 16 5993 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4463 /custom_md_loader/classes/MetadataService.cls 5994 26 5994 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4463 /custom_md_loader/classes/MetadataService.cls 5994 26 5994 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4464 /custom_md_loader/classes/MetadataService.cls 5994 26 5994 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4464 /custom_md_loader/classes/MetadataService.cls 5994 26 5994 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4465 /custom_md_loader/classes/MetadataService.cls 5995 26 5995 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4465 /custom_md_loader/classes/MetadataService.cls 5995 26 5995 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4466 /custom_md_loader/classes/MetadataService.cls 5995 26 5995 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4466 /custom_md_loader/classes/MetadataService.cls 5995 26 5995 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4467 /custom_md_loader/classes/MetadataService.cls 5996 26 5996 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4467 /custom_md_loader/classes/MetadataService.cls 5996 26 5996 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4468 /custom_md_loader/classes/MetadataService.cls 5996 26 5996 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]*'
4468 /custom_md_loader/classes/MetadataService.cls 5996 26 5996 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]*'
4469 /custom_md_loader/classes/MetadataService.cls 5998 12 6004 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4469 /custom_md_loader/classes/MetadataService.cls 5998 12 6004 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4470 /custom_md_loader/classes/MetadataService.cls 6000 16 6000 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4470 /custom_md_loader/classes/MetadataService.cls 6000 16 6000 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4471 /custom_md_loader/classes/MetadataService.cls 6001 26 6001 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4471 /custom_md_loader/classes/MetadataService.cls 6001 26 6001 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4472 /custom_md_loader/classes/MetadataService.cls 6001 26 6001 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4472 /custom_md_loader/classes/MetadataService.cls 6001 26 6001 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4473 /custom_md_loader/classes/MetadataService.cls 6002 26 6002 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4473 /custom_md_loader/classes/MetadataService.cls 6002 26 6002 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4474 /custom_md_loader/classes/MetadataService.cls 6002 26 6002 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4474 /custom_md_loader/classes/MetadataService.cls 6002 26 6002 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4475 /custom_md_loader/classes/MetadataService.cls 6003 26 6003 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4475 /custom_md_loader/classes/MetadataService.cls 6003 26 6003 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4476 /custom_md_loader/classes/MetadataService.cls 6003 26 6003 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]*'
4476 /custom_md_loader/classes/MetadataService.cls 6003 26 6003 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]*'
4477 /custom_md_loader/classes/MetadataService.cls 6005 12 6011 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4477 /custom_md_loader/classes/MetadataService.cls 6005 12 6011 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4478 /custom_md_loader/classes/MetadataService.cls 6005 12 6011 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4478 /custom_md_loader/classes/MetadataService.cls 6005 12 6011 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4479 /custom_md_loader/classes/MetadataService.cls 6007 16 6007 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4479 /custom_md_loader/classes/MetadataService.cls 6007 16 6007 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4480 /custom_md_loader/classes/MetadataService.cls 6008 26 6008 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4480 /custom_md_loader/classes/MetadataService.cls 6008 26 6008 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4481 /custom_md_loader/classes/MetadataService.cls 6008 26 6008 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4481 /custom_md_loader/classes/MetadataService.cls 6008 26 6008 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4482 /custom_md_loader/classes/MetadataService.cls 6009 26 6009 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4482 /custom_md_loader/classes/MetadataService.cls 6009 26 6009 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4483 /custom_md_loader/classes/MetadataService.cls 6009 26 6009 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4483 /custom_md_loader/classes/MetadataService.cls 6009 26 6009 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4484 /custom_md_loader/classes/MetadataService.cls 6010 26 6010 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4484 /custom_md_loader/classes/MetadataService.cls 6010 26 6010 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4485 /custom_md_loader/classes/MetadataService.cls 6010 26 6010 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]*'
4485 /custom_md_loader/classes/MetadataService.cls 6010 26 6010 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]*'
4486 /custom_md_loader/classes/MetadataService.cls 6012 12 6018 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4486 /custom_md_loader/classes/MetadataService.cls 6012 12 6018 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4487 /custom_md_loader/classes/MetadataService.cls 6014 16 6014 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4487 /custom_md_loader/classes/MetadataService.cls 6014 16 6014 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4488 /custom_md_loader/classes/MetadataService.cls 6015 26 6015 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4488 /custom_md_loader/classes/MetadataService.cls 6015 26 6015 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4489 /custom_md_loader/classes/MetadataService.cls 6015 26 6015 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4489 /custom_md_loader/classes/MetadataService.cls 6015 26 6015 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4490 /custom_md_loader/classes/MetadataService.cls 6016 26 6016 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4490 /custom_md_loader/classes/MetadataService.cls 6016 26 6016 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4491 /custom_md_loader/classes/MetadataService.cls 6016 26 6016 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4491 /custom_md_loader/classes/MetadataService.cls 6016 26 6016 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4492 /custom_md_loader/classes/MetadataService.cls 6017 26 6017 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4492 /custom_md_loader/classes/MetadataService.cls 6017 26 6017 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4493 /custom_md_loader/classes/MetadataService.cls 6017 26 6017 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]*'
4493 /custom_md_loader/classes/MetadataService.cls 6017 26 6017 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]*'
4494 /custom_md_loader/classes/MetadataService.cls 6019 12 6025 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4494 /custom_md_loader/classes/MetadataService.cls 6019 12 6025 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4495 /custom_md_loader/classes/MetadataService.cls 6019 12 6025 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRemoteSiteSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4495 /custom_md_loader/classes/MetadataService.cls 6019 12 6025 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readRemoteSiteSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4496 /custom_md_loader/classes/MetadataService.cls 6021 16 6021 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4496 /custom_md_loader/classes/MetadataService.cls 6021 16 6021 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4497 /custom_md_loader/classes/MetadataService.cls 6022 26 6022 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4497 /custom_md_loader/classes/MetadataService.cls 6022 26 6022 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4498 /custom_md_loader/classes/MetadataService.cls 6022 26 6022 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4498 /custom_md_loader/classes/MetadataService.cls 6022 26 6022 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4499 /custom_md_loader/classes/MetadataService.cls 6023 26 6023 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4499 /custom_md_loader/classes/MetadataService.cls 6023 26 6023 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4500 /custom_md_loader/classes/MetadataService.cls 6023 26 6023 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4500 /custom_md_loader/classes/MetadataService.cls 6023 26 6023 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4501 /custom_md_loader/classes/MetadataService.cls 6024 26 6024 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4501 /custom_md_loader/classes/MetadataService.cls 6024 26 6024 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4502 /custom_md_loader/classes/MetadataService.cls 6024 26 6024 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]*'
4502 /custom_md_loader/classes/MetadataService.cls 6024 26 6024 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]*'
4503 /custom_md_loader/classes/MetadataService.cls 6026 12 6032 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4503 /custom_md_loader/classes/MetadataService.cls 6026 12 6032 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4504 /custom_md_loader/classes/MetadataService.cls 6028 16 6028 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4504 /custom_md_loader/classes/MetadataService.cls 6028 16 6028 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4505 /custom_md_loader/classes/MetadataService.cls 6029 26 6029 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4505 /custom_md_loader/classes/MetadataService.cls 6029 26 6029 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4506 /custom_md_loader/classes/MetadataService.cls 6029 26 6029 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4506 /custom_md_loader/classes/MetadataService.cls 6029 26 6029 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4507 /custom_md_loader/classes/MetadataService.cls 6030 26 6030 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4507 /custom_md_loader/classes/MetadataService.cls 6030 26 6030 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4508 /custom_md_loader/classes/MetadataService.cls 6030 26 6030 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4508 /custom_md_loader/classes/MetadataService.cls 6030 26 6030 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4509 /custom_md_loader/classes/MetadataService.cls 6031 26 6031 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4509 /custom_md_loader/classes/MetadataService.cls 6031 26 6031 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4510 /custom_md_loader/classes/MetadataService.cls 6031 26 6031 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]*'
4510 /custom_md_loader/classes/MetadataService.cls 6031 26 6031 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]*'
4511 /custom_md_loader/classes/MetadataService.cls 6033 12 6039 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4511 /custom_md_loader/classes/MetadataService.cls 6033 12 6039 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4512 /custom_md_loader/classes/MetadataService.cls 6033 12 6039 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowSendResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4512 /custom_md_loader/classes/MetadataService.cls 6033 12 6039 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowSendResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4513 /custom_md_loader/classes/MetadataService.cls 6035 16 6035 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4513 /custom_md_loader/classes/MetadataService.cls 6035 16 6035 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4514 /custom_md_loader/classes/MetadataService.cls 6036 26 6036 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4514 /custom_md_loader/classes/MetadataService.cls 6036 26 6036 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4515 /custom_md_loader/classes/MetadataService.cls 6036 26 6036 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4515 /custom_md_loader/classes/MetadataService.cls 6036 26 6036 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4516 /custom_md_loader/classes/MetadataService.cls 6037 26 6037 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4516 /custom_md_loader/classes/MetadataService.cls 6037 26 6037 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4517 /custom_md_loader/classes/MetadataService.cls 6037 26 6037 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4517 /custom_md_loader/classes/MetadataService.cls 6037 26 6037 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4518 /custom_md_loader/classes/MetadataService.cls 6038 26 6038 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4518 /custom_md_loader/classes/MetadataService.cls 6038 26 6038 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4519 /custom_md_loader/classes/MetadataService.cls 6038 26 6038 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]*'
4519 /custom_md_loader/classes/MetadataService.cls 6038 26 6038 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]*'
4520 /custom_md_loader/classes/MetadataService.cls 6040 12 6046 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4520 /custom_md_loader/classes/MetadataService.cls 6040 12 6046 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4521 /custom_md_loader/classes/MetadataService.cls 6042 16 6042 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4521 /custom_md_loader/classes/MetadataService.cls 6042 16 6042 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4522 /custom_md_loader/classes/MetadataService.cls 6043 26 6043 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4522 /custom_md_loader/classes/MetadataService.cls 6043 26 6043 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4523 /custom_md_loader/classes/MetadataService.cls 6043 26 6043 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4523 /custom_md_loader/classes/MetadataService.cls 6043 26 6043 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4524 /custom_md_loader/classes/MetadataService.cls 6044 26 6044 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4524 /custom_md_loader/classes/MetadataService.cls 6044 26 6044 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4525 /custom_md_loader/classes/MetadataService.cls 6044 26 6044 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4525 /custom_md_loader/classes/MetadataService.cls 6044 26 6044 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4526 /custom_md_loader/classes/MetadataService.cls 6045 26 6045 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4526 /custom_md_loader/classes/MetadataService.cls 6045 26 6045 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4527 /custom_md_loader/classes/MetadataService.cls 6045 26 6045 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]*'
4527 /custom_md_loader/classes/MetadataService.cls 6045 26 6045 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]*'
4528 /custom_md_loader/classes/MetadataService.cls 6047 12 6053 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4528 /custom_md_loader/classes/MetadataService.cls 6047 12 6053 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4529 /custom_md_loader/classes/MetadataService.cls 6047 12 6053 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2TypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4529 /custom_md_loader/classes/MetadataService.cls 6047 12 6053 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2TypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4530 /custom_md_loader/classes/MetadataService.cls 6049 16 6049 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4530 /custom_md_loader/classes/MetadataService.cls 6049 16 6049 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4531 /custom_md_loader/classes/MetadataService.cls 6050 26 6050 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4531 /custom_md_loader/classes/MetadataService.cls 6050 26 6050 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4532 /custom_md_loader/classes/MetadataService.cls 6050 26 6050 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4532 /custom_md_loader/classes/MetadataService.cls 6050 26 6050 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4533 /custom_md_loader/classes/MetadataService.cls 6051 26 6051 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4533 /custom_md_loader/classes/MetadataService.cls 6051 26 6051 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4534 /custom_md_loader/classes/MetadataService.cls 6051 26 6051 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4534 /custom_md_loader/classes/MetadataService.cls 6051 26 6051 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4535 /custom_md_loader/classes/MetadataService.cls 6052 26 6052 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4535 /custom_md_loader/classes/MetadataService.cls 6052 26 6052 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4536 /custom_md_loader/classes/MetadataService.cls 6052 26 6052 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]*'
4536 /custom_md_loader/classes/MetadataService.cls 6052 26 6052 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]*'
4537 /custom_md_loader/classes/MetadataService.cls 6054 12 6060 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4537 /custom_md_loader/classes/MetadataService.cls 6054 12 6060 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4538 /custom_md_loader/classes/MetadataService.cls 6056 16 6056 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4538 /custom_md_loader/classes/MetadataService.cls 6056 16 6056 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4539 /custom_md_loader/classes/MetadataService.cls 6057 26 6057 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4539 /custom_md_loader/classes/MetadataService.cls 6057 26 6057 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4540 /custom_md_loader/classes/MetadataService.cls 6057 26 6057 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4540 /custom_md_loader/classes/MetadataService.cls 6057 26 6057 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4541 /custom_md_loader/classes/MetadataService.cls 6058 26 6058 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4541 /custom_md_loader/classes/MetadataService.cls 6058 26 6058 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4542 /custom_md_loader/classes/MetadataService.cls 6058 26 6058 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4542 /custom_md_loader/classes/MetadataService.cls 6058 26 6058 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4543 /custom_md_loader/classes/MetadataService.cls 6059 26 6059 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4543 /custom_md_loader/classes/MetadataService.cls 6059 26 6059 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4544 /custom_md_loader/classes/MetadataService.cls 6059 26 6059 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]*'
4544 /custom_md_loader/classes/MetadataService.cls 6059 26 6059 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]*'
4545 /custom_md_loader/classes/MetadataService.cls 6061 12 6067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4545 /custom_md_loader/classes/MetadataService.cls 6061 12 6067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4546 /custom_md_loader/classes/MetadataService.cls 6061 12 6067 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuoteSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4546 /custom_md_loader/classes/MetadataService.cls 6061 12 6067 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQuoteSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4547 /custom_md_loader/classes/MetadataService.cls 6063 16 6063 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4547 /custom_md_loader/classes/MetadataService.cls 6063 16 6063 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4548 /custom_md_loader/classes/MetadataService.cls 6064 26 6064 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4548 /custom_md_loader/classes/MetadataService.cls 6064 26 6064 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4549 /custom_md_loader/classes/MetadataService.cls 6064 26 6064 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4549 /custom_md_loader/classes/MetadataService.cls 6064 26 6064 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4550 /custom_md_loader/classes/MetadataService.cls 6065 26 6065 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4550 /custom_md_loader/classes/MetadataService.cls 6065 26 6065 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4551 /custom_md_loader/classes/MetadataService.cls 6065 26 6065 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4551 /custom_md_loader/classes/MetadataService.cls 6065 26 6065 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4552 /custom_md_loader/classes/MetadataService.cls 6066 26 6066 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4552 /custom_md_loader/classes/MetadataService.cls 6066 26 6066 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4553 /custom_md_loader/classes/MetadataService.cls 6066 26 6066 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]*'
4553 /custom_md_loader/classes/MetadataService.cls 6066 26 6066 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]*'
4554 /custom_md_loader/classes/MetadataService.cls 6068 12 6074 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4554 /custom_md_loader/classes/MetadataService.cls 6068 12 6074 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4555 /custom_md_loader/classes/MetadataService.cls 6070 16 6070 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4555 /custom_md_loader/classes/MetadataService.cls 6070 16 6070 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4556 /custom_md_loader/classes/MetadataService.cls 6071 26 6071 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4556 /custom_md_loader/classes/MetadataService.cls 6071 26 6071 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4557 /custom_md_loader/classes/MetadataService.cls 6071 26 6071 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4557 /custom_md_loader/classes/MetadataService.cls 6071 26 6071 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4558 /custom_md_loader/classes/MetadataService.cls 6072 26 6072 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4558 /custom_md_loader/classes/MetadataService.cls 6072 26 6072 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4559 /custom_md_loader/classes/MetadataService.cls 6072 26 6072 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4559 /custom_md_loader/classes/MetadataService.cls 6072 26 6072 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4560 /custom_md_loader/classes/MetadataService.cls 6073 26 6073 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4560 /custom_md_loader/classes/MetadataService.cls 6073 26 6073 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4561 /custom_md_loader/classes/MetadataService.cls 6073 26 6073 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]*'
4561 /custom_md_loader/classes/MetadataService.cls 6073 26 6073 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]*'
4562 /custom_md_loader/classes/MetadataService.cls 6075 12 6081 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4562 /custom_md_loader/classes/MetadataService.cls 6075 12 6081 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4563 /custom_md_loader/classes/MetadataService.cls 6075 12 6081 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSynonymDictionaryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4563 /custom_md_loader/classes/MetadataService.cls 6075 12 6081 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSynonymDictionaryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4564 /custom_md_loader/classes/MetadataService.cls 6077 16 6077 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4564 /custom_md_loader/classes/MetadataService.cls 6077 16 6077 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4565 /custom_md_loader/classes/MetadataService.cls 6078 26 6078 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4565 /custom_md_loader/classes/MetadataService.cls 6078 26 6078 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4566 /custom_md_loader/classes/MetadataService.cls 6078 26 6078 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4566 /custom_md_loader/classes/MetadataService.cls 6078 26 6078 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4567 /custom_md_loader/classes/MetadataService.cls 6079 26 6079 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4567 /custom_md_loader/classes/MetadataService.cls 6079 26 6079 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4568 /custom_md_loader/classes/MetadataService.cls 6079 26 6079 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4568 /custom_md_loader/classes/MetadataService.cls 6079 26 6079 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4569 /custom_md_loader/classes/MetadataService.cls 6080 26 6080 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4569 /custom_md_loader/classes/MetadataService.cls 6080 26 6080 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4570 /custom_md_loader/classes/MetadataService.cls 6080 26 6080 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]*'
4570 /custom_md_loader/classes/MetadataService.cls 6080 26 6080 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]*'
4571 /custom_md_loader/classes/MetadataService.cls 6082 12 6088 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4571 /custom_md_loader/classes/MetadataService.cls 6082 12 6088 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4572 /custom_md_loader/classes/MetadataService.cls 6084 16 6084 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4572 /custom_md_loader/classes/MetadataService.cls 6084 16 6084 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4573 /custom_md_loader/classes/MetadataService.cls 6085 26 6085 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4573 /custom_md_loader/classes/MetadataService.cls 6085 26 6085 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4574 /custom_md_loader/classes/MetadataService.cls 6085 26 6085 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4574 /custom_md_loader/classes/MetadataService.cls 6085 26 6085 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4575 /custom_md_loader/classes/MetadataService.cls 6086 26 6086 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4575 /custom_md_loader/classes/MetadataService.cls 6086 26 6086 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4576 /custom_md_loader/classes/MetadataService.cls 6086 26 6086 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4576 /custom_md_loader/classes/MetadataService.cls 6086 26 6086 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4577 /custom_md_loader/classes/MetadataService.cls 6087 26 6087 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4577 /custom_md_loader/classes/MetadataService.cls 6087 26 6087 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4578 /custom_md_loader/classes/MetadataService.cls 6087 26 6087 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]*'
4578 /custom_md_loader/classes/MetadataService.cls 6087 26 6087 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]*'
4579 /custom_md_loader/classes/MetadataService.cls 6089 12 6095 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4579 /custom_md_loader/classes/MetadataService.cls 6089 12 6095 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4580 /custom_md_loader/classes/MetadataService.cls 6089 12 6095 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowOutboundMessageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4580 /custom_md_loader/classes/MetadataService.cls 6089 12 6095 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowOutboundMessageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4581 /custom_md_loader/classes/MetadataService.cls 6091 16 6091 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4581 /custom_md_loader/classes/MetadataService.cls 6091 16 6091 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4582 /custom_md_loader/classes/MetadataService.cls 6092 26 6092 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4582 /custom_md_loader/classes/MetadataService.cls 6092 26 6092 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4583 /custom_md_loader/classes/MetadataService.cls 6092 26 6092 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4583 /custom_md_loader/classes/MetadataService.cls 6092 26 6092 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4584 /custom_md_loader/classes/MetadataService.cls 6093 26 6093 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4584 /custom_md_loader/classes/MetadataService.cls 6093 26 6093 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4585 /custom_md_loader/classes/MetadataService.cls 6093 26 6093 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4585 /custom_md_loader/classes/MetadataService.cls 6093 26 6093 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4586 /custom_md_loader/classes/MetadataService.cls 6094 26 6094 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4586 /custom_md_loader/classes/MetadataService.cls 6094 26 6094 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4587 /custom_md_loader/classes/MetadataService.cls 6094 26 6094 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]*'
4587 /custom_md_loader/classes/MetadataService.cls 6094 26 6094 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]*'
4588 /custom_md_loader/classes/MetadataService.cls 6096 12 6102 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4588 /custom_md_loader/classes/MetadataService.cls 6096 12 6102 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4589 /custom_md_loader/classes/MetadataService.cls 6098 16 6098 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4589 /custom_md_loader/classes/MetadataService.cls 6098 16 6098 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4590 /custom_md_loader/classes/MetadataService.cls 6099 26 6099 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4590 /custom_md_loader/classes/MetadataService.cls 6099 26 6099 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4591 /custom_md_loader/classes/MetadataService.cls 6099 26 6099 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4591 /custom_md_loader/classes/MetadataService.cls 6099 26 6099 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4592 /custom_md_loader/classes/MetadataService.cls 6100 26 6100 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4592 /custom_md_loader/classes/MetadataService.cls 6100 26 6100 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4593 /custom_md_loader/classes/MetadataService.cls 6100 26 6100 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4593 /custom_md_loader/classes/MetadataService.cls 6100 26 6100 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4594 /custom_md_loader/classes/MetadataService.cls 6101 26 6101 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4594 /custom_md_loader/classes/MetadataService.cls 6101 26 6101 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4595 /custom_md_loader/classes/MetadataService.cls 6101 26 6101 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]*'
4595 /custom_md_loader/classes/MetadataService.cls 6101 26 6101 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]*'
4596 /custom_md_loader/classes/MetadataService.cls 6103 12 6109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4596 /custom_md_loader/classes/MetadataService.cls 6103 12 6109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4597 /custom_md_loader/classes/MetadataService.cls 6103 12 6109 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPostTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4597 /custom_md_loader/classes/MetadataService.cls 6103 12 6109 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPostTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4598 /custom_md_loader/classes/MetadataService.cls 6105 16 6105 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4598 /custom_md_loader/classes/MetadataService.cls 6105 16 6105 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4599 /custom_md_loader/classes/MetadataService.cls 6106 26 6106 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4599 /custom_md_loader/classes/MetadataService.cls 6106 26 6106 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4600 /custom_md_loader/classes/MetadataService.cls 6106 26 6106 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4600 /custom_md_loader/classes/MetadataService.cls 6106 26 6106 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4601 /custom_md_loader/classes/MetadataService.cls 6107 26 6107 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4601 /custom_md_loader/classes/MetadataService.cls 6107 26 6107 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4602 /custom_md_loader/classes/MetadataService.cls 6107 26 6107 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4602 /custom_md_loader/classes/MetadataService.cls 6107 26 6107 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4603 /custom_md_loader/classes/MetadataService.cls 6108 26 6108 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4603 /custom_md_loader/classes/MetadataService.cls 6108 26 6108 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4604 /custom_md_loader/classes/MetadataService.cls 6108 26 6108 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]*'
4604 /custom_md_loader/classes/MetadataService.cls 6108 26 6108 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]*'
4605 /custom_md_loader/classes/MetadataService.cls 6110 12 6116 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4605 /custom_md_loader/classes/MetadataService.cls 6110 12 6116 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4606 /custom_md_loader/classes/MetadataService.cls 6112 16 6112 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4606 /custom_md_loader/classes/MetadataService.cls 6112 16 6112 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4607 /custom_md_loader/classes/MetadataService.cls 6113 26 6113 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4607 /custom_md_loader/classes/MetadataService.cls 6113 26 6113 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4608 /custom_md_loader/classes/MetadataService.cls 6113 26 6113 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4608 /custom_md_loader/classes/MetadataService.cls 6113 26 6113 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4609 /custom_md_loader/classes/MetadataService.cls 6114 26 6114 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4609 /custom_md_loader/classes/MetadataService.cls 6114 26 6114 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4610 /custom_md_loader/classes/MetadataService.cls 6114 26 6114 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4610 /custom_md_loader/classes/MetadataService.cls 6114 26 6114 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4611 /custom_md_loader/classes/MetadataService.cls 6115 26 6115 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4611 /custom_md_loader/classes/MetadataService.cls 6115 26 6115 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4612 /custom_md_loader/classes/MetadataService.cls 6115 26 6115 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]*'
4612 /custom_md_loader/classes/MetadataService.cls 6115 26 6115 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]*'
4613 /custom_md_loader/classes/MetadataService.cls 6117 12 6123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4613 /custom_md_loader/classes/MetadataService.cls 6117 12 6123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4614 /custom_md_loader/classes/MetadataService.cls 6117 12 6123 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowFieldUpdateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4614 /custom_md_loader/classes/MetadataService.cls 6117 12 6123 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowFieldUpdateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4615 /custom_md_loader/classes/MetadataService.cls 6119 16 6119 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4615 /custom_md_loader/classes/MetadataService.cls 6119 16 6119 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4616 /custom_md_loader/classes/MetadataService.cls 6120 26 6120 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4616 /custom_md_loader/classes/MetadataService.cls 6120 26 6120 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4617 /custom_md_loader/classes/MetadataService.cls 6120 26 6120 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4617 /custom_md_loader/classes/MetadataService.cls 6120 26 6120 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4618 /custom_md_loader/classes/MetadataService.cls 6121 26 6121 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4618 /custom_md_loader/classes/MetadataService.cls 6121 26 6121 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4619 /custom_md_loader/classes/MetadataService.cls 6121 26 6121 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4619 /custom_md_loader/classes/MetadataService.cls 6121 26 6121 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4620 /custom_md_loader/classes/MetadataService.cls 6122 26 6122 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4620 /custom_md_loader/classes/MetadataService.cls 6122 26 6122 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4621 /custom_md_loader/classes/MetadataService.cls 6122 26 6122 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]*'
4621 /custom_md_loader/classes/MetadataService.cls 6122 26 6122 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]*'
4622 /custom_md_loader/classes/MetadataService.cls 6124 12 6130 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4622 /custom_md_loader/classes/MetadataService.cls 6124 12 6130 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4623 /custom_md_loader/classes/MetadataService.cls 6126 16 6126 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4623 /custom_md_loader/classes/MetadataService.cls 6126 16 6126 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4624 /custom_md_loader/classes/MetadataService.cls 6127 26 6127 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4624 /custom_md_loader/classes/MetadataService.cls 6127 26 6127 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4625 /custom_md_loader/classes/MetadataService.cls 6127 26 6127 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4625 /custom_md_loader/classes/MetadataService.cls 6127 26 6127 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4626 /custom_md_loader/classes/MetadataService.cls 6128 26 6128 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4626 /custom_md_loader/classes/MetadataService.cls 6128 26 6128 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4627 /custom_md_loader/classes/MetadataService.cls 6128 26 6128 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4627 /custom_md_loader/classes/MetadataService.cls 6128 26 6128 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4628 /custom_md_loader/classes/MetadataService.cls 6129 26 6129 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4628 /custom_md_loader/classes/MetadataService.cls 6129 26 6129 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4629 /custom_md_loader/classes/MetadataService.cls 6129 26 6129 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]*'
4629 /custom_md_loader/classes/MetadataService.cls 6129 26 6129 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]*'
4630 /custom_md_loader/classes/MetadataService.cls 6131 12 6137 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4630 /custom_md_loader/classes/MetadataService.cls 6131 12 6137 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4631 /custom_md_loader/classes/MetadataService.cls 6131 12 6137 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomTabResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4631 /custom_md_loader/classes/MetadataService.cls 6131 12 6137 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomTabResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4632 /custom_md_loader/classes/MetadataService.cls 6133 16 6133 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4632 /custom_md_loader/classes/MetadataService.cls 6133 16 6133 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4633 /custom_md_loader/classes/MetadataService.cls 6134 26 6134 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4633 /custom_md_loader/classes/MetadataService.cls 6134 26 6134 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4634 /custom_md_loader/classes/MetadataService.cls 6134 26 6134 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4634 /custom_md_loader/classes/MetadataService.cls 6134 26 6134 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4635 /custom_md_loader/classes/MetadataService.cls 6135 26 6135 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4635 /custom_md_loader/classes/MetadataService.cls 6135 26 6135 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4636 /custom_md_loader/classes/MetadataService.cls 6135 26 6135 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4636 /custom_md_loader/classes/MetadataService.cls 6135 26 6135 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4637 /custom_md_loader/classes/MetadataService.cls 6136 26 6136 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4637 /custom_md_loader/classes/MetadataService.cls 6136 26 6136 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4638 /custom_md_loader/classes/MetadataService.cls 6136 26 6136 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]*'
4638 /custom_md_loader/classes/MetadataService.cls 6136 26 6136 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]*'
4639 /custom_md_loader/classes/MetadataService.cls 6138 12 6144 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4639 /custom_md_loader/classes/MetadataService.cls 6138 12 6144 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4640 /custom_md_loader/classes/MetadataService.cls 6140 16 6140 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4640 /custom_md_loader/classes/MetadataService.cls 6140 16 6140 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4641 /custom_md_loader/classes/MetadataService.cls 6141 26 6141 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4641 /custom_md_loader/classes/MetadataService.cls 6141 26 6141 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4642 /custom_md_loader/classes/MetadataService.cls 6141 26 6141 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4642 /custom_md_loader/classes/MetadataService.cls 6141 26 6141 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4643 /custom_md_loader/classes/MetadataService.cls 6142 26 6142 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4643 /custom_md_loader/classes/MetadataService.cls 6142 26 6142 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4644 /custom_md_loader/classes/MetadataService.cls 6142 26 6142 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4644 /custom_md_loader/classes/MetadataService.cls 6142 26 6142 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4645 /custom_md_loader/classes/MetadataService.cls 6143 26 6143 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4645 /custom_md_loader/classes/MetadataService.cls 6143 26 6143 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4646 /custom_md_loader/classes/MetadataService.cls 6143 26 6143 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]*'
4646 /custom_md_loader/classes/MetadataService.cls 6143 26 6143 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]*'
4647 /custom_md_loader/classes/MetadataService.cls 6145 12 6151 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4647 /custom_md_loader/classes/MetadataService.cls 6145 12 6151 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4648 /custom_md_loader/classes/MetadataService.cls 6145 12 6151 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLetterheadResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4648 /custom_md_loader/classes/MetadataService.cls 6145 12 6151 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLetterheadResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4649 /custom_md_loader/classes/MetadataService.cls 6147 16 6147 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4649 /custom_md_loader/classes/MetadataService.cls 6147 16 6147 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4650 /custom_md_loader/classes/MetadataService.cls 6148 26 6148 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4650 /custom_md_loader/classes/MetadataService.cls 6148 26 6148 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4651 /custom_md_loader/classes/MetadataService.cls 6148 26 6148 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4651 /custom_md_loader/classes/MetadataService.cls 6148 26 6148 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4652 /custom_md_loader/classes/MetadataService.cls 6149 26 6149 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4652 /custom_md_loader/classes/MetadataService.cls 6149 26 6149 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4653 /custom_md_loader/classes/MetadataService.cls 6149 26 6149 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4653 /custom_md_loader/classes/MetadataService.cls 6149 26 6149 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4654 /custom_md_loader/classes/MetadataService.cls 6150 26 6150 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4654 /custom_md_loader/classes/MetadataService.cls 6150 26 6150 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4655 /custom_md_loader/classes/MetadataService.cls 6150 26 6150 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]*'
4655 /custom_md_loader/classes/MetadataService.cls 6150 26 6150 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]*'
4656 /custom_md_loader/classes/MetadataService.cls 6152 12 6158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4656 /custom_md_loader/classes/MetadataService.cls 6152 12 6158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4657 /custom_md_loader/classes/MetadataService.cls 6154 16 6154 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4657 /custom_md_loader/classes/MetadataService.cls 6154 16 6154 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4658 /custom_md_loader/classes/MetadataService.cls 6155 26 6155 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4658 /custom_md_loader/classes/MetadataService.cls 6155 26 6155 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4659 /custom_md_loader/classes/MetadataService.cls 6155 26 6155 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4659 /custom_md_loader/classes/MetadataService.cls 6155 26 6155 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4660 /custom_md_loader/classes/MetadataService.cls 6156 26 6156 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4660 /custom_md_loader/classes/MetadataService.cls 6156 26 6156 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4661 /custom_md_loader/classes/MetadataService.cls 6156 26 6156 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4661 /custom_md_loader/classes/MetadataService.cls 6156 26 6156 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4662 /custom_md_loader/classes/MetadataService.cls 6157 26 6157 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4662 /custom_md_loader/classes/MetadataService.cls 6157 26 6157 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4663 /custom_md_loader/classes/MetadataService.cls 6157 26 6157 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]*'
4663 /custom_md_loader/classes/MetadataService.cls 6157 26 6157 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]*'
4664 /custom_md_loader/classes/MetadataService.cls 6159 12 6165 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4664 /custom_md_loader/classes/MetadataService.cls 6159 12 6165 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4665 /custom_md_loader/classes/MetadataService.cls 6159 12 6165 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readInstalledPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4665 /custom_md_loader/classes/MetadataService.cls 6159 12 6165 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readInstalledPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4666 /custom_md_loader/classes/MetadataService.cls 6161 16 6161 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4666 /custom_md_loader/classes/MetadataService.cls 6161 16 6161 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4667 /custom_md_loader/classes/MetadataService.cls 6162 26 6162 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4667 /custom_md_loader/classes/MetadataService.cls 6162 26 6162 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4668 /custom_md_loader/classes/MetadataService.cls 6162 26 6162 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4668 /custom_md_loader/classes/MetadataService.cls 6162 26 6162 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4669 /custom_md_loader/classes/MetadataService.cls 6163 26 6163 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4669 /custom_md_loader/classes/MetadataService.cls 6163 26 6163 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4670 /custom_md_loader/classes/MetadataService.cls 6163 26 6163 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4670 /custom_md_loader/classes/MetadataService.cls 6163 26 6163 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4671 /custom_md_loader/classes/MetadataService.cls 6164 26 6164 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4671 /custom_md_loader/classes/MetadataService.cls 6164 26 6164 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4672 /custom_md_loader/classes/MetadataService.cls 6164 26 6164 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]*'
4672 /custom_md_loader/classes/MetadataService.cls 6164 26 6164 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]*'
4673 /custom_md_loader/classes/MetadataService.cls 6166 12 6172 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4673 /custom_md_loader/classes/MetadataService.cls 6166 12 6172 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4674 /custom_md_loader/classes/MetadataService.cls 6168 16 6168 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4674 /custom_md_loader/classes/MetadataService.cls 6168 16 6168 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4675 /custom_md_loader/classes/MetadataService.cls 6169 26 6169 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4675 /custom_md_loader/classes/MetadataService.cls 6169 26 6169 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4676 /custom_md_loader/classes/MetadataService.cls 6169 26 6169 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4676 /custom_md_loader/classes/MetadataService.cls 6169 26 6169 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4677 /custom_md_loader/classes/MetadataService.cls 6170 26 6170 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4677 /custom_md_loader/classes/MetadataService.cls 6170 26 6170 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4678 /custom_md_loader/classes/MetadataService.cls 6170 26 6170 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4678 /custom_md_loader/classes/MetadataService.cls 6170 26 6170 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4679 /custom_md_loader/classes/MetadataService.cls 6171 26 6171 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4679 /custom_md_loader/classes/MetadataService.cls 6171 26 6171 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4680 /custom_md_loader/classes/MetadataService.cls 6171 26 6171 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]*'
4680 /custom_md_loader/classes/MetadataService.cls 6171 26 6171 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]*'
4681 /custom_md_loader/classes/MetadataService.cls 6173 12 6179 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4681 /custom_md_loader/classes/MetadataService.cls 6173 12 6179 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4682 /custom_md_loader/classes/MetadataService.cls 6173 12 6179 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQueueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4682 /custom_md_loader/classes/MetadataService.cls 6173 12 6179 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readQueueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4683 /custom_md_loader/classes/MetadataService.cls 6175 16 6175 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4683 /custom_md_loader/classes/MetadataService.cls 6175 16 6175 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4684 /custom_md_loader/classes/MetadataService.cls 6176 26 6176 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4684 /custom_md_loader/classes/MetadataService.cls 6176 26 6176 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4685 /custom_md_loader/classes/MetadataService.cls 6176 26 6176 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4685 /custom_md_loader/classes/MetadataService.cls 6176 26 6176 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4686 /custom_md_loader/classes/MetadataService.cls 6177 26 6177 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4686 /custom_md_loader/classes/MetadataService.cls 6177 26 6177 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4687 /custom_md_loader/classes/MetadataService.cls 6177 26 6177 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4687 /custom_md_loader/classes/MetadataService.cls 6177 26 6177 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4688 /custom_md_loader/classes/MetadataService.cls 6178 26 6178 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4688 /custom_md_loader/classes/MetadataService.cls 6178 26 6178 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4689 /custom_md_loader/classes/MetadataService.cls 6178 26 6178 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]*'
4689 /custom_md_loader/classes/MetadataService.cls 6178 26 6178 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]*'
4690 /custom_md_loader/classes/MetadataService.cls 6180 12 6186 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4690 /custom_md_loader/classes/MetadataService.cls 6180 12 6186 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4691 /custom_md_loader/classes/MetadataService.cls 6182 16 6182 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4691 /custom_md_loader/classes/MetadataService.cls 6182 16 6182 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4692 /custom_md_loader/classes/MetadataService.cls 6183 26 6183 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4692 /custom_md_loader/classes/MetadataService.cls 6183 26 6183 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4693 /custom_md_loader/classes/MetadataService.cls 6183 26 6183 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4693 /custom_md_loader/classes/MetadataService.cls 6183 26 6183 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4694 /custom_md_loader/classes/MetadataService.cls 6184 26 6184 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4694 /custom_md_loader/classes/MetadataService.cls 6184 26 6184 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4695 /custom_md_loader/classes/MetadataService.cls 6184 26 6184 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4695 /custom_md_loader/classes/MetadataService.cls 6184 26 6184 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4696 /custom_md_loader/classes/MetadataService.cls 6185 26 6185 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4696 /custom_md_loader/classes/MetadataService.cls 6185 26 6185 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4697 /custom_md_loader/classes/MetadataService.cls 6185 26 6185 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]*'
4697 /custom_md_loader/classes/MetadataService.cls 6185 26 6185 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]*'
4698 /custom_md_loader/classes/MetadataService.cls 6187 12 6193 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4698 /custom_md_loader/classes/MetadataService.cls 6187 12 6193 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4699 /custom_md_loader/classes/MetadataService.cls 6187 12 6193 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuthProviderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4699 /custom_md_loader/classes/MetadataService.cls 6187 12 6193 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAuthProviderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4700 /custom_md_loader/classes/MetadataService.cls 6189 16 6189 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4700 /custom_md_loader/classes/MetadataService.cls 6189 16 6189 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4701 /custom_md_loader/classes/MetadataService.cls 6190 26 6190 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4701 /custom_md_loader/classes/MetadataService.cls 6190 26 6190 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4702 /custom_md_loader/classes/MetadataService.cls 6190 26 6190 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4702 /custom_md_loader/classes/MetadataService.cls 6190 26 6190 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4703 /custom_md_loader/classes/MetadataService.cls 6191 26 6191 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4703 /custom_md_loader/classes/MetadataService.cls 6191 26 6191 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4704 /custom_md_loader/classes/MetadataService.cls 6191 26 6191 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4704 /custom_md_loader/classes/MetadataService.cls 6191 26 6191 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4705 /custom_md_loader/classes/MetadataService.cls 6192 26 6192 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4705 /custom_md_loader/classes/MetadataService.cls 6192 26 6192 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4706 /custom_md_loader/classes/MetadataService.cls 6192 26 6192 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]*'
4706 /custom_md_loader/classes/MetadataService.cls 6192 26 6192 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]*'
4707 /custom_md_loader/classes/MetadataService.cls 6194 12 6200 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4707 /custom_md_loader/classes/MetadataService.cls 6194 12 6200 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4708 /custom_md_loader/classes/MetadataService.cls 6196 16 6196 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4708 /custom_md_loader/classes/MetadataService.cls 6196 16 6196 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4709 /custom_md_loader/classes/MetadataService.cls 6197 26 6197 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4709 /custom_md_loader/classes/MetadataService.cls 6197 26 6197 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4710 /custom_md_loader/classes/MetadataService.cls 6197 26 6197 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4710 /custom_md_loader/classes/MetadataService.cls 6197 26 6197 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4711 /custom_md_loader/classes/MetadataService.cls 6198 26 6198 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4711 /custom_md_loader/classes/MetadataService.cls 6198 26 6198 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4712 /custom_md_loader/classes/MetadataService.cls 6198 26 6198 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4712 /custom_md_loader/classes/MetadataService.cls 6198 26 6198 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4713 /custom_md_loader/classes/MetadataService.cls 6199 26 6199 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4713 /custom_md_loader/classes/MetadataService.cls 6199 26 6199 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4714 /custom_md_loader/classes/MetadataService.cls 6199 26 6199 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]*'
4714 /custom_md_loader/classes/MetadataService.cls 6199 26 6199 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]*'
4715 /custom_md_loader/classes/MetadataService.cls 6201 12 6207 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4715 /custom_md_loader/classes/MetadataService.cls 6201 12 6207 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4716 /custom_md_loader/classes/MetadataService.cls 6201 12 6207 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4716 /custom_md_loader/classes/MetadataService.cls 6201 12 6207 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEntitlementSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4717 /custom_md_loader/classes/MetadataService.cls 6203 16 6203 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4717 /custom_md_loader/classes/MetadataService.cls 6203 16 6203 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4718 /custom_md_loader/classes/MetadataService.cls 6204 26 6204 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4718 /custom_md_loader/classes/MetadataService.cls 6204 26 6204 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4719 /custom_md_loader/classes/MetadataService.cls 6204 26 6204 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4719 /custom_md_loader/classes/MetadataService.cls 6204 26 6204 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4720 /custom_md_loader/classes/MetadataService.cls 6205 26 6205 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4720 /custom_md_loader/classes/MetadataService.cls 6205 26 6205 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4721 /custom_md_loader/classes/MetadataService.cls 6205 26 6205 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4721 /custom_md_loader/classes/MetadataService.cls 6205 26 6205 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4722 /custom_md_loader/classes/MetadataService.cls 6206 26 6206 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4722 /custom_md_loader/classes/MetadataService.cls 6206 26 6206 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4723 /custom_md_loader/classes/MetadataService.cls 6206 26 6206 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]*'
4723 /custom_md_loader/classes/MetadataService.cls 6206 26 6206 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]*'
4724 /custom_md_loader/classes/MetadataService.cls 6208 12 6214 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4724 /custom_md_loader/classes/MetadataService.cls 6208 12 6214 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4725 /custom_md_loader/classes/MetadataService.cls 6210 16 6210 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4725 /custom_md_loader/classes/MetadataService.cls 6210 16 6210 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4726 /custom_md_loader/classes/MetadataService.cls 6211 26 6211 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4726 /custom_md_loader/classes/MetadataService.cls 6211 26 6211 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4727 /custom_md_loader/classes/MetadataService.cls 6211 26 6211 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4727 /custom_md_loader/classes/MetadataService.cls 6211 26 6211 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4728 /custom_md_loader/classes/MetadataService.cls 6212 26 6212 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4728 /custom_md_loader/classes/MetadataService.cls 6212 26 6212 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4729 /custom_md_loader/classes/MetadataService.cls 6212 26 6212 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4729 /custom_md_loader/classes/MetadataService.cls 6212 26 6212 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4730 /custom_md_loader/classes/MetadataService.cls 6213 26 6213 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4730 /custom_md_loader/classes/MetadataService.cls 6213 26 6213 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4731 /custom_md_loader/classes/MetadataService.cls 6213 26 6213 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]*'
4731 /custom_md_loader/classes/MetadataService.cls 6213 26 6213 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]*'
4732 /custom_md_loader/classes/MetadataService.cls 6215 12 6221 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4732 /custom_md_loader/classes/MetadataService.cls 6215 12 6221 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4733 /custom_md_loader/classes/MetadataService.cls 6215 12 6221 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4733 /custom_md_loader/classes/MetadataService.cls 6215 12 6221 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4734 /custom_md_loader/classes/MetadataService.cls 6217 16 6217 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4734 /custom_md_loader/classes/MetadataService.cls 6217 16 6217 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4735 /custom_md_loader/classes/MetadataService.cls 6218 26 6218 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4735 /custom_md_loader/classes/MetadataService.cls 6218 26 6218 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4736 /custom_md_loader/classes/MetadataService.cls 6218 26 6218 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4736 /custom_md_loader/classes/MetadataService.cls 6218 26 6218 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4737 /custom_md_loader/classes/MetadataService.cls 6219 26 6219 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4737 /custom_md_loader/classes/MetadataService.cls 6219 26 6219 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4738 /custom_md_loader/classes/MetadataService.cls 6219 26 6219 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4738 /custom_md_loader/classes/MetadataService.cls 6219 26 6219 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4739 /custom_md_loader/classes/MetadataService.cls 6220 26 6220 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4739 /custom_md_loader/classes/MetadataService.cls 6220 26 6220 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4740 /custom_md_loader/classes/MetadataService.cls 6220 26 6220 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]*'
4740 /custom_md_loader/classes/MetadataService.cls 6220 26 6220 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]*'
4741 /custom_md_loader/classes/MetadataService.cls 6222 12 6228 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4741 /custom_md_loader/classes/MetadataService.cls 6222 12 6228 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4742 /custom_md_loader/classes/MetadataService.cls 6224 16 6224 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4742 /custom_md_loader/classes/MetadataService.cls 6224 16 6224 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4743 /custom_md_loader/classes/MetadataService.cls 6225 26 6225 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4743 /custom_md_loader/classes/MetadataService.cls 6225 26 6225 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4744 /custom_md_loader/classes/MetadataService.cls 6225 26 6225 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4744 /custom_md_loader/classes/MetadataService.cls 6225 26 6225 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4745 /custom_md_loader/classes/MetadataService.cls 6226 26 6226 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4745 /custom_md_loader/classes/MetadataService.cls 6226 26 6226 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4746 /custom_md_loader/classes/MetadataService.cls 6226 26 6226 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4746 /custom_md_loader/classes/MetadataService.cls 6226 26 6226 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4747 /custom_md_loader/classes/MetadataService.cls 6227 26 6227 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4747 /custom_md_loader/classes/MetadataService.cls 6227 26 6227 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4748 /custom_md_loader/classes/MetadataService.cls 6227 26 6227 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]*'
4748 /custom_md_loader/classes/MetadataService.cls 6227 26 6227 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]*'
4749 /custom_md_loader/classes/MetadataService.cls 6229 12 6235 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4749 /custom_md_loader/classes/MetadataService.cls 6229 12 6235 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4750 /custom_md_loader/classes/MetadataService.cls 6229 12 6235 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomFieldResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4750 /custom_md_loader/classes/MetadataService.cls 6229 12 6235 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomFieldResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4751 /custom_md_loader/classes/MetadataService.cls 6231 16 6231 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4751 /custom_md_loader/classes/MetadataService.cls 6231 16 6231 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4752 /custom_md_loader/classes/MetadataService.cls 6232 26 6232 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4752 /custom_md_loader/classes/MetadataService.cls 6232 26 6232 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4753 /custom_md_loader/classes/MetadataService.cls 6232 26 6232 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4753 /custom_md_loader/classes/MetadataService.cls 6232 26 6232 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4754 /custom_md_loader/classes/MetadataService.cls 6233 26 6233 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4754 /custom_md_loader/classes/MetadataService.cls 6233 26 6233 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4755 /custom_md_loader/classes/MetadataService.cls 6233 26 6233 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4755 /custom_md_loader/classes/MetadataService.cls 6233 26 6233 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4756 /custom_md_loader/classes/MetadataService.cls 6234 26 6234 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4756 /custom_md_loader/classes/MetadataService.cls 6234 26 6234 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4757 /custom_md_loader/classes/MetadataService.cls 6234 26 6234 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]*'
4757 /custom_md_loader/classes/MetadataService.cls 6234 26 6234 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]*'
4758 /custom_md_loader/classes/MetadataService.cls 6236 12 6242 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4758 /custom_md_loader/classes/MetadataService.cls 6236 12 6242 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4759 /custom_md_loader/classes/MetadataService.cls 6238 16 6238 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4759 /custom_md_loader/classes/MetadataService.cls 6238 16 6238 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4760 /custom_md_loader/classes/MetadataService.cls 6239 26 6239 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4760 /custom_md_loader/classes/MetadataService.cls 6239 26 6239 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4761 /custom_md_loader/classes/MetadataService.cls 6239 26 6239 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4761 /custom_md_loader/classes/MetadataService.cls 6239 26 6239 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4762 /custom_md_loader/classes/MetadataService.cls 6240 26 6240 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4762 /custom_md_loader/classes/MetadataService.cls 6240 26 6240 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4763 /custom_md_loader/classes/MetadataService.cls 6240 26 6240 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4763 /custom_md_loader/classes/MetadataService.cls 6240 26 6240 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4764 /custom_md_loader/classes/MetadataService.cls 6241 26 6241 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4764 /custom_md_loader/classes/MetadataService.cls 6241 26 6241 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4765 /custom_md_loader/classes/MetadataService.cls 6241 26 6241 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]*'
4765 /custom_md_loader/classes/MetadataService.cls 6241 26 6241 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]*'
4766 /custom_md_loader/classes/MetadataService.cls 6243 12 6249 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4766 /custom_md_loader/classes/MetadataService.cls 6243 12 6249 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4767 /custom_md_loader/classes/MetadataService.cls 6243 12 6249 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowTaskResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4767 /custom_md_loader/classes/MetadataService.cls 6243 12 6249 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readWorkflowTaskResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4768 /custom_md_loader/classes/MetadataService.cls 6245 16 6245 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4768 /custom_md_loader/classes/MetadataService.cls 6245 16 6245 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4769 /custom_md_loader/classes/MetadataService.cls 6246 26 6246 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4769 /custom_md_loader/classes/MetadataService.cls 6246 26 6246 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4770 /custom_md_loader/classes/MetadataService.cls 6246 26 6246 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4770 /custom_md_loader/classes/MetadataService.cls 6246 26 6246 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4771 /custom_md_loader/classes/MetadataService.cls 6247 26 6247 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4771 /custom_md_loader/classes/MetadataService.cls 6247 26 6247 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4772 /custom_md_loader/classes/MetadataService.cls 6247 26 6247 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4772 /custom_md_loader/classes/MetadataService.cls 6247 26 6247 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4773 /custom_md_loader/classes/MetadataService.cls 6248 26 6248 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4773 /custom_md_loader/classes/MetadataService.cls 6248 26 6248 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4774 /custom_md_loader/classes/MetadataService.cls 6248 26 6248 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]*'
4774 /custom_md_loader/classes/MetadataService.cls 6248 26 6248 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]*'
4775 /custom_md_loader/classes/MetadataService.cls 6250 12 6256 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4775 /custom_md_loader/classes/MetadataService.cls 6250 12 6256 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4776 /custom_md_loader/classes/MetadataService.cls 6252 16 6252 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4776 /custom_md_loader/classes/MetadataService.cls 6252 16 6252 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4777 /custom_md_loader/classes/MetadataService.cls 6253 26 6253 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4777 /custom_md_loader/classes/MetadataService.cls 6253 26 6253 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4778 /custom_md_loader/classes/MetadataService.cls 6253 26 6253 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4778 /custom_md_loader/classes/MetadataService.cls 6253 26 6253 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4779 /custom_md_loader/classes/MetadataService.cls 6254 26 6254 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4779 /custom_md_loader/classes/MetadataService.cls 6254 26 6254 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4780 /custom_md_loader/classes/MetadataService.cls 6254 26 6254 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4780 /custom_md_loader/classes/MetadataService.cls 6254 26 6254 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4781 /custom_md_loader/classes/MetadataService.cls 6255 26 6255 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4781 /custom_md_loader/classes/MetadataService.cls 6255 26 6255 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4782 /custom_md_loader/classes/MetadataService.cls 6255 26 6255 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]*'
4782 /custom_md_loader/classes/MetadataService.cls 6255 26 6255 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]*'
4783 /custom_md_loader/classes/MetadataService.cls 6257 12 6263 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4783 /custom_md_loader/classes/MetadataService.cls 6257 12 6263 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4784 /custom_md_loader/classes/MetadataService.cls 6257 12 6263 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCorsWhitelistOriginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4784 /custom_md_loader/classes/MetadataService.cls 6257 12 6263 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCorsWhitelistOriginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4785 /custom_md_loader/classes/MetadataService.cls 6259 16 6259 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4785 /custom_md_loader/classes/MetadataService.cls 6259 16 6259 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4786 /custom_md_loader/classes/MetadataService.cls 6260 26 6260 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4786 /custom_md_loader/classes/MetadataService.cls 6260 26 6260 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4787 /custom_md_loader/classes/MetadataService.cls 6260 26 6260 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4787 /custom_md_loader/classes/MetadataService.cls 6260 26 6260 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4788 /custom_md_loader/classes/MetadataService.cls 6261 26 6261 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4788 /custom_md_loader/classes/MetadataService.cls 6261 26 6261 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4789 /custom_md_loader/classes/MetadataService.cls 6261 26 6261 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4789 /custom_md_loader/classes/MetadataService.cls 6261 26 6261 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4790 /custom_md_loader/classes/MetadataService.cls 6262 26 6262 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4790 /custom_md_loader/classes/MetadataService.cls 6262 26 6262 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4791 /custom_md_loader/classes/MetadataService.cls 6262 26 6262 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]*'
4791 /custom_md_loader/classes/MetadataService.cls 6262 26 6262 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]*'
4792 /custom_md_loader/classes/MetadataService.cls 6264 12 6270 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4792 /custom_md_loader/classes/MetadataService.cls 6264 12 6270 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4793 /custom_md_loader/classes/MetadataService.cls 6266 16 6266 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4793 /custom_md_loader/classes/MetadataService.cls 6266 16 6266 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4794 /custom_md_loader/classes/MetadataService.cls 6267 26 6267 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4794 /custom_md_loader/classes/MetadataService.cls 6267 26 6267 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4795 /custom_md_loader/classes/MetadataService.cls 6267 26 6267 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4795 /custom_md_loader/classes/MetadataService.cls 6267 26 6267 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4796 /custom_md_loader/classes/MetadataService.cls 6268 26 6268 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4796 /custom_md_loader/classes/MetadataService.cls 6268 26 6268 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4797 /custom_md_loader/classes/MetadataService.cls 6268 26 6268 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4797 /custom_md_loader/classes/MetadataService.cls 6268 26 6268 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4798 /custom_md_loader/classes/MetadataService.cls 6269 26 6269 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4798 /custom_md_loader/classes/MetadataService.cls 6269 26 6269 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4799 /custom_md_loader/classes/MetadataService.cls 6269 26 6269 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]*'
4799 /custom_md_loader/classes/MetadataService.cls 6269 26 6269 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]*'
4800 /custom_md_loader/classes/MetadataService.cls 6271 12 6277 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4800 /custom_md_loader/classes/MetadataService.cls 6271 12 6277 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4801 /custom_md_loader/classes/MetadataService.cls 6271 12 6277 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStaticResourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4801 /custom_md_loader/classes/MetadataService.cls 6271 12 6277 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readStaticResourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4802 /custom_md_loader/classes/MetadataService.cls 6273 16 6273 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4802 /custom_md_loader/classes/MetadataService.cls 6273 16 6273 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4803 /custom_md_loader/classes/MetadataService.cls 6274 26 6274 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4803 /custom_md_loader/classes/MetadataService.cls 6274 26 6274 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4804 /custom_md_loader/classes/MetadataService.cls 6274 26 6274 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4804 /custom_md_loader/classes/MetadataService.cls 6274 26 6274 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4805 /custom_md_loader/classes/MetadataService.cls 6275 26 6275 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4805 /custom_md_loader/classes/MetadataService.cls 6275 26 6275 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4806 /custom_md_loader/classes/MetadataService.cls 6275 26 6275 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4806 /custom_md_loader/classes/MetadataService.cls 6275 26 6275 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4807 /custom_md_loader/classes/MetadataService.cls 6276 26 6276 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4807 /custom_md_loader/classes/MetadataService.cls 6276 26 6276 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4808 /custom_md_loader/classes/MetadataService.cls 6276 26 6276 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]*'
4808 /custom_md_loader/classes/MetadataService.cls 6276 26 6276 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]*'
4809 /custom_md_loader/classes/MetadataService.cls 6278 12 6284 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4809 /custom_md_loader/classes/MetadataService.cls 6278 12 6284 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4810 /custom_md_loader/classes/MetadataService.cls 6280 16 6280 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4810 /custom_md_loader/classes/MetadataService.cls 6280 16 6280 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4811 /custom_md_loader/classes/MetadataService.cls 6281 26 6281 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4811 /custom_md_loader/classes/MetadataService.cls 6281 26 6281 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4812 /custom_md_loader/classes/MetadataService.cls 6281 26 6281 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4812 /custom_md_loader/classes/MetadataService.cls 6281 26 6281 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4813 /custom_md_loader/classes/MetadataService.cls 6282 26 6282 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4813 /custom_md_loader/classes/MetadataService.cls 6282 26 6282 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4814 /custom_md_loader/classes/MetadataService.cls 6282 26 6282 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4814 /custom_md_loader/classes/MetadataService.cls 6282 26 6282 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4815 /custom_md_loader/classes/MetadataService.cls 6283 26 6283 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4815 /custom_md_loader/classes/MetadataService.cls 6283 26 6283 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4816 /custom_md_loader/classes/MetadataService.cls 6283 26 6283 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]*'
4816 /custom_md_loader/classes/MetadataService.cls 6283 26 6283 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]*'
4817 /custom_md_loader/classes/MetadataService.cls 6285 12 6291 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4817 /custom_md_loader/classes/MetadataService.cls 6285 12 6291 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4818 /custom_md_loader/classes/MetadataService.cls 6285 12 6291 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4818 /custom_md_loader/classes/MetadataService.cls 6285 12 6291 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readEmailTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4819 /custom_md_loader/classes/MetadataService.cls 6287 16 6287 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4819 /custom_md_loader/classes/MetadataService.cls 6287 16 6287 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4820 /custom_md_loader/classes/MetadataService.cls 6288 26 6288 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4820 /custom_md_loader/classes/MetadataService.cls 6288 26 6288 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4821 /custom_md_loader/classes/MetadataService.cls 6288 26 6288 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4821 /custom_md_loader/classes/MetadataService.cls 6288 26 6288 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4822 /custom_md_loader/classes/MetadataService.cls 6289 26 6289 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4822 /custom_md_loader/classes/MetadataService.cls 6289 26 6289 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4823 /custom_md_loader/classes/MetadataService.cls 6289 26 6289 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4823 /custom_md_loader/classes/MetadataService.cls 6289 26 6289 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4824 /custom_md_loader/classes/MetadataService.cls 6290 26 6290 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4824 /custom_md_loader/classes/MetadataService.cls 6290 26 6290 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4825 /custom_md_loader/classes/MetadataService.cls 6290 26 6290 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]*'
4825 /custom_md_loader/classes/MetadataService.cls 6290 26 6290 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]*'
4826 /custom_md_loader/classes/MetadataService.cls 6292 12 6298 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4826 /custom_md_loader/classes/MetadataService.cls 6292 12 6298 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4827 /custom_md_loader/classes/MetadataService.cls 6294 16 6294 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4827 /custom_md_loader/classes/MetadataService.cls 6294 16 6294 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4828 /custom_md_loader/classes/MetadataService.cls 6295 26 6295 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4828 /custom_md_loader/classes/MetadataService.cls 6295 26 6295 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4829 /custom_md_loader/classes/MetadataService.cls 6295 26 6295 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4829 /custom_md_loader/classes/MetadataService.cls 6295 26 6295 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4830 /custom_md_loader/classes/MetadataService.cls 6296 26 6296 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4830 /custom_md_loader/classes/MetadataService.cls 6296 26 6296 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4831 /custom_md_loader/classes/MetadataService.cls 6296 26 6296 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4831 /custom_md_loader/classes/MetadataService.cls 6296 26 6296 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4832 /custom_md_loader/classes/MetadataService.cls 6297 26 6297 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4832 /custom_md_loader/classes/MetadataService.cls 6297 26 6297 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4833 /custom_md_loader/classes/MetadataService.cls 6297 26 6297 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]*'
4833 /custom_md_loader/classes/MetadataService.cls 6297 26 6297 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]*'
4834 /custom_md_loader/classes/MetadataService.cls 6299 12 6305 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4834 /custom_md_loader/classes/MetadataService.cls 6299 12 6305 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4835 /custom_md_loader/classes/MetadataService.cls 6299 12 6305 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingReasonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4835 /custom_md_loader/classes/MetadataService.cls 6299 12 6305 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingReasonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4836 /custom_md_loader/classes/MetadataService.cls 6301 16 6301 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4836 /custom_md_loader/classes/MetadataService.cls 6301 16 6301 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4837 /custom_md_loader/classes/MetadataService.cls 6302 26 6302 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4837 /custom_md_loader/classes/MetadataService.cls 6302 26 6302 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4838 /custom_md_loader/classes/MetadataService.cls 6302 26 6302 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4838 /custom_md_loader/classes/MetadataService.cls 6302 26 6302 130 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4839 /custom_md_loader/classes/MetadataService.cls 6303 26 6303 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4839 /custom_md_loader/classes/MetadataService.cls 6303 26 6303 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4840 /custom_md_loader/classes/MetadataService.cls 6303 26 6303 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4840 /custom_md_loader/classes/MetadataService.cls 6303 26 6303 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4841 /custom_md_loader/classes/MetadataService.cls 6304 26 6304 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4841 /custom_md_loader/classes/MetadataService.cls 6304 26 6304 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4842 /custom_md_loader/classes/MetadataService.cls 6304 26 6304 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]*'
4842 /custom_md_loader/classes/MetadataService.cls 6304 26 6304 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]*'
4843 /custom_md_loader/classes/MetadataService.cls 6306 12 6312 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4843 /custom_md_loader/classes/MetadataService.cls 6306 12 6312 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4844 /custom_md_loader/classes/MetadataService.cls 6308 16 6308 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4844 /custom_md_loader/classes/MetadataService.cls 6308 16 6308 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4845 /custom_md_loader/classes/MetadataService.cls 6309 26 6309 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4845 /custom_md_loader/classes/MetadataService.cls 6309 26 6309 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4846 /custom_md_loader/classes/MetadataService.cls 6309 26 6309 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4846 /custom_md_loader/classes/MetadataService.cls 6309 26 6309 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4847 /custom_md_loader/classes/MetadataService.cls 6310 26 6310 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4847 /custom_md_loader/classes/MetadataService.cls 6310 26 6310 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4848 /custom_md_loader/classes/MetadataService.cls 6310 26 6310 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4848 /custom_md_loader/classes/MetadataService.cls 6310 26 6310 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4849 /custom_md_loader/classes/MetadataService.cls 6311 26 6311 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4849 /custom_md_loader/classes/MetadataService.cls 6311 26 6311 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4850 /custom_md_loader/classes/MetadataService.cls 6311 26 6311 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]*'
4850 /custom_md_loader/classes/MetadataService.cls 6311 26 6311 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]*'
4851 /custom_md_loader/classes/MetadataService.cls 6313 12 6319 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4851 /custom_md_loader/classes/MetadataService.cls 6313 12 6319 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4852 /custom_md_loader/classes/MetadataService.cls 6313 12 6319 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatButtonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4852 /custom_md_loader/classes/MetadataService.cls 6313 12 6319 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatButtonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4853 /custom_md_loader/classes/MetadataService.cls 6315 16 6315 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4853 /custom_md_loader/classes/MetadataService.cls 6315 16 6315 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4854 /custom_md_loader/classes/MetadataService.cls 6316 26 6316 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4854 /custom_md_loader/classes/MetadataService.cls 6316 26 6316 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4855 /custom_md_loader/classes/MetadataService.cls 6316 26 6316 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4855 /custom_md_loader/classes/MetadataService.cls 6316 26 6316 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4856 /custom_md_loader/classes/MetadataService.cls 6317 26 6317 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4856 /custom_md_loader/classes/MetadataService.cls 6317 26 6317 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4857 /custom_md_loader/classes/MetadataService.cls 6317 26 6317 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4857 /custom_md_loader/classes/MetadataService.cls 6317 26 6317 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4858 /custom_md_loader/classes/MetadataService.cls 6318 26 6318 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4858 /custom_md_loader/classes/MetadataService.cls 6318 26 6318 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4859 /custom_md_loader/classes/MetadataService.cls 6318 26 6318 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]*'
4859 /custom_md_loader/classes/MetadataService.cls 6318 26 6318 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]*'
4860 /custom_md_loader/classes/MetadataService.cls 6320 12 6326 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4860 /custom_md_loader/classes/MetadataService.cls 6320 12 6326 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4861 /custom_md_loader/classes/MetadataService.cls 6322 16 6322 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4861 /custom_md_loader/classes/MetadataService.cls 6322 16 6322 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4862 /custom_md_loader/classes/MetadataService.cls 6323 26 6323 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4862 /custom_md_loader/classes/MetadataService.cls 6323 26 6323 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4863 /custom_md_loader/classes/MetadataService.cls 6323 26 6323 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4863 /custom_md_loader/classes/MetadataService.cls 6323 26 6323 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4864 /custom_md_loader/classes/MetadataService.cls 6324 26 6324 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4864 /custom_md_loader/classes/MetadataService.cls 6324 26 6324 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4865 /custom_md_loader/classes/MetadataService.cls 6324 26 6324 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4865 /custom_md_loader/classes/MetadataService.cls 6324 26 6324 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4866 /custom_md_loader/classes/MetadataService.cls 6325 26 6325 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4866 /custom_md_loader/classes/MetadataService.cls 6325 26 6325 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4867 /custom_md_loader/classes/MetadataService.cls 6325 26 6325 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]*'
4867 /custom_md_loader/classes/MetadataService.cls 6325 26 6325 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]*'
4868 /custom_md_loader/classes/MetadataService.cls 6327 12 6333 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4868 /custom_md_loader/classes/MetadataService.cls 6327 12 6333 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4869 /custom_md_loader/classes/MetadataService.cls 6327 12 6333 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNetworkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4869 /custom_md_loader/classes/MetadataService.cls 6327 12 6333 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNetworkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4870 /custom_md_loader/classes/MetadataService.cls 6329 16 6329 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4870 /custom_md_loader/classes/MetadataService.cls 6329 16 6329 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4871 /custom_md_loader/classes/MetadataService.cls 6330 26 6330 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4871 /custom_md_loader/classes/MetadataService.cls 6330 26 6330 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4872 /custom_md_loader/classes/MetadataService.cls 6330 26 6330 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4872 /custom_md_loader/classes/MetadataService.cls 6330 26 6330 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4873 /custom_md_loader/classes/MetadataService.cls 6331 26 6331 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4873 /custom_md_loader/classes/MetadataService.cls 6331 26 6331 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4874 /custom_md_loader/classes/MetadataService.cls 6331 26 6331 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4874 /custom_md_loader/classes/MetadataService.cls 6331 26 6331 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4875 /custom_md_loader/classes/MetadataService.cls 6332 26 6332 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4875 /custom_md_loader/classes/MetadataService.cls 6332 26 6332 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4876 /custom_md_loader/classes/MetadataService.cls 6332 26 6332 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]*'
4876 /custom_md_loader/classes/MetadataService.cls 6332 26 6332 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]*'
4877 /custom_md_loader/classes/MetadataService.cls 6334 12 6340 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4877 /custom_md_loader/classes/MetadataService.cls 6334 12 6340 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4878 /custom_md_loader/classes/MetadataService.cls 6336 16 6336 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4878 /custom_md_loader/classes/MetadataService.cls 6336 16 6336 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4879 /custom_md_loader/classes/MetadataService.cls 6337 26 6337 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4879 /custom_md_loader/classes/MetadataService.cls 6337 26 6337 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4880 /custom_md_loader/classes/MetadataService.cls 6337 26 6337 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4880 /custom_md_loader/classes/MetadataService.cls 6337 26 6337 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4881 /custom_md_loader/classes/MetadataService.cls 6338 26 6338 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4881 /custom_md_loader/classes/MetadataService.cls 6338 26 6338 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4882 /custom_md_loader/classes/MetadataService.cls 6338 26 6338 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4882 /custom_md_loader/classes/MetadataService.cls 6338 26 6338 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4883 /custom_md_loader/classes/MetadataService.cls 6339 26 6339 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4883 /custom_md_loader/classes/MetadataService.cls 6339 26 6339 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4884 /custom_md_loader/classes/MetadataService.cls 6339 26 6339 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]*'
4884 /custom_md_loader/classes/MetadataService.cls 6339 26 6339 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]*'
4885 /custom_md_loader/classes/MetadataService.cls 6341 12 6347 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4885 /custom_md_loader/classes/MetadataService.cls 6341 12 6347 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4886 /custom_md_loader/classes/MetadataService.cls 6341 12 6347 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApprovalProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4886 /custom_md_loader/classes/MetadataService.cls 6341 12 6347 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApprovalProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4887 /custom_md_loader/classes/MetadataService.cls 6343 16 6343 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4887 /custom_md_loader/classes/MetadataService.cls 6343 16 6343 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4888 /custom_md_loader/classes/MetadataService.cls 6344 26 6344 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4888 /custom_md_loader/classes/MetadataService.cls 6344 26 6344 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4889 /custom_md_loader/classes/MetadataService.cls 6344 26 6344 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4889 /custom_md_loader/classes/MetadataService.cls 6344 26 6344 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4890 /custom_md_loader/classes/MetadataService.cls 6345 26 6345 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4890 /custom_md_loader/classes/MetadataService.cls 6345 26 6345 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4891 /custom_md_loader/classes/MetadataService.cls 6345 26 6345 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4891 /custom_md_loader/classes/MetadataService.cls 6345 26 6345 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4892 /custom_md_loader/classes/MetadataService.cls 6346 26 6346 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4892 /custom_md_loader/classes/MetadataService.cls 6346 26 6346 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4893 /custom_md_loader/classes/MetadataService.cls 6346 26 6346 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]*'
4893 /custom_md_loader/classes/MetadataService.cls 6346 26 6346 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]*'
4894 /custom_md_loader/classes/MetadataService.cls 6348 12 6354 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4894 /custom_md_loader/classes/MetadataService.cls 6348 12 6354 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4895 /custom_md_loader/classes/MetadataService.cls 6350 16 6350 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4895 /custom_md_loader/classes/MetadataService.cls 6350 16 6350 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4896 /custom_md_loader/classes/MetadataService.cls 6351 26 6351 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4896 /custom_md_loader/classes/MetadataService.cls 6351 26 6351 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4897 /custom_md_loader/classes/MetadataService.cls 6351 26 6351 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4897 /custom_md_loader/classes/MetadataService.cls 6351 26 6351 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4898 /custom_md_loader/classes/MetadataService.cls 6352 26 6352 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4898 /custom_md_loader/classes/MetadataService.cls 6352 26 6352 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4899 /custom_md_loader/classes/MetadataService.cls 6352 26 6352 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4899 /custom_md_loader/classes/MetadataService.cls 6352 26 6352 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4900 /custom_md_loader/classes/MetadataService.cls 6353 26 6353 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4900 /custom_md_loader/classes/MetadataService.cls 6353 26 6353 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4901 /custom_md_loader/classes/MetadataService.cls 6353 26 6353 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]*'
4901 /custom_md_loader/classes/MetadataService.cls 6353 26 6353 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]*'
4902 /custom_md_loader/classes/MetadataService.cls 6355 12 6361 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4902 /custom_md_loader/classes/MetadataService.cls 6355 12 6361 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4903 /custom_md_loader/classes/MetadataService.cls 6355 12 6361 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMilestoneTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4903 /custom_md_loader/classes/MetadataService.cls 6355 12 6361 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readMilestoneTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4904 /custom_md_loader/classes/MetadataService.cls 6357 16 6357 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4904 /custom_md_loader/classes/MetadataService.cls 6357 16 6357 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4905 /custom_md_loader/classes/MetadataService.cls 6358 26 6358 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4905 /custom_md_loader/classes/MetadataService.cls 6358 26 6358 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4906 /custom_md_loader/classes/MetadataService.cls 6358 26 6358 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4906 /custom_md_loader/classes/MetadataService.cls 6358 26 6358 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4907 /custom_md_loader/classes/MetadataService.cls 6359 26 6359 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4907 /custom_md_loader/classes/MetadataService.cls 6359 26 6359 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4908 /custom_md_loader/classes/MetadataService.cls 6359 26 6359 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4908 /custom_md_loader/classes/MetadataService.cls 6359 26 6359 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4909 /custom_md_loader/classes/MetadataService.cls 6360 26 6360 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4909 /custom_md_loader/classes/MetadataService.cls 6360 26 6360 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4910 /custom_md_loader/classes/MetadataService.cls 6360 26 6360 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]*'
4910 /custom_md_loader/classes/MetadataService.cls 6360 26 6360 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]*'
4911 /custom_md_loader/classes/MetadataService.cls 6362 12 6368 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4911 /custom_md_loader/classes/MetadataService.cls 6362 12 6368 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4912 /custom_md_loader/classes/MetadataService.cls 6364 16 6364 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4912 /custom_md_loader/classes/MetadataService.cls 6364 16 6364 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4913 /custom_md_loader/classes/MetadataService.cls 6365 26 6365 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4913 /custom_md_loader/classes/MetadataService.cls 6365 26 6365 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4914 /custom_md_loader/classes/MetadataService.cls 6365 26 6365 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4914 /custom_md_loader/classes/MetadataService.cls 6365 26 6365 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4915 /custom_md_loader/classes/MetadataService.cls 6366 26 6366 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4915 /custom_md_loader/classes/MetadataService.cls 6366 26 6366 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4916 /custom_md_loader/classes/MetadataService.cls 6366 26 6366 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4916 /custom_md_loader/classes/MetadataService.cls 6366 26 6366 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4917 /custom_md_loader/classes/MetadataService.cls 6367 26 6367 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4917 /custom_md_loader/classes/MetadataService.cls 6367 26 6367 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4918 /custom_md_loader/classes/MetadataService.cls 6367 26 6367 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]*'
4918 /custom_md_loader/classes/MetadataService.cls 6367 26 6367 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]*'
4919 /custom_md_loader/classes/MetadataService.cls 6369 12 6375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4919 /custom_md_loader/classes/MetadataService.cls 6369 12 6375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4920 /custom_md_loader/classes/MetadataService.cls 6369 12 6375 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4920 /custom_md_loader/classes/MetadataService.cls 6369 12 6375 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAssignmentRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4921 /custom_md_loader/classes/MetadataService.cls 6371 16 6371 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4921 /custom_md_loader/classes/MetadataService.cls 6371 16 6371 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4922 /custom_md_loader/classes/MetadataService.cls 6372 26 6372 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4922 /custom_md_loader/classes/MetadataService.cls 6372 26 6372 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4923 /custom_md_loader/classes/MetadataService.cls 6372 26 6372 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4923 /custom_md_loader/classes/MetadataService.cls 6372 26 6372 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4924 /custom_md_loader/classes/MetadataService.cls 6373 26 6373 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4924 /custom_md_loader/classes/MetadataService.cls 6373 26 6373 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4925 /custom_md_loader/classes/MetadataService.cls 6373 26 6373 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4925 /custom_md_loader/classes/MetadataService.cls 6373 26 6373 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4926 /custom_md_loader/classes/MetadataService.cls 6374 26 6374 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4926 /custom_md_loader/classes/MetadataService.cls 6374 26 6374 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4927 /custom_md_loader/classes/MetadataService.cls 6374 26 6374 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]*'
4927 /custom_md_loader/classes/MetadataService.cls 6374 26 6374 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]*'
4928 /custom_md_loader/classes/MetadataService.cls 6376 12 6382 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4928 /custom_md_loader/classes/MetadataService.cls 6376 12 6382 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4929 /custom_md_loader/classes/MetadataService.cls 6378 16 6378 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4929 /custom_md_loader/classes/MetadataService.cls 6378 16 6378 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4930 /custom_md_loader/classes/MetadataService.cls 6379 26 6379 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4930 /custom_md_loader/classes/MetadataService.cls 6379 26 6379 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4931 /custom_md_loader/classes/MetadataService.cls 6379 26 6379 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4931 /custom_md_loader/classes/MetadataService.cls 6379 26 6379 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4932 /custom_md_loader/classes/MetadataService.cls 6380 26 6380 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4932 /custom_md_loader/classes/MetadataService.cls 6380 26 6380 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4933 /custom_md_loader/classes/MetadataService.cls 6380 26 6380 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4933 /custom_md_loader/classes/MetadataService.cls 6380 26 6380 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4934 /custom_md_loader/classes/MetadataService.cls 6381 26 6381 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4934 /custom_md_loader/classes/MetadataService.cls 6381 26 6381 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4935 /custom_md_loader/classes/MetadataService.cls 6381 26 6381 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]*'
4935 /custom_md_loader/classes/MetadataService.cls 6381 26 6381 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]*'
4936 /custom_md_loader/classes/MetadataService.cls 6383 12 6389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4936 /custom_md_loader/classes/MetadataService.cls 6383 12 6389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4937 /custom_md_loader/classes/MetadataService.cls 6383 12 6389 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompactLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4937 /custom_md_loader/classes/MetadataService.cls 6383 12 6389 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCompactLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4938 /custom_md_loader/classes/MetadataService.cls 6385 16 6385 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4938 /custom_md_loader/classes/MetadataService.cls 6385 16 6385 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4939 /custom_md_loader/classes/MetadataService.cls 6386 26 6386 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4939 /custom_md_loader/classes/MetadataService.cls 6386 26 6386 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4940 /custom_md_loader/classes/MetadataService.cls 6386 26 6386 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4940 /custom_md_loader/classes/MetadataService.cls 6386 26 6386 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4941 /custom_md_loader/classes/MetadataService.cls 6387 26 6387 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4941 /custom_md_loader/classes/MetadataService.cls 6387 26 6387 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4942 /custom_md_loader/classes/MetadataService.cls 6387 26 6387 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4942 /custom_md_loader/classes/MetadataService.cls 6387 26 6387 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4943 /custom_md_loader/classes/MetadataService.cls 6388 26 6388 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4943 /custom_md_loader/classes/MetadataService.cls 6388 26 6388 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4944 /custom_md_loader/classes/MetadataService.cls 6388 26 6388 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]*'
4944 /custom_md_loader/classes/MetadataService.cls 6388 26 6388 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]*'
4945 /custom_md_loader/classes/MetadataService.cls 6390 12 6396 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4945 /custom_md_loader/classes/MetadataService.cls 6390 12 6396 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4946 /custom_md_loader/classes/MetadataService.cls 6392 16 6392 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4946 /custom_md_loader/classes/MetadataService.cls 6392 16 6392 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4947 /custom_md_loader/classes/MetadataService.cls 6393 26 6393 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4947 /custom_md_loader/classes/MetadataService.cls 6393 26 6393 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4948 /custom_md_loader/classes/MetadataService.cls 6393 26 6393 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4948 /custom_md_loader/classes/MetadataService.cls 6393 26 6393 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4949 /custom_md_loader/classes/MetadataService.cls 6394 26 6394 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4949 /custom_md_loader/classes/MetadataService.cls 6394 26 6394 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4950 /custom_md_loader/classes/MetadataService.cls 6394 26 6394 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4950 /custom_md_loader/classes/MetadataService.cls 6394 26 6394 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4951 /custom_md_loader/classes/MetadataService.cls 6395 26 6395 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4951 /custom_md_loader/classes/MetadataService.cls 6395 26 6395 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4952 /custom_md_loader/classes/MetadataService.cls 6395 26 6395 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]*'
4952 /custom_md_loader/classes/MetadataService.cls 6395 26 6395 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]*'
4953 /custom_md_loader/classes/MetadataService.cls 6397 12 6403 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4953 /custom_md_loader/classes/MetadataService.cls 6397 12 6403 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4954 /custom_md_loader/classes/MetadataService.cls 6397 12 6403 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatAgentConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4954 /custom_md_loader/classes/MetadataService.cls 6397 12 6403 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readLiveChatAgentConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4955 /custom_md_loader/classes/MetadataService.cls 6399 16 6399 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4955 /custom_md_loader/classes/MetadataService.cls 6399 16 6399 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4956 /custom_md_loader/classes/MetadataService.cls 6400 26 6400 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4956 /custom_md_loader/classes/MetadataService.cls 6400 26 6400 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4957 /custom_md_loader/classes/MetadataService.cls 6400 26 6400 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4957 /custom_md_loader/classes/MetadataService.cls 6400 26 6400 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4958 /custom_md_loader/classes/MetadataService.cls 6401 26 6401 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4958 /custom_md_loader/classes/MetadataService.cls 6401 26 6401 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4959 /custom_md_loader/classes/MetadataService.cls 6401 26 6401 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4959 /custom_md_loader/classes/MetadataService.cls 6401 26 6401 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4960 /custom_md_loader/classes/MetadataService.cls 6402 26 6402 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4960 /custom_md_loader/classes/MetadataService.cls 6402 26 6402 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4961 /custom_md_loader/classes/MetadataService.cls 6402 26 6402 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]*'
4961 /custom_md_loader/classes/MetadataService.cls 6402 26 6402 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]*'
4962 /custom_md_loader/classes/MetadataService.cls 6404 12 6410 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4962 /custom_md_loader/classes/MetadataService.cls 6404 12 6410 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4963 /custom_md_loader/classes/MetadataService.cls 6406 16 6406 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4963 /custom_md_loader/classes/MetadataService.cls 6406 16 6406 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4964 /custom_md_loader/classes/MetadataService.cls 6407 26 6407 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4964 /custom_md_loader/classes/MetadataService.cls 6407 26 6407 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4965 /custom_md_loader/classes/MetadataService.cls 6407 26 6407 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4965 /custom_md_loader/classes/MetadataService.cls 6407 26 6407 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4966 /custom_md_loader/classes/MetadataService.cls 6408 26 6408 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4966 /custom_md_loader/classes/MetadataService.cls 6408 26 6408 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4967 /custom_md_loader/classes/MetadataService.cls 6408 26 6408 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4967 /custom_md_loader/classes/MetadataService.cls 6408 26 6408 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4968 /custom_md_loader/classes/MetadataService.cls 6409 26 6409 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4968 /custom_md_loader/classes/MetadataService.cls 6409 26 6409 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4969 /custom_md_loader/classes/MetadataService.cls 6409 26 6409 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]*'
4969 /custom_md_loader/classes/MetadataService.cls 6409 26 6409 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]*'
4970 /custom_md_loader/classes/MetadataService.cls 6411 12 6417 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4970 /custom_md_loader/classes/MetadataService.cls 6411 12 6417 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4971 /custom_md_loader/classes/MetadataService.cls 6411 12 6417 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAccountSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4971 /custom_md_loader/classes/MetadataService.cls 6411 12 6417 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAccountSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4972 /custom_md_loader/classes/MetadataService.cls 6413 16 6413 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4972 /custom_md_loader/classes/MetadataService.cls 6413 16 6413 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4973 /custom_md_loader/classes/MetadataService.cls 6414 26 6414 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4973 /custom_md_loader/classes/MetadataService.cls 6414 26 6414 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4974 /custom_md_loader/classes/MetadataService.cls 6414 26 6414 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4974 /custom_md_loader/classes/MetadataService.cls 6414 26 6414 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4975 /custom_md_loader/classes/MetadataService.cls 6415 26 6415 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4975 /custom_md_loader/classes/MetadataService.cls 6415 26 6415 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4976 /custom_md_loader/classes/MetadataService.cls 6415 26 6415 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4976 /custom_md_loader/classes/MetadataService.cls 6415 26 6415 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4977 /custom_md_loader/classes/MetadataService.cls 6416 26 6416 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4977 /custom_md_loader/classes/MetadataService.cls 6416 26 6416 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4978 /custom_md_loader/classes/MetadataService.cls 6416 26 6416 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]*'
4978 /custom_md_loader/classes/MetadataService.cls 6416 26 6416 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]*'
4979 /custom_md_loader/classes/MetadataService.cls 6418 12 6424 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4979 /custom_md_loader/classes/MetadataService.cls 6418 12 6424 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4980 /custom_md_loader/classes/MetadataService.cls 6420 16 6420 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4980 /custom_md_loader/classes/MetadataService.cls 6420 16 6420 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4981 /custom_md_loader/classes/MetadataService.cls 6421 26 6421 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4981 /custom_md_loader/classes/MetadataService.cls 6421 26 6421 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4982 /custom_md_loader/classes/MetadataService.cls 6421 26 6421 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4982 /custom_md_loader/classes/MetadataService.cls 6421 26 6421 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4983 /custom_md_loader/classes/MetadataService.cls 6422 26 6422 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4983 /custom_md_loader/classes/MetadataService.cls 6422 26 6422 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4984 /custom_md_loader/classes/MetadataService.cls 6422 26 6422 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4984 /custom_md_loader/classes/MetadataService.cls 6422 26 6422 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4985 /custom_md_loader/classes/MetadataService.cls 6423 26 6423 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4985 /custom_md_loader/classes/MetadataService.cls 6423 26 6423 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4986 /custom_md_loader/classes/MetadataService.cls 6423 26 6423 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]*'
4986 /custom_md_loader/classes/MetadataService.cls 6423 26 6423 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]*'
4987 /custom_md_loader/classes/MetadataService.cls 6425 12 6431 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4987 /custom_md_loader/classes/MetadataService.cls 6425 12 6431 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4988 /custom_md_loader/classes/MetadataService.cls 6425 12 6431 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4988 /custom_md_loader/classes/MetadataService.cls 6425 12 6431 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4989 /custom_md_loader/classes/MetadataService.cls 6427 16 6427 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4989 /custom_md_loader/classes/MetadataService.cls 6427 16 6427 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4990 /custom_md_loader/classes/MetadataService.cls 6428 26 6428 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4990 /custom_md_loader/classes/MetadataService.cls 6428 26 6428 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4991 /custom_md_loader/classes/MetadataService.cls 6428 26 6428 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4991 /custom_md_loader/classes/MetadataService.cls 6428 26 6428 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4992 /custom_md_loader/classes/MetadataService.cls 6429 26 6429 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4992 /custom_md_loader/classes/MetadataService.cls 6429 26 6429 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4993 /custom_md_loader/classes/MetadataService.cls 6429 26 6429 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4993 /custom_md_loader/classes/MetadataService.cls 6429 26 6429 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4994 /custom_md_loader/classes/MetadataService.cls 6430 26 6430 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4994 /custom_md_loader/classes/MetadataService.cls 6430 26 6430 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4995 /custom_md_loader/classes/MetadataService.cls 6430 26 6430 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]*'
4995 /custom_md_loader/classes/MetadataService.cls 6430 26 6430 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]*'
4996 /custom_md_loader/classes/MetadataService.cls 6432 12 6438 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4996 /custom_md_loader/classes/MetadataService.cls 6432 12 6438 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4997 /custom_md_loader/classes/MetadataService.cls 6434 16 6434 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4997 /custom_md_loader/classes/MetadataService.cls 6434 16 6434 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4998 /custom_md_loader/classes/MetadataService.cls 6435 26 6435 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4998 /custom_md_loader/classes/MetadataService.cls 6435 26 6435 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4999 /custom_md_loader/classes/MetadataService.cls 6435 26 6435 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4999 /custom_md_loader/classes/MetadataService.cls 6435 26 6435 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5000 /custom_md_loader/classes/MetadataService.cls 6436 26 6436 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5000 /custom_md_loader/classes/MetadataService.cls 6436 26 6436 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5001 /custom_md_loader/classes/MetadataService.cls 6436 26 6436 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5001 /custom_md_loader/classes/MetadataService.cls 6436 26 6436 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5002 /custom_md_loader/classes/MetadataService.cls 6437 26 6437 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5002 /custom_md_loader/classes/MetadataService.cls 6437 26 6437 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5003 /custom_md_loader/classes/MetadataService.cls 6437 26 6437 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]*'
5003 /custom_md_loader/classes/MetadataService.cls 6437 26 6437 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]*'
5004 /custom_md_loader/classes/MetadataService.cls 6439 12 6445 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5004 /custom_md_loader/classes/MetadataService.cls 6439 12 6445 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5005 /custom_md_loader/classes/MetadataService.cls 6439 12 6445 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5005 /custom_md_loader/classes/MetadataService.cls 6439 12 6445 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5006 /custom_md_loader/classes/MetadataService.cls 6441 16 6441 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5006 /custom_md_loader/classes/MetadataService.cls 6441 16 6441 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5007 /custom_md_loader/classes/MetadataService.cls 6442 26 6442 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5007 /custom_md_loader/classes/MetadataService.cls 6442 26 6442 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5008 /custom_md_loader/classes/MetadataService.cls 6442 26 6442 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5008 /custom_md_loader/classes/MetadataService.cls 6442 26 6442 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5009 /custom_md_loader/classes/MetadataService.cls 6443 26 6443 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5009 /custom_md_loader/classes/MetadataService.cls 6443 26 6443 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5010 /custom_md_loader/classes/MetadataService.cls 6443 26 6443 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5010 /custom_md_loader/classes/MetadataService.cls 6443 26 6443 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5011 /custom_md_loader/classes/MetadataService.cls 6444 26 6444 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5011 /custom_md_loader/classes/MetadataService.cls 6444 26 6444 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5012 /custom_md_loader/classes/MetadataService.cls 6444 26 6444 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]*'
5012 /custom_md_loader/classes/MetadataService.cls 6444 26 6444 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]*'
5013 /custom_md_loader/classes/MetadataService.cls 6446 12 6452 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5013 /custom_md_loader/classes/MetadataService.cls 6446 12 6452 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5014 /custom_md_loader/classes/MetadataService.cls 6448 16 6448 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5014 /custom_md_loader/classes/MetadataService.cls 6448 16 6448 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5015 /custom_md_loader/classes/MetadataService.cls 6449 26 6449 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5015 /custom_md_loader/classes/MetadataService.cls 6449 26 6449 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5016 /custom_md_loader/classes/MetadataService.cls 6449 26 6449 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5016 /custom_md_loader/classes/MetadataService.cls 6449 26 6449 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5017 /custom_md_loader/classes/MetadataService.cls 6450 26 6450 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5017 /custom_md_loader/classes/MetadataService.cls 6450 26 6450 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5018 /custom_md_loader/classes/MetadataService.cls 6450 26 6450 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5018 /custom_md_loader/classes/MetadataService.cls 6450 26 6450 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5019 /custom_md_loader/classes/MetadataService.cls 6451 26 6451 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5019 /custom_md_loader/classes/MetadataService.cls 6451 26 6451 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5020 /custom_md_loader/classes/MetadataService.cls 6451 26 6451 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]*'
5020 /custom_md_loader/classes/MetadataService.cls 6451 26 6451 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]*'
5021 /custom_md_loader/classes/MetadataService.cls 6453 12 6459 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5021 /custom_md_loader/classes/MetadataService.cls 6453 12 6459 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5022 /custom_md_loader/classes/MetadataService.cls 6453 12 6459 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5022 /custom_md_loader/classes/MetadataService.cls 6453 12 6459 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFlowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5023 /custom_md_loader/classes/MetadataService.cls 6455 16 6455 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5023 /custom_md_loader/classes/MetadataService.cls 6455 16 6455 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5024 /custom_md_loader/classes/MetadataService.cls 6456 26 6456 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5024 /custom_md_loader/classes/MetadataService.cls 6456 26 6456 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5025 /custom_md_loader/classes/MetadataService.cls 6456 26 6456 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5025 /custom_md_loader/classes/MetadataService.cls 6456 26 6456 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5026 /custom_md_loader/classes/MetadataService.cls 6457 26 6457 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5026 /custom_md_loader/classes/MetadataService.cls 6457 26 6457 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5027 /custom_md_loader/classes/MetadataService.cls 6457 26 6457 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5027 /custom_md_loader/classes/MetadataService.cls 6457 26 6457 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5028 /custom_md_loader/classes/MetadataService.cls 6458 26 6458 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5028 /custom_md_loader/classes/MetadataService.cls 6458 26 6458 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5029 /custom_md_loader/classes/MetadataService.cls 6458 26 6458 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]*'
5029 /custom_md_loader/classes/MetadataService.cls 6458 26 6458 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]*'
5030 /custom_md_loader/classes/MetadataService.cls 6460 12 6466 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5030 /custom_md_loader/classes/MetadataService.cls 6460 12 6466 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5031 /custom_md_loader/classes/MetadataService.cls 6462 16 6462 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5031 /custom_md_loader/classes/MetadataService.cls 6462 16 6462 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5032 /custom_md_loader/classes/MetadataService.cls 6463 26 6463 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5032 /custom_md_loader/classes/MetadataService.cls 6463 26 6463 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5033 /custom_md_loader/classes/MetadataService.cls 6463 26 6463 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5033 /custom_md_loader/classes/MetadataService.cls 6463 26 6463 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5034 /custom_md_loader/classes/MetadataService.cls 6464 26 6464 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5034 /custom_md_loader/classes/MetadataService.cls 6464 26 6464 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5035 /custom_md_loader/classes/MetadataService.cls 6464 26 6464 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5035 /custom_md_loader/classes/MetadataService.cls 6464 26 6464 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5036 /custom_md_loader/classes/MetadataService.cls 6465 26 6465 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5036 /custom_md_loader/classes/MetadataService.cls 6465 26 6465 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5037 /custom_md_loader/classes/MetadataService.cls 6465 26 6465 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]*'
5037 /custom_md_loader/classes/MetadataService.cls 6465 26 6465 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]*'
5038 /custom_md_loader/classes/MetadataService.cls 6467 12 6473 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5038 /custom_md_loader/classes/MetadataService.cls 6467 12 6473 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5039 /custom_md_loader/classes/MetadataService.cls 6467 12 6473 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPermissionSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5039 /custom_md_loader/classes/MetadataService.cls 6467 12 6473 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPermissionSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5040 /custom_md_loader/classes/MetadataService.cls 6469 16 6469 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5040 /custom_md_loader/classes/MetadataService.cls 6469 16 6469 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5041 /custom_md_loader/classes/MetadataService.cls 6470 26 6470 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5041 /custom_md_loader/classes/MetadataService.cls 6470 26 6470 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5042 /custom_md_loader/classes/MetadataService.cls 6470 26 6470 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5042 /custom_md_loader/classes/MetadataService.cls 6470 26 6470 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5043 /custom_md_loader/classes/MetadataService.cls 6471 26 6471 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5043 /custom_md_loader/classes/MetadataService.cls 6471 26 6471 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5044 /custom_md_loader/classes/MetadataService.cls 6471 26 6471 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5044 /custom_md_loader/classes/MetadataService.cls 6471 26 6471 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5045 /custom_md_loader/classes/MetadataService.cls 6472 26 6472 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5045 /custom_md_loader/classes/MetadataService.cls 6472 26 6472 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5046 /custom_md_loader/classes/MetadataService.cls 6472 26 6472 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]*'
5046 /custom_md_loader/classes/MetadataService.cls 6472 26 6472 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]*'
5047 /custom_md_loader/classes/MetadataService.cls 6474 12 6480 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5047 /custom_md_loader/classes/MetadataService.cls 6474 12 6480 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5048 /custom_md_loader/classes/MetadataService.cls 6476 16 6476 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5048 /custom_md_loader/classes/MetadataService.cls 6476 16 6476 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5049 /custom_md_loader/classes/MetadataService.cls 6477 26 6477 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5049 /custom_md_loader/classes/MetadataService.cls 6477 26 6477 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5050 /custom_md_loader/classes/MetadataService.cls 6477 26 6477 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5050 /custom_md_loader/classes/MetadataService.cls 6477 26 6477 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5051 /custom_md_loader/classes/MetadataService.cls 6478 26 6478 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5051 /custom_md_loader/classes/MetadataService.cls 6478 26 6478 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5052 /custom_md_loader/classes/MetadataService.cls 6478 26 6478 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5052 /custom_md_loader/classes/MetadataService.cls 6478 26 6478 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5053 /custom_md_loader/classes/MetadataService.cls 6479 26 6479 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5053 /custom_md_loader/classes/MetadataService.cls 6479 26 6479 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5054 /custom_md_loader/classes/MetadataService.cls 6479 26 6479 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]*'
5054 /custom_md_loader/classes/MetadataService.cls 6479 26 6479 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]*'
5055 /custom_md_loader/classes/MetadataService.cls 6481 12 6487 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5055 /custom_md_loader/classes/MetadataService.cls 6481 12 6487 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5056 /custom_md_loader/classes/MetadataService.cls 6481 12 6487 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readManagedTopicsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5056 /custom_md_loader/classes/MetadataService.cls 6481 12 6487 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readManagedTopicsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5057 /custom_md_loader/classes/MetadataService.cls 6483 16 6483 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5057 /custom_md_loader/classes/MetadataService.cls 6483 16 6483 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5058 /custom_md_loader/classes/MetadataService.cls 6484 26 6484 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5058 /custom_md_loader/classes/MetadataService.cls 6484 26 6484 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5059 /custom_md_loader/classes/MetadataService.cls 6484 26 6484 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5059 /custom_md_loader/classes/MetadataService.cls 6484 26 6484 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5060 /custom_md_loader/classes/MetadataService.cls 6485 26 6485 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5060 /custom_md_loader/classes/MetadataService.cls 6485 26 6485 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5061 /custom_md_loader/classes/MetadataService.cls 6485 26 6485 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5061 /custom_md_loader/classes/MetadataService.cls 6485 26 6485 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5062 /custom_md_loader/classes/MetadataService.cls 6486 26 6486 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5062 /custom_md_loader/classes/MetadataService.cls 6486 26 6486 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5063 /custom_md_loader/classes/MetadataService.cls 6486 26 6486 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]*'
5063 /custom_md_loader/classes/MetadataService.cls 6486 26 6486 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]*'
5064 /custom_md_loader/classes/MetadataService.cls 6488 12 6494 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5064 /custom_md_loader/classes/MetadataService.cls 6488 12 6494 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5065 /custom_md_loader/classes/MetadataService.cls 6490 16 6490 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5065 /custom_md_loader/classes/MetadataService.cls 6490 16 6490 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5066 /custom_md_loader/classes/MetadataService.cls 6491 26 6491 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5066 /custom_md_loader/classes/MetadataService.cls 6491 26 6491 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5067 /custom_md_loader/classes/MetadataService.cls 6491 26 6491 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5067 /custom_md_loader/classes/MetadataService.cls 6491 26 6491 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5068 /custom_md_loader/classes/MetadataService.cls 6492 26 6492 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5068 /custom_md_loader/classes/MetadataService.cls 6492 26 6492 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5069 /custom_md_loader/classes/MetadataService.cls 6492 26 6492 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5069 /custom_md_loader/classes/MetadataService.cls 6492 26 6492 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5070 /custom_md_loader/classes/MetadataService.cls 6493 26 6493 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5070 /custom_md_loader/classes/MetadataService.cls 6493 26 6493 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5071 /custom_md_loader/classes/MetadataService.cls 6493 26 6493 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]*'
5071 /custom_md_loader/classes/MetadataService.cls 6493 26 6493 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]*'
5072 /custom_md_loader/classes/MetadataService.cls 6495 12 6501 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5072 /custom_md_loader/classes/MetadataService.cls 6495 12 6501 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5073 /custom_md_loader/classes/MetadataService.cls 6495 12 6501 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readForecastingSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5073 /custom_md_loader/classes/MetadataService.cls 6495 12 6501 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readForecastingSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5074 /custom_md_loader/classes/MetadataService.cls 6497 16 6497 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5074 /custom_md_loader/classes/MetadataService.cls 6497 16 6497 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5075 /custom_md_loader/classes/MetadataService.cls 6498 26 6498 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5075 /custom_md_loader/classes/MetadataService.cls 6498 26 6498 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5076 /custom_md_loader/classes/MetadataService.cls 6498 26 6498 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5076 /custom_md_loader/classes/MetadataService.cls 6498 26 6498 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5077 /custom_md_loader/classes/MetadataService.cls 6499 26 6499 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5077 /custom_md_loader/classes/MetadataService.cls 6499 26 6499 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5078 /custom_md_loader/classes/MetadataService.cls 6499 26 6499 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5078 /custom_md_loader/classes/MetadataService.cls 6499 26 6499 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5079 /custom_md_loader/classes/MetadataService.cls 6500 26 6500 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5079 /custom_md_loader/classes/MetadataService.cls 6500 26 6500 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5080 /custom_md_loader/classes/MetadataService.cls 6500 26 6500 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]*'
5080 /custom_md_loader/classes/MetadataService.cls 6500 26 6500 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]*'
5081 /custom_md_loader/classes/MetadataService.cls 6502 12 6508 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5081 /custom_md_loader/classes/MetadataService.cls 6502 12 6508 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5082 /custom_md_loader/classes/MetadataService.cls 6504 16 6504 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5082 /custom_md_loader/classes/MetadataService.cls 6504 16 6504 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5083 /custom_md_loader/classes/MetadataService.cls 6505 26 6505 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5083 /custom_md_loader/classes/MetadataService.cls 6505 26 6505 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5084 /custom_md_loader/classes/MetadataService.cls 6505 26 6505 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5084 /custom_md_loader/classes/MetadataService.cls 6505 26 6505 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5085 /custom_md_loader/classes/MetadataService.cls 6506 26 6506 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5085 /custom_md_loader/classes/MetadataService.cls 6506 26 6506 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5086 /custom_md_loader/classes/MetadataService.cls 6506 26 6506 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5086 /custom_md_loader/classes/MetadataService.cls 6506 26 6506 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5087 /custom_md_loader/classes/MetadataService.cls 6507 26 6507 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5087 /custom_md_loader/classes/MetadataService.cls 6507 26 6507 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5088 /custom_md_loader/classes/MetadataService.cls 6507 26 6507 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]*'
5088 /custom_md_loader/classes/MetadataService.cls 6507 26 6507 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]*'
5089 /custom_md_loader/classes/MetadataService.cls 6509 12 6515 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5089 /custom_md_loader/classes/MetadataService.cls 6509 12 6515 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5090 /custom_md_loader/classes/MetadataService.cls 6509 12 6515 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5090 /custom_md_loader/classes/MetadataService.cls 6509 12 6515 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readBusinessHoursSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5091 /custom_md_loader/classes/MetadataService.cls 6511 16 6511 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5091 /custom_md_loader/classes/MetadataService.cls 6511 16 6511 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5092 /custom_md_loader/classes/MetadataService.cls 6512 26 6512 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5092 /custom_md_loader/classes/MetadataService.cls 6512 26 6512 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5093 /custom_md_loader/classes/MetadataService.cls 6512 26 6512 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5093 /custom_md_loader/classes/MetadataService.cls 6512 26 6512 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5094 /custom_md_loader/classes/MetadataService.cls 6513 26 6513 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5094 /custom_md_loader/classes/MetadataService.cls 6513 26 6513 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5095 /custom_md_loader/classes/MetadataService.cls 6513 26 6513 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5095 /custom_md_loader/classes/MetadataService.cls 6513 26 6513 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5096 /custom_md_loader/classes/MetadataService.cls 6514 26 6514 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5096 /custom_md_loader/classes/MetadataService.cls 6514 26 6514 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5097 /custom_md_loader/classes/MetadataService.cls 6514 26 6514 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]*'
5097 /custom_md_loader/classes/MetadataService.cls 6514 26 6514 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]*'
5098 /custom_md_loader/classes/MetadataService.cls 6516 12 6522 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5098 /custom_md_loader/classes/MetadataService.cls 6516 12 6522 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5099 /custom_md_loader/classes/MetadataService.cls 6518 16 6518 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5099 /custom_md_loader/classes/MetadataService.cls 6518 16 6518 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5100 /custom_md_loader/classes/MetadataService.cls 6519 26 6519 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5100 /custom_md_loader/classes/MetadataService.cls 6519 26 6519 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5101 /custom_md_loader/classes/MetadataService.cls 6519 26 6519 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5101 /custom_md_loader/classes/MetadataService.cls 6519 26 6519 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5102 /custom_md_loader/classes/MetadataService.cls 6520 26 6520 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5102 /custom_md_loader/classes/MetadataService.cls 6520 26 6520 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5103 /custom_md_loader/classes/MetadataService.cls 6520 26 6520 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5103 /custom_md_loader/classes/MetadataService.cls 6520 26 6520 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5104 /custom_md_loader/classes/MetadataService.cls 6521 26 6521 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5104 /custom_md_loader/classes/MetadataService.cls 6521 26 6521 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5105 /custom_md_loader/classes/MetadataService.cls 6521 26 6521 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]*'
5105 /custom_md_loader/classes/MetadataService.cls 6521 26 6521 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]*'
5106 /custom_md_loader/classes/MetadataService.cls 6523 12 6529 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5106 /custom_md_loader/classes/MetadataService.cls 6523 12 6529 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5107 /custom_md_loader/classes/MetadataService.cls 6523 12 6529 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5107 /custom_md_loader/classes/MetadataService.cls 6523 12 6529 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5108 /custom_md_loader/classes/MetadataService.cls 6525 16 6525 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5108 /custom_md_loader/classes/MetadataService.cls 6525 16 6525 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5109 /custom_md_loader/classes/MetadataService.cls 6526 26 6526 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5109 /custom_md_loader/classes/MetadataService.cls 6526 26 6526 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5110 /custom_md_loader/classes/MetadataService.cls 6526 26 6526 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5110 /custom_md_loader/classes/MetadataService.cls 6526 26 6526 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5111 /custom_md_loader/classes/MetadataService.cls 6527 26 6527 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5111 /custom_md_loader/classes/MetadataService.cls 6527 26 6527 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5112 /custom_md_loader/classes/MetadataService.cls 6527 26 6527 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5112 /custom_md_loader/classes/MetadataService.cls 6527 26 6527 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5113 /custom_md_loader/classes/MetadataService.cls 6528 26 6528 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5113 /custom_md_loader/classes/MetadataService.cls 6528 26 6528 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5114 /custom_md_loader/classes/MetadataService.cls 6528 26 6528 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]*'
5114 /custom_md_loader/classes/MetadataService.cls 6528 26 6528 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]*'
5115 /custom_md_loader/classes/MetadataService.cls 6530 12 6536 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5115 /custom_md_loader/classes/MetadataService.cls 6530 12 6536 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5116 /custom_md_loader/classes/MetadataService.cls 6532 16 6532 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5116 /custom_md_loader/classes/MetadataService.cls 6532 16 6532 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5117 /custom_md_loader/classes/MetadataService.cls 6533 26 6533 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5117 /custom_md_loader/classes/MetadataService.cls 6533 26 6533 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5118 /custom_md_loader/classes/MetadataService.cls 6533 26 6533 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5118 /custom_md_loader/classes/MetadataService.cls 6533 26 6533 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5119 /custom_md_loader/classes/MetadataService.cls 6534 26 6534 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5119 /custom_md_loader/classes/MetadataService.cls 6534 26 6534 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5120 /custom_md_loader/classes/MetadataService.cls 6534 26 6534 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5120 /custom_md_loader/classes/MetadataService.cls 6534 26 6534 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5121 /custom_md_loader/classes/MetadataService.cls 6535 26 6535 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5121 /custom_md_loader/classes/MetadataService.cls 6535 26 6535 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5122 /custom_md_loader/classes/MetadataService.cls 6535 26 6535 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]*'
5122 /custom_md_loader/classes/MetadataService.cls 6535 26 6535 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]*'
5123 /custom_md_loader/classes/MetadataService.cls 6537 12 6543 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5123 /custom_md_loader/classes/MetadataService.cls 6537 12 6543 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5124 /custom_md_loader/classes/MetadataService.cls 6537 12 6543 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAppMenuResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5124 /custom_md_loader/classes/MetadataService.cls 6537 12 6543 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAppMenuResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5125 /custom_md_loader/classes/MetadataService.cls 6539 16 6539 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5125 /custom_md_loader/classes/MetadataService.cls 6539 16 6539 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5126 /custom_md_loader/classes/MetadataService.cls 6540 26 6540 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5126 /custom_md_loader/classes/MetadataService.cls 6540 26 6540 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5127 /custom_md_loader/classes/MetadataService.cls 6540 26 6540 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5127 /custom_md_loader/classes/MetadataService.cls 6540 26 6540 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5128 /custom_md_loader/classes/MetadataService.cls 6541 26 6541 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5128 /custom_md_loader/classes/MetadataService.cls 6541 26 6541 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5129 /custom_md_loader/classes/MetadataService.cls 6541 26 6541 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5129 /custom_md_loader/classes/MetadataService.cls 6541 26 6541 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5130 /custom_md_loader/classes/MetadataService.cls 6542 26 6542 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5130 /custom_md_loader/classes/MetadataService.cls 6542 26 6542 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5131 /custom_md_loader/classes/MetadataService.cls 6542 26 6542 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]*'
5131 /custom_md_loader/classes/MetadataService.cls 6542 26 6542 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]*'
5132 /custom_md_loader/classes/MetadataService.cls 6544 12 6550 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5132 /custom_md_loader/classes/MetadataService.cls 6544 12 6550 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5133 /custom_md_loader/classes/MetadataService.cls 6546 16 6546 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5133 /custom_md_loader/classes/MetadataService.cls 6546 16 6546 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5134 /custom_md_loader/classes/MetadataService.cls 6547 26 6547 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5134 /custom_md_loader/classes/MetadataService.cls 6547 26 6547 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5135 /custom_md_loader/classes/MetadataService.cls 6547 26 6547 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5135 /custom_md_loader/classes/MetadataService.cls 6547 26 6547 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5136 /custom_md_loader/classes/MetadataService.cls 6548 26 6548 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5136 /custom_md_loader/classes/MetadataService.cls 6548 26 6548 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5137 /custom_md_loader/classes/MetadataService.cls 6548 26 6548 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5137 /custom_md_loader/classes/MetadataService.cls 6548 26 6548 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5138 /custom_md_loader/classes/MetadataService.cls 6549 26 6549 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5138 /custom_md_loader/classes/MetadataService.cls 6549 26 6549 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5139 /custom_md_loader/classes/MetadataService.cls 6549 26 6549 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]*'
5139 /custom_md_loader/classes/MetadataService.cls 6549 26 6549 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]*'
5140 /custom_md_loader/classes/MetadataService.cls 6551 12 6557 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5140 /custom_md_loader/classes/MetadataService.cls 6551 12 6557 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5141 /custom_md_loader/classes/MetadataService.cls 6551 12 6557 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readListViewResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5141 /custom_md_loader/classes/MetadataService.cls 6551 12 6557 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readListViewResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5142 /custom_md_loader/classes/MetadataService.cls 6553 16 6553 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5142 /custom_md_loader/classes/MetadataService.cls 6553 16 6553 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5143 /custom_md_loader/classes/MetadataService.cls 6554 26 6554 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5143 /custom_md_loader/classes/MetadataService.cls 6554 26 6554 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5144 /custom_md_loader/classes/MetadataService.cls 6554 26 6554 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5144 /custom_md_loader/classes/MetadataService.cls 6554 26 6554 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5145 /custom_md_loader/classes/MetadataService.cls 6555 26 6555 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5145 /custom_md_loader/classes/MetadataService.cls 6555 26 6555 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5146 /custom_md_loader/classes/MetadataService.cls 6555 26 6555 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5146 /custom_md_loader/classes/MetadataService.cls 6555 26 6555 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5147 /custom_md_loader/classes/MetadataService.cls 6556 26 6556 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5147 /custom_md_loader/classes/MetadataService.cls 6556 26 6556 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5148 /custom_md_loader/classes/MetadataService.cls 6556 26 6556 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]*'
5148 /custom_md_loader/classes/MetadataService.cls 6556 26 6556 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]*'
5149 /custom_md_loader/classes/MetadataService.cls 6558 12 6564 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5149 /custom_md_loader/classes/MetadataService.cls 6558 12 6564 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5150 /custom_md_loader/classes/MetadataService.cls 6560 16 6560 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5150 /custom_md_loader/classes/MetadataService.cls 6560 16 6560 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5151 /custom_md_loader/classes/MetadataService.cls 6561 26 6561 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5151 /custom_md_loader/classes/MetadataService.cls 6561 26 6561 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5152 /custom_md_loader/classes/MetadataService.cls 6561 26 6561 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5152 /custom_md_loader/classes/MetadataService.cls 6561 26 6561 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5153 /custom_md_loader/classes/MetadataService.cls 6562 26 6562 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5153 /custom_md_loader/classes/MetadataService.cls 6562 26 6562 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5154 /custom_md_loader/classes/MetadataService.cls 6562 26 6562 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5154 /custom_md_loader/classes/MetadataService.cls 6562 26 6562 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5155 /custom_md_loader/classes/MetadataService.cls 6563 26 6563 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5155 /custom_md_loader/classes/MetadataService.cls 6563 26 6563 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5156 /custom_md_loader/classes/MetadataService.cls 6563 26 6563 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]*'
5156 /custom_md_loader/classes/MetadataService.cls 6563 26 6563 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]*'
5157 /custom_md_loader/classes/MetadataService.cls 6565 12 6571 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5157 /custom_md_loader/classes/MetadataService.cls 6565 12 6571 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5158 /custom_md_loader/classes/MetadataService.cls 6565 12 6571 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOrderSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5158 /custom_md_loader/classes/MetadataService.cls 6565 12 6571 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readOrderSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5159 /custom_md_loader/classes/MetadataService.cls 6567 16 6567 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5159 /custom_md_loader/classes/MetadataService.cls 6567 16 6567 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5160 /custom_md_loader/classes/MetadataService.cls 6568 26 6568 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5160 /custom_md_loader/classes/MetadataService.cls 6568 26 6568 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5161 /custom_md_loader/classes/MetadataService.cls 6568 26 6568 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5161 /custom_md_loader/classes/MetadataService.cls 6568 26 6568 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5162 /custom_md_loader/classes/MetadataService.cls 6569 26 6569 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5162 /custom_md_loader/classes/MetadataService.cls 6569 26 6569 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5163 /custom_md_loader/classes/MetadataService.cls 6569 26 6569 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5163 /custom_md_loader/classes/MetadataService.cls 6569 26 6569 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5164 /custom_md_loader/classes/MetadataService.cls 6570 26 6570 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5164 /custom_md_loader/classes/MetadataService.cls 6570 26 6570 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5165 /custom_md_loader/classes/MetadataService.cls 6570 26 6570 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]*'
5165 /custom_md_loader/classes/MetadataService.cls 6570 26 6570 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]*'
5166 /custom_md_loader/classes/MetadataService.cls 6572 12 6578 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5166 /custom_md_loader/classes/MetadataService.cls 6572 12 6578 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5167 /custom_md_loader/classes/MetadataService.cls 6574 16 6574 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5167 /custom_md_loader/classes/MetadataService.cls 6574 16 6574 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5168 /custom_md_loader/classes/MetadataService.cls 6575 26 6575 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5168 /custom_md_loader/classes/MetadataService.cls 6575 26 6575 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5169 /custom_md_loader/classes/MetadataService.cls 6575 26 6575 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5169 /custom_md_loader/classes/MetadataService.cls 6575 26 6575 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5170 /custom_md_loader/classes/MetadataService.cls 6576 26 6576 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5170 /custom_md_loader/classes/MetadataService.cls 6576 26 6576 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5171 /custom_md_loader/classes/MetadataService.cls 6576 26 6576 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5171 /custom_md_loader/classes/MetadataService.cls 6576 26 6576 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5172 /custom_md_loader/classes/MetadataService.cls 6577 26 6577 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5172 /custom_md_loader/classes/MetadataService.cls 6577 26 6577 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5173 /custom_md_loader/classes/MetadataService.cls 6577 26 6577 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]*'
5173 /custom_md_loader/classes/MetadataService.cls 6577 26 6577 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]*'
5174 /custom_md_loader/classes/MetadataService.cls 6579 12 6585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5174 /custom_md_loader/classes/MetadataService.cls 6579 12 6585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5175 /custom_md_loader/classes/MetadataService.cls 6579 12 6585 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectTranslationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5175 /custom_md_loader/classes/MetadataService.cls 6579 12 6585 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomObjectTranslationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5176 /custom_md_loader/classes/MetadataService.cls 6581 16 6581 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5176 /custom_md_loader/classes/MetadataService.cls 6581 16 6581 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5177 /custom_md_loader/classes/MetadataService.cls 6582 26 6582 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5177 /custom_md_loader/classes/MetadataService.cls 6582 26 6582 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5178 /custom_md_loader/classes/MetadataService.cls 6582 26 6582 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5178 /custom_md_loader/classes/MetadataService.cls 6582 26 6582 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5179 /custom_md_loader/classes/MetadataService.cls 6583 26 6583 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5179 /custom_md_loader/classes/MetadataService.cls 6583 26 6583 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5180 /custom_md_loader/classes/MetadataService.cls 6583 26 6583 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5180 /custom_md_loader/classes/MetadataService.cls 6583 26 6583 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5181 /custom_md_loader/classes/MetadataService.cls 6584 26 6584 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5181 /custom_md_loader/classes/MetadataService.cls 6584 26 6584 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5182 /custom_md_loader/classes/MetadataService.cls 6584 26 6584 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]*'
5182 /custom_md_loader/classes/MetadataService.cls 6584 26 6584 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]*'
5183 /custom_md_loader/classes/MetadataService.cls 6586 12 6592 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5183 /custom_md_loader/classes/MetadataService.cls 6586 12 6592 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5184 /custom_md_loader/classes/MetadataService.cls 6588 16 6588 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5184 /custom_md_loader/classes/MetadataService.cls 6588 16 6588 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5185 /custom_md_loader/classes/MetadataService.cls 6589 26 6589 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5185 /custom_md_loader/classes/MetadataService.cls 6589 26 6589 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5186 /custom_md_loader/classes/MetadataService.cls 6589 26 6589 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5186 /custom_md_loader/classes/MetadataService.cls 6589 26 6589 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5187 /custom_md_loader/classes/MetadataService.cls 6590 26 6590 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5187 /custom_md_loader/classes/MetadataService.cls 6590 26 6590 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5188 /custom_md_loader/classes/MetadataService.cls 6590 26 6590 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5188 /custom_md_loader/classes/MetadataService.cls 6590 26 6590 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5189 /custom_md_loader/classes/MetadataService.cls 6591 26 6591 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5189 /custom_md_loader/classes/MetadataService.cls 6591 26 6591 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5190 /custom_md_loader/classes/MetadataService.cls 6591 26 6591 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]*'
5190 /custom_md_loader/classes/MetadataService.cls 6591 26 6591 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]*'
5191 /custom_md_loader/classes/MetadataService.cls 6593 12 6599 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5191 /custom_md_loader/classes/MetadataService.cls 6593 12 6599 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5192 /custom_md_loader/classes/MetadataService.cls 6593 12 6599 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readKnowledgeSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5192 /custom_md_loader/classes/MetadataService.cls 6593 12 6599 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readKnowledgeSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5193 /custom_md_loader/classes/MetadataService.cls 6595 16 6595 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5193 /custom_md_loader/classes/MetadataService.cls 6595 16 6595 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5194 /custom_md_loader/classes/MetadataService.cls 6596 26 6596 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5194 /custom_md_loader/classes/MetadataService.cls 6596 26 6596 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5195 /custom_md_loader/classes/MetadataService.cls 6596 26 6596 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5195 /custom_md_loader/classes/MetadataService.cls 6596 26 6596 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5196 /custom_md_loader/classes/MetadataService.cls 6597 26 6597 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5196 /custom_md_loader/classes/MetadataService.cls 6597 26 6597 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5197 /custom_md_loader/classes/MetadataService.cls 6597 26 6597 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5197 /custom_md_loader/classes/MetadataService.cls 6597 26 6597 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5198 /custom_md_loader/classes/MetadataService.cls 6598 26 6598 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5198 /custom_md_loader/classes/MetadataService.cls 6598 26 6598 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5199 /custom_md_loader/classes/MetadataService.cls 6598 26 6598 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]*'
5199 /custom_md_loader/classes/MetadataService.cls 6598 26 6598 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]*'
5200 /custom_md_loader/classes/MetadataService.cls 6600 12 6606 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5200 /custom_md_loader/classes/MetadataService.cls 6600 12 6606 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5201 /custom_md_loader/classes/MetadataService.cls 6602 16 6602 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5201 /custom_md_loader/classes/MetadataService.cls 6602 16 6602 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5202 /custom_md_loader/classes/MetadataService.cls 6603 26 6603 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5202 /custom_md_loader/classes/MetadataService.cls 6603 26 6603 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5203 /custom_md_loader/classes/MetadataService.cls 6603 26 6603 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5203 /custom_md_loader/classes/MetadataService.cls 6603 26 6603 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5204 /custom_md_loader/classes/MetadataService.cls 6604 26 6604 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5204 /custom_md_loader/classes/MetadataService.cls 6604 26 6604 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5205 /custom_md_loader/classes/MetadataService.cls 6604 26 6604 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5205 /custom_md_loader/classes/MetadataService.cls 6604 26 6604 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5206 /custom_md_loader/classes/MetadataService.cls 6605 26 6605 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5206 /custom_md_loader/classes/MetadataService.cls 6605 26 6605 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5207 /custom_md_loader/classes/MetadataService.cls 6605 26 6605 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]*'
5207 /custom_md_loader/classes/MetadataService.cls 6605 26 6605 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]*'
5208 /custom_md_loader/classes/MetadataService.cls 6607 12 6613 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5208 /custom_md_loader/classes/MetadataService.cls 6607 12 6613 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5209 /custom_md_loader/classes/MetadataService.cls 6607 12 6613 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5209 /custom_md_loader/classes/MetadataService.cls 6607 12 6613 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5210 /custom_md_loader/classes/MetadataService.cls 6609 16 6609 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5210 /custom_md_loader/classes/MetadataService.cls 6609 16 6609 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5211 /custom_md_loader/classes/MetadataService.cls 6610 26 6610 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5211 /custom_md_loader/classes/MetadataService.cls 6610 26 6610 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5212 /custom_md_loader/classes/MetadataService.cls 6610 26 6610 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5212 /custom_md_loader/classes/MetadataService.cls 6610 26 6610 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5213 /custom_md_loader/classes/MetadataService.cls 6611 26 6611 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5213 /custom_md_loader/classes/MetadataService.cls 6611 26 6611 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5214 /custom_md_loader/classes/MetadataService.cls 6611 26 6611 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5214 /custom_md_loader/classes/MetadataService.cls 6611 26 6611 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5215 /custom_md_loader/classes/MetadataService.cls 6612 26 6612 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5215 /custom_md_loader/classes/MetadataService.cls 6612 26 6612 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5216 /custom_md_loader/classes/MetadataService.cls 6612 26 6612 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]*'
5216 /custom_md_loader/classes/MetadataService.cls 6612 26 6612 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]*'
5217 /custom_md_loader/classes/MetadataService.cls 6614 12 6620 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5217 /custom_md_loader/classes/MetadataService.cls 6614 12 6620 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5218 /custom_md_loader/classes/MetadataService.cls 6616 16 6616 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5218 /custom_md_loader/classes/MetadataService.cls 6616 16 6616 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5219 /custom_md_loader/classes/MetadataService.cls 6617 26 6617 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5219 /custom_md_loader/classes/MetadataService.cls 6617 26 6617 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5220 /custom_md_loader/classes/MetadataService.cls 6617 26 6617 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5220 /custom_md_loader/classes/MetadataService.cls 6617 26 6617 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5221 /custom_md_loader/classes/MetadataService.cls 6618 26 6618 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5221 /custom_md_loader/classes/MetadataService.cls 6618 26 6618 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5222 /custom_md_loader/classes/MetadataService.cls 6618 26 6618 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5222 /custom_md_loader/classes/MetadataService.cls 6618 26 6618 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5223 /custom_md_loader/classes/MetadataService.cls 6619 26 6619 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5223 /custom_md_loader/classes/MetadataService.cls 6619 26 6619 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5224 /custom_md_loader/classes/MetadataService.cls 6619 26 6619 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]*'
5224 /custom_md_loader/classes/MetadataService.cls 6619 26 6619 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]*'
5225 /custom_md_loader/classes/MetadataService.cls 6621 12 6627 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5225 /custom_md_loader/classes/MetadataService.cls 6621 12 6627 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5226 /custom_md_loader/classes/MetadataService.cls 6621 12 6627 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCaseSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5226 /custom_md_loader/classes/MetadataService.cls 6621 12 6627 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCaseSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5227 /custom_md_loader/classes/MetadataService.cls 6623 16 6623 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5227 /custom_md_loader/classes/MetadataService.cls 6623 16 6623 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5228 /custom_md_loader/classes/MetadataService.cls 6624 26 6624 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5228 /custom_md_loader/classes/MetadataService.cls 6624 26 6624 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5229 /custom_md_loader/classes/MetadataService.cls 6624 26 6624 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5229 /custom_md_loader/classes/MetadataService.cls 6624 26 6624 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5230 /custom_md_loader/classes/MetadataService.cls 6625 26 6625 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5230 /custom_md_loader/classes/MetadataService.cls 6625 26 6625 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5231 /custom_md_loader/classes/MetadataService.cls 6625 26 6625 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5231 /custom_md_loader/classes/MetadataService.cls 6625 26 6625 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5232 /custom_md_loader/classes/MetadataService.cls 6626 26 6626 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5232 /custom_md_loader/classes/MetadataService.cls 6626 26 6626 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5233 /custom_md_loader/classes/MetadataService.cls 6626 26 6626 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]*'
5233 /custom_md_loader/classes/MetadataService.cls 6626 26 6626 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]*'
5234 /custom_md_loader/classes/MetadataService.cls 6628 12 6634 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5234 /custom_md_loader/classes/MetadataService.cls 6628 12 6634 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5235 /custom_md_loader/classes/MetadataService.cls 6630 16 6630 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5235 /custom_md_loader/classes/MetadataService.cls 6630 16 6630 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5236 /custom_md_loader/classes/MetadataService.cls 6631 26 6631 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5236 /custom_md_loader/classes/MetadataService.cls 6631 26 6631 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5237 /custom_md_loader/classes/MetadataService.cls 6631 26 6631 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5237 /custom_md_loader/classes/MetadataService.cls 6631 26 6631 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5238 /custom_md_loader/classes/MetadataService.cls 6632 26 6632 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5238 /custom_md_loader/classes/MetadataService.cls 6632 26 6632 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5239 /custom_md_loader/classes/MetadataService.cls 6632 26 6632 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5239 /custom_md_loader/classes/MetadataService.cls 6632 26 6632 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5240 /custom_md_loader/classes/MetadataService.cls 6633 26 6633 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5240 /custom_md_loader/classes/MetadataService.cls 6633 26 6633 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5241 /custom_md_loader/classes/MetadataService.cls 6633 26 6633 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]*'
5241 /custom_md_loader/classes/MetadataService.cls 6633 26 6633 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]*'
5242 /custom_md_loader/classes/MetadataService.cls 6635 12 6641 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5242 /custom_md_loader/classes/MetadataService.cls 6635 12 6641 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5243 /custom_md_loader/classes/MetadataService.cls 6635 12 6641 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNameSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5243 /custom_md_loader/classes/MetadataService.cls 6635 12 6641 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readNameSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5244 /custom_md_loader/classes/MetadataService.cls 6637 16 6637 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5244 /custom_md_loader/classes/MetadataService.cls 6637 16 6637 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5245 /custom_md_loader/classes/MetadataService.cls 6638 26 6638 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5245 /custom_md_loader/classes/MetadataService.cls 6638 26 6638 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5246 /custom_md_loader/classes/MetadataService.cls 6638 26 6638 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5246 /custom_md_loader/classes/MetadataService.cls 6638 26 6638 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5247 /custom_md_loader/classes/MetadataService.cls 6639 26 6639 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5247 /custom_md_loader/classes/MetadataService.cls 6639 26 6639 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5248 /custom_md_loader/classes/MetadataService.cls 6639 26 6639 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5248 /custom_md_loader/classes/MetadataService.cls 6639 26 6639 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5249 /custom_md_loader/classes/MetadataService.cls 6640 26 6640 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5249 /custom_md_loader/classes/MetadataService.cls 6640 26 6640 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5250 /custom_md_loader/classes/MetadataService.cls 6640 26 6640 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]*'
5250 /custom_md_loader/classes/MetadataService.cls 6640 26 6640 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]*'
5251 /custom_md_loader/classes/MetadataService.cls 6642 12 6648 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5251 /custom_md_loader/classes/MetadataService.cls 6642 12 6648 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5252 /custom_md_loader/classes/MetadataService.cls 6644 16 6644 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5252 /custom_md_loader/classes/MetadataService.cls 6644 16 6644 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5253 /custom_md_loader/classes/MetadataService.cls 6645 26 6645 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5253 /custom_md_loader/classes/MetadataService.cls 6645 26 6645 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5254 /custom_md_loader/classes/MetadataService.cls 6645 26 6645 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5254 /custom_md_loader/classes/MetadataService.cls 6645 26 6645 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5255 /custom_md_loader/classes/MetadataService.cls 6646 26 6646 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5255 /custom_md_loader/classes/MetadataService.cls 6646 26 6646 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5256 /custom_md_loader/classes/MetadataService.cls 6646 26 6646 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5256 /custom_md_loader/classes/MetadataService.cls 6646 26 6646 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5257 /custom_md_loader/classes/MetadataService.cls 6647 26 6647 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5257 /custom_md_loader/classes/MetadataService.cls 6647 26 6647 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5258 /custom_md_loader/classes/MetadataService.cls 6647 26 6647 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]*'
5258 /custom_md_loader/classes/MetadataService.cls 6647 26 6647 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]*'
5259 /custom_md_loader/classes/MetadataService.cls 6649 12 6655 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5259 /custom_md_loader/classes/MetadataService.cls 6649 12 6655 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5260 /custom_md_loader/classes/MetadataService.cls 6649 12 6655 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexClassResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5260 /custom_md_loader/classes/MetadataService.cls 6649 12 6655 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readApexClassResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5261 /custom_md_loader/classes/MetadataService.cls 6651 16 6651 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5261 /custom_md_loader/classes/MetadataService.cls 6651 16 6651 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5262 /custom_md_loader/classes/MetadataService.cls 6652 26 6652 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5262 /custom_md_loader/classes/MetadataService.cls 6652 26 6652 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5263 /custom_md_loader/classes/MetadataService.cls 6652 26 6652 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5263 /custom_md_loader/classes/MetadataService.cls 6652 26 6652 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5264 /custom_md_loader/classes/MetadataService.cls 6653 26 6653 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5264 /custom_md_loader/classes/MetadataService.cls 6653 26 6653 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5265 /custom_md_loader/classes/MetadataService.cls 6653 26 6653 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5265 /custom_md_loader/classes/MetadataService.cls 6653 26 6653 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5266 /custom_md_loader/classes/MetadataService.cls 6654 26 6654 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5266 /custom_md_loader/classes/MetadataService.cls 6654 26 6654 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5267 /custom_md_loader/classes/MetadataService.cls 6654 26 6654 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]*'
5267 /custom_md_loader/classes/MetadataService.cls 6654 26 6654 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]*'
5268 /custom_md_loader/classes/MetadataService.cls 6656 12 6662 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5268 /custom_md_loader/classes/MetadataService.cls 6656 12 6662 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5269 /custom_md_loader/classes/MetadataService.cls 6658 16 6658 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5269 /custom_md_loader/classes/MetadataService.cls 6658 16 6658 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5270 /custom_md_loader/classes/MetadataService.cls 6659 26 6659 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5270 /custom_md_loader/classes/MetadataService.cls 6659 26 6659 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5271 /custom_md_loader/classes/MetadataService.cls 6659 26 6659 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5271 /custom_md_loader/classes/MetadataService.cls 6659 26 6659 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5272 /custom_md_loader/classes/MetadataService.cls 6660 26 6660 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5272 /custom_md_loader/classes/MetadataService.cls 6660 26 6660 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5273 /custom_md_loader/classes/MetadataService.cls 6660 26 6660 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5273 /custom_md_loader/classes/MetadataService.cls 6660 26 6660 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5274 /custom_md_loader/classes/MetadataService.cls 6661 26 6661 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5274 /custom_md_loader/classes/MetadataService.cls 6661 26 6661 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5275 /custom_md_loader/classes/MetadataService.cls 6661 26 6661 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]*'
5275 /custom_md_loader/classes/MetadataService.cls 6661 26 6661 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]*'
5276 /custom_md_loader/classes/MetadataService.cls 6663 12 6669 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5276 /custom_md_loader/classes/MetadataService.cls 6663 12 6669 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5277 /custom_md_loader/classes/MetadataService.cls 6663 12 6669 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5277 /custom_md_loader/classes/MetadataService.cls 6663 12 6669 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5278 /custom_md_loader/classes/MetadataService.cls 6665 16 6665 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5278 /custom_md_loader/classes/MetadataService.cls 6665 16 6665 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5279 /custom_md_loader/classes/MetadataService.cls 6666 26 6666 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5279 /custom_md_loader/classes/MetadataService.cls 6666 26 6666 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5280 /custom_md_loader/classes/MetadataService.cls 6666 26 6666 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5280 /custom_md_loader/classes/MetadataService.cls 6666 26 6666 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5281 /custom_md_loader/classes/MetadataService.cls 6667 26 6667 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5281 /custom_md_loader/classes/MetadataService.cls 6667 26 6667 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5282 /custom_md_loader/classes/MetadataService.cls 6667 26 6667 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5282 /custom_md_loader/classes/MetadataService.cls 6667 26 6667 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5283 /custom_md_loader/classes/MetadataService.cls 6668 26 6668 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5283 /custom_md_loader/classes/MetadataService.cls 6668 26 6668 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5284 /custom_md_loader/classes/MetadataService.cls 6668 26 6668 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]*'
5284 /custom_md_loader/classes/MetadataService.cls 6668 26 6668 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]*'
5285 /custom_md_loader/classes/MetadataService.cls 6670 12 6676 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5285 /custom_md_loader/classes/MetadataService.cls 6670 12 6676 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5286 /custom_md_loader/classes/MetadataService.cls 6672 16 6672 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5286 /custom_md_loader/classes/MetadataService.cls 6672 16 6672 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5287 /custom_md_loader/classes/MetadataService.cls 6673 26 6673 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5287 /custom_md_loader/classes/MetadataService.cls 6673 26 6673 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5288 /custom_md_loader/classes/MetadataService.cls 6673 26 6673 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5288 /custom_md_loader/classes/MetadataService.cls 6673 26 6673 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5289 /custom_md_loader/classes/MetadataService.cls 6674 26 6674 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5289 /custom_md_loader/classes/MetadataService.cls 6674 26 6674 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5290 /custom_md_loader/classes/MetadataService.cls 6674 26 6674 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5290 /custom_md_loader/classes/MetadataService.cls 6674 26 6674 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5291 /custom_md_loader/classes/MetadataService.cls 6675 26 6675 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5291 /custom_md_loader/classes/MetadataService.cls 6675 26 6675 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5292 /custom_md_loader/classes/MetadataService.cls 6675 26 6675 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]*'
5292 /custom_md_loader/classes/MetadataService.cls 6675 26 6675 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]*'
5293 /custom_md_loader/classes/MetadataService.cls 6677 12 6683 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5293 /custom_md_loader/classes/MetadataService.cls 6677 12 6683 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5294 /custom_md_loader/classes/MetadataService.cls 6677 12 6683 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2Response_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5294 /custom_md_loader/classes/MetadataService.cls 6677 12 6683 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2Response_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5295 /custom_md_loader/classes/MetadataService.cls 6679 16 6679 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5295 /custom_md_loader/classes/MetadataService.cls 6679 16 6679 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5296 /custom_md_loader/classes/MetadataService.cls 6680 26 6680 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5296 /custom_md_loader/classes/MetadataService.cls 6680 26 6680 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5297 /custom_md_loader/classes/MetadataService.cls 6680 26 6680 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5297 /custom_md_loader/classes/MetadataService.cls 6680 26 6680 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5298 /custom_md_loader/classes/MetadataService.cls 6681 26 6681 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5298 /custom_md_loader/classes/MetadataService.cls 6681 26 6681 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5299 /custom_md_loader/classes/MetadataService.cls 6681 26 6681 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5299 /custom_md_loader/classes/MetadataService.cls 6681 26 6681 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5300 /custom_md_loader/classes/MetadataService.cls 6682 26 6682 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5300 /custom_md_loader/classes/MetadataService.cls 6682 26 6682 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5301 /custom_md_loader/classes/MetadataService.cls 6682 26 6682 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]*'
5301 /custom_md_loader/classes/MetadataService.cls 6682 26 6682 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]*'
5302 /custom_md_loader/classes/MetadataService.cls 6684 12 6690 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5302 /custom_md_loader/classes/MetadataService.cls 6684 12 6690 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5303 /custom_md_loader/classes/MetadataService.cls 6686 16 6686 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5303 /custom_md_loader/classes/MetadataService.cls 6686 16 6686 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5304 /custom_md_loader/classes/MetadataService.cls 6687 26 6687 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5304 /custom_md_loader/classes/MetadataService.cls 6687 26 6687 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5305 /custom_md_loader/classes/MetadataService.cls 6687 26 6687 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5305 /custom_md_loader/classes/MetadataService.cls 6687 26 6687 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5306 /custom_md_loader/classes/MetadataService.cls 6688 26 6688 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5306 /custom_md_loader/classes/MetadataService.cls 6688 26 6688 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5307 /custom_md_loader/classes/MetadataService.cls 6688 26 6688 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5307 /custom_md_loader/classes/MetadataService.cls 6688 26 6688 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5308 /custom_md_loader/classes/MetadataService.cls 6689 26 6689 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5308 /custom_md_loader/classes/MetadataService.cls 6689 26 6689 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5309 /custom_md_loader/classes/MetadataService.cls 6689 26 6689 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]*'
5309 /custom_md_loader/classes/MetadataService.cls 6689 26 6689 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]*'
5310 /custom_md_loader/classes/MetadataService.cls 6691 12 6697 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5310 /custom_md_loader/classes/MetadataService.cls 6691 12 6697 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5311 /custom_md_loader/classes/MetadataService.cls 6691 12 6697 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCommunityResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5311 /custom_md_loader/classes/MetadataService.cls 6691 12 6697 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCommunityResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5312 /custom_md_loader/classes/MetadataService.cls 6693 16 6693 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5312 /custom_md_loader/classes/MetadataService.cls 6693 16 6693 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5313 /custom_md_loader/classes/MetadataService.cls 6694 26 6694 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5313 /custom_md_loader/classes/MetadataService.cls 6694 26 6694 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5314 /custom_md_loader/classes/MetadataService.cls 6694 26 6694 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5314 /custom_md_loader/classes/MetadataService.cls 6694 26 6694 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5315 /custom_md_loader/classes/MetadataService.cls 6695 26 6695 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5315 /custom_md_loader/classes/MetadataService.cls 6695 26 6695 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5316 /custom_md_loader/classes/MetadataService.cls 6695 26 6695 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5316 /custom_md_loader/classes/MetadataService.cls 6695 26 6695 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5317 /custom_md_loader/classes/MetadataService.cls 6696 26 6696 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5317 /custom_md_loader/classes/MetadataService.cls 6696 26 6696 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5318 /custom_md_loader/classes/MetadataService.cls 6696 26 6696 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]*'
5318 /custom_md_loader/classes/MetadataService.cls 6696 26 6696 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]*'
5319 /custom_md_loader/classes/MetadataService.cls 6698 12 6704 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5319 /custom_md_loader/classes/MetadataService.cls 6698 12 6704 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5320 /custom_md_loader/classes/MetadataService.cls 6700 16 6700 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5320 /custom_md_loader/classes/MetadataService.cls 6700 16 6700 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5321 /custom_md_loader/classes/MetadataService.cls 6701 26 6701 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5321 /custom_md_loader/classes/MetadataService.cls 6701 26 6701 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5322 /custom_md_loader/classes/MetadataService.cls 6701 26 6701 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5322 /custom_md_loader/classes/MetadataService.cls 6701 26 6701 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5323 /custom_md_loader/classes/MetadataService.cls 6702 26 6702 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5323 /custom_md_loader/classes/MetadataService.cls 6702 26 6702 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5324 /custom_md_loader/classes/MetadataService.cls 6702 26 6702 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5324 /custom_md_loader/classes/MetadataService.cls 6702 26 6702 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5325 /custom_md_loader/classes/MetadataService.cls 6703 26 6703 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5325 /custom_md_loader/classes/MetadataService.cls 6703 26 6703 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5326 /custom_md_loader/classes/MetadataService.cls 6703 26 6703 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]*'
5326 /custom_md_loader/classes/MetadataService.cls 6703 26 6703 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]*'
5327 /custom_md_loader/classes/MetadataService.cls 6705 12 6711 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5327 /custom_md_loader/classes/MetadataService.cls 6705 12 6711 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5328 /custom_md_loader/classes/MetadataService.cls 6705 12 6711 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5328 /custom_md_loader/classes/MetadataService.cls 6705 12 6711 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readDocumentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5329 /custom_md_loader/classes/MetadataService.cls 6707 16 6707 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5329 /custom_md_loader/classes/MetadataService.cls 6707 16 6707 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5330 /custom_md_loader/classes/MetadataService.cls 6708 26 6708 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5330 /custom_md_loader/classes/MetadataService.cls 6708 26 6708 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5331 /custom_md_loader/classes/MetadataService.cls 6708 26 6708 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5331 /custom_md_loader/classes/MetadataService.cls 6708 26 6708 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5332 /custom_md_loader/classes/MetadataService.cls 6709 26 6709 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5332 /custom_md_loader/classes/MetadataService.cls 6709 26 6709 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5333 /custom_md_loader/classes/MetadataService.cls 6709 26 6709 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5333 /custom_md_loader/classes/MetadataService.cls 6709 26 6709 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5334 /custom_md_loader/classes/MetadataService.cls 6710 26 6710 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5334 /custom_md_loader/classes/MetadataService.cls 6710 26 6710 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5335 /custom_md_loader/classes/MetadataService.cls 6710 26 6710 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]*'
5335 /custom_md_loader/classes/MetadataService.cls 6710 26 6710 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]*'
5336 /custom_md_loader/classes/MetadataService.cls 6712 12 6718 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5336 /custom_md_loader/classes/MetadataService.cls 6712 12 6718 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5337 /custom_md_loader/classes/MetadataService.cls 6714 16 6714 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5337 /custom_md_loader/classes/MetadataService.cls 6714 16 6714 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5338 /custom_md_loader/classes/MetadataService.cls 6715 26 6715 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5338 /custom_md_loader/classes/MetadataService.cls 6715 26 6715 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5339 /custom_md_loader/classes/MetadataService.cls 6715 26 6715 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5339 /custom_md_loader/classes/MetadataService.cls 6715 26 6715 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5340 /custom_md_loader/classes/MetadataService.cls 6716 26 6716 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5340 /custom_md_loader/classes/MetadataService.cls 6716 26 6716 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5341 /custom_md_loader/classes/MetadataService.cls 6716 26 6716 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5341 /custom_md_loader/classes/MetadataService.cls 6716 26 6716 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5342 /custom_md_loader/classes/MetadataService.cls 6717 26 6717 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5342 /custom_md_loader/classes/MetadataService.cls 6717 26 6717 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5343 /custom_md_loader/classes/MetadataService.cls 6717 26 6717 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]*'
5343 /custom_md_loader/classes/MetadataService.cls 6717 26 6717 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]*'
5344 /custom_md_loader/classes/MetadataService.cls 6719 12 6725 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5344 /custom_md_loader/classes/MetadataService.cls 6719 12 6725 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5345 /custom_md_loader/classes/MetadataService.cls 6719 12 6725 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5345 /custom_md_loader/classes/MetadataService.cls 6719 12 6725 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readAutoResponseRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5346 /custom_md_loader/classes/MetadataService.cls 6721 16 6721 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5346 /custom_md_loader/classes/MetadataService.cls 6721 16 6721 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5347 /custom_md_loader/classes/MetadataService.cls 6722 26 6722 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5347 /custom_md_loader/classes/MetadataService.cls 6722 26 6722 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5348 /custom_md_loader/classes/MetadataService.cls 6722 26 6722 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5348 /custom_md_loader/classes/MetadataService.cls 6722 26 6722 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5349 /custom_md_loader/classes/MetadataService.cls 6723 26 6723 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5349 /custom_md_loader/classes/MetadataService.cls 6723 26 6723 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5350 /custom_md_loader/classes/MetadataService.cls 6723 26 6723 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5350 /custom_md_loader/classes/MetadataService.cls 6723 26 6723 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5351 /custom_md_loader/classes/MetadataService.cls 6724 26 6724 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5351 /custom_md_loader/classes/MetadataService.cls 6724 26 6724 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5352 /custom_md_loader/classes/MetadataService.cls 6724 26 6724 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]*'
5352 /custom_md_loader/classes/MetadataService.cls 6724 26 6724 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]*'
5353 /custom_md_loader/classes/MetadataService.cls 6726 12 6732 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5353 /custom_md_loader/classes/MetadataService.cls 6726 12 6732 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5354 /custom_md_loader/classes/MetadataService.cls 6728 16 6728 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5354 /custom_md_loader/classes/MetadataService.cls 6728 16 6728 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5355 /custom_md_loader/classes/MetadataService.cls 6729 26 6729 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5355 /custom_md_loader/classes/MetadataService.cls 6729 26 6729 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5356 /custom_md_loader/classes/MetadataService.cls 6729 26 6729 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5356 /custom_md_loader/classes/MetadataService.cls 6729 26 6729 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5357 /custom_md_loader/classes/MetadataService.cls 6730 26 6730 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5357 /custom_md_loader/classes/MetadataService.cls 6730 26 6730 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5358 /custom_md_loader/classes/MetadataService.cls 6730 26 6730 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5358 /custom_md_loader/classes/MetadataService.cls 6730 26 6730 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5359 /custom_md_loader/classes/MetadataService.cls 6731 26 6731 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5359 /custom_md_loader/classes/MetadataService.cls 6731 26 6731 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5360 /custom_md_loader/classes/MetadataService.cls 6731 26 6731 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]*'
5360 /custom_md_loader/classes/MetadataService.cls 6731 26 6731 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]*'
5361 /custom_md_loader/classes/MetadataService.cls 6733 12 6739 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5361 /custom_md_loader/classes/MetadataService.cls 6733 12 6739 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5362 /custom_md_loader/classes/MetadataService.cls 6733 12 6739 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5362 /custom_md_loader/classes/MetadataService.cls 6733 12 6739 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5363 /custom_md_loader/classes/MetadataService.cls 6735 16 6735 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5363 /custom_md_loader/classes/MetadataService.cls 6735 16 6735 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5364 /custom_md_loader/classes/MetadataService.cls 6736 26 6736 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5364 /custom_md_loader/classes/MetadataService.cls 6736 26 6736 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5365 /custom_md_loader/classes/MetadataService.cls 6736 26 6736 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5365 /custom_md_loader/classes/MetadataService.cls 6736 26 6736 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5366 /custom_md_loader/classes/MetadataService.cls 6737 26 6737 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5366 /custom_md_loader/classes/MetadataService.cls 6737 26 6737 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5367 /custom_md_loader/classes/MetadataService.cls 6737 26 6737 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5367 /custom_md_loader/classes/MetadataService.cls 6737 26 6737 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5368 /custom_md_loader/classes/MetadataService.cls 6738 26 6738 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5368 /custom_md_loader/classes/MetadataService.cls 6738 26 6738 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5369 /custom_md_loader/classes/MetadataService.cls 6738 26 6738 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]*'
5369 /custom_md_loader/classes/MetadataService.cls 6738 26 6738 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]*'
5370 /custom_md_loader/classes/MetadataService.cls 6740 12 6746 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5370 /custom_md_loader/classes/MetadataService.cls 6740 12 6746 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5371 /custom_md_loader/classes/MetadataService.cls 6742 16 6742 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5371 /custom_md_loader/classes/MetadataService.cls 6742 16 6742 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5372 /custom_md_loader/classes/MetadataService.cls 6743 26 6743 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5372 /custom_md_loader/classes/MetadataService.cls 6743 26 6743 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5373 /custom_md_loader/classes/MetadataService.cls 6743 26 6743 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5373 /custom_md_loader/classes/MetadataService.cls 6743 26 6743 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5374 /custom_md_loader/classes/MetadataService.cls 6744 26 6744 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5374 /custom_md_loader/classes/MetadataService.cls 6744 26 6744 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5375 /custom_md_loader/classes/MetadataService.cls 6744 26 6744 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5375 /custom_md_loader/classes/MetadataService.cls 6744 26 6744 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5376 /custom_md_loader/classes/MetadataService.cls 6745 26 6745 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5376 /custom_md_loader/classes/MetadataService.cls 6745 26 6745 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5377 /custom_md_loader/classes/MetadataService.cls 6745 26 6745 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]*'
5377 /custom_md_loader/classes/MetadataService.cls 6745 26 6745 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]*'
5378 /custom_md_loader/classes/MetadataService.cls 6747 12 6753 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5378 /custom_md_loader/classes/MetadataService.cls 6747 12 6753 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5379 /custom_md_loader/classes/MetadataService.cls 6747 12 6753 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2ModelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5379 /custom_md_loader/classes/MetadataService.cls 6747 12 6753 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readTerritory2ModelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5380 /custom_md_loader/classes/MetadataService.cls 6749 16 6749 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5380 /custom_md_loader/classes/MetadataService.cls 6749 16 6749 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5381 /custom_md_loader/classes/MetadataService.cls 6750 26 6750 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5381 /custom_md_loader/classes/MetadataService.cls 6750 26 6750 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5382 /custom_md_loader/classes/MetadataService.cls 6750 26 6750 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5382 /custom_md_loader/classes/MetadataService.cls 6750 26 6750 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5383 /custom_md_loader/classes/MetadataService.cls 6751 26 6751 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5383 /custom_md_loader/classes/MetadataService.cls 6751 26 6751 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5384 /custom_md_loader/classes/MetadataService.cls 6751 26 6751 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5384 /custom_md_loader/classes/MetadataService.cls 6751 26 6751 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5385 /custom_md_loader/classes/MetadataService.cls 6752 26 6752 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5385 /custom_md_loader/classes/MetadataService.cls 6752 26 6752 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5386 /custom_md_loader/classes/MetadataService.cls 6752 26 6752 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]*'
5386 /custom_md_loader/classes/MetadataService.cls 6752 26 6752 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]*'
5387 /custom_md_loader/classes/MetadataService.cls 6754 12 6760 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5387 /custom_md_loader/classes/MetadataService.cls 6754 12 6760 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5388 /custom_md_loader/classes/MetadataService.cls 6756 16 6756 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5388 /custom_md_loader/classes/MetadataService.cls 6756 16 6756 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5389 /custom_md_loader/classes/MetadataService.cls 6757 26 6757 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5389 /custom_md_loader/classes/MetadataService.cls 6757 26 6757 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5390 /custom_md_loader/classes/MetadataService.cls 6757 26 6757 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5390 /custom_md_loader/classes/MetadataService.cls 6757 26 6757 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5391 /custom_md_loader/classes/MetadataService.cls 6758 26 6758 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5391 /custom_md_loader/classes/MetadataService.cls 6758 26 6758 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5392 /custom_md_loader/classes/MetadataService.cls 6758 26 6758 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5392 /custom_md_loader/classes/MetadataService.cls 6758 26 6758 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5393 /custom_md_loader/classes/MetadataService.cls 6759 26 6759 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5393 /custom_md_loader/classes/MetadataService.cls 6759 26 6759 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5394 /custom_md_loader/classes/MetadataService.cls 6759 26 6759 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]*'
5394 /custom_md_loader/classes/MetadataService.cls 6759 26 6759 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]*'
5395 /custom_md_loader/classes/MetadataService.cls 6761 12 6767 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5395 /custom_md_loader/classes/MetadataService.cls 6761 12 6767 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5396 /custom_md_loader/classes/MetadataService.cls 6761 12 6767 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5396 /custom_md_loader/classes/MetadataService.cls 6761 12 6767 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readReportFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5397 /custom_md_loader/classes/MetadataService.cls 6763 16 6763 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5397 /custom_md_loader/classes/MetadataService.cls 6763 16 6763 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5398 /custom_md_loader/classes/MetadataService.cls 6764 26 6764 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5398 /custom_md_loader/classes/MetadataService.cls 6764 26 6764 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5399 /custom_md_loader/classes/MetadataService.cls 6764 26 6764 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5399 /custom_md_loader/classes/MetadataService.cls 6764 26 6764 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5400 /custom_md_loader/classes/MetadataService.cls 6765 26 6765 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5400 /custom_md_loader/classes/MetadataService.cls 6765 26 6765 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5401 /custom_md_loader/classes/MetadataService.cls 6765 26 6765 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5401 /custom_md_loader/classes/MetadataService.cls 6765 26 6765 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5402 /custom_md_loader/classes/MetadataService.cls 6766 26 6766 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5402 /custom_md_loader/classes/MetadataService.cls 6766 26 6766 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5403 /custom_md_loader/classes/MetadataService.cls 6766 26 6766 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]*'
5403 /custom_md_loader/classes/MetadataService.cls 6766 26 6766 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]*'
5404 /custom_md_loader/classes/MetadataService.cls 6768 12 6774 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5404 /custom_md_loader/classes/MetadataService.cls 6768 12 6774 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5405 /custom_md_loader/classes/MetadataService.cls 6770 16 6770 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5405 /custom_md_loader/classes/MetadataService.cls 6770 16 6770 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5406 /custom_md_loader/classes/MetadataService.cls 6771 26 6771 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5406 /custom_md_loader/classes/MetadataService.cls 6771 26 6771 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5407 /custom_md_loader/classes/MetadataService.cls 6771 26 6771 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5407 /custom_md_loader/classes/MetadataService.cls 6771 26 6771 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5408 /custom_md_loader/classes/MetadataService.cls 6772 26 6772 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5408 /custom_md_loader/classes/MetadataService.cls 6772 26 6772 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5409 /custom_md_loader/classes/MetadataService.cls 6772 26 6772 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5409 /custom_md_loader/classes/MetadataService.cls 6772 26 6772 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5410 /custom_md_loader/classes/MetadataService.cls 6773 26 6773 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5410 /custom_md_loader/classes/MetadataService.cls 6773 26 6773 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5411 /custom_md_loader/classes/MetadataService.cls 6773 26 6773 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]*'
5411 /custom_md_loader/classes/MetadataService.cls 6773 26 6773 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]*'
5412 /custom_md_loader/classes/MetadataService.cls 6775 12 6781 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5412 /custom_md_loader/classes/MetadataService.cls 6775 12 6781 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5413 /custom_md_loader/classes/MetadataService.cls 6775 12 6781 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5413 /custom_md_loader/classes/MetadataService.cls 6775 12 6781 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readCustomApplicationComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5414 /custom_md_loader/classes/MetadataService.cls 6777 16 6777 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5414 /custom_md_loader/classes/MetadataService.cls 6777 16 6777 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5415 /custom_md_loader/classes/MetadataService.cls 6778 26 6778 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5415 /custom_md_loader/classes/MetadataService.cls 6778 26 6778 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5416 /custom_md_loader/classes/MetadataService.cls 6778 26 6778 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5416 /custom_md_loader/classes/MetadataService.cls 6778 26 6778 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5417 /custom_md_loader/classes/MetadataService.cls 6779 26 6779 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5417 /custom_md_loader/classes/MetadataService.cls 6779 26 6779 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5418 /custom_md_loader/classes/MetadataService.cls 6779 26 6779 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5418 /custom_md_loader/classes/MetadataService.cls 6779 26 6779 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5419 /custom_md_loader/classes/MetadataService.cls 6780 26 6780 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5419 /custom_md_loader/classes/MetadataService.cls 6780 26 6780 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5420 /custom_md_loader/classes/MetadataService.cls 6780 26 6780 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]*'
5420 /custom_md_loader/classes/MetadataService.cls 6780 26 6780 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]*'
5421 /custom_md_loader/classes/MetadataService.cls 6782 12 6788 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5421 /custom_md_loader/classes/MetadataService.cls 6782 12 6788 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5422 /custom_md_loader/classes/MetadataService.cls 6784 16 6784 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5422 /custom_md_loader/classes/MetadataService.cls 6784 16 6784 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5423 /custom_md_loader/classes/MetadataService.cls 6785 26 6785 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5423 /custom_md_loader/classes/MetadataService.cls 6785 26 6785 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5424 /custom_md_loader/classes/MetadataService.cls 6785 26 6785 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5424 /custom_md_loader/classes/MetadataService.cls 6785 26 6785 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5425 /custom_md_loader/classes/MetadataService.cls 6786 26 6786 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5425 /custom_md_loader/classes/MetadataService.cls 6786 26 6786 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5426 /custom_md_loader/classes/MetadataService.cls 6786 26 6786 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5426 /custom_md_loader/classes/MetadataService.cls 6786 26 6786 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5427 /custom_md_loader/classes/MetadataService.cls 6787 26 6787 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5427 /custom_md_loader/classes/MetadataService.cls 6787 26 6787 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5428 /custom_md_loader/classes/MetadataService.cls 6787 26 6787 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]*'
5428 /custom_md_loader/classes/MetadataService.cls 6787 26 6787 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]*'
5429 /custom_md_loader/classes/MetadataService.cls 6789 12 6795 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5429 /custom_md_loader/classes/MetadataService.cls 6789 12 6795 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5430 /custom_md_loader/classes/MetadataService.cls 6789 12 6795 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFieldSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5430 /custom_md_loader/classes/MetadataService.cls 6789 12 6795 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readFieldSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5431 /custom_md_loader/classes/MetadataService.cls 6791 16 6791 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5431 /custom_md_loader/classes/MetadataService.cls 6791 16 6791 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5432 /custom_md_loader/classes/MetadataService.cls 6792 26 6792 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5432 /custom_md_loader/classes/MetadataService.cls 6792 26 6792 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5433 /custom_md_loader/classes/MetadataService.cls 6792 26 6792 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5433 /custom_md_loader/classes/MetadataService.cls 6792 26 6792 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5434 /custom_md_loader/classes/MetadataService.cls 6793 26 6793 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5434 /custom_md_loader/classes/MetadataService.cls 6793 26 6793 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5435 /custom_md_loader/classes/MetadataService.cls 6793 26 6793 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5435 /custom_md_loader/classes/MetadataService.cls 6793 26 6793 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5436 /custom_md_loader/classes/MetadataService.cls 6794 26 6794 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5436 /custom_md_loader/classes/MetadataService.cls 6794 26 6794 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5437 /custom_md_loader/classes/MetadataService.cls 6794 26 6794 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]*'
5437 /custom_md_loader/classes/MetadataService.cls 6794 26 6794 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]*'
5438 /custom_md_loader/classes/MetadataService.cls 6796 12 6802 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5438 /custom_md_loader/classes/MetadataService.cls 6796 12 6802 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5439 /custom_md_loader/classes/MetadataService.cls 6798 16 6798 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5439 /custom_md_loader/classes/MetadataService.cls 6798 16 6798 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5440 /custom_md_loader/classes/MetadataService.cls 6799 26 6799 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5440 /custom_md_loader/classes/MetadataService.cls 6799 26 6799 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5441 /custom_md_loader/classes/MetadataService.cls 6799 26 6799 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5441 /custom_md_loader/classes/MetadataService.cls 6799 26 6799 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5442 /custom_md_loader/classes/MetadataService.cls 6800 26 6800 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5442 /custom_md_loader/classes/MetadataService.cls 6800 26 6800 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5443 /custom_md_loader/classes/MetadataService.cls 6800 26 6800 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5443 /custom_md_loader/classes/MetadataService.cls 6800 26 6800 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5444 /custom_md_loader/classes/MetadataService.cls 6801 26 6801 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5444 /custom_md_loader/classes/MetadataService.cls 6801 26 6801 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5445 /custom_md_loader/classes/MetadataService.cls 6801 26 6801 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]*'
5445 /custom_md_loader/classes/MetadataService.cls 6801 26 6801 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]*'
5446 /custom_md_loader/classes/MetadataService.cls 6803 12 6809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5446 /custom_md_loader/classes/MetadataService.cls 6803 12 6809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5447 /custom_md_loader/classes/MetadataService.cls 6803 12 6809 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5447 /custom_md_loader/classes/MetadataService.cls 6803 12 6809 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readSharingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5448 /custom_md_loader/classes/MetadataService.cls 6805 16 6805 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5448 /custom_md_loader/classes/MetadataService.cls 6805 16 6805 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5449 /custom_md_loader/classes/MetadataService.cls 6806 26 6806 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5449 /custom_md_loader/classes/MetadataService.cls 6806 26 6806 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5450 /custom_md_loader/classes/MetadataService.cls 6806 26 6806 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5450 /custom_md_loader/classes/MetadataService.cls 6806 26 6806 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5451 /custom_md_loader/classes/MetadataService.cls 6807 26 6807 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5451 /custom_md_loader/classes/MetadataService.cls 6807 26 6807 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5452 /custom_md_loader/classes/MetadataService.cls 6807 26 6807 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5452 /custom_md_loader/classes/MetadataService.cls 6807 26 6807 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5453 /custom_md_loader/classes/MetadataService.cls 6808 26 6808 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5453 /custom_md_loader/classes/MetadataService.cls 6808 26 6808 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5454 /custom_md_loader/classes/MetadataService.cls 6808 26 6808 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]*'
5454 /custom_md_loader/classes/MetadataService.cls 6808 26 6808 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]*'
5455 /custom_md_loader/classes/MetadataService.cls 6810 12 6816 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5455 /custom_md_loader/classes/MetadataService.cls 6810 12 6816 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5456 /custom_md_loader/classes/MetadataService.cls 6812 16 6812 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5456 /custom_md_loader/classes/MetadataService.cls 6812 16 6812 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5457 /custom_md_loader/classes/MetadataService.cls 6813 26 6813 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5457 /custom_md_loader/classes/MetadataService.cls 6813 26 6813 133 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5458 /custom_md_loader/classes/MetadataService.cls 6813 26 6813 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5458 /custom_md_loader/classes/MetadataService.cls 6813 26 6813 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5459 /custom_md_loader/classes/MetadataService.cls 6814 26 6814 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5459 /custom_md_loader/classes/MetadataService.cls 6814 26 6814 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5460 /custom_md_loader/classes/MetadataService.cls 6814 26 6814 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5460 /custom_md_loader/classes/MetadataService.cls 6814 26 6814 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5461 /custom_md_loader/classes/MetadataService.cls 6815 26 6815 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5461 /custom_md_loader/classes/MetadataService.cls 6815 26 6815 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5462 /custom_md_loader/classes/MetadataService.cls 6815 26 6815 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]*'
5462 /custom_md_loader/classes/MetadataService.cls 6815 26 6815 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]*'
5463 /custom_md_loader/classes/MetadataService.cls 6817 12 6823 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5463 /custom_md_loader/classes/MetadataService.cls 6817 12 6823 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5464 /custom_md_loader/classes/MetadataService.cls 6817 12 6823 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5464 /custom_md_loader/classes/MetadataService.cls 6817 12 6823 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'readHomePageComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5465 /custom_md_loader/classes/MetadataService.cls 6819 16 6819 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5465 /custom_md_loader/classes/MetadataService.cls 6819 16 6819 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5466 /custom_md_loader/classes/MetadataService.cls 6820 26 6820 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5466 /custom_md_loader/classes/MetadataService.cls 6820 26 6820 130 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5467 /custom_md_loader/classes/MetadataService.cls 6820 26 6820 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5467 /custom_md_loader/classes/MetadataService.cls 6820 26 6820 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5468 /custom_md_loader/classes/MetadataService.cls 6821 26 6821 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5468 /custom_md_loader/classes/MetadataService.cls 6821 26 6821 120 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5469 /custom_md_loader/classes/MetadataService.cls 6821 26 6821 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5469 /custom_md_loader/classes/MetadataService.cls 6821 26 6821 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5470 /custom_md_loader/classes/MetadataService.cls 6822 26 6822 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5470 /custom_md_loader/classes/MetadataService.cls 6822 26 6822 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5471 /custom_md_loader/classes/MetadataService.cls 6822 26 6822 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]*'
5471 /custom_md_loader/classes/MetadataService.cls 6822 26 6822 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]*'
5472 /custom_md_loader/classes/MetadataService.cls 6824 12 6829 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5472 /custom_md_loader/classes/MetadataService.cls 6824 12 6829 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5473 /custom_md_loader/classes/MetadataService.cls 6826 26 6826 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5473 /custom_md_loader/classes/MetadataService.cls 6826 26 6826 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5474 /custom_md_loader/classes/MetadataService.cls 6827 26 6827 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5474 /custom_md_loader/classes/MetadataService.cls 6827 26 6827 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5475 /custom_md_loader/classes/MetadataService.cls 6828 26 6828 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]*'
5475 /custom_md_loader/classes/MetadataService.cls 6828 26 6828 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]*'
5476 /custom_md_loader/classes/MetadataService.cls 6830 12 6877 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5476 /custom_md_loader/classes/MetadataService.cls 6830 12 6877 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5477 /custom_md_loader/classes/MetadataService.cls 6830 12 6877 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class ApprovalProcess has 22 public methods, attributes, and properties (limit: 20)
5477 /custom_md_loader/classes/MetadataService.cls 6830 12 6877 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class ApprovalProcess has 22 public methods, attributes, and properties (limit: 20)
5478 /custom_md_loader/classes/MetadataService.cls 6830 12 6877 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5478 /custom_md_loader/classes/MetadataService.cls 6830 12 6877 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5479 /custom_md_loader/classes/MetadataService.cls 6853 26 6853 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5479 /custom_md_loader/classes/MetadataService.cls 6853 26 6853 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5480 /custom_md_loader/classes/MetadataService.cls 6854 26 6854 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 'allowRecall_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5480 /custom_md_loader/classes/MetadataService.cls 6854 26 6854 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 'allowRecall_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5481 /custom_md_loader/classes/MetadataService.cls 6855 26 6855 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 'allowedSubmitters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5481 /custom_md_loader/classes/MetadataService.cls 6855 26 6855 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 'allowedSubmitters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5482 /custom_md_loader/classes/MetadataService.cls 6856 26 6856 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 'approvalPageFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5482 /custom_md_loader/classes/MetadataService.cls 6856 26 6856 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 'approvalPageFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5483 /custom_md_loader/classes/MetadataService.cls 6857 26 6857 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 'approvalStep_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5483 /custom_md_loader/classes/MetadataService.cls 6857 26 6857 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 'approvalStep_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5484 /custom_md_loader/classes/MetadataService.cls 6858 26 6858 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5484 /custom_md_loader/classes/MetadataService.cls 6858 26 6858 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5485 /custom_md_loader/classes/MetadataService.cls 6859 26 6859 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 'emailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5485 /custom_md_loader/classes/MetadataService.cls 6859 26 6859 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 'emailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5486 /custom_md_loader/classes/MetadataService.cls 6860 26 6860 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 'enableMobileDeviceAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5486 /custom_md_loader/classes/MetadataService.cls 6860 26 6860 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 'enableMobileDeviceAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5487 /custom_md_loader/classes/MetadataService.cls 6861 26 6861 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5487 /custom_md_loader/classes/MetadataService.cls 6861 26 6861 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5488 /custom_md_loader/classes/MetadataService.cls 6862 26 6862 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 'finalApprovalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5488 /custom_md_loader/classes/MetadataService.cls 6862 26 6862 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 'finalApprovalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5489 /custom_md_loader/classes/MetadataService.cls 6863 26 6863 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 'finalApprovalRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5489 /custom_md_loader/classes/MetadataService.cls 6863 26 6863 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 'finalApprovalRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5490 /custom_md_loader/classes/MetadataService.cls 6864 26 6864 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 'finalRejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5490 /custom_md_loader/classes/MetadataService.cls 6864 26 6864 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 'finalRejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5491 /custom_md_loader/classes/MetadataService.cls 6865 26 6865 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 'finalRejectionRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5491 /custom_md_loader/classes/MetadataService.cls 6865 26 6865 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 'finalRejectionRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5492 /custom_md_loader/classes/MetadataService.cls 6866 26 6866 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 'initialSubmissionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5492 /custom_md_loader/classes/MetadataService.cls 6866 26 6866 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 'initialSubmissionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5493 /custom_md_loader/classes/MetadataService.cls 6867 26 6867 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5493 /custom_md_loader/classes/MetadataService.cls 6867 26 6867 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5494 /custom_md_loader/classes/MetadataService.cls 6868 26 6868 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 'nextAutomatedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5494 /custom_md_loader/classes/MetadataService.cls 6868 26 6868 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 'nextAutomatedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5495 /custom_md_loader/classes/MetadataService.cls 6869 26 6869 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 'postTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5495 /custom_md_loader/classes/MetadataService.cls 6869 26 6869 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 'postTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5496 /custom_md_loader/classes/MetadataService.cls 6870 26 6870 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 'recallActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5496 /custom_md_loader/classes/MetadataService.cls 6870 26 6870 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 'recallActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5497 /custom_md_loader/classes/MetadataService.cls 6871 26 6871 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 'recordEditability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5497 /custom_md_loader/classes/MetadataService.cls 6871 26 6871 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 'recordEditability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5498 /custom_md_loader/classes/MetadataService.cls 6872 26 6872 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 'showApprovalHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5498 /custom_md_loader/classes/MetadataService.cls 6872 26 6872 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 'showApprovalHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5499 /custom_md_loader/classes/MetadataService.cls 6873 26 6873 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5499 /custom_md_loader/classes/MetadataService.cls 6873 26 6873 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5500 /custom_md_loader/classes/MetadataService.cls 6874 26 6874 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5500 /custom_md_loader/classes/MetadataService.cls 6874 26 6874 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5501 /custom_md_loader/classes/MetadataService.cls 6875 26 6875 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]*'
5501 /custom_md_loader/classes/MetadataService.cls 6875 26 6875 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]*'
5502 /custom_md_loader/classes/MetadataService.cls 6876 26 6876 459 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5502 /custom_md_loader/classes/MetadataService.cls 6876 26 6876 459 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5503 /custom_md_loader/classes/MetadataService.cls 6878 12 6889 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5503 /custom_md_loader/classes/MetadataService.cls 6878 12 6889 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5504 /custom_md_loader/classes/MetadataService.cls 6883 26 6883 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5504 /custom_md_loader/classes/MetadataService.cls 6883 26 6883 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5505 /custom_md_loader/classes/MetadataService.cls 6884 26 6884 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 'recurrenceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5505 /custom_md_loader/classes/MetadataService.cls 6884 26 6884 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 'recurrenceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5506 /custom_md_loader/classes/MetadataService.cls 6885 26 6885 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5506 /custom_md_loader/classes/MetadataService.cls 6885 26 6885 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5507 /custom_md_loader/classes/MetadataService.cls 6886 26 6886 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5507 /custom_md_loader/classes/MetadataService.cls 6886 26 6886 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5508 /custom_md_loader/classes/MetadataService.cls 6887 26 6887 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]*'
5508 /custom_md_loader/classes/MetadataService.cls 6887 26 6887 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]*'
5509 /custom_md_loader/classes/MetadataService.cls 6888 26 6888 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]*'
5509 /custom_md_loader/classes/MetadataService.cls 6888 26 6888 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]*'
5510 /custom_md_loader/classes/MetadataService.cls 6890 12 6917 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5510 /custom_md_loader/classes/MetadataService.cls 6890 12 6917 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5511 /custom_md_loader/classes/MetadataService.cls 6890 12 6917 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5511 /custom_md_loader/classes/MetadataService.cls 6890 12 6917 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5512 /custom_md_loader/classes/MetadataService.cls 6902 23 6902 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]*'
5512 /custom_md_loader/classes/MetadataService.cls 6902 23 6902 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]*'
5513 /custom_md_loader/classes/MetadataService.cls 6903 26 6903 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 'createdById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5513 /custom_md_loader/classes/MetadataService.cls 6903 26 6903 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 'createdById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5514 /custom_md_loader/classes/MetadataService.cls 6904 26 6904 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5514 /custom_md_loader/classes/MetadataService.cls 6904 26 6904 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5515 /custom_md_loader/classes/MetadataService.cls 6905 26 6905 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5515 /custom_md_loader/classes/MetadataService.cls 6905 26 6905 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5516 /custom_md_loader/classes/MetadataService.cls 6906 26 6906 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5516 /custom_md_loader/classes/MetadataService.cls 6906 26 6906 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5517 /custom_md_loader/classes/MetadataService.cls 6907 26 6907 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5517 /custom_md_loader/classes/MetadataService.cls 6907 26 6907 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5518 /custom_md_loader/classes/MetadataService.cls 6908 26 6908 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]*'
5518 /custom_md_loader/classes/MetadataService.cls 6908 26 6908 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]*'
5519 /custom_md_loader/classes/MetadataService.cls 6909 26 6909 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 'lastModifiedById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5519 /custom_md_loader/classes/MetadataService.cls 6909 26 6909 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 'lastModifiedById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5520 /custom_md_loader/classes/MetadataService.cls 6910 26 6910 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 'lastModifiedByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5520 /custom_md_loader/classes/MetadataService.cls 6910 26 6910 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 'lastModifiedByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5521 /custom_md_loader/classes/MetadataService.cls 6911 26 6911 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5521 /custom_md_loader/classes/MetadataService.cls 6911 26 6911 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5522 /custom_md_loader/classes/MetadataService.cls 6912 26 6912 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 'manageableState_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5522 /custom_md_loader/classes/MetadataService.cls 6912 26 6912 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 'manageableState_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5523 /custom_md_loader/classes/MetadataService.cls 6913 26 6913 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5523 /custom_md_loader/classes/MetadataService.cls 6913 26 6913 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5524 /custom_md_loader/classes/MetadataService.cls 6914 26 6914 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5524 /custom_md_loader/classes/MetadataService.cls 6914 26 6914 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5525 /custom_md_loader/classes/MetadataService.cls 6915 26 6915 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5525 /custom_md_loader/classes/MetadataService.cls 6915 26 6915 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5526 /custom_md_loader/classes/MetadataService.cls 6916 26 6916 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]*'
5526 /custom_md_loader/classes/MetadataService.cls 6916 26 6916 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]*'
5527 /custom_md_loader/classes/MetadataService.cls 6918 12 6927 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5527 /custom_md_loader/classes/MetadataService.cls 6918 12 6927 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5528 /custom_md_loader/classes/MetadataService.cls 6922 26 6922 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5528 /custom_md_loader/classes/MetadataService.cls 6922 26 6922 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5529 /custom_md_loader/classes/MetadataService.cls 6923 26 6923 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5529 /custom_md_loader/classes/MetadataService.cls 6923 26 6923 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5530 /custom_md_loader/classes/MetadataService.cls 6924 26 6924 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 'userAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5530 /custom_md_loader/classes/MetadataService.cls 6924 26 6924 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 'userAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5531 /custom_md_loader/classes/MetadataService.cls 6925 26 6925 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5531 /custom_md_loader/classes/MetadataService.cls 6925 26 6925 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5532 /custom_md_loader/classes/MetadataService.cls 6926 26 6926 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]*'
5532 /custom_md_loader/classes/MetadataService.cls 6926 26 6926 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]*'
5533 /custom_md_loader/classes/MetadataService.cls 6928 12 6935 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5533 /custom_md_loader/classes/MetadataService.cls 6928 12 6935 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5534 /custom_md_loader/classes/MetadataService.cls 6931 26 6931 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 'layoutSectionStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5534 /custom_md_loader/classes/MetadataService.cls 6931 26 6931 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 'layoutSectionStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5535 /custom_md_loader/classes/MetadataService.cls 6932 26 6932 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 'quickActionLayoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5535 /custom_md_loader/classes/MetadataService.cls 6932 26 6932 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 'quickActionLayoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5536 /custom_md_loader/classes/MetadataService.cls 6933 26 6933 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5536 /custom_md_loader/classes/MetadataService.cls 6933 26 6933 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5537 /custom_md_loader/classes/MetadataService.cls 6934 26 6934 111 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5537 /custom_md_loader/classes/MetadataService.cls 6934 26 6934 111 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5538 /custom_md_loader/classes/MetadataService.cls 6936 12 6991 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5538 /custom_md_loader/classes/MetadataService.cls 6936 12 6991 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5539 /custom_md_loader/classes/MetadataService.cls 6936 12 6991 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Flow has 26 public methods, attributes, and properties (limit: 20)
5539 /custom_md_loader/classes/MetadataService.cls 6936 12 6991 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Flow has 26 public methods, attributes, and properties (limit: 20)
5540 /custom_md_loader/classes/MetadataService.cls 6936 12 6991 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5540 /custom_md_loader/classes/MetadataService.cls 6936 12 6991 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5541 /custom_md_loader/classes/MetadataService.cls 6963 26 6963 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 'actionCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5541 /custom_md_loader/classes/MetadataService.cls 6963 26 6963 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 'actionCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5542 /custom_md_loader/classes/MetadataService.cls 6964 26 6964 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 'apexPluginCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5542 /custom_md_loader/classes/MetadataService.cls 6964 26 6964 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 'apexPluginCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5543 /custom_md_loader/classes/MetadataService.cls 6965 26 6965 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5543 /custom_md_loader/classes/MetadataService.cls 6965 26 6965 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5544 /custom_md_loader/classes/MetadataService.cls 6966 26 6966 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5544 /custom_md_loader/classes/MetadataService.cls 6966 26 6966 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5545 /custom_md_loader/classes/MetadataService.cls 6967 26 6967 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 'constants_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5545 /custom_md_loader/classes/MetadataService.cls 6967 26 6967 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 'constants_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5546 /custom_md_loader/classes/MetadataService.cls 6968 26 6968 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 'decisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5546 /custom_md_loader/classes/MetadataService.cls 6968 26 6968 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 'decisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5547 /custom_md_loader/classes/MetadataService.cls 6969 26 6969 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5547 /custom_md_loader/classes/MetadataService.cls 6969 26 6969 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5548 /custom_md_loader/classes/MetadataService.cls 6970 26 6970 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 'dynamicChoiceSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5548 /custom_md_loader/classes/MetadataService.cls 6970 26 6970 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 'dynamicChoiceSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5549 /custom_md_loader/classes/MetadataService.cls 6971 26 6971 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 'formulas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5549 /custom_md_loader/classes/MetadataService.cls 6971 26 6971 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 'formulas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5550 /custom_md_loader/classes/MetadataService.cls 6972 26 6972 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5550 /custom_md_loader/classes/MetadataService.cls 6972 26 6972 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5551 /custom_md_loader/classes/MetadataService.cls 6973 26 6973 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 'loops_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5551 /custom_md_loader/classes/MetadataService.cls 6973 26 6973 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 'loops_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5552 /custom_md_loader/classes/MetadataService.cls 6974 26 6974 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5552 /custom_md_loader/classes/MetadataService.cls 6974 26 6974 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5553 /custom_md_loader/classes/MetadataService.cls 6975 26 6975 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 'processType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5553 /custom_md_loader/classes/MetadataService.cls 6975 26 6975 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 'processType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5554 /custom_md_loader/classes/MetadataService.cls 6976 26 6976 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 'recordCreates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5554 /custom_md_loader/classes/MetadataService.cls 6976 26 6976 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 'recordCreates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5555 /custom_md_loader/classes/MetadataService.cls 6977 26 6977 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 'recordDeletes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5555 /custom_md_loader/classes/MetadataService.cls 6977 26 6977 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 'recordDeletes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5556 /custom_md_loader/classes/MetadataService.cls 6978 26 6978 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 'recordLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5556 /custom_md_loader/classes/MetadataService.cls 6978 26 6978 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 'recordLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5557 /custom_md_loader/classes/MetadataService.cls 6979 26 6979 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 'recordUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5557 /custom_md_loader/classes/MetadataService.cls 6979 26 6979 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 'recordUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5558 /custom_md_loader/classes/MetadataService.cls 6980 26 6980 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5558 /custom_md_loader/classes/MetadataService.cls 6980 26 6980 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5559 /custom_md_loader/classes/MetadataService.cls 6981 26 6981 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 'startElementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5559 /custom_md_loader/classes/MetadataService.cls 6981 26 6981 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 'startElementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5560 /custom_md_loader/classes/MetadataService.cls 6982 26 6982 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 'steps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5560 /custom_md_loader/classes/MetadataService.cls 6982 26 6982 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 'steps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5561 /custom_md_loader/classes/MetadataService.cls 6983 26 6983 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 'subflows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5561 /custom_md_loader/classes/MetadataService.cls 6983 26 6983 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 'subflows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5562 /custom_md_loader/classes/MetadataService.cls 6984 26 6984 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 'textTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5562 /custom_md_loader/classes/MetadataService.cls 6984 26 6984 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 'textTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5563 /custom_md_loader/classes/MetadataService.cls 6985 26 6985 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 'variables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5563 /custom_md_loader/classes/MetadataService.cls 6985 26 6985 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 'variables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5564 /custom_md_loader/classes/MetadataService.cls 6986 26 6986 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 'waits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5564 /custom_md_loader/classes/MetadataService.cls 6986 26 6986 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 'waits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5565 /custom_md_loader/classes/MetadataService.cls 6987 26 6987 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5565 /custom_md_loader/classes/MetadataService.cls 6987 26 6987 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5566 /custom_md_loader/classes/MetadataService.cls 6988 26 6988 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5566 /custom_md_loader/classes/MetadataService.cls 6988 26 6988 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5567 /custom_md_loader/classes/MetadataService.cls 6989 26 6989 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]*'
5567 /custom_md_loader/classes/MetadataService.cls 6989 26 6989 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]*'
5568 /custom_md_loader/classes/MetadataService.cls 6990 26 6990 407 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5568 /custom_md_loader/classes/MetadataService.cls 6990 26 6990 407 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5569 /custom_md_loader/classes/MetadataService.cls 6992 12 7003 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5569 /custom_md_loader/classes/MetadataService.cls 6992 12 7003 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5570 /custom_md_loader/classes/MetadataService.cls 6997 26 6997 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5570 /custom_md_loader/classes/MetadataService.cls 6997 26 6997 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5571 /custom_md_loader/classes/MetadataService.cls 6998 26 6998 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5571 /custom_md_loader/classes/MetadataService.cls 6998 26 6998 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5572 /custom_md_loader/classes/MetadataService.cls 6999 26 6999 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5572 /custom_md_loader/classes/MetadataService.cls 6999 26 6999 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5573 /custom_md_loader/classes/MetadataService.cls 7000 26 7000 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5573 /custom_md_loader/classes/MetadataService.cls 7000 26 7000 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5574 /custom_md_loader/classes/MetadataService.cls 7001 26 7001 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]*'
5574 /custom_md_loader/classes/MetadataService.cls 7001 26 7001 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]*'
5575 /custom_md_loader/classes/MetadataService.cls 7002 26 7002 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]*'
5575 /custom_md_loader/classes/MetadataService.cls 7002 26 7002 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]*'
5576 /custom_md_loader/classes/MetadataService.cls 7004 12 7021 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5576 /custom_md_loader/classes/MetadataService.cls 7004 12 7021 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5577 /custom_md_loader/classes/MetadataService.cls 7004 12 7021 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5577 /custom_md_loader/classes/MetadataService.cls 7004 12 7021 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5578 /custom_md_loader/classes/MetadataService.cls 7010 23 7010 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]*'
5578 /custom_md_loader/classes/MetadataService.cls 7010 23 7010 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]*'
5579 /custom_md_loader/classes/MetadataService.cls 7012 26 7012 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5579 /custom_md_loader/classes/MetadataService.cls 7012 26 7012 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5580 /custom_md_loader/classes/MetadataService.cls 7013 26 7013 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5580 /custom_md_loader/classes/MetadataService.cls 7013 26 7013 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5581 /custom_md_loader/classes/MetadataService.cls 7014 26 7014 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5581 /custom_md_loader/classes/MetadataService.cls 7014 26 7014 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5582 /custom_md_loader/classes/MetadataService.cls 7015 26 7015 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5582 /custom_md_loader/classes/MetadataService.cls 7015 26 7015 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5583 /custom_md_loader/classes/MetadataService.cls 7016 26 7016 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5583 /custom_md_loader/classes/MetadataService.cls 7016 26 7016 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5584 /custom_md_loader/classes/MetadataService.cls 7017 26 7017 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5584 /custom_md_loader/classes/MetadataService.cls 7017 26 7017 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5585 /custom_md_loader/classes/MetadataService.cls 7018 26 7018 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5585 /custom_md_loader/classes/MetadataService.cls 7018 26 7018 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5586 /custom_md_loader/classes/MetadataService.cls 7019 26 7019 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5586 /custom_md_loader/classes/MetadataService.cls 7019 26 7019 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5587 /custom_md_loader/classes/MetadataService.cls 7020 26 7020 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]*'
5587 /custom_md_loader/classes/MetadataService.cls 7020 26 7020 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]*'
5588 /custom_md_loader/classes/MetadataService.cls 7022 12 7035 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5588 /custom_md_loader/classes/MetadataService.cls 7022 12 7035 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5589 /custom_md_loader/classes/MetadataService.cls 7028 26 7028 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5589 /custom_md_loader/classes/MetadataService.cls 7028 26 7028 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5590 /custom_md_loader/classes/MetadataService.cls 7029 26 7029 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5590 /custom_md_loader/classes/MetadataService.cls 7029 26 7029 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5591 /custom_md_loader/classes/MetadataService.cls 7030 26 7030 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 'primaryTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5591 /custom_md_loader/classes/MetadataService.cls 7030 26 7030 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 'primaryTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5592 /custom_md_loader/classes/MetadataService.cls 7031 26 7031 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 'relatedTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5592 /custom_md_loader/classes/MetadataService.cls 7031 26 7031 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 'relatedTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5593 /custom_md_loader/classes/MetadataService.cls 7032 26 7032 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 'relatedTableJoinColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5593 /custom_md_loader/classes/MetadataService.cls 7032 26 7032 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 'relatedTableJoinColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5594 /custom_md_loader/classes/MetadataService.cls 7033 26 7033 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5594 /custom_md_loader/classes/MetadataService.cls 7033 26 7033 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5595 /custom_md_loader/classes/MetadataService.cls 7034 26 7034 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]*'
5595 /custom_md_loader/classes/MetadataService.cls 7034 26 7034 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]*'
5596 /custom_md_loader/classes/MetadataService.cls 7036 12 7047 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5596 /custom_md_loader/classes/MetadataService.cls 7036 12 7047 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5597 /custom_md_loader/classes/MetadataService.cls 7041 26 7041 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5597 /custom_md_loader/classes/MetadataService.cls 7041 26 7041 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5598 /custom_md_loader/classes/MetadataService.cls 7042 26 7042 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 'holidays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5598 /custom_md_loader/classes/MetadataService.cls 7042 26 7042 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 'holidays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5599 /custom_md_loader/classes/MetadataService.cls 7043 26 7043 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5599 /custom_md_loader/classes/MetadataService.cls 7043 26 7043 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5600 /custom_md_loader/classes/MetadataService.cls 7044 26 7044 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5600 /custom_md_loader/classes/MetadataService.cls 7044 26 7044 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5601 /custom_md_loader/classes/MetadataService.cls 7045 26 7045 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]*'
5601 /custom_md_loader/classes/MetadataService.cls 7045 26 7045 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]*'
5602 /custom_md_loader/classes/MetadataService.cls 7046 26 7046 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]*'
5602 /custom_md_loader/classes/MetadataService.cls 7046 26 7046 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]*'
5603 /custom_md_loader/classes/MetadataService.cls 7048 12 7055 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5603 /custom_md_loader/classes/MetadataService.cls 7048 12 7055 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5604 /custom_md_loader/classes/MetadataService.cls 7051 26 7051 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5604 /custom_md_loader/classes/MetadataService.cls 7051 26 7051 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5605 /custom_md_loader/classes/MetadataService.cls 7052 26 7052 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5605 /custom_md_loader/classes/MetadataService.cls 7052 26 7052 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5606 /custom_md_loader/classes/MetadataService.cls 7053 26 7053 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5606 /custom_md_loader/classes/MetadataService.cls 7053 26 7053 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5607 /custom_md_loader/classes/MetadataService.cls 7054 26 7054 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]*'
5607 /custom_md_loader/classes/MetadataService.cls 7054 26 7054 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]*'
5608 /custom_md_loader/classes/MetadataService.cls 7056 12 7123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5608 /custom_md_loader/classes/MetadataService.cls 7056 12 7123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5609 /custom_md_loader/classes/MetadataService.cls 7056 12 7123 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 32 public methods, attributes, and properties (limit: 20)
5609 /custom_md_loader/classes/MetadataService.cls 7056 12 7123 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 32 public methods, attributes, and properties (limit: 20)
5610 /custom_md_loader/classes/MetadataService.cls 7056 12 7123 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5610 /custom_md_loader/classes/MetadataService.cls 7056 12 7123 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5611 /custom_md_loader/classes/MetadataService.cls 7067 23 7067 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]*'
5611 /custom_md_loader/classes/MetadataService.cls 7067 23 7067 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]*'
5612 /custom_md_loader/classes/MetadataService.cls 7089 26 7089 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 'aggregates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5612 /custom_md_loader/classes/MetadataService.cls 7089 26 7089 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 'aggregates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5613 /custom_md_loader/classes/MetadataService.cls 7090 26 7090 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5613 /custom_md_loader/classes/MetadataService.cls 7090 26 7090 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5614 /custom_md_loader/classes/MetadataService.cls 7091 26 7091 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 'blockInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5614 /custom_md_loader/classes/MetadataService.cls 7091 26 7091 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 'blockInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5615 /custom_md_loader/classes/MetadataService.cls 7092 26 7092 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 'buckets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5615 /custom_md_loader/classes/MetadataService.cls 7092 26 7092 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 'buckets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5616 /custom_md_loader/classes/MetadataService.cls 7093 26 7093 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 'chart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5616 /custom_md_loader/classes/MetadataService.cls 7093 26 7093 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 'chart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5617 /custom_md_loader/classes/MetadataService.cls 7094 26 7094 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 'colorRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5617 /custom_md_loader/classes/MetadataService.cls 7094 26 7094 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 'colorRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5618 /custom_md_loader/classes/MetadataService.cls 7095 26 7095 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5618 /custom_md_loader/classes/MetadataService.cls 7095 26 7095 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5619 /custom_md_loader/classes/MetadataService.cls 7096 26 7096 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 'crossFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5619 /custom_md_loader/classes/MetadataService.cls 7096 26 7096 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 'crossFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5620 /custom_md_loader/classes/MetadataService.cls 7097 26 7097 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 'currency_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5620 /custom_md_loader/classes/MetadataService.cls 7097 26 7097 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 'currency_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5621 /custom_md_loader/classes/MetadataService.cls 7098 26 7098 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 'dataCategoryFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5621 /custom_md_loader/classes/MetadataService.cls 7098 26 7098 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 'dataCategoryFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5622 /custom_md_loader/classes/MetadataService.cls 7099 26 7099 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5622 /custom_md_loader/classes/MetadataService.cls 7099 26 7099 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5623 /custom_md_loader/classes/MetadataService.cls 7100 26 7100 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5623 /custom_md_loader/classes/MetadataService.cls 7100 26 7100 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5624 /custom_md_loader/classes/MetadataService.cls 7101 26 7101 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5624 /custom_md_loader/classes/MetadataService.cls 7101 26 7101 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5625 /custom_md_loader/classes/MetadataService.cls 7102 26 7102 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5625 /custom_md_loader/classes/MetadataService.cls 7102 26 7102 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5626 /custom_md_loader/classes/MetadataService.cls 7103 26 7103 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 'groupingsAcross_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5626 /custom_md_loader/classes/MetadataService.cls 7103 26 7103 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 'groupingsAcross_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5627 /custom_md_loader/classes/MetadataService.cls 7104 26 7104 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 'groupingsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5627 /custom_md_loader/classes/MetadataService.cls 7104 26 7104 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 'groupingsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5628 /custom_md_loader/classes/MetadataService.cls 7105 26 7105 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 'historicalSelector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5628 /custom_md_loader/classes/MetadataService.cls 7105 26 7105 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 'historicalSelector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5629 /custom_md_loader/classes/MetadataService.cls 7106 26 7106 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5629 /custom_md_loader/classes/MetadataService.cls 7106 26 7106 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5630 /custom_md_loader/classes/MetadataService.cls 7107 26 7107 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 'params_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5630 /custom_md_loader/classes/MetadataService.cls 7107 26 7107 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 'params_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5631 /custom_md_loader/classes/MetadataService.cls 7108 26 7108 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5631 /custom_md_loader/classes/MetadataService.cls 7108 26 7108 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5632 /custom_md_loader/classes/MetadataService.cls 7109 26 7109 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 'roleHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5632 /custom_md_loader/classes/MetadataService.cls 7109 26 7109 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 'roleHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5633 /custom_md_loader/classes/MetadataService.cls 7110 26 7110 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 'rowLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5633 /custom_md_loader/classes/MetadataService.cls 7110 26 7110 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 'rowLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5634 /custom_md_loader/classes/MetadataService.cls 7111 26 7111 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 'scope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5634 /custom_md_loader/classes/MetadataService.cls 7111 26 7111 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 'scope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5635 /custom_md_loader/classes/MetadataService.cls 7112 26 7112 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 'showCurrentDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5635 /custom_md_loader/classes/MetadataService.cls 7112 26 7112 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 'showCurrentDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5636 /custom_md_loader/classes/MetadataService.cls 7113 26 7113 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 'showDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5636 /custom_md_loader/classes/MetadataService.cls 7113 26 7113 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 'showDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5637 /custom_md_loader/classes/MetadataService.cls 7114 26 7114 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5637 /custom_md_loader/classes/MetadataService.cls 7114 26 7114 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5638 /custom_md_loader/classes/MetadataService.cls 7115 26 7115 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5638 /custom_md_loader/classes/MetadataService.cls 7115 26 7115 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5639 /custom_md_loader/classes/MetadataService.cls 7116 26 7116 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 'territoryHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5639 /custom_md_loader/classes/MetadataService.cls 7116 26 7116 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 'territoryHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5640 /custom_md_loader/classes/MetadataService.cls 7117 26 7117 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 'timeFrameFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5640 /custom_md_loader/classes/MetadataService.cls 7117 26 7117 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 'timeFrameFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5641 /custom_md_loader/classes/MetadataService.cls 7118 26 7118 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 'userFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5641 /custom_md_loader/classes/MetadataService.cls 7118 26 7118 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 'userFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5642 /custom_md_loader/classes/MetadataService.cls 7119 26 7119 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5642 /custom_md_loader/classes/MetadataService.cls 7119 26 7119 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5643 /custom_md_loader/classes/MetadataService.cls 7120 26 7120 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5643 /custom_md_loader/classes/MetadataService.cls 7120 26 7120 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5644 /custom_md_loader/classes/MetadataService.cls 7121 26 7121 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]*'
5644 /custom_md_loader/classes/MetadataService.cls 7121 26 7121 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]*'
5645 /custom_md_loader/classes/MetadataService.cls 7122 26 7122 483 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5645 /custom_md_loader/classes/MetadataService.cls 7122 26 7122 483 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5646 /custom_md_loader/classes/MetadataService.cls 7124 12 7149 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5646 /custom_md_loader/classes/MetadataService.cls 7124 12 7149 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5647 /custom_md_loader/classes/MetadataService.cls 7124 12 7149 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5647 /custom_md_loader/classes/MetadataService.cls 7124 12 7149 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5648 /custom_md_loader/classes/MetadataService.cls 7136 26 7136 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5648 /custom_md_loader/classes/MetadataService.cls 7136 26 7136 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5649 /custom_md_loader/classes/MetadataService.cls 7137 26 7137 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5649 /custom_md_loader/classes/MetadataService.cls 7137 26 7137 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5650 /custom_md_loader/classes/MetadataService.cls 7138 26 7138 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5650 /custom_md_loader/classes/MetadataService.cls 7138 26 7138 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5651 /custom_md_loader/classes/MetadataService.cls 7139 26 7139 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 'filterScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5651 /custom_md_loader/classes/MetadataService.cls 7139 26 7139 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 'filterScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5652 /custom_md_loader/classes/MetadataService.cls 7140 26 7140 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5652 /custom_md_loader/classes/MetadataService.cls 7140 26 7140 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5653 /custom_md_loader/classes/MetadataService.cls 7141 26 7141 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5653 /custom_md_loader/classes/MetadataService.cls 7141 26 7141 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5654 /custom_md_loader/classes/MetadataService.cls 7142 26 7142 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5654 /custom_md_loader/classes/MetadataService.cls 7142 26 7142 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5655 /custom_md_loader/classes/MetadataService.cls 7143 26 7143 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5655 /custom_md_loader/classes/MetadataService.cls 7143 26 7143 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5656 /custom_md_loader/classes/MetadataService.cls 7144 26 7144 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5656 /custom_md_loader/classes/MetadataService.cls 7144 26 7144 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5657 /custom_md_loader/classes/MetadataService.cls 7145 26 7145 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5657 /custom_md_loader/classes/MetadataService.cls 7145 26 7145 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5658 /custom_md_loader/classes/MetadataService.cls 7146 26 7146 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5658 /custom_md_loader/classes/MetadataService.cls 7146 26 7146 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5659 /custom_md_loader/classes/MetadataService.cls 7147 26 7147 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]*'
5659 /custom_md_loader/classes/MetadataService.cls 7147 26 7147 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]*'
5660 /custom_md_loader/classes/MetadataService.cls 7148 26 7148 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]*'
5660 /custom_md_loader/classes/MetadataService.cls 7148 26 7148 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]*'
5661 /custom_md_loader/classes/MetadataService.cls 7150 12 7165 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5661 /custom_md_loader/classes/MetadataService.cls 7150 12 7165 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5662 /custom_md_loader/classes/MetadataService.cls 7156 23 7156 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]*'
5662 /custom_md_loader/classes/MetadataService.cls 7156 23 7156 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]*'
5663 /custom_md_loader/classes/MetadataService.cls 7157 26 7157 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 'assignRecordIdToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5663 /custom_md_loader/classes/MetadataService.cls 7157 26 7157 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 'assignRecordIdToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5664 /custom_md_loader/classes/MetadataService.cls 7158 26 7158 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5664 /custom_md_loader/classes/MetadataService.cls 7158 26 7158 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5665 /custom_md_loader/classes/MetadataService.cls 7159 26 7159 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5665 /custom_md_loader/classes/MetadataService.cls 7159 26 7159 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5666 /custom_md_loader/classes/MetadataService.cls 7160 26 7160 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5666 /custom_md_loader/classes/MetadataService.cls 7160 26 7160 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5667 /custom_md_loader/classes/MetadataService.cls 7161 26 7161 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5667 /custom_md_loader/classes/MetadataService.cls 7161 26 7161 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5668 /custom_md_loader/classes/MetadataService.cls 7162 26 7162 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5668 /custom_md_loader/classes/MetadataService.cls 7162 26 7162 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5669 /custom_md_loader/classes/MetadataService.cls 7163 26 7163 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5669 /custom_md_loader/classes/MetadataService.cls 7163 26 7163 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5670 /custom_md_loader/classes/MetadataService.cls 7164 26 7164 167 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5670 /custom_md_loader/classes/MetadataService.cls 7164 26 7164 167 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5671 /custom_md_loader/classes/MetadataService.cls 7166 12 7181 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5671 /custom_md_loader/classes/MetadataService.cls 7166 12 7181 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5672 /custom_md_loader/classes/MetadataService.cls 7173 26 7173 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5672 /custom_md_loader/classes/MetadataService.cls 7173 26 7173 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5673 /custom_md_loader/classes/MetadataService.cls 7174 26 7174 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 'calculatePercent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5673 /custom_md_loader/classes/MetadataService.cls 7174 26 7174 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 'calculatePercent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5674 /custom_md_loader/classes/MetadataService.cls 7175 26 7175 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5674 /custom_md_loader/classes/MetadataService.cls 7175 26 7175 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5675 /custom_md_loader/classes/MetadataService.cls 7176 26 7176 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 'decimalPlaces_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5675 /custom_md_loader/classes/MetadataService.cls 7176 26 7176 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 'decimalPlaces_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5676 /custom_md_loader/classes/MetadataService.cls 7177 26 7177 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5676 /custom_md_loader/classes/MetadataService.cls 7177 26 7177 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5677 /custom_md_loader/classes/MetadataService.cls 7178 26 7178 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5677 /custom_md_loader/classes/MetadataService.cls 7178 26 7178 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5678 /custom_md_loader/classes/MetadataService.cls 7179 26 7179 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5678 /custom_md_loader/classes/MetadataService.cls 7179 26 7179 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5679 /custom_md_loader/classes/MetadataService.cls 7180 26 7180 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5679 /custom_md_loader/classes/MetadataService.cls 7180 26 7180 144 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5680 /custom_md_loader/classes/MetadataService.cls 7182 12 7243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5680 /custom_md_loader/classes/MetadataService.cls 7182 12 7243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5681 /custom_md_loader/classes/MetadataService.cls 7182 12 7243 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CaseSettings has 29 public methods, attributes, and properties (limit: 20)
5681 /custom_md_loader/classes/MetadataService.cls 7182 12 7243 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CaseSettings has 29 public methods, attributes, and properties (limit: 20)
5682 /custom_md_loader/classes/MetadataService.cls 7182 12 7243 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5682 /custom_md_loader/classes/MetadataService.cls 7182 12 7243 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5683 /custom_md_loader/classes/MetadataService.cls 7212 26 7212 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 'caseAssignNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5683 /custom_md_loader/classes/MetadataService.cls 7212 26 7212 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 'caseAssignNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5684 /custom_md_loader/classes/MetadataService.cls 7213 26 7213 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 'caseCloseNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5684 /custom_md_loader/classes/MetadataService.cls 7213 26 7213 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 'caseCloseNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5685 /custom_md_loader/classes/MetadataService.cls 7214 26 7214 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 'caseCommentNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5685 /custom_md_loader/classes/MetadataService.cls 7214 26 7214 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 'caseCommentNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5686 /custom_md_loader/classes/MetadataService.cls 7215 26 7215 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 'caseCreateNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5686 /custom_md_loader/classes/MetadataService.cls 7215 26 7215 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 'caseCreateNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5687 /custom_md_loader/classes/MetadataService.cls 7216 26 7216 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 'caseFeedItemSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5687 /custom_md_loader/classes/MetadataService.cls 7216 26 7216 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 'caseFeedItemSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5688 /custom_md_loader/classes/MetadataService.cls 7217 26 7217 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 'closeCaseThroughStatusChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5688 /custom_md_loader/classes/MetadataService.cls 7217 26 7217 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 'closeCaseThroughStatusChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5689 /custom_md_loader/classes/MetadataService.cls 7218 26 7218 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 'defaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5689 /custom_md_loader/classes/MetadataService.cls 7218 26 7218 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 'defaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5690 /custom_md_loader/classes/MetadataService.cls 7219 26 7219 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 'defaultCaseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5690 /custom_md_loader/classes/MetadataService.cls 7219 26 7219 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 'defaultCaseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5691 /custom_md_loader/classes/MetadataService.cls 7220 26 7220 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 'defaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5691 /custom_md_loader/classes/MetadataService.cls 7220 26 7220 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 'defaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5692 /custom_md_loader/classes/MetadataService.cls 7221 26 7221 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 'emailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5692 /custom_md_loader/classes/MetadataService.cls 7221 26 7221 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 'emailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5693 /custom_md_loader/classes/MetadataService.cls 7222 26 7222 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 'enableCaseFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5693 /custom_md_loader/classes/MetadataService.cls 7222 26 7222 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 'enableCaseFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5694 /custom_md_loader/classes/MetadataService.cls 7223 26 7223 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 'enableDraftEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5694 /custom_md_loader/classes/MetadataService.cls 7223 26 7223 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 'enableDraftEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5695 /custom_md_loader/classes/MetadataService.cls 7224 26 7224 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 'enableEarlyEscalationRuleTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5695 /custom_md_loader/classes/MetadataService.cls 7224 26 7224 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 'enableEarlyEscalationRuleTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5696 /custom_md_loader/classes/MetadataService.cls 7225 26 7225 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 'enableNewEmailDefaultTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5696 /custom_md_loader/classes/MetadataService.cls 7225 26 7225 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 'enableNewEmailDefaultTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5697 /custom_md_loader/classes/MetadataService.cls 7226 26 7226 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 'enableSuggestedArticlesApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5697 /custom_md_loader/classes/MetadataService.cls 7226 26 7226 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 'enableSuggestedArticlesApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5698 /custom_md_loader/classes/MetadataService.cls 7227 26 7227 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 'enableSuggestedArticlesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5698 /custom_md_loader/classes/MetadataService.cls 7227 26 7227 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 'enableSuggestedArticlesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5699 /custom_md_loader/classes/MetadataService.cls 7228 26 7228 190 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'enableSuggestedArticlesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5699 /custom_md_loader/classes/MetadataService.cls 7228 26 7228 190 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'enableSuggestedArticlesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5700 /custom_md_loader/classes/MetadataService.cls 7229 26 7229 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 'enableSuggestedSolutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5700 /custom_md_loader/classes/MetadataService.cls 7229 26 7229 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 'enableSuggestedSolutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5701 /custom_md_loader/classes/MetadataService.cls 7230 26 7230 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 'keepRecordTypeOnAssignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5701 /custom_md_loader/classes/MetadataService.cls 7230 26 7230 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 'keepRecordTypeOnAssignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5702 /custom_md_loader/classes/MetadataService.cls 7231 26 7231 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 'newEmailDefaultTemplateClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5702 /custom_md_loader/classes/MetadataService.cls 7231 26 7231 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 'newEmailDefaultTemplateClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5703 /custom_md_loader/classes/MetadataService.cls 7232 26 7232 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 'notifyContactOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5703 /custom_md_loader/classes/MetadataService.cls 7232 26 7232 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 'notifyContactOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5704 /custom_md_loader/classes/MetadataService.cls 7233 26 7233 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 'notifyDefaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5704 /custom_md_loader/classes/MetadataService.cls 7233 26 7233 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 'notifyDefaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5705 /custom_md_loader/classes/MetadataService.cls 7234 26 7234 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 'notifyOwnerOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5705 /custom_md_loader/classes/MetadataService.cls 7234 26 7234 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 'notifyOwnerOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5706 /custom_md_loader/classes/MetadataService.cls 7235 26 7235 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 'notifyOwnerOnCaseOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5706 /custom_md_loader/classes/MetadataService.cls 7235 26 7235 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 'notifyOwnerOnCaseOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5707 /custom_md_loader/classes/MetadataService.cls 7236 26 7236 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 'showFewerCloseActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5707 /custom_md_loader/classes/MetadataService.cls 7236 26 7236 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 'showFewerCloseActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5708 /custom_md_loader/classes/MetadataService.cls 7237 26 7237 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 'useSystemEmailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5708 /custom_md_loader/classes/MetadataService.cls 7237 26 7237 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 'useSystemEmailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5709 /custom_md_loader/classes/MetadataService.cls 7238 26 7238 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 'webToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5709 /custom_md_loader/classes/MetadataService.cls 7238 26 7238 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 'webToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5710 /custom_md_loader/classes/MetadataService.cls 7239 26 7239 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5710 /custom_md_loader/classes/MetadataService.cls 7239 26 7239 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5711 /custom_md_loader/classes/MetadataService.cls 7240 26 7240 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5711 /custom_md_loader/classes/MetadataService.cls 7240 26 7240 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5712 /custom_md_loader/classes/MetadataService.cls 7241 26 7241 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]*'
5712 /custom_md_loader/classes/MetadataService.cls 7241 26 7241 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]*'
5713 /custom_md_loader/classes/MetadataService.cls 7242 26 7242 819 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5713 /custom_md_loader/classes/MetadataService.cls 7242 26 7242 819 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5714 /custom_md_loader/classes/MetadataService.cls 7244 12 7255 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5714 /custom_md_loader/classes/MetadataService.cls 7244 12 7255 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5715 /custom_md_loader/classes/MetadataService.cls 7249 26 7249 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 'enableMiddleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5715 /custom_md_loader/classes/MetadataService.cls 7249 26 7249 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 'enableMiddleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5716 /custom_md_loader/classes/MetadataService.cls 7250 26 7250 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 'enableNameSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5716 /custom_md_loader/classes/MetadataService.cls 7250 26 7250 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 'enableNameSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5717 /custom_md_loader/classes/MetadataService.cls 7251 26 7251 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5717 /custom_md_loader/classes/MetadataService.cls 7251 26 7251 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5718 /custom_md_loader/classes/MetadataService.cls 7252 26 7252 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5718 /custom_md_loader/classes/MetadataService.cls 7252 26 7252 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5719 /custom_md_loader/classes/MetadataService.cls 7253 26 7253 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]*'
5719 /custom_md_loader/classes/MetadataService.cls 7253 26 7253 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]*'
5720 /custom_md_loader/classes/MetadataService.cls 7254 26 7254 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5720 /custom_md_loader/classes/MetadataService.cls 7254 26 7254 113 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5721 /custom_md_loader/classes/MetadataService.cls 7256 12 7269 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5721 /custom_md_loader/classes/MetadataService.cls 7256 12 7269 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5722 /custom_md_loader/classes/MetadataService.cls 7262 26 7262 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5722 /custom_md_loader/classes/MetadataService.cls 7262 26 7262 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5723 /custom_md_loader/classes/MetadataService.cls 7263 26 7263 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]*'
5723 /custom_md_loader/classes/MetadataService.cls 7263 26 7263 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]*'
5724 /custom_md_loader/classes/MetadataService.cls 7264 26 7264 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5724 /custom_md_loader/classes/MetadataService.cls 7264 26 7264 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5725 /custom_md_loader/classes/MetadataService.cls 7265 26 7265 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 'state_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5725 /custom_md_loader/classes/MetadataService.cls 7265 26 7265 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 'state_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5726 /custom_md_loader/classes/MetadataService.cls 7266 26 7266 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5726 /custom_md_loader/classes/MetadataService.cls 7266 26 7266 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5727 /custom_md_loader/classes/MetadataService.cls 7267 26 7267 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5727 /custom_md_loader/classes/MetadataService.cls 7267 26 7267 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5728 /custom_md_loader/classes/MetadataService.cls 7268 26 7268 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]*'
5728 /custom_md_loader/classes/MetadataService.cls 7268 26 7268 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]*'
5729 /custom_md_loader/classes/MetadataService.cls 7270 12 7275 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5729 /custom_md_loader/classes/MetadataService.cls 7270 12 7275 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5730 /custom_md_loader/classes/MetadataService.cls 7272 26 7272 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 'articleTypeTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5730 /custom_md_loader/classes/MetadataService.cls 7272 26 7272 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 'articleTypeTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5731 /custom_md_loader/classes/MetadataService.cls 7273 26 7273 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5731 /custom_md_loader/classes/MetadataService.cls 7273 26 7273 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5732 /custom_md_loader/classes/MetadataService.cls 7274 26 7274 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]*'
5732 /custom_md_loader/classes/MetadataService.cls 7274 26 7274 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]*'
5733 /custom_md_loader/classes/MetadataService.cls 7276 12 7281 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5733 /custom_md_loader/classes/MetadataService.cls 7276 12 7281 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5734 /custom_md_loader/classes/MetadataService.cls 7276 12 7281 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_]*'
5734 /custom_md_loader/classes/MetadataService.cls 7276 12 7281 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_]*'
5735 /custom_md_loader/classes/MetadataService.cls 7278 26 7278 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]*'
5735 /custom_md_loader/classes/MetadataService.cls 7278 26 7278 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]*'
5736 /custom_md_loader/classes/MetadataService.cls 7279 26 7279 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5736 /custom_md_loader/classes/MetadataService.cls 7279 26 7279 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5737 /custom_md_loader/classes/MetadataService.cls 7280 26 7280 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]*'
5737 /custom_md_loader/classes/MetadataService.cls 7280 26 7280 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]*'
5738 /custom_md_loader/classes/MetadataService.cls 7282 12 7289 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5738 /custom_md_loader/classes/MetadataService.cls 7282 12 7289 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5739 /custom_md_loader/classes/MetadataService.cls 7285 26 7285 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5739 /custom_md_loader/classes/MetadataService.cls 7285 26 7285 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5740 /custom_md_loader/classes/MetadataService.cls 7286 26 7286 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5740 /custom_md_loader/classes/MetadataService.cls 7286 26 7286 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5741 /custom_md_loader/classes/MetadataService.cls 7287 26 7287 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5741 /custom_md_loader/classes/MetadataService.cls 7287 26 7287 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5742 /custom_md_loader/classes/MetadataService.cls 7288 26 7288 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]*'
5742 /custom_md_loader/classes/MetadataService.cls 7288 26 7288 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]*'
5743 /custom_md_loader/classes/MetadataService.cls 7290 12 7297 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5743 /custom_md_loader/classes/MetadataService.cls 7290 12 7297 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5744 /custom_md_loader/classes/MetadataService.cls 7293 26 7293 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 'feedFilterType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5744 /custom_md_loader/classes/MetadataService.cls 7293 26 7293 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 'feedFilterType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5745 /custom_md_loader/classes/MetadataService.cls 7294 26 7294 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5745 /custom_md_loader/classes/MetadataService.cls 7294 26 7294 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5746 /custom_md_loader/classes/MetadataService.cls 7295 26 7295 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5746 /custom_md_loader/classes/MetadataService.cls 7295 26 7295 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5747 /custom_md_loader/classes/MetadataService.cls 7296 26 7296 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5747 /custom_md_loader/classes/MetadataService.cls 7296 26 7296 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5748 /custom_md_loader/classes/MetadataService.cls 7298 12 7303 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5748 /custom_md_loader/classes/MetadataService.cls 7298 12 7303 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5749 /custom_md_loader/classes/MetadataService.cls 7300 26 7300 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5749 /custom_md_loader/classes/MetadataService.cls 7300 26 7300 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5750 /custom_md_loader/classes/MetadataService.cls 7301 26 7301 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5750 /custom_md_loader/classes/MetadataService.cls 7301 26 7301 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5751 /custom_md_loader/classes/MetadataService.cls 7302 26 7302 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]*'
5751 /custom_md_loader/classes/MetadataService.cls 7302 26 7302 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]*'
5752 /custom_md_loader/classes/MetadataService.cls 7304 12 7309 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5752 /custom_md_loader/classes/MetadataService.cls 7304 12 7309 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5753 /custom_md_loader/classes/MetadataService.cls 7306 26 7306 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 'text_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5753 /custom_md_loader/classes/MetadataService.cls 7306 26 7306 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 'text_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5754 /custom_md_loader/classes/MetadataService.cls 7307 26 7307 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5754 /custom_md_loader/classes/MetadataService.cls 7307 26 7307 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5755 /custom_md_loader/classes/MetadataService.cls 7308 26 7308 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]*'
5755 /custom_md_loader/classes/MetadataService.cls 7308 26 7308 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]*'
5756 /custom_md_loader/classes/MetadataService.cls 7310 12 7327 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5756 /custom_md_loader/classes/MetadataService.cls 7310 12 7327 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5757 /custom_md_loader/classes/MetadataService.cls 7310 12 7327 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5757 /custom_md_loader/classes/MetadataService.cls 7310 12 7327 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5758 /custom_md_loader/classes/MetadataService.cls 7318 26 7318 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5758 /custom_md_loader/classes/MetadataService.cls 7318 26 7318 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5759 /custom_md_loader/classes/MetadataService.cls 7319 26 7319 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5759 /custom_md_loader/classes/MetadataService.cls 7319 26 7319 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5760 /custom_md_loader/classes/MetadataService.cls 7320 26 7320 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5760 /custom_md_loader/classes/MetadataService.cls 7320 26 7320 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5761 /custom_md_loader/classes/MetadataService.cls 7321 26 7321 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5761 /custom_md_loader/classes/MetadataService.cls 7321 26 7321 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5762 /custom_md_loader/classes/MetadataService.cls 7322 26 7322 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5762 /custom_md_loader/classes/MetadataService.cls 7322 26 7322 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5763 /custom_md_loader/classes/MetadataService.cls 7323 26 7323 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5763 /custom_md_loader/classes/MetadataService.cls 7323 26 7323 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5764 /custom_md_loader/classes/MetadataService.cls 7324 26 7324 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5764 /custom_md_loader/classes/MetadataService.cls 7324 26 7324 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5765 /custom_md_loader/classes/MetadataService.cls 7325 26 7325 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]*'
5765 /custom_md_loader/classes/MetadataService.cls 7325 26 7325 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]*'
5766 /custom_md_loader/classes/MetadataService.cls 7326 26 7326 142 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5766 /custom_md_loader/classes/MetadataService.cls 7326 26 7326 142 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5767 /custom_md_loader/classes/MetadataService.cls 7328 12 7343 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5767 /custom_md_loader/classes/MetadataService.cls 7328 12 7343 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5768 /custom_md_loader/classes/MetadataService.cls 7335 26 7335 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5768 /custom_md_loader/classes/MetadataService.cls 7335 26 7335 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5769 /custom_md_loader/classes/MetadataService.cls 7336 26 7336 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5769 /custom_md_loader/classes/MetadataService.cls 7336 26 7336 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5770 /custom_md_loader/classes/MetadataService.cls 7337 26 7337 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5770 /custom_md_loader/classes/MetadataService.cls 7337 26 7337 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5771 /custom_md_loader/classes/MetadataService.cls 7338 26 7338 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 'relatedList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5771 /custom_md_loader/classes/MetadataService.cls 7338 26 7338 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 'relatedList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5772 /custom_md_loader/classes/MetadataService.cls 7339 26 7339 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5772 /custom_md_loader/classes/MetadataService.cls 7339 26 7339 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5773 /custom_md_loader/classes/MetadataService.cls 7340 26 7340 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5773 /custom_md_loader/classes/MetadataService.cls 7340 26 7340 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5774 /custom_md_loader/classes/MetadataService.cls 7341 26 7341 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5774 /custom_md_loader/classes/MetadataService.cls 7341 26 7341 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5775 /custom_md_loader/classes/MetadataService.cls 7342 26 7342 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]*'
5775 /custom_md_loader/classes/MetadataService.cls 7342 26 7342 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]*'
5776 /custom_md_loader/classes/MetadataService.cls 7344 12 7353 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5776 /custom_md_loader/classes/MetadataService.cls 7344 12 7353 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5777 /custom_md_loader/classes/MetadataService.cls 7348 26 7348 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5777 /custom_md_loader/classes/MetadataService.cls 7348 26 7348 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5778 /custom_md_loader/classes/MetadataService.cls 7349 26 7349 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5778 /custom_md_loader/classes/MetadataService.cls 7349 26 7349 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5779 /custom_md_loader/classes/MetadataService.cls 7350 26 7350 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5779 /custom_md_loader/classes/MetadataService.cls 7350 26 7350 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5780 /custom_md_loader/classes/MetadataService.cls 7351 26 7351 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5780 /custom_md_loader/classes/MetadataService.cls 7351 26 7351 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5781 /custom_md_loader/classes/MetadataService.cls 7352 26 7352 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5781 /custom_md_loader/classes/MetadataService.cls 7352 26 7352 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5782 /custom_md_loader/classes/MetadataService.cls 7354 12 7361 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5782 /custom_md_loader/classes/MetadataService.cls 7354 12 7361 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5783 /custom_md_loader/classes/MetadataService.cls 7357 26 7357 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5783 /custom_md_loader/classes/MetadataService.cls 7357 26 7357 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5784 /custom_md_loader/classes/MetadataService.cls 7358 26 7358 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5784 /custom_md_loader/classes/MetadataService.cls 7358 26 7358 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5785 /custom_md_loader/classes/MetadataService.cls 7359 26 7359 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5785 /custom_md_loader/classes/MetadataService.cls 7359 26 7359 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5786 /custom_md_loader/classes/MetadataService.cls 7360 26 7360 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]*'
5786 /custom_md_loader/classes/MetadataService.cls 7360 26 7360 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]*'
5787 /custom_md_loader/classes/MetadataService.cls 7362 12 7369 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5787 /custom_md_loader/classes/MetadataService.cls 7362 12 7369 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5788 /custom_md_loader/classes/MetadataService.cls 7365 26 7365 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5788 /custom_md_loader/classes/MetadataService.cls 7365 26 7365 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5789 /custom_md_loader/classes/MetadataService.cls 7366 26 7366 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5789 /custom_md_loader/classes/MetadataService.cls 7366 26 7366 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5790 /custom_md_loader/classes/MetadataService.cls 7367 26 7367 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5790 /custom_md_loader/classes/MetadataService.cls 7367 26 7367 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5791 /custom_md_loader/classes/MetadataService.cls 7368 26 7368 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5791 /custom_md_loader/classes/MetadataService.cls 7368 26 7368 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5792 /custom_md_loader/classes/MetadataService.cls 7370 12 7375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5792 /custom_md_loader/classes/MetadataService.cls 7370 12 7375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5793 /custom_md_loader/classes/MetadataService.cls 7372 26 7372 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 'pointsRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5793 /custom_md_loader/classes/MetadataService.cls 7372 26 7372 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 'pointsRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5794 /custom_md_loader/classes/MetadataService.cls 7373 26 7373 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5794 /custom_md_loader/classes/MetadataService.cls 7373 26 7373 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5795 /custom_md_loader/classes/MetadataService.cls 7374 26 7374 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]*'
5795 /custom_md_loader/classes/MetadataService.cls 7374 26 7374 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]*'
5796 /custom_md_loader/classes/MetadataService.cls 7376 12 7391 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5796 /custom_md_loader/classes/MetadataService.cls 7376 12 7391 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5797 /custom_md_loader/classes/MetadataService.cls 7383 26 7383 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5797 /custom_md_loader/classes/MetadataService.cls 7383 26 7383 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5798 /custom_md_loader/classes/MetadataService.cls 7384 26 7384 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5798 /custom_md_loader/classes/MetadataService.cls 7384 26 7384 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5799 /custom_md_loader/classes/MetadataService.cls 7385 26 7385 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5799 /custom_md_loader/classes/MetadataService.cls 7385 26 7385 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5800 /custom_md_loader/classes/MetadataService.cls 7386 26 7386 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5800 /custom_md_loader/classes/MetadataService.cls 7386 26 7386 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5801 /custom_md_loader/classes/MetadataService.cls 7387 26 7387 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 'standard_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5801 /custom_md_loader/classes/MetadataService.cls 7387 26 7387 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 'standard_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5802 /custom_md_loader/classes/MetadataService.cls 7388 26 7388 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5802 /custom_md_loader/classes/MetadataService.cls 7388 26 7388 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5803 /custom_md_loader/classes/MetadataService.cls 7389 26 7389 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5803 /custom_md_loader/classes/MetadataService.cls 7389 26 7389 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5804 /custom_md_loader/classes/MetadataService.cls 7390 26 7390 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]*'
5804 /custom_md_loader/classes/MetadataService.cls 7390 26 7390 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]*'
5805 /custom_md_loader/classes/MetadataService.cls 7392 12 7397 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5805 /custom_md_loader/classes/MetadataService.cls 7392 12 7397 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5806 /custom_md_loader/classes/MetadataService.cls 7394 26 7394 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 'pushNotification_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5806 /custom_md_loader/classes/MetadataService.cls 7394 26 7394 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 'pushNotification_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5807 /custom_md_loader/classes/MetadataService.cls 7395 26 7395 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5807 /custom_md_loader/classes/MetadataService.cls 7395 26 7395 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5808 /custom_md_loader/classes/MetadataService.cls 7396 26 7396 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]*'
5808 /custom_md_loader/classes/MetadataService.cls 7396 26 7396 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]*'
5809 /custom_md_loader/classes/MetadataService.cls 7398 12 7413 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5809 /custom_md_loader/classes/MetadataService.cls 7398 12 7413 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5810 /custom_md_loader/classes/MetadataService.cls 7405 26 7405 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 'accessMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5810 /custom_md_loader/classes/MetadataService.cls 7405 26 7405 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 'accessMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5811 /custom_md_loader/classes/MetadataService.cls 7406 26 7406 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 'canvasUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5811 /custom_md_loader/classes/MetadataService.cls 7406 26 7406 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 'canvasUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5812 /custom_md_loader/classes/MetadataService.cls 7407 26 7407 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 'lifecycleClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5812 /custom_md_loader/classes/MetadataService.cls 7407 26 7407 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 'lifecycleClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5813 /custom_md_loader/classes/MetadataService.cls 7408 26 7408 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 'locations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5813 /custom_md_loader/classes/MetadataService.cls 7408 26 7408 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 'locations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5814 /custom_md_loader/classes/MetadataService.cls 7409 26 7409 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 'options_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5814 /custom_md_loader/classes/MetadataService.cls 7409 26 7409 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 'options_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5815 /custom_md_loader/classes/MetadataService.cls 7410 26 7410 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 'samlInitiationMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5815 /custom_md_loader/classes/MetadataService.cls 7410 26 7410 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 'samlInitiationMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5816 /custom_md_loader/classes/MetadataService.cls 7411 26 7411 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5816 /custom_md_loader/classes/MetadataService.cls 7411 26 7411 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5817 /custom_md_loader/classes/MetadataService.cls 7412 26 7412 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]*'
5817 /custom_md_loader/classes/MetadataService.cls 7412 26 7412 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]*'
5818 /custom_md_loader/classes/MetadataService.cls 7414 12 7423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5818 /custom_md_loader/classes/MetadataService.cls 7414 12 7423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5819 /custom_md_loader/classes/MetadataService.cls 7418 26 7418 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5819 /custom_md_loader/classes/MetadataService.cls 7418 26 7418 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5820 /custom_md_loader/classes/MetadataService.cls 7419 26 7419 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5820 /custom_md_loader/classes/MetadataService.cls 7419 26 7419 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5821 /custom_md_loader/classes/MetadataService.cls 7420 26 7420 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5821 /custom_md_loader/classes/MetadataService.cls 7420 26 7420 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5822 /custom_md_loader/classes/MetadataService.cls 7421 26 7421 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5822 /custom_md_loader/classes/MetadataService.cls 7421 26 7421 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5823 /custom_md_loader/classes/MetadataService.cls 7422 26 7422 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]*'
5823 /custom_md_loader/classes/MetadataService.cls 7422 26 7422 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]*'
5824 /custom_md_loader/classes/MetadataService.cls 7424 12 7441 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5824 /custom_md_loader/classes/MetadataService.cls 7424 12 7441 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5825 /custom_md_loader/classes/MetadataService.cls 7424 12 7441 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5825 /custom_md_loader/classes/MetadataService.cls 7424 12 7441 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5826 /custom_md_loader/classes/MetadataService.cls 7432 26 7432 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5826 /custom_md_loader/classes/MetadataService.cls 7432 26 7432 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5827 /custom_md_loader/classes/MetadataService.cls 7433 26 7433 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5827 /custom_md_loader/classes/MetadataService.cls 7433 26 7433 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5828 /custom_md_loader/classes/MetadataService.cls 7434 26 7434 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5828 /custom_md_loader/classes/MetadataService.cls 7434 26 7434 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5829 /custom_md_loader/classes/MetadataService.cls 7435 26 7435 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5829 /custom_md_loader/classes/MetadataService.cls 7435 26 7435 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5830 /custom_md_loader/classes/MetadataService.cls 7436 26 7436 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5830 /custom_md_loader/classes/MetadataService.cls 7436 26 7436 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5831 /custom_md_loader/classes/MetadataService.cls 7437 26 7437 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5831 /custom_md_loader/classes/MetadataService.cls 7437 26 7437 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5832 /custom_md_loader/classes/MetadataService.cls 7438 26 7438 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5832 /custom_md_loader/classes/MetadataService.cls 7438 26 7438 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5833 /custom_md_loader/classes/MetadataService.cls 7439 26 7439 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5833 /custom_md_loader/classes/MetadataService.cls 7439 26 7439 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5834 /custom_md_loader/classes/MetadataService.cls 7440 26 7440 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]*'
5834 /custom_md_loader/classes/MetadataService.cls 7440 26 7440 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]*'
5835 /custom_md_loader/classes/MetadataService.cls 7442 12 7449 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5835 /custom_md_loader/classes/MetadataService.cls 7442 12 7449 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5836 /custom_md_loader/classes/MetadataService.cls 7443 23 7443 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]*'
5836 /custom_md_loader/classes/MetadataService.cls 7443 23 7443 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]*'
5837 /custom_md_loader/classes/MetadataService.cls 7445 26 7445 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 'end_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5837 /custom_md_loader/classes/MetadataService.cls 7445 26 7445 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 'end_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5838 /custom_md_loader/classes/MetadataService.cls 7446 26 7446 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5838 /custom_md_loader/classes/MetadataService.cls 7446 26 7446 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5839 /custom_md_loader/classes/MetadataService.cls 7447 26 7447 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5839 /custom_md_loader/classes/MetadataService.cls 7447 26 7447 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5840 /custom_md_loader/classes/MetadataService.cls 7448 26 7448 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]*'
5840 /custom_md_loader/classes/MetadataService.cls 7448 26 7448 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]*'
5841 /custom_md_loader/classes/MetadataService.cls 7450 12 7457 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5841 /custom_md_loader/classes/MetadataService.cls 7450 12 7457 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5842 /custom_md_loader/classes/MetadataService.cls 7453 26 7453 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5842 /custom_md_loader/classes/MetadataService.cls 7453 26 7453 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5843 /custom_md_loader/classes/MetadataService.cls 7454 26 7454 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5843 /custom_md_loader/classes/MetadataService.cls 7454 26 7454 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5844 /custom_md_loader/classes/MetadataService.cls 7455 26 7455 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5844 /custom_md_loader/classes/MetadataService.cls 7455 26 7455 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5845 /custom_md_loader/classes/MetadataService.cls 7456 26 7456 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]*'
5845 /custom_md_loader/classes/MetadataService.cls 7456 26 7456 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]*'
5846 /custom_md_loader/classes/MetadataService.cls 7458 12 7477 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5846 /custom_md_loader/classes/MetadataService.cls 7458 12 7477 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5847 /custom_md_loader/classes/MetadataService.cls 7458 12 7477 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5847 /custom_md_loader/classes/MetadataService.cls 7458 12 7477 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5848 /custom_md_loader/classes/MetadataService.cls 7467 26 7467 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 'bucketType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5848 /custom_md_loader/classes/MetadataService.cls 7467 26 7467 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 'bucketType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5849 /custom_md_loader/classes/MetadataService.cls 7468 26 7468 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5849 /custom_md_loader/classes/MetadataService.cls 7468 26 7468 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5850 /custom_md_loader/classes/MetadataService.cls 7469 26 7469 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5850 /custom_md_loader/classes/MetadataService.cls 7469 26 7469 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5851 /custom_md_loader/classes/MetadataService.cls 7470 26 7470 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 'nullTreatment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5851 /custom_md_loader/classes/MetadataService.cls 7470 26 7470 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 'nullTreatment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5852 /custom_md_loader/classes/MetadataService.cls 7471 26 7471 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 'otherBucketLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5852 /custom_md_loader/classes/MetadataService.cls 7471 26 7471 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 'otherBucketLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5853 /custom_md_loader/classes/MetadataService.cls 7472 26 7472 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 'sourceColumnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5853 /custom_md_loader/classes/MetadataService.cls 7472 26 7472 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 'sourceColumnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5854 /custom_md_loader/classes/MetadataService.cls 7473 26 7473 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 'useOther_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5854 /custom_md_loader/classes/MetadataService.cls 7473 26 7473 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 'useOther_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5855 /custom_md_loader/classes/MetadataService.cls 7474 26 7474 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5855 /custom_md_loader/classes/MetadataService.cls 7474 26 7474 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5856 /custom_md_loader/classes/MetadataService.cls 7475 26 7475 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5856 /custom_md_loader/classes/MetadataService.cls 7475 26 7475 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5857 /custom_md_loader/classes/MetadataService.cls 7476 26 7476 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]*'
5857 /custom_md_loader/classes/MetadataService.cls 7476 26 7476 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]*'
5858 /custom_md_loader/classes/MetadataService.cls 7478 12 7489 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5858 /custom_md_loader/classes/MetadataService.cls 7478 12 7489 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5859 /custom_md_loader/classes/MetadataService.cls 7483 26 7483 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5859 /custom_md_loader/classes/MetadataService.cls 7483 26 7483 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5860 /custom_md_loader/classes/MetadataService.cls 7484 26 7484 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5860 /custom_md_loader/classes/MetadataService.cls 7484 26 7484 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5861 /custom_md_loader/classes/MetadataService.cls 7485 26 7485 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5861 /custom_md_loader/classes/MetadataService.cls 7485 26 7485 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5862 /custom_md_loader/classes/MetadataService.cls 7486 26 7486 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5862 /custom_md_loader/classes/MetadataService.cls 7486 26 7486 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5863 /custom_md_loader/classes/MetadataService.cls 7487 26 7487 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5863 /custom_md_loader/classes/MetadataService.cls 7487 26 7487 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5864 /custom_md_loader/classes/MetadataService.cls 7488 26 7488 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]*'
5864 /custom_md_loader/classes/MetadataService.cls 7488 26 7488 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]*'
5865 /custom_md_loader/classes/MetadataService.cls 7490 12 7547 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5865 /custom_md_loader/classes/MetadataService.cls 7490 12 7547 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5866 /custom_md_loader/classes/MetadataService.cls 7490 12 7547 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Portal has 27 public methods, attributes, and properties (limit: 20)
5866 /custom_md_loader/classes/MetadataService.cls 7490 12 7547 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Portal has 27 public methods, attributes, and properties (limit: 20)
5867 /custom_md_loader/classes/MetadataService.cls 7490 12 7547 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5867 /custom_md_loader/classes/MetadataService.cls 7490 12 7547 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5868 /custom_md_loader/classes/MetadataService.cls 7517 23 7517 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]*'
5868 /custom_md_loader/classes/MetadataService.cls 7517 23 7517 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]*'
5869 /custom_md_loader/classes/MetadataService.cls 7518 26 7518 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5869 /custom_md_loader/classes/MetadataService.cls 7518 26 7518 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5870 /custom_md_loader/classes/MetadataService.cls 7519 26 7519 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 'admin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5870 /custom_md_loader/classes/MetadataService.cls 7519 26 7519 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 'admin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5871 /custom_md_loader/classes/MetadataService.cls 7520 26 7520 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5871 /custom_md_loader/classes/MetadataService.cls 7520 26 7520 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5872 /custom_md_loader/classes/MetadataService.cls 7521 26 7521 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5872 /custom_md_loader/classes/MetadataService.cls 7521 26 7521 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5873 /custom_md_loader/classes/MetadataService.cls 7522 26 7522 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5873 /custom_md_loader/classes/MetadataService.cls 7522 26 7522 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5874 /custom_md_loader/classes/MetadataService.cls 7523 26 7523 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5874 /custom_md_loader/classes/MetadataService.cls 7523 26 7523 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5875 /custom_md_loader/classes/MetadataService.cls 7524 26 7524 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 'enableSelfCloseCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5875 /custom_md_loader/classes/MetadataService.cls 7524 26 7524 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 'enableSelfCloseCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5876 /custom_md_loader/classes/MetadataService.cls 7525 26 7525 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 'footerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5876 /custom_md_loader/classes/MetadataService.cls 7525 26 7525 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 'footerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5877 /custom_md_loader/classes/MetadataService.cls 7526 26 7526 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 'forgotPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5877 /custom_md_loader/classes/MetadataService.cls 7526 26 7526 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 'forgotPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5878 /custom_md_loader/classes/MetadataService.cls 7527 26 7527 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 'headerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5878 /custom_md_loader/classes/MetadataService.cls 7527 26 7527 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 'headerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5879 /custom_md_loader/classes/MetadataService.cls 7528 26 7528 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 'isSelfRegistrationActivated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5879 /custom_md_loader/classes/MetadataService.cls 7528 26 7528 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 'isSelfRegistrationActivated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5880 /custom_md_loader/classes/MetadataService.cls 7529 26 7529 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 'loginHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5880 /custom_md_loader/classes/MetadataService.cls 7529 26 7529 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 'loginHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5881 /custom_md_loader/classes/MetadataService.cls 7530 26 7530 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 'logoDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5881 /custom_md_loader/classes/MetadataService.cls 7530 26 7530 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 'logoDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5882 /custom_md_loader/classes/MetadataService.cls 7531 26 7531 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5882 /custom_md_loader/classes/MetadataService.cls 7531 26 7531 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5883 /custom_md_loader/classes/MetadataService.cls 7532 26 7532 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 'newCommentTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5883 /custom_md_loader/classes/MetadataService.cls 7532 26 7532 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 'newCommentTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5884 /custom_md_loader/classes/MetadataService.cls 7533 26 7533 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 'newPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5884 /custom_md_loader/classes/MetadataService.cls 7533 26 7533 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 'newPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5885 /custom_md_loader/classes/MetadataService.cls 7534 26 7534 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 'newUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5885 /custom_md_loader/classes/MetadataService.cls 7534 26 7534 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 'newUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5886 /custom_md_loader/classes/MetadataService.cls 7535 26 7535 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 'ownerNotifyTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5886 /custom_md_loader/classes/MetadataService.cls 7535 26 7535 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 'ownerNotifyTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5887 /custom_md_loader/classes/MetadataService.cls 7536 26 7536 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 'selfRegNewUserUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5887 /custom_md_loader/classes/MetadataService.cls 7536 26 7536 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 'selfRegNewUserUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5888 /custom_md_loader/classes/MetadataService.cls 7537 26 7537 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 'selfRegUserDefaultProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5888 /custom_md_loader/classes/MetadataService.cls 7537 26 7537 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 'selfRegUserDefaultProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5889 /custom_md_loader/classes/MetadataService.cls 7538 26 7538 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 'selfRegUserDefaultRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5889 /custom_md_loader/classes/MetadataService.cls 7538 26 7538 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 'selfRegUserDefaultRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5890 /custom_md_loader/classes/MetadataService.cls 7539 26 7539 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 'selfRegUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5890 /custom_md_loader/classes/MetadataService.cls 7539 26 7539 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 'selfRegUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5891 /custom_md_loader/classes/MetadataService.cls 7540 26 7540 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 'showActionConfirmation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5891 /custom_md_loader/classes/MetadataService.cls 7540 26 7540 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 'showActionConfirmation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5892 /custom_md_loader/classes/MetadataService.cls 7541 26 7541 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 'stylesheetDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5892 /custom_md_loader/classes/MetadataService.cls 7541 26 7541 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 'stylesheetDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5893 /custom_md_loader/classes/MetadataService.cls 7542 26 7542 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5893 /custom_md_loader/classes/MetadataService.cls 7542 26 7542 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5894 /custom_md_loader/classes/MetadataService.cls 7543 26 7543 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5894 /custom_md_loader/classes/MetadataService.cls 7543 26 7543 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5895 /custom_md_loader/classes/MetadataService.cls 7544 26 7544 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5895 /custom_md_loader/classes/MetadataService.cls 7544 26 7544 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5896 /custom_md_loader/classes/MetadataService.cls 7545 26 7545 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]*'
5896 /custom_md_loader/classes/MetadataService.cls 7545 26 7545 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]*'
5897 /custom_md_loader/classes/MetadataService.cls 7546 26 7546 548 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5897 /custom_md_loader/classes/MetadataService.cls 7546 26 7546 548 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5898 /custom_md_loader/classes/MetadataService.cls 7548 12 7553 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5898 /custom_md_loader/classes/MetadataService.cls 7548 12 7553 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5899 /custom_md_loader/classes/MetadataService.cls 7550 26 7550 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5899 /custom_md_loader/classes/MetadataService.cls 7550 26 7550 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5900 /custom_md_loader/classes/MetadataService.cls 7551 26 7551 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5900 /custom_md_loader/classes/MetadataService.cls 7551 26 7551 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5901 /custom_md_loader/classes/MetadataService.cls 7552 26 7552 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]*'
5901 /custom_md_loader/classes/MetadataService.cls 7552 26 7552 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]*'
5902 /custom_md_loader/classes/MetadataService.cls 7554 12 7575 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5902 /custom_md_loader/classes/MetadataService.cls 7554 12 7575 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5903 /custom_md_loader/classes/MetadataService.cls 7554 12 7575 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5903 /custom_md_loader/classes/MetadataService.cls 7554 12 7575 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5904 /custom_md_loader/classes/MetadataService.cls 7562 23 7562 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]*'
5904 /custom_md_loader/classes/MetadataService.cls 7562 23 7562 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]*'
5905 /custom_md_loader/classes/MetadataService.cls 7563 23 7563 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]*'
5905 /custom_md_loader/classes/MetadataService.cls 7563 23 7563 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]*'
5906 /custom_md_loader/classes/MetadataService.cls 7564 26 7564 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]*'
5906 /custom_md_loader/classes/MetadataService.cls 7564 26 7564 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]*'
5907 /custom_md_loader/classes/MetadataService.cls 7565 26 7565 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5907 /custom_md_loader/classes/MetadataService.cls 7565 26 7565 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5908 /custom_md_loader/classes/MetadataService.cls 7566 26 7566 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5908 /custom_md_loader/classes/MetadataService.cls 7566 26 7566 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5909 /custom_md_loader/classes/MetadataService.cls 7567 26 7567 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5909 /custom_md_loader/classes/MetadataService.cls 7567 26 7567 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5910 /custom_md_loader/classes/MetadataService.cls 7568 26 7568 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5910 /custom_md_loader/classes/MetadataService.cls 7568 26 7568 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5911 /custom_md_loader/classes/MetadataService.cls 7569 26 7569 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 'packageName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5911 /custom_md_loader/classes/MetadataService.cls 7569 26 7569 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 'packageName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5912 /custom_md_loader/classes/MetadataService.cls 7570 26 7570 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 'stackTrace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5912 /custom_md_loader/classes/MetadataService.cls 7570 26 7570 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 'stackTrace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5913 /custom_md_loader/classes/MetadataService.cls 7571 26 7571 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5913 /custom_md_loader/classes/MetadataService.cls 7571 26 7571 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5914 /custom_md_loader/classes/MetadataService.cls 7572 26 7572 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5914 /custom_md_loader/classes/MetadataService.cls 7572 26 7572 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5915 /custom_md_loader/classes/MetadataService.cls 7573 26 7573 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5915 /custom_md_loader/classes/MetadataService.cls 7573 26 7573 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5916 /custom_md_loader/classes/MetadataService.cls 7574 26 7574 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]*'
5916 /custom_md_loader/classes/MetadataService.cls 7574 26 7574 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]*'
5917 /custom_md_loader/classes/MetadataService.cls 7576 12 7583 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5917 /custom_md_loader/classes/MetadataService.cls 7576 12 7583 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5918 /custom_md_loader/classes/MetadataService.cls 7579 26 7579 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5918 /custom_md_loader/classes/MetadataService.cls 7579 26 7579 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5919 /custom_md_loader/classes/MetadataService.cls 7580 26 7580 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5919 /custom_md_loader/classes/MetadataService.cls 7580 26 7580 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5920 /custom_md_loader/classes/MetadataService.cls 7581 26 7581 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5920 /custom_md_loader/classes/MetadataService.cls 7581 26 7581 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5921 /custom_md_loader/classes/MetadataService.cls 7582 26 7582 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]*'
5921 /custom_md_loader/classes/MetadataService.cls 7582 26 7582 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]*'
5922 /custom_md_loader/classes/MetadataService.cls 7584 12 7625 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5922 /custom_md_loader/classes/MetadataService.cls 7584 12 7625 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5923 /custom_md_loader/classes/MetadataService.cls 7584 12 7625 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5923 /custom_md_loader/classes/MetadataService.cls 7584 12 7625 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5924 /custom_md_loader/classes/MetadataService.cls 7588 25 7588 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]*'
5924 /custom_md_loader/classes/MetadataService.cls 7588 25 7588 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]*'
5925 /custom_md_loader/classes/MetadataService.cls 7604 26 7604 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 'allCustomerPortalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5925 /custom_md_loader/classes/MetadataService.cls 7604 26 7604 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 'allCustomerPortalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5926 /custom_md_loader/classes/MetadataService.cls 7605 26 7605 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 'allInternalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5926 /custom_md_loader/classes/MetadataService.cls 7605 26 7605 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 'allInternalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5927 /custom_md_loader/classes/MetadataService.cls 7606 26 7606 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 'allPartnerUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5927 /custom_md_loader/classes/MetadataService.cls 7606 26 7606 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 'allPartnerUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5928 /custom_md_loader/classes/MetadataService.cls 7607 26 7607 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 'group_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5928 /custom_md_loader/classes/MetadataService.cls 7607 26 7607 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 'group_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5929 /custom_md_loader/classes/MetadataService.cls 7608 26 7608 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5929 /custom_md_loader/classes/MetadataService.cls 7608 26 7608 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5930 /custom_md_loader/classes/MetadataService.cls 7609 26 7609 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 'managerSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5930 /custom_md_loader/classes/MetadataService.cls 7609 26 7609 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 'managerSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5931 /custom_md_loader/classes/MetadataService.cls 7610 26 7610 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 'managers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5931 /custom_md_loader/classes/MetadataService.cls 7610 26 7610 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 'managers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5932 /custom_md_loader/classes/MetadataService.cls 7611 26 7611 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 'portalRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5932 /custom_md_loader/classes/MetadataService.cls 7611 26 7611 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 'portalRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5933 /custom_md_loader/classes/MetadataService.cls 7612 26 7612 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 'portalRoleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5933 /custom_md_loader/classes/MetadataService.cls 7612 26 7612 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 'portalRoleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5934 /custom_md_loader/classes/MetadataService.cls 7613 26 7613 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5934 /custom_md_loader/classes/MetadataService.cls 7613 26 7613 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5935 /custom_md_loader/classes/MetadataService.cls 7614 26 7614 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5935 /custom_md_loader/classes/MetadataService.cls 7614 26 7614 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5936 /custom_md_loader/classes/MetadataService.cls 7615 26 7615 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5936 /custom_md_loader/classes/MetadataService.cls 7615 26 7615 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5937 /custom_md_loader/classes/MetadataService.cls 7616 26 7616 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5937 /custom_md_loader/classes/MetadataService.cls 7616 26 7616 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5938 /custom_md_loader/classes/MetadataService.cls 7617 26 7617 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5938 /custom_md_loader/classes/MetadataService.cls 7617 26 7617 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5939 /custom_md_loader/classes/MetadataService.cls 7618 26 7618 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 'rolesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5939 /custom_md_loader/classes/MetadataService.cls 7618 26 7618 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 'rolesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5940 /custom_md_loader/classes/MetadataService.cls 7619 26 7619 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 'territories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5940 /custom_md_loader/classes/MetadataService.cls 7619 26 7619 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 'territories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5941 /custom_md_loader/classes/MetadataService.cls 7620 26 7620 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 'territoriesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5941 /custom_md_loader/classes/MetadataService.cls 7620 26 7620 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 'territoriesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5942 /custom_md_loader/classes/MetadataService.cls 7621 26 7621 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 'territory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5942 /custom_md_loader/classes/MetadataService.cls 7621 26 7621 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 'territory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5943 /custom_md_loader/classes/MetadataService.cls 7622 26 7622 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 'territoryAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5943 /custom_md_loader/classes/MetadataService.cls 7622 26 7622 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 'territoryAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5944 /custom_md_loader/classes/MetadataService.cls 7623 26 7623 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5944 /custom_md_loader/classes/MetadataService.cls 7623 26 7623 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5945 /custom_md_loader/classes/MetadataService.cls 7624 26 7624 398 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5945 /custom_md_loader/classes/MetadataService.cls 7624 26 7624 398 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5946 /custom_md_loader/classes/MetadataService.cls 7626 12 7637 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5946 /custom_md_loader/classes/MetadataService.cls 7626 12 7637 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5947 /custom_md_loader/classes/MetadataService.cls 7631 26 7631 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 'componentFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5947 /custom_md_loader/classes/MetadataService.cls 7631 26 7631 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 'componentFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5948 /custom_md_loader/classes/MetadataService.cls 7632 26 7632 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 'componentSuccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5948 /custom_md_loader/classes/MetadataService.cls 7632 26 7632 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 'componentSuccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5949 /custom_md_loader/classes/MetadataService.cls 7633 26 7633 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 'retrieveResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5949 /custom_md_loader/classes/MetadataService.cls 7633 26 7633 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 'retrieveResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5950 /custom_md_loader/classes/MetadataService.cls 7634 26 7634 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 'runTestResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5950 /custom_md_loader/classes/MetadataService.cls 7634 26 7634 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 'runTestResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5951 /custom_md_loader/classes/MetadataService.cls 7635 26 7635 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5951 /custom_md_loader/classes/MetadataService.cls 7635 26 7635 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5952 /custom_md_loader/classes/MetadataService.cls 7636 26 7636 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]*'
5952 /custom_md_loader/classes/MetadataService.cls 7636 26 7636 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]*'
5953 /custom_md_loader/classes/MetadataService.cls 7638 12 7647 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5953 /custom_md_loader/classes/MetadataService.cls 7638 12 7647 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5954 /custom_md_loader/classes/MetadataService.cls 7642 26 7642 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5954 /custom_md_loader/classes/MetadataService.cls 7642 26 7642 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5955 /custom_md_loader/classes/MetadataService.cls 7643 26 7643 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5955 /custom_md_loader/classes/MetadataService.cls 7643 26 7643 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5956 /custom_md_loader/classes/MetadataService.cls 7644 26 7644 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5956 /custom_md_loader/classes/MetadataService.cls 7644 26 7644 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5957 /custom_md_loader/classes/MetadataService.cls 7645 26 7645 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5957 /custom_md_loader/classes/MetadataService.cls 7645 26 7645 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5958 /custom_md_loader/classes/MetadataService.cls 7646 26 7646 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]*'
5958 /custom_md_loader/classes/MetadataService.cls 7646 26 7646 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]*'
5959 /custom_md_loader/classes/MetadataService.cls 7648 12 7659 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5959 /custom_md_loader/classes/MetadataService.cls 7648 12 7659 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5960 /custom_md_loader/classes/MetadataService.cls 7653 26 7653 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 'doesIncludeBosses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5960 /custom_md_loader/classes/MetadataService.cls 7653 26 7653 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 'doesIncludeBosses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5961 /custom_md_loader/classes/MetadataService.cls 7654 26 7654 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5961 /custom_md_loader/classes/MetadataService.cls 7654 26 7654 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5962 /custom_md_loader/classes/MetadataService.cls 7655 26 7655 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5962 /custom_md_loader/classes/MetadataService.cls 7655 26 7655 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5963 /custom_md_loader/classes/MetadataService.cls 7656 26 7656 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5963 /custom_md_loader/classes/MetadataService.cls 7656 26 7656 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5964 /custom_md_loader/classes/MetadataService.cls 7657 26 7657 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]*'
5964 /custom_md_loader/classes/MetadataService.cls 7657 26 7657 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]*'
5965 /custom_md_loader/classes/MetadataService.cls 7658 26 7658 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]*'
5965 /custom_md_loader/classes/MetadataService.cls 7658 26 7658 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]*'
5966 /custom_md_loader/classes/MetadataService.cls 7660 12 7665 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5966 /custom_md_loader/classes/MetadataService.cls 7660 12 7665 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5967 /custom_md_loader/classes/MetadataService.cls 7662 26 7662 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5967 /custom_md_loader/classes/MetadataService.cls 7662 26 7662 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5968 /custom_md_loader/classes/MetadataService.cls 7663 26 7663 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5968 /custom_md_loader/classes/MetadataService.cls 7663 26 7663 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5969 /custom_md_loader/classes/MetadataService.cls 7664 26 7664 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]*'
5969 /custom_md_loader/classes/MetadataService.cls 7664 26 7664 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]*'
5970 /custom_md_loader/classes/MetadataService.cls 7666 12 7679 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5970 /custom_md_loader/classes/MetadataService.cls 7666 12 7679 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5971 /custom_md_loader/classes/MetadataService.cls 7672 26 7672 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 'allowBack_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5971 /custom_md_loader/classes/MetadataService.cls 7672 26 7672 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 'allowBack_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5972 /custom_md_loader/classes/MetadataService.cls 7673 26 7673 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 'allowFinish_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5972 /custom_md_loader/classes/MetadataService.cls 7673 26 7673 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 'allowFinish_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5973 /custom_md_loader/classes/MetadataService.cls 7674 26 7674 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5973 /custom_md_loader/classes/MetadataService.cls 7674 26 7674 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5974 /custom_md_loader/classes/MetadataService.cls 7675 26 7675 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5974 /custom_md_loader/classes/MetadataService.cls 7675 26 7675 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5975 /custom_md_loader/classes/MetadataService.cls 7676 26 7676 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5975 /custom_md_loader/classes/MetadataService.cls 7676 26 7676 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5976 /custom_md_loader/classes/MetadataService.cls 7677 26 7677 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5976 /custom_md_loader/classes/MetadataService.cls 7677 26 7677 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5977 /custom_md_loader/classes/MetadataService.cls 7678 26 7678 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]*'
5977 /custom_md_loader/classes/MetadataService.cls 7678 26 7678 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]*'
5978 /custom_md_loader/classes/MetadataService.cls 7680 12 7701 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5978 /custom_md_loader/classes/MetadataService.cls 7680 12 7701 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5979 /custom_md_loader/classes/MetadataService.cls 7680 12 7701 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5979 /custom_md_loader/classes/MetadataService.cls 7680 12 7701 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
5980 /custom_md_loader/classes/MetadataService.cls 7685 24 7685 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]*'
5980 /custom_md_loader/classes/MetadataService.cls 7685 24 7685 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]*'
5981 /custom_md_loader/classes/MetadataService.cls 7690 26 7690 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 'ccEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5981 /custom_md_loader/classes/MetadataService.cls 7690 26 7690 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 'ccEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5982 /custom_md_loader/classes/MetadataService.cls 7691 26 7691 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5982 /custom_md_loader/classes/MetadataService.cls 7691 26 7691 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5983 /custom_md_loader/classes/MetadataService.cls 7692 26 7692 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5983 /custom_md_loader/classes/MetadataService.cls 7692 26 7692 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5984 /custom_md_loader/classes/MetadataService.cls 7693 26 7693 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 'recipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5984 /custom_md_loader/classes/MetadataService.cls 7693 26 7693 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 'recipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5985 /custom_md_loader/classes/MetadataService.cls 7694 26 7694 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 'senderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5985 /custom_md_loader/classes/MetadataService.cls 7694 26 7694 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 'senderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5986 /custom_md_loader/classes/MetadataService.cls 7695 26 7695 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 'senderType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5986 /custom_md_loader/classes/MetadataService.cls 7695 26 7695 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 'senderType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5987 /custom_md_loader/classes/MetadataService.cls 7696 26 7696 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5987 /custom_md_loader/classes/MetadataService.cls 7696 26 7696 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5988 /custom_md_loader/classes/MetadataService.cls 7697 26 7697 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5988 /custom_md_loader/classes/MetadataService.cls 7697 26 7697 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5989 /custom_md_loader/classes/MetadataService.cls 7698 26 7698 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5989 /custom_md_loader/classes/MetadataService.cls 7698 26 7698 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
5990 /custom_md_loader/classes/MetadataService.cls 7699 26 7699 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]*'
5990 /custom_md_loader/classes/MetadataService.cls 7699 26 7699 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]*'
5991 /custom_md_loader/classes/MetadataService.cls 7700 26 7700 167 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5991 /custom_md_loader/classes/MetadataService.cls 7700 26 7700 167 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5992 /custom_md_loader/classes/MetadataService.cls 7702 12 7709 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5992 /custom_md_loader/classes/MetadataService.cls 7702 12 7709 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5993 /custom_md_loader/classes/MetadataService.cls 7705 26 7705 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5993 /custom_md_loader/classes/MetadataService.cls 7705 26 7705 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5994 /custom_md_loader/classes/MetadataService.cls 7706 26 7706 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 'dependency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5994 /custom_md_loader/classes/MetadataService.cls 7706 26 7706 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 'dependency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5995 /custom_md_loader/classes/MetadataService.cls 7707 26 7707 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5995 /custom_md_loader/classes/MetadataService.cls 7707 26 7707 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5996 /custom_md_loader/classes/MetadataService.cls 7708 26 7708 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5996 /custom_md_loader/classes/MetadataService.cls 7708 26 7708 95 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5997 /custom_md_loader/classes/MetadataService.cls 7710 12 7715 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5997 /custom_md_loader/classes/MetadataService.cls 7710 12 7715 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5998 /custom_md_loader/classes/MetadataService.cls 7712 26 7712 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 'smallImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5998 /custom_md_loader/classes/MetadataService.cls 7712 26 7712 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 'smallImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5999 /custom_md_loader/classes/MetadataService.cls 7713 26 7713 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5999 /custom_md_loader/classes/MetadataService.cls 7713 26 7713 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6000 /custom_md_loader/classes/MetadataService.cls 7714 26 7714 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]*'
6000 /custom_md_loader/classes/MetadataService.cls 7714 26 7714 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]*'
6001 /custom_md_loader/classes/MetadataService.cls 7716 12 7725 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6001 /custom_md_loader/classes/MetadataService.cls 7716 12 7725 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6002 /custom_md_loader/classes/MetadataService.cls 7720 26 7720 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 'beginning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6002 /custom_md_loader/classes/MetadataService.cls 7720 26 7720 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 'beginning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6003 /custom_md_loader/classes/MetadataService.cls 7721 26 7721 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 'displaying_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6003 /custom_md_loader/classes/MetadataService.cls 7721 26 7721 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 'displaying_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6004 /custom_md_loader/classes/MetadataService.cls 7722 26 7722 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 'periodType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6004 /custom_md_loader/classes/MetadataService.cls 7722 26 7722 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 'periodType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6005 /custom_md_loader/classes/MetadataService.cls 7723 26 7723 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6005 /custom_md_loader/classes/MetadataService.cls 7723 26 7723 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6006 /custom_md_loader/classes/MetadataService.cls 7724 26 7724 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6006 /custom_md_loader/classes/MetadataService.cls 7724 26 7724 101 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6007 /custom_md_loader/classes/MetadataService.cls 7726 12 7733 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6007 /custom_md_loader/classes/MetadataService.cls 7726 12 7733 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6008 /custom_md_loader/classes/MetadataService.cls 7729 26 7729 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 'enableMobileLite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6008 /custom_md_loader/classes/MetadataService.cls 7729 26 7729 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 'enableMobileLite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6009 /custom_md_loader/classes/MetadataService.cls 7730 26 7730 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 'enableUserToDeviceLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6009 /custom_md_loader/classes/MetadataService.cls 7730 26 7730 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 'enableUserToDeviceLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6010 /custom_md_loader/classes/MetadataService.cls 7731 26 7731 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6010 /custom_md_loader/classes/MetadataService.cls 7731 26 7731 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6011 /custom_md_loader/classes/MetadataService.cls 7732 26 7732 110 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6011 /custom_md_loader/classes/MetadataService.cls 7732 26 7732 110 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6012 /custom_md_loader/classes/MetadataService.cls 7734 12 7741 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6012 /custom_md_loader/classes/MetadataService.cls 7734 12 7741 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6013 /custom_md_loader/classes/MetadataService.cls 7737 26 7737 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6013 /custom_md_loader/classes/MetadataService.cls 7737 26 7737 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6014 /custom_md_loader/classes/MetadataService.cls 7738 26 7738 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 'section_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6014 /custom_md_loader/classes/MetadataService.cls 7738 26 7738 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 'section_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6015 /custom_md_loader/classes/MetadataService.cls 7739 26 7739 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6015 /custom_md_loader/classes/MetadataService.cls 7739 26 7739 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6016 /custom_md_loader/classes/MetadataService.cls 7740 26 7740 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]*'
6016 /custom_md_loader/classes/MetadataService.cls 7740 26 7740 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]*'
6017 /custom_md_loader/classes/MetadataService.cls 7742 12 7765 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6017 /custom_md_loader/classes/MetadataService.cls 7742 12 7765 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6018 /custom_md_loader/classes/MetadataService.cls 7742 12 7765 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6018 /custom_md_loader/classes/MetadataService.cls 7742 12 7765 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6019 /custom_md_loader/classes/MetadataService.cls 7753 26 7753 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6019 /custom_md_loader/classes/MetadataService.cls 7753 26 7753 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6020 /custom_md_loader/classes/MetadataService.cls 7754 26 7754 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 'criteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6020 /custom_md_loader/classes/MetadataService.cls 7754 26 7754 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 'criteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6021 /custom_md_loader/classes/MetadataService.cls 7755 26 7755 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 'milestoneCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6021 /custom_md_loader/classes/MetadataService.cls 7755 26 7755 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 'milestoneCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6022 /custom_md_loader/classes/MetadataService.cls 7756 26 7756 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 'milestoneCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6022 /custom_md_loader/classes/MetadataService.cls 7756 26 7756 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 'milestoneCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6023 /custom_md_loader/classes/MetadataService.cls 7757 26 7757 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 'milestoneName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6023 /custom_md_loader/classes/MetadataService.cls 7757 26 7757 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 'milestoneName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6024 /custom_md_loader/classes/MetadataService.cls 7758 26 7758 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 'minutesCustomClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6024 /custom_md_loader/classes/MetadataService.cls 7758 26 7758 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 'minutesCustomClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6025 /custom_md_loader/classes/MetadataService.cls 7759 26 7759 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 'minutesToComplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6025 /custom_md_loader/classes/MetadataService.cls 7759 26 7759 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 'minutesToComplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6026 /custom_md_loader/classes/MetadataService.cls 7760 26 7760 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 'successActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6026 /custom_md_loader/classes/MetadataService.cls 7760 26 7760 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 'successActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6027 /custom_md_loader/classes/MetadataService.cls 7761 26 7761 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 'timeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6027 /custom_md_loader/classes/MetadataService.cls 7761 26 7761 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 'timeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6028 /custom_md_loader/classes/MetadataService.cls 7762 26 7762 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 'useCriteriaStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6028 /custom_md_loader/classes/MetadataService.cls 7762 26 7762 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 'useCriteriaStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6029 /custom_md_loader/classes/MetadataService.cls 7763 26 7763 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6029 /custom_md_loader/classes/MetadataService.cls 7763 26 7763 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6030 /custom_md_loader/classes/MetadataService.cls 7764 26 7764 273 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6030 /custom_md_loader/classes/MetadataService.cls 7764 26 7764 273 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6031 /custom_md_loader/classes/MetadataService.cls 7766 12 7783 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6031 /custom_md_loader/classes/MetadataService.cls 7766 12 7783 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6032 /custom_md_loader/classes/MetadataService.cls 7766 12 7783 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6032 /custom_md_loader/classes/MetadataService.cls 7766 12 7783 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6033 /custom_md_loader/classes/MetadataService.cls 7774 26 7774 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6033 /custom_md_loader/classes/MetadataService.cls 7774 26 7774 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6034 /custom_md_loader/classes/MetadataService.cls 7775 26 7775 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6034 /custom_md_loader/classes/MetadataService.cls 7775 26 7775 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6035 /custom_md_loader/classes/MetadataService.cls 7776 26 7776 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6035 /custom_md_loader/classes/MetadataService.cls 7776 26 7776 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6036 /custom_md_loader/classes/MetadataService.cls 7777 26 7777 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6036 /custom_md_loader/classes/MetadataService.cls 7777 26 7777 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6037 /custom_md_loader/classes/MetadataService.cls 7778 26 7778 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 'objectUsage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6037 /custom_md_loader/classes/MetadataService.cls 7778 26 7778 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 'objectUsage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6038 /custom_md_loader/classes/MetadataService.cls 7779 26 7779 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6038 /custom_md_loader/classes/MetadataService.cls 7779 26 7779 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6039 /custom_md_loader/classes/MetadataService.cls 7780 26 7780 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6039 /custom_md_loader/classes/MetadataService.cls 7780 26 7780 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6040 /custom_md_loader/classes/MetadataService.cls 7781 26 7781 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]*'
6040 /custom_md_loader/classes/MetadataService.cls 7781 26 7781 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]*'
6041 /custom_md_loader/classes/MetadataService.cls 7782 26 7782 135 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6041 /custom_md_loader/classes/MetadataService.cls 7782 26 7782 135 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6042 /custom_md_loader/classes/MetadataService.cls 7784 12 7791 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6042 /custom_md_loader/classes/MetadataService.cls 7784 12 7791 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6043 /custom_md_loader/classes/MetadataService.cls 7784 12 7791 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_]*'
6043 /custom_md_loader/classes/MetadataService.cls 7784 12 7791 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_]*'
6044 /custom_md_loader/classes/MetadataService.cls 7787 26 7787 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 'queries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6044 /custom_md_loader/classes/MetadataService.cls 7787 26 7787 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 'queries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6045 /custom_md_loader/classes/MetadataService.cls 7788 26 7788 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6045 /custom_md_loader/classes/MetadataService.cls 7788 26 7788 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6046 /custom_md_loader/classes/MetadataService.cls 7789 26 7789 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6046 /custom_md_loader/classes/MetadataService.cls 7789 26 7789 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6047 /custom_md_loader/classes/MetadataService.cls 7790 26 7790 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]*'
6047 /custom_md_loader/classes/MetadataService.cls 7790 26 7790 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]*'
6048 /custom_md_loader/classes/MetadataService.cls 7792 12 7809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6048 /custom_md_loader/classes/MetadataService.cls 7792 12 7809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6049 /custom_md_loader/classes/MetadataService.cls 7792 12 7809 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6049 /custom_md_loader/classes/MetadataService.cls 7792 12 7809 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6050 /custom_md_loader/classes/MetadataService.cls 7800 26 7800 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6050 /custom_md_loader/classes/MetadataService.cls 7800 26 7800 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6051 /custom_md_loader/classes/MetadataService.cls 7801 26 7801 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6051 /custom_md_loader/classes/MetadataService.cls 7801 26 7801 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6052 /custom_md_loader/classes/MetadataService.cls 7802 26 7802 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 'errorConditionFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6052 /custom_md_loader/classes/MetadataService.cls 7802 26 7802 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 'errorConditionFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6053 /custom_md_loader/classes/MetadataService.cls 7803 26 7803 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 'errorDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6053 /custom_md_loader/classes/MetadataService.cls 7803 26 7803 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 'errorDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6054 /custom_md_loader/classes/MetadataService.cls 7804 26 7804 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6054 /custom_md_loader/classes/MetadataService.cls 7804 26 7804 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6055 /custom_md_loader/classes/MetadataService.cls 7805 26 7805 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6055 /custom_md_loader/classes/MetadataService.cls 7805 26 7805 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6056 /custom_md_loader/classes/MetadataService.cls 7806 26 7806 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6056 /custom_md_loader/classes/MetadataService.cls 7806 26 7806 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6057 /custom_md_loader/classes/MetadataService.cls 7807 26 7807 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]*'
6057 /custom_md_loader/classes/MetadataService.cls 7807 26 7807 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]*'
6058 /custom_md_loader/classes/MetadataService.cls 7808 26 7808 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]*'
6058 /custom_md_loader/classes/MetadataService.cls 7808 26 7808 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]*'
6059 /custom_md_loader/classes/MetadataService.cls 7810 12 7835 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6059 /custom_md_loader/classes/MetadataService.cls 7810 12 7835 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6060 /custom_md_loader/classes/MetadataService.cls 7810 12 7835 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6060 /custom_md_loader/classes/MetadataService.cls 7810 12 7835 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6061 /custom_md_loader/classes/MetadataService.cls 7821 23 7821 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]*'
6061 /custom_md_loader/classes/MetadataService.cls 7821 23 7821 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]*'
6062 /custom_md_loader/classes/MetadataService.cls 7822 26 7822 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 'controllerContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6062 /custom_md_loader/classes/MetadataService.cls 7822 26 7822 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 'controllerContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6063 /custom_md_loader/classes/MetadataService.cls 7823 26 7823 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 'documentationContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6063 /custom_md_loader/classes/MetadataService.cls 7823 26 7823 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 'documentationContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6064 /custom_md_loader/classes/MetadataService.cls 7824 26 7824 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 'helperContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6064 /custom_md_loader/classes/MetadataService.cls 7824 26 7824 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 'helperContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6065 /custom_md_loader/classes/MetadataService.cls 7825 26 7825 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 'markup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6065 /custom_md_loader/classes/MetadataService.cls 7825 26 7825 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 'markup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6066 /custom_md_loader/classes/MetadataService.cls 7826 26 7826 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 'modelContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6066 /custom_md_loader/classes/MetadataService.cls 7826 26 7826 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 'modelContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6067 /custom_md_loader/classes/MetadataService.cls 7827 26 7827 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 'rendererContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6067 /custom_md_loader/classes/MetadataService.cls 7827 26 7827 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 'rendererContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6068 /custom_md_loader/classes/MetadataService.cls 7828 26 7828 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 'styleContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6068 /custom_md_loader/classes/MetadataService.cls 7828 26 7828 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 'styleContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6069 /custom_md_loader/classes/MetadataService.cls 7829 26 7829 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 'testsuiteContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6069 /custom_md_loader/classes/MetadataService.cls 7829 26 7829 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 'testsuiteContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6070 /custom_md_loader/classes/MetadataService.cls 7830 26 7830 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6070 /custom_md_loader/classes/MetadataService.cls 7830 26 7830 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6071 /custom_md_loader/classes/MetadataService.cls 7831 26 7831 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6071 /custom_md_loader/classes/MetadataService.cls 7831 26 7831 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6072 /custom_md_loader/classes/MetadataService.cls 7832 26 7832 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6072 /custom_md_loader/classes/MetadataService.cls 7832 26 7832 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6073 /custom_md_loader/classes/MetadataService.cls 7833 26 7833 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]*'
6073 /custom_md_loader/classes/MetadataService.cls 7833 26 7833 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]*'
6074 /custom_md_loader/classes/MetadataService.cls 7834 26 7834 219 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6074 /custom_md_loader/classes/MetadataService.cls 7834 26 7834 219 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6075 /custom_md_loader/classes/MetadataService.cls 7836 12 7843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6075 /custom_md_loader/classes/MetadataService.cls 7836 12 7843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6076 /custom_md_loader/classes/MetadataService.cls 7839 26 7839 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6076 /custom_md_loader/classes/MetadataService.cls 7839 26 7839 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6077 /custom_md_loader/classes/MetadataService.cls 7840 26 7840 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6077 /custom_md_loader/classes/MetadataService.cls 7840 26 7840 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6078 /custom_md_loader/classes/MetadataService.cls 7841 26 7841 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6078 /custom_md_loader/classes/MetadataService.cls 7841 26 7841 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6079 /custom_md_loader/classes/MetadataService.cls 7842 26 7842 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]*'
6079 /custom_md_loader/classes/MetadataService.cls 7842 26 7842 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]*'
6080 /custom_md_loader/classes/MetadataService.cls 7844 12 7855 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6080 /custom_md_loader/classes/MetadataService.cls 7844 12 7855 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6081 /custom_md_loader/classes/MetadataService.cls 7848 23 7848 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]*'
6081 /custom_md_loader/classes/MetadataService.cls 7848 23 7848 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]*'
6082 /custom_md_loader/classes/MetadataService.cls 7849 26 7849 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6082 /custom_md_loader/classes/MetadataService.cls 7849 26 7849 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6083 /custom_md_loader/classes/MetadataService.cls 7850 26 7850 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 'file_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6083 /custom_md_loader/classes/MetadataService.cls 7850 26 7850 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 'file_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6084 /custom_md_loader/classes/MetadataService.cls 7851 26 7851 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 'rank_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6084 /custom_md_loader/classes/MetadataService.cls 7851 26 7851 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 'rank_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6085 /custom_md_loader/classes/MetadataService.cls 7852 26 7852 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6085 /custom_md_loader/classes/MetadataService.cls 7852 26 7852 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6086 /custom_md_loader/classes/MetadataService.cls 7853 26 7853 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6086 /custom_md_loader/classes/MetadataService.cls 7853 26 7853 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6087 /custom_md_loader/classes/MetadataService.cls 7854 26 7854 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]*'
6087 /custom_md_loader/classes/MetadataService.cls 7854 26 7854 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]*'
6088 /custom_md_loader/classes/MetadataService.cls 7856 12 7863 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6088 /custom_md_loader/classes/MetadataService.cls 7856 12 7863 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6089 /custom_md_loader/classes/MetadataService.cls 7859 26 7859 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6089 /custom_md_loader/classes/MetadataService.cls 7859 26 7859 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6090 /custom_md_loader/classes/MetadataService.cls 7860 26 7860 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6090 /custom_md_loader/classes/MetadataService.cls 7860 26 7860 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6091 /custom_md_loader/classes/MetadataService.cls 7861 26 7861 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6091 /custom_md_loader/classes/MetadataService.cls 7861 26 7861 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6092 /custom_md_loader/classes/MetadataService.cls 7862 26 7862 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]*'
6092 /custom_md_loader/classes/MetadataService.cls 7862 26 7862 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]*'
6093 /custom_md_loader/classes/MetadataService.cls 7864 20 7869 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6093 /custom_md_loader/classes/MetadataService.cls 7864 20 7869 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6094 /custom_md_loader/classes/MetadataService.cls 7866 26 7866 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6094 /custom_md_loader/classes/MetadataService.cls 7866 26 7866 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6095 /custom_md_loader/classes/MetadataService.cls 7867 26 7867 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6095 /custom_md_loader/classes/MetadataService.cls 7867 26 7867 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6096 /custom_md_loader/classes/MetadataService.cls 7868 26 7868 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]*'
6096 /custom_md_loader/classes/MetadataService.cls 7868 26 7868 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]*'
6097 /custom_md_loader/classes/MetadataService.cls 7870 12 7877 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6097 /custom_md_loader/classes/MetadataService.cls 7870 12 7877 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6098 /custom_md_loader/classes/MetadataService.cls 7873 26 7873 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 'sourceValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6098 /custom_md_loader/classes/MetadataService.cls 7873 26 7873 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 'sourceValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6099 /custom_md_loader/classes/MetadataService.cls 7874 26 7874 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6099 /custom_md_loader/classes/MetadataService.cls 7874 26 7874 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6100 /custom_md_loader/classes/MetadataService.cls 7875 26 7875 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6100 /custom_md_loader/classes/MetadataService.cls 7875 26 7875 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6101 /custom_md_loader/classes/MetadataService.cls 7876 26 7876 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]*'
6101 /custom_md_loader/classes/MetadataService.cls 7876 26 7876 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]*'
6102 /custom_md_loader/classes/MetadataService.cls 7878 12 7889 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6102 /custom_md_loader/classes/MetadataService.cls 7878 12 7889 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6103 /custom_md_loader/classes/MetadataService.cls 7883 26 7883 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 'characterLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6103 /custom_md_loader/classes/MetadataService.cls 7883 26 7883 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 'characterLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6104 /custom_md_loader/classes/MetadataService.cls 7884 26 7884 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 'collapseThread_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6104 /custom_md_loader/classes/MetadataService.cls 7884 26 7884 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 'collapseThread_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6105 /custom_md_loader/classes/MetadataService.cls 7885 26 7885 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6105 /custom_md_loader/classes/MetadataService.cls 7885 26 7885 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6106 /custom_md_loader/classes/MetadataService.cls 7886 26 7886 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6106 /custom_md_loader/classes/MetadataService.cls 7886 26 7886 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6107 /custom_md_loader/classes/MetadataService.cls 7887 26 7887 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6107 /custom_md_loader/classes/MetadataService.cls 7887 26 7887 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6108 /custom_md_loader/classes/MetadataService.cls 7888 26 7888 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]*'
6108 /custom_md_loader/classes/MetadataService.cls 7888 26 7888 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]*'
6109 /custom_md_loader/classes/MetadataService.cls 7890 12 7901 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6109 /custom_md_loader/classes/MetadataService.cls 7890 12 7901 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6110 /custom_md_loader/classes/MetadataService.cls 7895 26 7895 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6110 /custom_md_loader/classes/MetadataService.cls 7895 26 7895 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6111 /custom_md_loader/classes/MetadataService.cls 7896 26 7896 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 'flowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6111 /custom_md_loader/classes/MetadataService.cls 7896 26 7896 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 'flowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6112 /custom_md_loader/classes/MetadataService.cls 7897 26 7897 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6112 /custom_md_loader/classes/MetadataService.cls 7897 26 7897 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6113 /custom_md_loader/classes/MetadataService.cls 7898 26 7898 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6113 /custom_md_loader/classes/MetadataService.cls 7898 26 7898 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6114 /custom_md_loader/classes/MetadataService.cls 7899 26 7899 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6114 /custom_md_loader/classes/MetadataService.cls 7899 26 7899 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6115 /custom_md_loader/classes/MetadataService.cls 7900 26 7900 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]*'
6115 /custom_md_loader/classes/MetadataService.cls 7900 26 7900 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]*'
6116 /custom_md_loader/classes/MetadataService.cls 7902 12 7915 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6116 /custom_md_loader/classes/MetadataService.cls 7902 12 7915 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6117 /custom_md_loader/classes/MetadataService.cls 7908 26 7908 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 'enableTouchAppIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6117 /custom_md_loader/classes/MetadataService.cls 7908 26 7908 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 'enableTouchAppIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6118 /custom_md_loader/classes/MetadataService.cls 7909 26 7909 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 'enableTouchAppIPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6118 /custom_md_loader/classes/MetadataService.cls 7909 26 7909 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 'enableTouchAppIPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6119 /custom_md_loader/classes/MetadataService.cls 7910 26 7910 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 'enableTouchBrowserIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6119 /custom_md_loader/classes/MetadataService.cls 7910 26 7910 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 'enableTouchBrowserIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6120 /custom_md_loader/classes/MetadataService.cls 7911 26 7911 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 'enableTouchIosPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6120 /custom_md_loader/classes/MetadataService.cls 7911 26 7911 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 'enableTouchIosPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6121 /custom_md_loader/classes/MetadataService.cls 7912 26 7912 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 'enableVisualforceInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6121 /custom_md_loader/classes/MetadataService.cls 7912 26 7912 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 'enableVisualforceInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6122 /custom_md_loader/classes/MetadataService.cls 7913 26 7913 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6122 /custom_md_loader/classes/MetadataService.cls 7913 26 7913 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6123 /custom_md_loader/classes/MetadataService.cls 7914 26 7914 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]*'
6123 /custom_md_loader/classes/MetadataService.cls 7914 26 7914 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]*'
6124 /custom_md_loader/classes/MetadataService.cls 7916 12 7939 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6124 /custom_md_loader/classes/MetadataService.cls 7916 12 7939 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6125 /custom_md_loader/classes/MetadataService.cls 7916 12 7939 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6125 /custom_md_loader/classes/MetadataService.cls 7916 12 7939 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6126 /custom_md_loader/classes/MetadataService.cls 7927 26 7927 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 'choiceReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6126 /custom_md_loader/classes/MetadataService.cls 7927 26 7927 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 'choiceReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6127 /custom_md_loader/classes/MetadataService.cls 7928 26 7928 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6127 /custom_md_loader/classes/MetadataService.cls 7928 26 7928 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6128 /custom_md_loader/classes/MetadataService.cls 7929 26 7929 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 'defaultSelectedChoiceReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6128 /custom_md_loader/classes/MetadataService.cls 7929 26 7929 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 'defaultSelectedChoiceReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6129 /custom_md_loader/classes/MetadataService.cls 7930 26 7930 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6129 /custom_md_loader/classes/MetadataService.cls 7930 26 7930 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6130 /custom_md_loader/classes/MetadataService.cls 7931 26 7931 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 'fieldText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6130 /custom_md_loader/classes/MetadataService.cls 7931 26 7931 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 'fieldText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6131 /custom_md_loader/classes/MetadataService.cls 7932 26 7932 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 'fieldType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6131 /custom_md_loader/classes/MetadataService.cls 7932 26 7932 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 'fieldType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6132 /custom_md_loader/classes/MetadataService.cls 7933 26 7933 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6132 /custom_md_loader/classes/MetadataService.cls 7933 26 7933 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6133 /custom_md_loader/classes/MetadataService.cls 7934 26 7934 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6133 /custom_md_loader/classes/MetadataService.cls 7934 26 7934 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6134 /custom_md_loader/classes/MetadataService.cls 7935 26 7935 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6134 /custom_md_loader/classes/MetadataService.cls 7935 26 7935 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6135 /custom_md_loader/classes/MetadataService.cls 7936 26 7936 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6135 /custom_md_loader/classes/MetadataService.cls 7936 26 7936 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6136 /custom_md_loader/classes/MetadataService.cls 7937 26 7937 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6136 /custom_md_loader/classes/MetadataService.cls 7937 26 7937 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6137 /custom_md_loader/classes/MetadataService.cls 7938 26 7938 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]*'
6137 /custom_md_loader/classes/MetadataService.cls 7938 26 7938 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]*'
6138 /custom_md_loader/classes/MetadataService.cls 7940 12 7979 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6138 /custom_md_loader/classes/MetadataService.cls 7940 12 7979 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6139 /custom_md_loader/classes/MetadataService.cls 7940 12 7979 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6139 /custom_md_loader/classes/MetadataService.cls 7940 12 7979 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6140 /custom_md_loader/classes/MetadataService.cls 7959 26 7959 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 'backgroundEndColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6140 /custom_md_loader/classes/MetadataService.cls 7959 26 7959 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 'backgroundEndColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6141 /custom_md_loader/classes/MetadataService.cls 7960 26 7960 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 'backgroundFadeDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6141 /custom_md_loader/classes/MetadataService.cls 7960 26 7960 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 'backgroundFadeDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6142 /custom_md_loader/classes/MetadataService.cls 7961 26 7961 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 'backgroundStartColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6142 /custom_md_loader/classes/MetadataService.cls 7961 26 7961 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 'backgroundStartColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6143 /custom_md_loader/classes/MetadataService.cls 7962 26 7962 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 'dashboardFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6143 /custom_md_loader/classes/MetadataService.cls 7962 26 7962 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 'dashboardFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6144 /custom_md_loader/classes/MetadataService.cls 7963 26 7963 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 'dashboardResultRefreshedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6144 /custom_md_loader/classes/MetadataService.cls 7963 26 7963 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 'dashboardResultRefreshedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6145 /custom_md_loader/classes/MetadataService.cls 7964 26 7964 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 'dashboardResultRunningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6145 /custom_md_loader/classes/MetadataService.cls 7964 26 7964 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 'dashboardResultRunningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6146 /custom_md_loader/classes/MetadataService.cls 7965 26 7965 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 'dashboardType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6146 /custom_md_loader/classes/MetadataService.cls 7965 26 7965 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 'dashboardType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6147 /custom_md_loader/classes/MetadataService.cls 7966 26 7966 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6147 /custom_md_loader/classes/MetadataService.cls 7966 26 7966 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6148 /custom_md_loader/classes/MetadataService.cls 7967 26 7967 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 'leftSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6148 /custom_md_loader/classes/MetadataService.cls 7967 26 7967 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 'leftSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6149 /custom_md_loader/classes/MetadataService.cls 7968 26 7968 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 'middleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6149 /custom_md_loader/classes/MetadataService.cls 7968 26 7968 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 'middleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6150 /custom_md_loader/classes/MetadataService.cls 7969 26 7969 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 'rightSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6150 /custom_md_loader/classes/MetadataService.cls 7969 26 7969 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 'rightSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6151 /custom_md_loader/classes/MetadataService.cls 7970 26 7970 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6151 /custom_md_loader/classes/MetadataService.cls 7970 26 7970 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6152 /custom_md_loader/classes/MetadataService.cls 7971 26 7971 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6152 /custom_md_loader/classes/MetadataService.cls 7971 26 7971 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6153 /custom_md_loader/classes/MetadataService.cls 7972 26 7972 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6153 /custom_md_loader/classes/MetadataService.cls 7972 26 7972 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6154 /custom_md_loader/classes/MetadataService.cls 7973 26 7973 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6154 /custom_md_loader/classes/MetadataService.cls 7973 26 7973 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6155 /custom_md_loader/classes/MetadataService.cls 7974 26 7974 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6155 /custom_md_loader/classes/MetadataService.cls 7974 26 7974 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6156 /custom_md_loader/classes/MetadataService.cls 7975 26 7975 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6156 /custom_md_loader/classes/MetadataService.cls 7975 26 7975 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6157 /custom_md_loader/classes/MetadataService.cls 7976 26 7976 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6157 /custom_md_loader/classes/MetadataService.cls 7976 26 7976 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6158 /custom_md_loader/classes/MetadataService.cls 7977 26 7977 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]*'
6158 /custom_md_loader/classes/MetadataService.cls 7977 26 7977 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]*'
6159 /custom_md_loader/classes/MetadataService.cls 7978 26 7978 358 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6159 /custom_md_loader/classes/MetadataService.cls 7978 26 7978 358 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6160 /custom_md_loader/classes/MetadataService.cls 7980 12 7989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6160 /custom_md_loader/classes/MetadataService.cls 7980 12 7989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6161 /custom_md_loader/classes/MetadataService.cls 7984 26 7984 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6161 /custom_md_loader/classes/MetadataService.cls 7984 26 7984 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6162 /custom_md_loader/classes/MetadataService.cls 7985 26 7985 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6162 /custom_md_loader/classes/MetadataService.cls 7985 26 7985 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6163 /custom_md_loader/classes/MetadataService.cls 7986 26 7986 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6163 /custom_md_loader/classes/MetadataService.cls 7986 26 7986 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6164 /custom_md_loader/classes/MetadataService.cls 7987 26 7987 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6164 /custom_md_loader/classes/MetadataService.cls 7987 26 7987 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6165 /custom_md_loader/classes/MetadataService.cls 7988 26 7988 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6165 /custom_md_loader/classes/MetadataService.cls 7988 26 7988 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6166 /custom_md_loader/classes/MetadataService.cls 7990 12 7999 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6166 /custom_md_loader/classes/MetadataService.cls 7990 12 7999 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6167 /custom_md_loader/classes/MetadataService.cls 7994 26 7994 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 'enableMarketingAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6167 /custom_md_loader/classes/MetadataService.cls 7994 26 7994 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 'enableMarketingAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6168 /custom_md_loader/classes/MetadataService.cls 7995 26 7995 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6168 /custom_md_loader/classes/MetadataService.cls 7995 26 7995 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6169 /custom_md_loader/classes/MetadataService.cls 7996 26 7996 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6169 /custom_md_loader/classes/MetadataService.cls 7996 26 7996 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6170 /custom_md_loader/classes/MetadataService.cls 7997 26 7997 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]*'
6170 /custom_md_loader/classes/MetadataService.cls 7997 26 7997 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]*'
6171 /custom_md_loader/classes/MetadataService.cls 7998 26 7998 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6171 /custom_md_loader/classes/MetadataService.cls 7998 26 7998 99 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6172 /custom_md_loader/classes/MetadataService.cls 8000 12 8007 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6172 /custom_md_loader/classes/MetadataService.cls 8000 12 8007 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6173 /custom_md_loader/classes/MetadataService.cls 8003 26 8003 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 'assignmentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6173 /custom_md_loader/classes/MetadataService.cls 8003 26 8003 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 'assignmentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6174 /custom_md_loader/classes/MetadataService.cls 8004 26 8004 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6174 /custom_md_loader/classes/MetadataService.cls 8004 26 8004 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6175 /custom_md_loader/classes/MetadataService.cls 8005 26 8005 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6175 /custom_md_loader/classes/MetadataService.cls 8005 26 8005 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6176 /custom_md_loader/classes/MetadataService.cls 8006 26 8006 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6176 /custom_md_loader/classes/MetadataService.cls 8006 26 8006 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6177 /custom_md_loader/classes/MetadataService.cls 8008 12 8015 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6177 /custom_md_loader/classes/MetadataService.cls 8008 12 8015 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6178 /custom_md_loader/classes/MetadataService.cls 8011 26 8011 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6178 /custom_md_loader/classes/MetadataService.cls 8011 26 8011 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6179 /custom_md_loader/classes/MetadataService.cls 8012 26 8012 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6179 /custom_md_loader/classes/MetadataService.cls 8012 26 8012 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6180 /custom_md_loader/classes/MetadataService.cls 8013 26 8013 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6180 /custom_md_loader/classes/MetadataService.cls 8013 26 8013 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6181 /custom_md_loader/classes/MetadataService.cls 8014 26 8014 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]*'
6181 /custom_md_loader/classes/MetadataService.cls 8014 26 8014 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]*'
6182 /custom_md_loader/classes/MetadataService.cls 8016 12 8025 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6182 /custom_md_loader/classes/MetadataService.cls 8016 12 8025 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6183 /custom_md_loader/classes/MetadataService.cls 8020 26 8020 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 'customTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6183 /custom_md_loader/classes/MetadataService.cls 8020 26 8020 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 'customTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6184 /custom_md_loader/classes/MetadataService.cls 8021 26 8021 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6184 /custom_md_loader/classes/MetadataService.cls 8021 26 8021 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6185 /custom_md_loader/classes/MetadataService.cls 8022 26 8022 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6185 /custom_md_loader/classes/MetadataService.cls 8022 26 8022 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6186 /custom_md_loader/classes/MetadataService.cls 8023 26 8023 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6186 /custom_md_loader/classes/MetadataService.cls 8023 26 8023 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6187 /custom_md_loader/classes/MetadataService.cls 8024 26 8024 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]*'
6187 /custom_md_loader/classes/MetadataService.cls 8024 26 8024 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]*'
6188 /custom_md_loader/classes/MetadataService.cls 8026 12 8033 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6188 /custom_md_loader/classes/MetadataService.cls 8026 12 8033 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6189 /custom_md_loader/classes/MetadataService.cls 8029 26 8029 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 'alignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6189 /custom_md_loader/classes/MetadataService.cls 8029 26 8029 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 'alignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6190 /custom_md_loader/classes/MetadataService.cls 8030 26 8030 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 'customApplicationComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6190 /custom_md_loader/classes/MetadataService.cls 8030 26 8030 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 'customApplicationComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6191 /custom_md_loader/classes/MetadataService.cls 8031 26 8031 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6191 /custom_md_loader/classes/MetadataService.cls 8031 26 8031 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6192 /custom_md_loader/classes/MetadataService.cls 8032 26 8032 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]*'
6192 /custom_md_loader/classes/MetadataService.cls 8032 26 8032 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]*'
6193 /custom_md_loader/classes/MetadataService.cls 8034 12 8041 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6193 /custom_md_loader/classes/MetadataService.cls 8034 12 8041 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6194 /custom_md_loader/classes/MetadataService.cls 8037 26 8037 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 'languages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6194 /custom_md_loader/classes/MetadataService.cls 8037 26 8037 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 'languages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6195 /custom_md_loader/classes/MetadataService.cls 8038 26 8038 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 'terms_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6195 /custom_md_loader/classes/MetadataService.cls 8038 26 8038 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 'terms_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6196 /custom_md_loader/classes/MetadataService.cls 8039 26 8039 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6196 /custom_md_loader/classes/MetadataService.cls 8039 26 8039 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6197 /custom_md_loader/classes/MetadataService.cls 8040 26 8040 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6197 /custom_md_loader/classes/MetadataService.cls 8040 26 8040 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6198 /custom_md_loader/classes/MetadataService.cls 8042 12 8055 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6198 /custom_md_loader/classes/MetadataService.cls 8042 12 8055 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6199 /custom_md_loader/classes/MetadataService.cls 8048 26 8048 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6199 /custom_md_loader/classes/MetadataService.cls 8048 26 8048 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6200 /custom_md_loader/classes/MetadataService.cls 8049 26 8049 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6200 /custom_md_loader/classes/MetadataService.cls 8049 26 8049 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6201 /custom_md_loader/classes/MetadataService.cls 8050 26 8050 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6201 /custom_md_loader/classes/MetadataService.cls 8050 26 8050 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6202 /custom_md_loader/classes/MetadataService.cls 8051 26 8051 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6202 /custom_md_loader/classes/MetadataService.cls 8051 26 8051 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6203 /custom_md_loader/classes/MetadataService.cls 8052 26 8052 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 'scriptBootstrapMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6203 /custom_md_loader/classes/MetadataService.cls 8052 26 8052 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 'scriptBootstrapMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6204 /custom_md_loader/classes/MetadataService.cls 8053 26 8053 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6204 /custom_md_loader/classes/MetadataService.cls 8053 26 8053 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6205 /custom_md_loader/classes/MetadataService.cls 8054 26 8054 138 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6205 /custom_md_loader/classes/MetadataService.cls 8054 26 8054 138 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6206 /custom_md_loader/classes/MetadataService.cls 8056 12 8063 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6206 /custom_md_loader/classes/MetadataService.cls 8056 12 8063 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6207 /custom_md_loader/classes/MetadataService.cls 8059 26 8059 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6207 /custom_md_loader/classes/MetadataService.cls 8059 26 8059 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6208 /custom_md_loader/classes/MetadataService.cls 8060 26 8060 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6208 /custom_md_loader/classes/MetadataService.cls 8060 26 8060 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6209 /custom_md_loader/classes/MetadataService.cls 8061 26 8061 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]*'
6209 /custom_md_loader/classes/MetadataService.cls 8061 26 8061 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]*'
6210 /custom_md_loader/classes/MetadataService.cls 8062 26 8062 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]*'
6210 /custom_md_loader/classes/MetadataService.cls 8062 26 8062 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]*'
6211 /custom_md_loader/classes/MetadataService.cls 8064 12 8071 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6211 /custom_md_loader/classes/MetadataService.cls 8064 12 8071 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6212 /custom_md_loader/classes/MetadataService.cls 8067 26 8067 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6212 /custom_md_loader/classes/MetadataService.cls 8067 26 8067 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6213 /custom_md_loader/classes/MetadataService.cls 8068 26 8068 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6213 /custom_md_loader/classes/MetadataService.cls 8068 26 8068 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6214 /custom_md_loader/classes/MetadataService.cls 8069 26 8069 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6214 /custom_md_loader/classes/MetadataService.cls 8069 26 8069 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6215 /custom_md_loader/classes/MetadataService.cls 8070 26 8070 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]*'
6215 /custom_md_loader/classes/MetadataService.cls 8070 26 8070 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]*'
6216 /custom_md_loader/classes/MetadataService.cls 8072 12 8167 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6216 /custom_md_loader/classes/MetadataService.cls 8072 12 8167 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6217 /custom_md_loader/classes/MetadataService.cls 8072 12 8167 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 46 public methods, attributes, and properties (limit: 20)
6217 /custom_md_loader/classes/MetadataService.cls 8072 12 8167 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 46 public methods, attributes, and properties (limit: 20)
6218 /custom_md_loader/classes/MetadataService.cls 8072 12 8167 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6218 /custom_md_loader/classes/MetadataService.cls 8072 12 8167 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6219 /custom_md_loader/classes/MetadataService.cls 8119 26 8119 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6219 /custom_md_loader/classes/MetadataService.cls 8119 26 8119 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6220 /custom_md_loader/classes/MetadataService.cls 8120 26 8120 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 'articleTypeChannelDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6220 /custom_md_loader/classes/MetadataService.cls 8120 26 8120 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 'articleTypeChannelDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6221 /custom_md_loader/classes/MetadataService.cls 8121 26 8121 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 'businessProcesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6221 /custom_md_loader/classes/MetadataService.cls 8121 26 8121 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 'businessProcesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6222 /custom_md_loader/classes/MetadataService.cls 8122 26 8122 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6222 /custom_md_loader/classes/MetadataService.cls 8122 26 8122 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6223 /custom_md_loader/classes/MetadataService.cls 8123 26 8123 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 'compactLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6223 /custom_md_loader/classes/MetadataService.cls 8123 26 8123 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 'compactLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6224 /custom_md_loader/classes/MetadataService.cls 8124 26 8124 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 'customHelp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6224 /custom_md_loader/classes/MetadataService.cls 8124 26 8124 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 'customHelp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6225 /custom_md_loader/classes/MetadataService.cls 8125 26 8125 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 'customHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6225 /custom_md_loader/classes/MetadataService.cls 8125 26 8125 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 'customHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6226 /custom_md_loader/classes/MetadataService.cls 8126 26 8126 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 'customSettingsType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6226 /custom_md_loader/classes/MetadataService.cls 8126 26 8126 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 'customSettingsType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6227 /custom_md_loader/classes/MetadataService.cls 8127 26 8127 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 'customSettingsVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6227 /custom_md_loader/classes/MetadataService.cls 8127 26 8127 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 'customSettingsVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6228 /custom_md_loader/classes/MetadataService.cls 8128 26 8128 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 'deploymentStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6228 /custom_md_loader/classes/MetadataService.cls 8128 26 8128 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 'deploymentStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6229 /custom_md_loader/classes/MetadataService.cls 8129 26 8129 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6229 /custom_md_loader/classes/MetadataService.cls 8129 26 8129 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6230 /custom_md_loader/classes/MetadataService.cls 8130 26 8130 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6230 /custom_md_loader/classes/MetadataService.cls 8130 26 8130 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6231 /custom_md_loader/classes/MetadataService.cls 8131 26 8131 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 'enableActivities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6231 /custom_md_loader/classes/MetadataService.cls 8131 26 8131 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 'enableActivities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6232 /custom_md_loader/classes/MetadataService.cls 8132 26 8132 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 'enableBulkApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6232 /custom_md_loader/classes/MetadataService.cls 8132 26 8132 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 'enableBulkApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6233 /custom_md_loader/classes/MetadataService.cls 8133 26 8133 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 'enableDivisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6233 /custom_md_loader/classes/MetadataService.cls 8133 26 8133 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 'enableDivisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6234 /custom_md_loader/classes/MetadataService.cls 8134 26 8134 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 'enableEnhancedLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6234 /custom_md_loader/classes/MetadataService.cls 8134 26 8134 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 'enableEnhancedLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6235 /custom_md_loader/classes/MetadataService.cls 8135 26 8135 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 'enableFeeds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6235 /custom_md_loader/classes/MetadataService.cls 8135 26 8135 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 'enableFeeds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6236 /custom_md_loader/classes/MetadataService.cls 8136 26 8136 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 'enableHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6236 /custom_md_loader/classes/MetadataService.cls 8136 26 8136 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 'enableHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6237 /custom_md_loader/classes/MetadataService.cls 8137 26 8137 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 'enableReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6237 /custom_md_loader/classes/MetadataService.cls 8137 26 8137 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 'enableReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6238 /custom_md_loader/classes/MetadataService.cls 8138 26 8138 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 'enableSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6238 /custom_md_loader/classes/MetadataService.cls 8138 26 8138 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 'enableSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6239 /custom_md_loader/classes/MetadataService.cls 8139 26 8139 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 'enableStreamingApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6239 /custom_md_loader/classes/MetadataService.cls 8139 26 8139 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 'enableStreamingApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6240 /custom_md_loader/classes/MetadataService.cls 8140 26 8140 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6240 /custom_md_loader/classes/MetadataService.cls 8140 26 8140 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6241 /custom_md_loader/classes/MetadataService.cls 8141 26 8141 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 'externalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6241 /custom_md_loader/classes/MetadataService.cls 8141 26 8141 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 'externalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6242 /custom_md_loader/classes/MetadataService.cls 8142 26 8142 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 'externalRepository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6242 /custom_md_loader/classes/MetadataService.cls 8142 26 8142 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 'externalRepository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6243 /custom_md_loader/classes/MetadataService.cls 8143 26 8143 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 'externalSharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6243 /custom_md_loader/classes/MetadataService.cls 8143 26 8143 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 'externalSharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6244 /custom_md_loader/classes/MetadataService.cls 8144 26 8144 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6244 /custom_md_loader/classes/MetadataService.cls 8144 26 8144 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6245 /custom_md_loader/classes/MetadataService.cls 8145 26 8145 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6245 /custom_md_loader/classes/MetadataService.cls 8145 26 8145 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6246 /custom_md_loader/classes/MetadataService.cls 8146 26 8146 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6246 /custom_md_loader/classes/MetadataService.cls 8146 26 8146 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6247 /custom_md_loader/classes/MetadataService.cls 8147 26 8147 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 'historyRetentionPolicy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6247 /custom_md_loader/classes/MetadataService.cls 8147 26 8147 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 'historyRetentionPolicy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6248 /custom_md_loader/classes/MetadataService.cls 8148 26 8148 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 'household_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6248 /custom_md_loader/classes/MetadataService.cls 8148 26 8148 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 'household_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6249 /custom_md_loader/classes/MetadataService.cls 8149 26 8149 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6249 /custom_md_loader/classes/MetadataService.cls 8149 26 8149 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6250 /custom_md_loader/classes/MetadataService.cls 8150 26 8150 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 'listViews_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6250 /custom_md_loader/classes/MetadataService.cls 8150 26 8150 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 'listViews_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6251 /custom_md_loader/classes/MetadataService.cls 8151 26 8151 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 'nameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6251 /custom_md_loader/classes/MetadataService.cls 8151 26 8151 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 'nameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6252 /custom_md_loader/classes/MetadataService.cls 8152 26 8152 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 'pluralLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6252 /custom_md_loader/classes/MetadataService.cls 8152 26 8152 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 'pluralLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6253 /custom_md_loader/classes/MetadataService.cls 8153 26 8153 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 'recordTypeTrackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6253 /custom_md_loader/classes/MetadataService.cls 8153 26 8153 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 'recordTypeTrackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6254 /custom_md_loader/classes/MetadataService.cls 8154 26 8154 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 'recordTypeTrackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6254 /custom_md_loader/classes/MetadataService.cls 8154 26 8154 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 'recordTypeTrackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6255 /custom_md_loader/classes/MetadataService.cls 8155 26 8155 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6255 /custom_md_loader/classes/MetadataService.cls 8155 26 8155 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6256 /custom_md_loader/classes/MetadataService.cls 8156 26 8156 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 'searchLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6256 /custom_md_loader/classes/MetadataService.cls 8156 26 8156 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 'searchLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6257 /custom_md_loader/classes/MetadataService.cls 8157 26 8157 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 'sharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6257 /custom_md_loader/classes/MetadataService.cls 8157 26 8157 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 'sharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6258 /custom_md_loader/classes/MetadataService.cls 8158 26 8158 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6258 /custom_md_loader/classes/MetadataService.cls 8158 26 8158 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6259 /custom_md_loader/classes/MetadataService.cls 8159 26 8159 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 'sharingRecalculations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6259 /custom_md_loader/classes/MetadataService.cls 8159 26 8159 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 'sharingRecalculations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6260 /custom_md_loader/classes/MetadataService.cls 8160 26 8160 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6260 /custom_md_loader/classes/MetadataService.cls 8160 26 8160 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6261 /custom_md_loader/classes/MetadataService.cls 8161 26 8161 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6261 /custom_md_loader/classes/MetadataService.cls 8161 26 8161 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6262 /custom_md_loader/classes/MetadataService.cls 8162 26 8162 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6262 /custom_md_loader/classes/MetadataService.cls 8162 26 8162 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6263 /custom_md_loader/classes/MetadataService.cls 8163 26 8163 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6263 /custom_md_loader/classes/MetadataService.cls 8163 26 8163 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6264 /custom_md_loader/classes/MetadataService.cls 8164 26 8164 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6264 /custom_md_loader/classes/MetadataService.cls 8164 26 8164 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6265 /custom_md_loader/classes/MetadataService.cls 8165 26 8165 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]*'
6265 /custom_md_loader/classes/MetadataService.cls 8165 26 8165 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]*'
6266 /custom_md_loader/classes/MetadataService.cls 8166 26 8166 842 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6266 /custom_md_loader/classes/MetadataService.cls 8166 26 8166 842 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6267 /custom_md_loader/classes/MetadataService.cls 8168 12 8175 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6267 /custom_md_loader/classes/MetadataService.cls 8168 12 8175 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6268 /custom_md_loader/classes/MetadataService.cls 8171 26 8171 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6268 /custom_md_loader/classes/MetadataService.cls 8171 26 8171 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6269 /custom_md_loader/classes/MetadataService.cls 8172 26 8172 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6269 /custom_md_loader/classes/MetadataService.cls 8172 26 8172 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6270 /custom_md_loader/classes/MetadataService.cls 8173 26 8173 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6270 /custom_md_loader/classes/MetadataService.cls 8173 26 8173 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6271 /custom_md_loader/classes/MetadataService.cls 8174 26 8174 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]*'
6271 /custom_md_loader/classes/MetadataService.cls 8174 26 8174 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]*'
6272 /custom_md_loader/classes/MetadataService.cls 8176 12 8199 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6272 /custom_md_loader/classes/MetadataService.cls 8176 12 8199 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6273 /custom_md_loader/classes/MetadataService.cls 8176 12 8199 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6273 /custom_md_loader/classes/MetadataService.cls 8176 12 8199 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6274 /custom_md_loader/classes/MetadataService.cls 8187 26 8187 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 'customApplications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6274 /custom_md_loader/classes/MetadataService.cls 8187 26 8187 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 'customApplications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6275 /custom_md_loader/classes/MetadataService.cls 8188 26 8188 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 'customDataTypeTranslations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6275 /custom_md_loader/classes/MetadataService.cls 8188 26 8188 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 'customDataTypeTranslations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6276 /custom_md_loader/classes/MetadataService.cls 8189 26 8189 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 'customLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6276 /custom_md_loader/classes/MetadataService.cls 8189 26 8189 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 'customLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6277 /custom_md_loader/classes/MetadataService.cls 8190 26 8190 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 'customPageWebLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6277 /custom_md_loader/classes/MetadataService.cls 8190 26 8190 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 'customPageWebLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6278 /custom_md_loader/classes/MetadataService.cls 8191 26 8191 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 'customTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6278 /custom_md_loader/classes/MetadataService.cls 8191 26 8191 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 'customTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6279 /custom_md_loader/classes/MetadataService.cls 8192 26 8192 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6279 /custom_md_loader/classes/MetadataService.cls 8192 26 8192 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6280 /custom_md_loader/classes/MetadataService.cls 8193 26 8193 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 'reportTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6280 /custom_md_loader/classes/MetadataService.cls 8193 26 8193 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 'reportTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6281 /custom_md_loader/classes/MetadataService.cls 8194 26 8194 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 'scontrols_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6281 /custom_md_loader/classes/MetadataService.cls 8194 26 8194 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 'scontrols_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6282 /custom_md_loader/classes/MetadataService.cls 8195 26 8195 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6282 /custom_md_loader/classes/MetadataService.cls 8195 26 8195 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6283 /custom_md_loader/classes/MetadataService.cls 8196 26 8196 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6283 /custom_md_loader/classes/MetadataService.cls 8196 26 8196 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6284 /custom_md_loader/classes/MetadataService.cls 8197 26 8197 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]*'
6284 /custom_md_loader/classes/MetadataService.cls 8197 26 8197 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]*'
6285 /custom_md_loader/classes/MetadataService.cls 8198 26 8198 215 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6285 /custom_md_loader/classes/MetadataService.cls 8198 26 8198 215 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6286 /custom_md_loader/classes/MetadataService.cls 8200 12 8211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6286 /custom_md_loader/classes/MetadataService.cls 8200 12 8211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6287 /custom_md_loader/classes/MetadataService.cls 8205 26 8205 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6287 /custom_md_loader/classes/MetadataService.cls 8205 26 8205 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6288 /custom_md_loader/classes/MetadataService.cls 8206 26 8206 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6288 /custom_md_loader/classes/MetadataService.cls 8206 26 8206 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6289 /custom_md_loader/classes/MetadataService.cls 8207 26 8207 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6289 /custom_md_loader/classes/MetadataService.cls 8207 26 8207 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6290 /custom_md_loader/classes/MetadataService.cls 8208 26 8208 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6290 /custom_md_loader/classes/MetadataService.cls 8208 26 8208 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6291 /custom_md_loader/classes/MetadataService.cls 8209 26 8209 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6291 /custom_md_loader/classes/MetadataService.cls 8209 26 8209 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6292 /custom_md_loader/classes/MetadataService.cls 8210 26 8210 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6292 /custom_md_loader/classes/MetadataService.cls 8210 26 8210 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6293 /custom_md_loader/classes/MetadataService.cls 8212 12 8221 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6293 /custom_md_loader/classes/MetadataService.cls 8212 12 8221 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6294 /custom_md_loader/classes/MetadataService.cls 8216 26 8216 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6294 /custom_md_loader/classes/MetadataService.cls 8216 26 8216 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6295 /custom_md_loader/classes/MetadataService.cls 8217 26 8217 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6295 /custom_md_loader/classes/MetadataService.cls 8217 26 8217 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6296 /custom_md_loader/classes/MetadataService.cls 8218 26 8218 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6296 /custom_md_loader/classes/MetadataService.cls 8218 26 8218 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6297 /custom_md_loader/classes/MetadataService.cls 8219 26 8219 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6297 /custom_md_loader/classes/MetadataService.cls 8219 26 8219 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6298 /custom_md_loader/classes/MetadataService.cls 8220 26 8220 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]*'
6298 /custom_md_loader/classes/MetadataService.cls 8220 26 8220 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]*'
6299 /custom_md_loader/classes/MetadataService.cls 8222 12 8231 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6299 /custom_md_loader/classes/MetadataService.cls 8222 12 8231 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6300 /custom_md_loader/classes/MetadataService.cls 8226 26 8226 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 'labels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6300 /custom_md_loader/classes/MetadataService.cls 8226 26 8226 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 'labels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6301 /custom_md_loader/classes/MetadataService.cls 8227 26 8227 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6301 /custom_md_loader/classes/MetadataService.cls 8227 26 8227 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6302 /custom_md_loader/classes/MetadataService.cls 8228 26 8228 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6302 /custom_md_loader/classes/MetadataService.cls 8228 26 8228 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6303 /custom_md_loader/classes/MetadataService.cls 8229 26 8229 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]*'
6303 /custom_md_loader/classes/MetadataService.cls 8229 26 8229 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]*'
6304 /custom_md_loader/classes/MetadataService.cls 8230 26 8230 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]*'
6304 /custom_md_loader/classes/MetadataService.cls 8230 26 8230 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]*'
6305 /custom_md_loader/classes/MetadataService.cls 8232 12 8239 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6305 /custom_md_loader/classes/MetadataService.cls 8232 12 8239 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6306 /custom_md_loader/classes/MetadataService.cls 8235 26 8235 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6306 /custom_md_loader/classes/MetadataService.cls 8235 26 8235 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6307 /custom_md_loader/classes/MetadataService.cls 8236 26 8236 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6307 /custom_md_loader/classes/MetadataService.cls 8236 26 8236 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6308 /custom_md_loader/classes/MetadataService.cls 8237 26 8237 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6308 /custom_md_loader/classes/MetadataService.cls 8237 26 8237 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6309 /custom_md_loader/classes/MetadataService.cls 8238 26 8238 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]*'
6309 /custom_md_loader/classes/MetadataService.cls 8238 26 8238 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]*'
6310 /custom_md_loader/classes/MetadataService.cls 8240 12 8245 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6310 /custom_md_loader/classes/MetadataService.cls 8240 12 8245 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6311 /custom_md_loader/classes/MetadataService.cls 8240 12 8245 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6311 /custom_md_loader/classes/MetadataService.cls 8240 12 8245 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'renameMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6312 /custom_md_loader/classes/MetadataService.cls 8242 26 8242 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6312 /custom_md_loader/classes/MetadataService.cls 8242 26 8242 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6313 /custom_md_loader/classes/MetadataService.cls 8243 26 8243 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6313 /custom_md_loader/classes/MetadataService.cls 8243 26 8243 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6314 /custom_md_loader/classes/MetadataService.cls 8244 26 8244 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]*'
6314 /custom_md_loader/classes/MetadataService.cls 8244 26 8244 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]*'
6315 /custom_md_loader/classes/MetadataService.cls 8246 12 8255 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6315 /custom_md_loader/classes/MetadataService.cls 8246 12 8255 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6316 /custom_md_loader/classes/MetadataService.cls 8250 26 8250 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 'archiveAfterMonths_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6316 /custom_md_loader/classes/MetadataService.cls 8250 26 8250 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 'archiveAfterMonths_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6317 /custom_md_loader/classes/MetadataService.cls 8251 26 8251 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 'archiveRetentionYears_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6317 /custom_md_loader/classes/MetadataService.cls 8251 26 8251 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 'archiveRetentionYears_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6318 /custom_md_loader/classes/MetadataService.cls 8252 26 8252 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6318 /custom_md_loader/classes/MetadataService.cls 8252 26 8252 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6319 /custom_md_loader/classes/MetadataService.cls 8253 26 8253 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6319 /custom_md_loader/classes/MetadataService.cls 8253 26 8253 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6320 /custom_md_loader/classes/MetadataService.cls 8254 26 8254 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]*'
6320 /custom_md_loader/classes/MetadataService.cls 8254 26 8254 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]*'
6321 /custom_md_loader/classes/MetadataService.cls 8256 12 8261 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6321 /custom_md_loader/classes/MetadataService.cls 8256 12 8261 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6322 /custom_md_loader/classes/MetadataService.cls 8256 12 8261 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6322 /custom_md_loader/classes/MetadataService.cls 8256 12 8261 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6323 /custom_md_loader/classes/MetadataService.cls 8257 23 8257 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
6323 /custom_md_loader/classes/MetadataService.cls 8257 23 8257 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
6324 /custom_md_loader/classes/MetadataService.cls 8258 26 8258 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 'String_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6324 /custom_md_loader/classes/MetadataService.cls 8258 26 8258 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 'String_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6325 /custom_md_loader/classes/MetadataService.cls 8259 26 8259 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6325 /custom_md_loader/classes/MetadataService.cls 8259 26 8259 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6326 /custom_md_loader/classes/MetadataService.cls 8260 26 8260 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]*'
6326 /custom_md_loader/classes/MetadataService.cls 8260 26 8260 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]*'
6327 /custom_md_loader/classes/MetadataService.cls 8262 12 8279 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6327 /custom_md_loader/classes/MetadataService.cls 8262 12 8279 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6328 /custom_md_loader/classes/MetadataService.cls 8262 12 8279 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6328 /custom_md_loader/classes/MetadataService.cls 8262 12 8279 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6329 /custom_md_loader/classes/MetadataService.cls 8269 24 8269 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]*'
6329 /custom_md_loader/classes/MetadataService.cls 8269 24 8269 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]*'
6330 /custom_md_loader/classes/MetadataService.cls 8270 26 8270 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6330 /custom_md_loader/classes/MetadataService.cls 8270 26 8270 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6331 /custom_md_loader/classes/MetadataService.cls 8271 26 8271 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6331 /custom_md_loader/classes/MetadataService.cls 8271 26 8271 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6332 /custom_md_loader/classes/MetadataService.cls 8272 26 8272 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6332 /custom_md_loader/classes/MetadataService.cls 8272 26 8272 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6333 /custom_md_loader/classes/MetadataService.cls 8273 26 8273 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6333 /custom_md_loader/classes/MetadataService.cls 8273 26 8273 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6334 /custom_md_loader/classes/MetadataService.cls 8274 26 8274 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6334 /custom_md_loader/classes/MetadataService.cls 8274 26 8274 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6335 /custom_md_loader/classes/MetadataService.cls 8275 26 8275 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6335 /custom_md_loader/classes/MetadataService.cls 8275 26 8275 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6336 /custom_md_loader/classes/MetadataService.cls 8276 26 8276 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6336 /custom_md_loader/classes/MetadataService.cls 8276 26 8276 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6337 /custom_md_loader/classes/MetadataService.cls 8277 26 8277 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]*'
6337 /custom_md_loader/classes/MetadataService.cls 8277 26 8277 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]*'
6338 /custom_md_loader/classes/MetadataService.cls 8278 26 8278 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6338 /custom_md_loader/classes/MetadataService.cls 8278 26 8278 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6339 /custom_md_loader/classes/MetadataService.cls 8280 12 8289 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6339 /custom_md_loader/classes/MetadataService.cls 8280 12 8289 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6340 /custom_md_loader/classes/MetadataService.cls 8284 26 8284 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6340 /custom_md_loader/classes/MetadataService.cls 8284 26 8284 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6341 /custom_md_loader/classes/MetadataService.cls 8285 26 8285 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6341 /custom_md_loader/classes/MetadataService.cls 8285 26 8285 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6342 /custom_md_loader/classes/MetadataService.cls 8286 26 8286 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6342 /custom_md_loader/classes/MetadataService.cls 8286 26 8286 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6343 /custom_md_loader/classes/MetadataService.cls 8287 26 8287 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6343 /custom_md_loader/classes/MetadataService.cls 8287 26 8287 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6344 /custom_md_loader/classes/MetadataService.cls 8288 26 8288 112 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6344 /custom_md_loader/classes/MetadataService.cls 8288 26 8288 112 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6345 /custom_md_loader/classes/MetadataService.cls 8290 12 8299 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6345 /custom_md_loader/classes/MetadataService.cls 8290 12 8299 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6346 /custom_md_loader/classes/MetadataService.cls 8292 23 8292 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]*'
6346 /custom_md_loader/classes/MetadataService.cls 8292 23 8292 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]*'
6347 /custom_md_loader/classes/MetadataService.cls 8294 26 8294 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6347 /custom_md_loader/classes/MetadataService.cls 8294 26 8294 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6348 /custom_md_loader/classes/MetadataService.cls 8295 26 8295 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6348 /custom_md_loader/classes/MetadataService.cls 8295 26 8295 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6349 /custom_md_loader/classes/MetadataService.cls 8296 26 8296 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6349 /custom_md_loader/classes/MetadataService.cls 8296 26 8296 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6350 /custom_md_loader/classes/MetadataService.cls 8297 26 8297 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6350 /custom_md_loader/classes/MetadataService.cls 8297 26 8297 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6351 /custom_md_loader/classes/MetadataService.cls 8298 26 8298 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6351 /custom_md_loader/classes/MetadataService.cls 8298 26 8298 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6352 /custom_md_loader/classes/MetadataService.cls 8300 12 8311 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6352 /custom_md_loader/classes/MetadataService.cls 8300 12 8311 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6353 /custom_md_loader/classes/MetadataService.cls 8305 26 8305 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6353 /custom_md_loader/classes/MetadataService.cls 8305 26 8305 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6354 /custom_md_loader/classes/MetadataService.cls 8306 26 8306 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 'sourceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6354 /custom_md_loader/classes/MetadataService.cls 8306 26 8306 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 'sourceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6355 /custom_md_loader/classes/MetadataService.cls 8307 26 8307 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 'sourceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6355 /custom_md_loader/classes/MetadataService.cls 8307 26 8307 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 'sourceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6356 /custom_md_loader/classes/MetadataService.cls 8308 26 8308 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 'targetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6356 /custom_md_loader/classes/MetadataService.cls 8308 26 8308 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 'targetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6357 /custom_md_loader/classes/MetadataService.cls 8309 26 8309 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6357 /custom_md_loader/classes/MetadataService.cls 8309 26 8309 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6358 /custom_md_loader/classes/MetadataService.cls 8310 26 8310 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6358 /custom_md_loader/classes/MetadataService.cls 8310 26 8310 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6359 /custom_md_loader/classes/MetadataService.cls 8312 12 8321 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6359 /custom_md_loader/classes/MetadataService.cls 8312 12 8321 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6360 /custom_md_loader/classes/MetadataService.cls 8316 26 8316 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 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6360 /custom_md_loader/classes/MetadataService.cls 8316 26 8316 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 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6361 /custom_md_loader/classes/MetadataService.cls 8317 26 8317 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6361 /custom_md_loader/classes/MetadataService.cls 8317 26 8317 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6362 /custom_md_loader/classes/MetadataService.cls 8318 26 8318 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6362 /custom_md_loader/classes/MetadataService.cls 8318 26 8318 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6363 /custom_md_loader/classes/MetadataService.cls 8319 26 8319 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6363 /custom_md_loader/classes/MetadataService.cls 8319 26 8319 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6364 /custom_md_loader/classes/MetadataService.cls 8320 26 8320 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6364 /custom_md_loader/classes/MetadataService.cls 8320 26 8320 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6365 /custom_md_loader/classes/MetadataService.cls 8322 12 8337 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6365 /custom_md_loader/classes/MetadataService.cls 8322 12 8337 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6366 /custom_md_loader/classes/MetadataService.cls 8329 26 8329 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6366 /custom_md_loader/classes/MetadataService.cls 8329 26 8329 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6367 /custom_md_loader/classes/MetadataService.cls 8330 26 8330 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 'dateGranularity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6367 /custom_md_loader/classes/MetadataService.cls 8330 26 8330 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 'dateGranularity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6368 /custom_md_loader/classes/MetadataService.cls 8331 26 8331 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6368 /custom_md_loader/classes/MetadataService.cls 8331 26 8331 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6369 /custom_md_loader/classes/MetadataService.cls 8332 26 8332 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 'sortByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6369 /custom_md_loader/classes/MetadataService.cls 8332 26 8332 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 'sortByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6370 /custom_md_loader/classes/MetadataService.cls 8333 26 8333 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6370 /custom_md_loader/classes/MetadataService.cls 8333 26 8333 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6371 /custom_md_loader/classes/MetadataService.cls 8334 26 8334 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 'sortType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6371 /custom_md_loader/classes/MetadataService.cls 8334 26 8334 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 'sortType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6372 /custom_md_loader/classes/MetadataService.cls 8335 26 8335 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6372 /custom_md_loader/classes/MetadataService.cls 8335 26 8335 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6373 /custom_md_loader/classes/MetadataService.cls 8336 26 8336 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]*'
6373 /custom_md_loader/classes/MetadataService.cls 8336 26 8336 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]*'
6374 /custom_md_loader/classes/MetadataService.cls 8338 12 8343 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6374 /custom_md_loader/classes/MetadataService.cls 8338 12 8343 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6375 /custom_md_loader/classes/MetadataService.cls 8340 26 8340 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6375 /custom_md_loader/classes/MetadataService.cls 8340 26 8340 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6376 /custom_md_loader/classes/MetadataService.cls 8341 26 8341 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6376 /custom_md_loader/classes/MetadataService.cls 8341 26 8341 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6377 /custom_md_loader/classes/MetadataService.cls 8342 26 8342 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]*'
6377 /custom_md_loader/classes/MetadataService.cls 8342 26 8342 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]*'
6378 /custom_md_loader/classes/MetadataService.cls 8344 12 8351 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6378 /custom_md_loader/classes/MetadataService.cls 8344 12 8351 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6379 /custom_md_loader/classes/MetadataService.cls 8347 26 8347 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6379 /custom_md_loader/classes/MetadataService.cls 8347 26 8347 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6380 /custom_md_loader/classes/MetadataService.cls 8348 26 8348 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]*'
6380 /custom_md_loader/classes/MetadataService.cls 8348 26 8348 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]*'
6381 /custom_md_loader/classes/MetadataService.cls 8349 26 8349 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6381 /custom_md_loader/classes/MetadataService.cls 8349 26 8349 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6382 /custom_md_loader/classes/MetadataService.cls 8350 26 8350 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]*'
6382 /custom_md_loader/classes/MetadataService.cls 8350 26 8350 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]*'
6383 /custom_md_loader/classes/MetadataService.cls 8352 12 8359 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6383 /custom_md_loader/classes/MetadataService.cls 8352 12 8359 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6384 /custom_md_loader/classes/MetadataService.cls 8355 26 8355 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6384 /custom_md_loader/classes/MetadataService.cls 8355 26 8355 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6385 /custom_md_loader/classes/MetadataService.cls 8356 26 8356 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 'eventName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6385 /custom_md_loader/classes/MetadataService.cls 8356 26 8356 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 'eventName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6386 /custom_md_loader/classes/MetadataService.cls 8357 26 8357 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6386 /custom_md_loader/classes/MetadataService.cls 8357 26 8357 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6387 /custom_md_loader/classes/MetadataService.cls 8358 26 8358 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6387 /custom_md_loader/classes/MetadataService.cls 8358 26 8358 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6388 /custom_md_loader/classes/MetadataService.cls 8360 12 8371 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6388 /custom_md_loader/classes/MetadataService.cls 8360 12 8371 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6389 /custom_md_loader/classes/MetadataService.cls 8365 26 8365 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6389 /custom_md_loader/classes/MetadataService.cls 8365 26 8365 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6390 /custom_md_loader/classes/MetadataService.cls 8366 26 8366 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6390 /custom_md_loader/classes/MetadataService.cls 8366 26 8366 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6391 /custom_md_loader/classes/MetadataService.cls 8367 26 8367 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 'leadAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6391 /custom_md_loader/classes/MetadataService.cls 8367 26 8367 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 'leadAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6392 /custom_md_loader/classes/MetadataService.cls 8368 26 8368 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6392 /custom_md_loader/classes/MetadataService.cls 8368 26 8368 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6393 /custom_md_loader/classes/MetadataService.cls 8369 26 8369 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6393 /custom_md_loader/classes/MetadataService.cls 8369 26 8369 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6394 /custom_md_loader/classes/MetadataService.cls 8370 26 8370 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]*'
6394 /custom_md_loader/classes/MetadataService.cls 8370 26 8370 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]*'
6395 /custom_md_loader/classes/MetadataService.cls 8372 12 8385 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6395 /custom_md_loader/classes/MetadataService.cls 8372 12 8385 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6396 /custom_md_loader/classes/MetadataService.cls 8378 26 8378 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6396 /custom_md_loader/classes/MetadataService.cls 8378 26 8378 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6397 /custom_md_loader/classes/MetadataService.cls 8379 26 8379 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6397 /custom_md_loader/classes/MetadataService.cls 8379 26 8379 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6398 /custom_md_loader/classes/MetadataService.cls 8380 26 8380 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6398 /custom_md_loader/classes/MetadataService.cls 8380 26 8380 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6399 /custom_md_loader/classes/MetadataService.cls 8381 26 8381 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6399 /custom_md_loader/classes/MetadataService.cls 8381 26 8381 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6400 /custom_md_loader/classes/MetadataService.cls 8382 26 8382 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6400 /custom_md_loader/classes/MetadataService.cls 8382 26 8382 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6401 /custom_md_loader/classes/MetadataService.cls 8383 26 8383 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]*'
6401 /custom_md_loader/classes/MetadataService.cls 8383 26 8383 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]*'
6402 /custom_md_loader/classes/MetadataService.cls 8384 26 8384 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]*'
6402 /custom_md_loader/classes/MetadataService.cls 8384 26 8384 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]*'
6403 /custom_md_loader/classes/MetadataService.cls 8386 12 8423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6403 /custom_md_loader/classes/MetadataService.cls 8386 12 8423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6404 /custom_md_loader/classes/MetadataService.cls 8386 12 8423 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6404 /custom_md_loader/classes/MetadataService.cls 8386 12 8423 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6405 /custom_md_loader/classes/MetadataService.cls 8399 23 8399 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]*'
6405 /custom_md_loader/classes/MetadataService.cls 8399 23 8399 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]*'
6406 /custom_md_loader/classes/MetadataService.cls 8404 26 8404 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 'auraComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6406 /custom_md_loader/classes/MetadataService.cls 8404 26 8404 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 'auraComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6407 /custom_md_loader/classes/MetadataService.cls 8405 26 8405 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 'customObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6407 /custom_md_loader/classes/MetadataService.cls 8405 26 8405 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 'customObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6408 /custom_md_loader/classes/MetadataService.cls 8406 26 8406 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6408 /custom_md_loader/classes/MetadataService.cls 8406 26 8406 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6409 /custom_md_loader/classes/MetadataService.cls 8407 26 8407 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 'flexiPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6409 /custom_md_loader/classes/MetadataService.cls 8407 26 8407 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 'flexiPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6410 /custom_md_loader/classes/MetadataService.cls 8408 26 8408 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 'frameHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6410 /custom_md_loader/classes/MetadataService.cls 8408 26 8408 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 'frameHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6411 /custom_md_loader/classes/MetadataService.cls 8409 26 8409 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 'hasSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6411 /custom_md_loader/classes/MetadataService.cls 8409 26 8409 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 'hasSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6412 /custom_md_loader/classes/MetadataService.cls 8410 26 8410 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6412 /custom_md_loader/classes/MetadataService.cls 8410 26 8410 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6413 /custom_md_loader/classes/MetadataService.cls 8411 26 8411 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6413 /custom_md_loader/classes/MetadataService.cls 8411 26 8411 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6414 /custom_md_loader/classes/MetadataService.cls 8412 26 8412 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 'mobileReady_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6414 /custom_md_loader/classes/MetadataService.cls 8412 26 8412 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 'mobileReady_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6415 /custom_md_loader/classes/MetadataService.cls 8413 26 8413 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 'motif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6415 /custom_md_loader/classes/MetadataService.cls 8413 26 8413 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 'motif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6416 /custom_md_loader/classes/MetadataService.cls 8414 26 8414 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6416 /custom_md_loader/classes/MetadataService.cls 8414 26 8414 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6417 /custom_md_loader/classes/MetadataService.cls 8415 26 8415 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6417 /custom_md_loader/classes/MetadataService.cls 8415 26 8415 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6418 /custom_md_loader/classes/MetadataService.cls 8416 26 8416 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 'splashPageLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6418 /custom_md_loader/classes/MetadataService.cls 8416 26 8416 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 'splashPageLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6419 /custom_md_loader/classes/MetadataService.cls 8417 26 8417 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6419 /custom_md_loader/classes/MetadataService.cls 8417 26 8417 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6420 /custom_md_loader/classes/MetadataService.cls 8418 26 8418 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 'urlEncodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6420 /custom_md_loader/classes/MetadataService.cls 8418 26 8418 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 'urlEncodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6421 /custom_md_loader/classes/MetadataService.cls 8419 26 8419 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6421 /custom_md_loader/classes/MetadataService.cls 8419 26 8419 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6422 /custom_md_loader/classes/MetadataService.cls 8420 26 8420 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6422 /custom_md_loader/classes/MetadataService.cls 8420 26 8420 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6423 /custom_md_loader/classes/MetadataService.cls 8421 26 8421 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]*'
6423 /custom_md_loader/classes/MetadataService.cls 8421 26 8421 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]*'
6424 /custom_md_loader/classes/MetadataService.cls 8422 26 8422 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]*'
6424 /custom_md_loader/classes/MetadataService.cls 8422 26 8422 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]*'
6425 /custom_md_loader/classes/MetadataService.cls 8424 12 8451 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6425 /custom_md_loader/classes/MetadataService.cls 8424 12 8451 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6426 /custom_md_loader/classes/MetadataService.cls 8424 12 8451 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6426 /custom_md_loader/classes/MetadataService.cls 8424 12 8451 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6427 /custom_md_loader/classes/MetadataService.cls 8437 26 8437 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 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6427 /custom_md_loader/classes/MetadataService.cls 8437 26 8437 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 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6428 /custom_md_loader/classes/MetadataService.cls 8438 26 8438 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6428 /custom_md_loader/classes/MetadataService.cls 8438 26 8438 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6429 /custom_md_loader/classes/MetadataService.cls 8439 26 8439 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 'bodyColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6429 /custom_md_loader/classes/MetadataService.cls 8439 26 8439 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 'bodyColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6430 /custom_md_loader/classes/MetadataService.cls 8440 26 8440 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 'bottomLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6430 /custom_md_loader/classes/MetadataService.cls 8440 26 8440 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 'bottomLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6431 /custom_md_loader/classes/MetadataService.cls 8441 26 8441 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6431 /custom_md_loader/classes/MetadataService.cls 8441 26 8441 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6432 /custom_md_loader/classes/MetadataService.cls 8442 26 8442 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6432 /custom_md_loader/classes/MetadataService.cls 8442 26 8442 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6433 /custom_md_loader/classes/MetadataService.cls 8443 26 8443 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6433 /custom_md_loader/classes/MetadataService.cls 8443 26 8443 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6434 /custom_md_loader/classes/MetadataService.cls 8444 26 8444 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 'middleLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6434 /custom_md_loader/classes/MetadataService.cls 8444 26 8444 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 'middleLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6435 /custom_md_loader/classes/MetadataService.cls 8445 26 8445 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6435 /custom_md_loader/classes/MetadataService.cls 8445 26 8445 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6436 /custom_md_loader/classes/MetadataService.cls 8446 26 8446 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 'topLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6436 /custom_md_loader/classes/MetadataService.cls 8446 26 8446 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 'topLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6437 /custom_md_loader/classes/MetadataService.cls 8447 26 8447 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6437 /custom_md_loader/classes/MetadataService.cls 8447 26 8447 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6438 /custom_md_loader/classes/MetadataService.cls 8448 26 8448 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6438 /custom_md_loader/classes/MetadataService.cls 8448 26 8448 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6439 /custom_md_loader/classes/MetadataService.cls 8449 26 8449 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]*'
6439 /custom_md_loader/classes/MetadataService.cls 8449 26 8449 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]*'
6440 /custom_md_loader/classes/MetadataService.cls 8450 26 8450 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]*'
6440 /custom_md_loader/classes/MetadataService.cls 8450 26 8450 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]*'
6441 /custom_md_loader/classes/MetadataService.cls 8452 12 8459 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6441 /custom_md_loader/classes/MetadataService.cls 8452 12 8459 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6442 /custom_md_loader/classes/MetadataService.cls 8455 26 8455 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6442 /custom_md_loader/classes/MetadataService.cls 8455 26 8455 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6443 /custom_md_loader/classes/MetadataService.cls 8456 26 8456 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6443 /custom_md_loader/classes/MetadataService.cls 8456 26 8456 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6444 /custom_md_loader/classes/MetadataService.cls 8457 26 8457 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6444 /custom_md_loader/classes/MetadataService.cls 8457 26 8457 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6445 /custom_md_loader/classes/MetadataService.cls 8458 26 8458 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]*'
6445 /custom_md_loader/classes/MetadataService.cls 8458 26 8458 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]*'
6446 /custom_md_loader/classes/MetadataService.cls 8460 12 8467 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6446 /custom_md_loader/classes/MetadataService.cls 8460 12 8467 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6447 /custom_md_loader/classes/MetadataService.cls 8463 26 8463 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6447 /custom_md_loader/classes/MetadataService.cls 8463 26 8463 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6448 /custom_md_loader/classes/MetadataService.cls 8464 26 8464 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6448 /custom_md_loader/classes/MetadataService.cls 8464 26 8464 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6449 /custom_md_loader/classes/MetadataService.cls 8465 26 8465 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6449 /custom_md_loader/classes/MetadataService.cls 8465 26 8465 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6450 /custom_md_loader/classes/MetadataService.cls 8466 26 8466 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]*'
6450 /custom_md_loader/classes/MetadataService.cls 8466 26 8466 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]*'
6451 /custom_md_loader/classes/MetadataService.cls 8468 12 8495 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6451 /custom_md_loader/classes/MetadataService.cls 8468 12 8495 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6452 /custom_md_loader/classes/MetadataService.cls 8468 12 8495 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6452 /custom_md_loader/classes/MetadataService.cls 8468 12 8495 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6453 /custom_md_loader/classes/MetadataService.cls 8481 26 8481 212 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetLookupLimitedToActiveEntitlementsOnAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6453 /custom_md_loader/classes/MetadataService.cls 8481 26 8481 212 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetLookupLimitedToActiveEntitlementsOnAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6454 /custom_md_loader/classes/MetadataService.cls 8482 26 8482 212 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetLookupLimitedToActiveEntitlementsOnContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6454 /custom_md_loader/classes/MetadataService.cls 8482 26 8482 212 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'assetLookupLimitedToActiveEntitlementsOnContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6455 /custom_md_loader/classes/MetadataService.cls 8483 26 8483 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 'assetLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6455 /custom_md_loader/classes/MetadataService.cls 8483 26 8483 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 'assetLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6456 /custom_md_loader/classes/MetadataService.cls 8484 26 8484 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 'assetLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6456 /custom_md_loader/classes/MetadataService.cls 8484 26 8484 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 'assetLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6457 /custom_md_loader/classes/MetadataService.cls 8485 26 8485 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 'enableEntitlementVersioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6457 /custom_md_loader/classes/MetadataService.cls 8485 26 8485 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 'enableEntitlementVersioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6458 /custom_md_loader/classes/MetadataService.cls 8486 26 8486 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 'enableEntitlements_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6458 /custom_md_loader/classes/MetadataService.cls 8486 26 8486 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 'enableEntitlements_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6459 /custom_md_loader/classes/MetadataService.cls 8487 26 8487 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 'entitlementLookupLimitedToActiveStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6459 /custom_md_loader/classes/MetadataService.cls 8487 26 8487 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 'entitlementLookupLimitedToActiveStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6460 /custom_md_loader/classes/MetadataService.cls 8488 26 8488 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 'entitlementLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6460 /custom_md_loader/classes/MetadataService.cls 8488 26 8488 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 'entitlementLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6461 /custom_md_loader/classes/MetadataService.cls 8489 26 8489 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 'entitlementLookupLimitedToSameAsset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6461 /custom_md_loader/classes/MetadataService.cls 8489 26 8489 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 'entitlementLookupLimitedToSameAsset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6462 /custom_md_loader/classes/MetadataService.cls 8490 26 8490 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 'entitlementLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6462 /custom_md_loader/classes/MetadataService.cls 8490 26 8490 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 'entitlementLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6463 /custom_md_loader/classes/MetadataService.cls 8491 26 8491 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6463 /custom_md_loader/classes/MetadataService.cls 8491 26 8491 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6464 /custom_md_loader/classes/MetadataService.cls 8492 26 8492 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6464 /custom_md_loader/classes/MetadataService.cls 8492 26 8492 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6465 /custom_md_loader/classes/MetadataService.cls 8493 26 8493 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]*'
6465 /custom_md_loader/classes/MetadataService.cls 8493 26 8493 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]*'
6466 /custom_md_loader/classes/MetadataService.cls 8494 26 8494 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]*'
6466 /custom_md_loader/classes/MetadataService.cls 8494 26 8494 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]*'
6467 /custom_md_loader/classes/MetadataService.cls 8496 12 8501 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6467 /custom_md_loader/classes/MetadataService.cls 8496 12 8501 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6468 /custom_md_loader/classes/MetadataService.cls 8498 26 8498 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6468 /custom_md_loader/classes/MetadataService.cls 8498 26 8498 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6469 /custom_md_loader/classes/MetadataService.cls 8499 26 8499 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6469 /custom_md_loader/classes/MetadataService.cls 8499 26 8499 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6470 /custom_md_loader/classes/MetadataService.cls 8500 26 8500 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]*'
6470 /custom_md_loader/classes/MetadataService.cls 8500 26 8500 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]*'
6471 /custom_md_loader/classes/MetadataService.cls 8502 12 8507 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6471 /custom_md_loader/classes/MetadataService.cls 8502 12 8507 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6472 /custom_md_loader/classes/MetadataService.cls 8502 12 8507 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6472 /custom_md_loader/classes/MetadataService.cls 8502 12 8507 6 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'cancelDeployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6473 /custom_md_loader/classes/MetadataService.cls 8504 26 8504 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6473 /custom_md_loader/classes/MetadataService.cls 8504 26 8504 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6474 /custom_md_loader/classes/MetadataService.cls 8505 26 8505 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6474 /custom_md_loader/classes/MetadataService.cls 8505 26 8505 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6475 /custom_md_loader/classes/MetadataService.cls 8506 26 8506 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6475 /custom_md_loader/classes/MetadataService.cls 8506 26 8506 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6476 /custom_md_loader/classes/MetadataService.cls 8508 12 8525 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6476 /custom_md_loader/classes/MetadataService.cls 8508 12 8525 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6477 /custom_md_loader/classes/MetadataService.cls 8508 12 8525 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6477 /custom_md_loader/classes/MetadataService.cls 8508 12 8525 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6478 /custom_md_loader/classes/MetadataService.cls 8516 26 8516 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6478 /custom_md_loader/classes/MetadataService.cls 8516 26 8516 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6479 /custom_md_loader/classes/MetadataService.cls 8517 26 8517 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6479 /custom_md_loader/classes/MetadataService.cls 8517 26 8517 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6480 /custom_md_loader/classes/MetadataService.cls 8518 26 8518 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6480 /custom_md_loader/classes/MetadataService.cls 8518 26 8518 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6481 /custom_md_loader/classes/MetadataService.cls 8519 26 8519 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6481 /custom_md_loader/classes/MetadataService.cls 8519 26 8519 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6482 /custom_md_loader/classes/MetadataService.cls 8520 26 8520 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6482 /custom_md_loader/classes/MetadataService.cls 8520 26 8520 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6483 /custom_md_loader/classes/MetadataService.cls 8521 26 8521 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6483 /custom_md_loader/classes/MetadataService.cls 8521 26 8521 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6484 /custom_md_loader/classes/MetadataService.cls 8522 26 8522 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6484 /custom_md_loader/classes/MetadataService.cls 8522 26 8522 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6485 /custom_md_loader/classes/MetadataService.cls 8523 26 8523 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]*'
6485 /custom_md_loader/classes/MetadataService.cls 8523 26 8523 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]*'
6486 /custom_md_loader/classes/MetadataService.cls 8524 26 8524 142 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6486 /custom_md_loader/classes/MetadataService.cls 8524 26 8524 142 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6487 /custom_md_loader/classes/MetadataService.cls 8526 12 8533 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6487 /custom_md_loader/classes/MetadataService.cls 8526 12 8533 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6488 /custom_md_loader/classes/MetadataService.cls 8529 26 8529 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6488 /custom_md_loader/classes/MetadataService.cls 8529 26 8529 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6489 /custom_md_loader/classes/MetadataService.cls 8530 26 8530 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6489 /custom_md_loader/classes/MetadataService.cls 8530 26 8530 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6490 /custom_md_loader/classes/MetadataService.cls 8531 26 8531 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6490 /custom_md_loader/classes/MetadataService.cls 8531 26 8531 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6491 /custom_md_loader/classes/MetadataService.cls 8532 26 8532 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]*'
6491 /custom_md_loader/classes/MetadataService.cls 8532 26 8532 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]*'
6492 /custom_md_loader/classes/MetadataService.cls 8534 12 8539 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6492 /custom_md_loader/classes/MetadataService.cls 8534 12 8539 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6493 /custom_md_loader/classes/MetadataService.cls 8536 26 8536 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 'enablePushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6493 /custom_md_loader/classes/MetadataService.cls 8536 26 8536 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 'enablePushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6494 /custom_md_loader/classes/MetadataService.cls 8537 26 8537 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6494 /custom_md_loader/classes/MetadataService.cls 8537 26 8537 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6495 /custom_md_loader/classes/MetadataService.cls 8538 26 8538 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6495 /custom_md_loader/classes/MetadataService.cls 8538 26 8538 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6496 /custom_md_loader/classes/MetadataService.cls 8540 12 8549 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6496 /custom_md_loader/classes/MetadataService.cls 8540 12 8549 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6497 /custom_md_loader/classes/MetadataService.cls 8544 26 8544 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 'items_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6497 /custom_md_loader/classes/MetadataService.cls 8544 26 8544 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 'items_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6498 /custom_md_loader/classes/MetadataService.cls 8545 26 8545 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6498 /custom_md_loader/classes/MetadataService.cls 8545 26 8545 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6499 /custom_md_loader/classes/MetadataService.cls 8546 26 8546 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6499 /custom_md_loader/classes/MetadataService.cls 8546 26 8546 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6500 /custom_md_loader/classes/MetadataService.cls 8547 26 8547 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6500 /custom_md_loader/classes/MetadataService.cls 8547 26 8547 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6501 /custom_md_loader/classes/MetadataService.cls 8548 26 8548 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]*'
6501 /custom_md_loader/classes/MetadataService.cls 8548 26 8548 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]*'
6502 /custom_md_loader/classes/MetadataService.cls 8550 12 8555 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6502 /custom_md_loader/classes/MetadataService.cls 8550 12 8555 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6503 /custom_md_loader/classes/MetadataService.cls 8552 26 8552 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 'pageToOpen_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6503 /custom_md_loader/classes/MetadataService.cls 8552 26 8552 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 'pageToOpen_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6504 /custom_md_loader/classes/MetadataService.cls 8553 26 8553 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6504 /custom_md_loader/classes/MetadataService.cls 8553 26 8553 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6505 /custom_md_loader/classes/MetadataService.cls 8554 26 8554 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]*'
6505 /custom_md_loader/classes/MetadataService.cls 8554 26 8554 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]*'
6506 /custom_md_loader/classes/MetadataService.cls 8556 12 8607 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6506 /custom_md_loader/classes/MetadataService.cls 8556 12 8607 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6507 /custom_md_loader/classes/MetadataService.cls 8556 12 8607 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)
6507 /custom_md_loader/classes/MetadataService.cls 8556 12 8607 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)
6508 /custom_md_loader/classes/MetadataService.cls 8556 12 8607 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6508 /custom_md_loader/classes/MetadataService.cls 8556 12 8607 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6509 /custom_md_loader/classes/MetadataService.cls 8581 26 8581 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 'backgroundColor1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6509 /custom_md_loader/classes/MetadataService.cls 8581 26 8581 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 'backgroundColor1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6510 /custom_md_loader/classes/MetadataService.cls 8582 26 8582 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 'backgroundColor2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6510 /custom_md_loader/classes/MetadataService.cls 8582 26 8582 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 'backgroundColor2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6511 /custom_md_loader/classes/MetadataService.cls 8583 26 8583 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 'backgroundFadeDir_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6511 /custom_md_loader/classes/MetadataService.cls 8583 26 8583 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 'backgroundFadeDir_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6512 /custom_md_loader/classes/MetadataService.cls 8584 26 8584 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 'chartSummaries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6512 /custom_md_loader/classes/MetadataService.cls 8584 26 8584 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 'chartSummaries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6513 /custom_md_loader/classes/MetadataService.cls 8585 26 8585 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 'chartType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6513 /custom_md_loader/classes/MetadataService.cls 8585 26 8585 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 'chartType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6514 /custom_md_loader/classes/MetadataService.cls 8586 26 8586 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 'enableHoverLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6514 /custom_md_loader/classes/MetadataService.cls 8586 26 8586 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 'enableHoverLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6515 /custom_md_loader/classes/MetadataService.cls 8587 26 8587 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6515 /custom_md_loader/classes/MetadataService.cls 8587 26 8587 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6516 /custom_md_loader/classes/MetadataService.cls 8588 26 8588 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6516 /custom_md_loader/classes/MetadataService.cls 8588 26 8588 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6517 /custom_md_loader/classes/MetadataService.cls 8589 26 8589 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6517 /custom_md_loader/classes/MetadataService.cls 8589 26 8589 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6518 /custom_md_loader/classes/MetadataService.cls 8590 26 8590 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6518 /custom_md_loader/classes/MetadataService.cls 8590 26 8590 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6519 /custom_md_loader/classes/MetadataService.cls 8591 26 8591 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 'secondaryGroupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6519 /custom_md_loader/classes/MetadataService.cls 8591 26 8591 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 'secondaryGroupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6520 /custom_md_loader/classes/MetadataService.cls 8592 26 8592 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 'showAxisLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6520 /custom_md_loader/classes/MetadataService.cls 8592 26 8592 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 'showAxisLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6521 /custom_md_loader/classes/MetadataService.cls 8593 26 8593 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6521 /custom_md_loader/classes/MetadataService.cls 8593 26 8593 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6522 /custom_md_loader/classes/MetadataService.cls 8594 26 8594 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6522 /custom_md_loader/classes/MetadataService.cls 8594 26 8594 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6523 /custom_md_loader/classes/MetadataService.cls 8595 26 8595 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6523 /custom_md_loader/classes/MetadataService.cls 8595 26 8595 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6524 /custom_md_loader/classes/MetadataService.cls 8596 26 8596 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 'size_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6524 /custom_md_loader/classes/MetadataService.cls 8596 26 8596 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 'size_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6525 /custom_md_loader/classes/MetadataService.cls 8597 26 8597 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 'summaryAxisManualRangeEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6525 /custom_md_loader/classes/MetadataService.cls 8597 26 8597 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 'summaryAxisManualRangeEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6526 /custom_md_loader/classes/MetadataService.cls 8598 26 8598 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 'summaryAxisManualRangeStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6526 /custom_md_loader/classes/MetadataService.cls 8598 26 8598 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 'summaryAxisManualRangeStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6527 /custom_md_loader/classes/MetadataService.cls 8599 26 8599 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 'summaryAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6527 /custom_md_loader/classes/MetadataService.cls 8599 26 8599 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 'summaryAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6528 /custom_md_loader/classes/MetadataService.cls 8600 26 8600 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6528 /custom_md_loader/classes/MetadataService.cls 8600 26 8600 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6529 /custom_md_loader/classes/MetadataService.cls 8601 26 8601 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 'textSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6529 /custom_md_loader/classes/MetadataService.cls 8601 26 8601 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 'textSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6530 /custom_md_loader/classes/MetadataService.cls 8602 26 8602 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6530 /custom_md_loader/classes/MetadataService.cls 8602 26 8602 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6531 /custom_md_loader/classes/MetadataService.cls 8603 26 8603 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6531 /custom_md_loader/classes/MetadataService.cls 8603 26 8603 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6532 /custom_md_loader/classes/MetadataService.cls 8604 26 8604 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6532 /custom_md_loader/classes/MetadataService.cls 8604 26 8604 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6533 /custom_md_loader/classes/MetadataService.cls 8605 26 8605 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6533 /custom_md_loader/classes/MetadataService.cls 8605 26 8605 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6534 /custom_md_loader/classes/MetadataService.cls 8606 26 8606 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]*'
6534 /custom_md_loader/classes/MetadataService.cls 8606 26 8606 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]*'
6535 /custom_md_loader/classes/MetadataService.cls 8608 12 8613 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6535 /custom_md_loader/classes/MetadataService.cls 8608 12 8613 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6536 /custom_md_loader/classes/MetadataService.cls 8608 12 8613 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_]*'
6536 /custom_md_loader/classes/MetadataService.cls 8608 12 8613 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_]*'
6537 /custom_md_loader/classes/MetadataService.cls 8610 26 8610 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6537 /custom_md_loader/classes/MetadataService.cls 8610 26 8610 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6538 /custom_md_loader/classes/MetadataService.cls 8611 26 8611 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6538 /custom_md_loader/classes/MetadataService.cls 8611 26 8611 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6539 /custom_md_loader/classes/MetadataService.cls 8612 26 8612 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]*'
6539 /custom_md_loader/classes/MetadataService.cls 8612 26 8612 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]*'
6540 /custom_md_loader/classes/MetadataService.cls 8614 12 8637 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6540 /custom_md_loader/classes/MetadataService.cls 8614 12 8637 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6541 /custom_md_loader/classes/MetadataService.cls 8614 12 8637 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6541 /custom_md_loader/classes/MetadataService.cls 8614 12 8637 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6542 /custom_md_loader/classes/MetadataService.cls 8625 26 8625 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 'articlePDFCreationProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6542 /custom_md_loader/classes/MetadataService.cls 8625 26 8625 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 'articlePDFCreationProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6543 /custom_md_loader/classes/MetadataService.cls 8626 26 8626 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 'articlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6543 /custom_md_loader/classes/MetadataService.cls 8626 26 8626 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 'articlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6544 /custom_md_loader/classes/MetadataService.cls 8627 26 8627 196 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'articlePublicSharingSitesChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6544 /custom_md_loader/classes/MetadataService.cls 8627 26 8627 196 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'articlePublicSharingSitesChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6545 /custom_md_loader/classes/MetadataService.cls 8628 26 8628 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 'assignTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6545 /custom_md_loader/classes/MetadataService.cls 8628 26 8628 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 'assignTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6546 /custom_md_loader/classes/MetadataService.cls 8629 26 8629 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 'customizationClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6546 /custom_md_loader/classes/MetadataService.cls 8629 26 8629 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 'customizationClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6547 /custom_md_loader/classes/MetadataService.cls 8630 26 8630 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 'defaultContributionArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6547 /custom_md_loader/classes/MetadataService.cls 8630 26 8630 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 'defaultContributionArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6548 /custom_md_loader/classes/MetadataService.cls 8631 26 8631 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 'editor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6548 /custom_md_loader/classes/MetadataService.cls 8631 26 8631 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 'editor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6549 /custom_md_loader/classes/MetadataService.cls 8632 26 8632 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6549 /custom_md_loader/classes/MetadataService.cls 8632 26 8632 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6550 /custom_md_loader/classes/MetadataService.cls 8633 26 8633 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 'enableArticlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6550 /custom_md_loader/classes/MetadataService.cls 8633 26 8633 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 'enableArticlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6551 /custom_md_loader/classes/MetadataService.cls 8634 26 8634 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 'useProfileForPDFCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6551 /custom_md_loader/classes/MetadataService.cls 8634 26 8634 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 'useProfileForPDFCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6552 /custom_md_loader/classes/MetadataService.cls 8635 26 8635 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6552 /custom_md_loader/classes/MetadataService.cls 8635 26 8635 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6553 /custom_md_loader/classes/MetadataService.cls 8636 26 8636 320 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6553 /custom_md_loader/classes/MetadataService.cls 8636 26 8636 320 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6554 /custom_md_loader/classes/MetadataService.cls 8638 12 8647 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6554 /custom_md_loader/classes/MetadataService.cls 8638 12 8647 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6555 /custom_md_loader/classes/MetadataService.cls 8642 26 8642 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6555 /custom_md_loader/classes/MetadataService.cls 8642 26 8642 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6556 /custom_md_loader/classes/MetadataService.cls 8643 26 8643 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6556 /custom_md_loader/classes/MetadataService.cls 8643 26 8643 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6557 /custom_md_loader/classes/MetadataService.cls 8644 26 8644 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6557 /custom_md_loader/classes/MetadataService.cls 8644 26 8644 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6558 /custom_md_loader/classes/MetadataService.cls 8645 26 8645 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]*'
6558 /custom_md_loader/classes/MetadataService.cls 8645 26 8645 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]*'
6559 /custom_md_loader/classes/MetadataService.cls 8646 26 8646 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6559 /custom_md_loader/classes/MetadataService.cls 8646 26 8646 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6560 /custom_md_loader/classes/MetadataService.cls 8648 12 8657 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6560 /custom_md_loader/classes/MetadataService.cls 8648 12 8657 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6561 /custom_md_loader/classes/MetadataService.cls 8652 26 8652 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 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6561 /custom_md_loader/classes/MetadataService.cls 8652 26 8652 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 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6562 /custom_md_loader/classes/MetadataService.cls 8653 26 8653 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6562 /custom_md_loader/classes/MetadataService.cls 8653 26 8653 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6563 /custom_md_loader/classes/MetadataService.cls 8654 26 8654 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6563 /custom_md_loader/classes/MetadataService.cls 8654 26 8654 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6564 /custom_md_loader/classes/MetadataService.cls 8655 26 8655 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6564 /custom_md_loader/classes/MetadataService.cls 8655 26 8655 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6565 /custom_md_loader/classes/MetadataService.cls 8656 26 8656 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6565 /custom_md_loader/classes/MetadataService.cls 8656 26 8656 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6566 /custom_md_loader/classes/MetadataService.cls 8658 12 8669 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6566 /custom_md_loader/classes/MetadataService.cls 8658 12 8669 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6567 /custom_md_loader/classes/MetadataService.cls 8663 26 8663 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6567 /custom_md_loader/classes/MetadataService.cls 8663 26 8663 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6568 /custom_md_loader/classes/MetadataService.cls 8664 26 8664 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6568 /custom_md_loader/classes/MetadataService.cls 8664 26 8664 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6569 /custom_md_loader/classes/MetadataService.cls 8665 26 8665 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6569 /custom_md_loader/classes/MetadataService.cls 8665 26 8665 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6570 /custom_md_loader/classes/MetadataService.cls 8666 26 8666 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6570 /custom_md_loader/classes/MetadataService.cls 8666 26 8666 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6571 /custom_md_loader/classes/MetadataService.cls 8667 26 8667 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]*'
6571 /custom_md_loader/classes/MetadataService.cls 8667 26 8667 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]*'
6572 /custom_md_loader/classes/MetadataService.cls 8668 26 8668 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]*'
6572 /custom_md_loader/classes/MetadataService.cls 8668 26 8668 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]*'
6573 /custom_md_loader/classes/MetadataService.cls 8670 12 8677 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6573 /custom_md_loader/classes/MetadataService.cls 8670 12 8677 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6574 /custom_md_loader/classes/MetadataService.cls 8673 26 8673 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6574 /custom_md_loader/classes/MetadataService.cls 8673 26 8673 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6575 /custom_md_loader/classes/MetadataService.cls 8674 26 8674 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6575 /custom_md_loader/classes/MetadataService.cls 8674 26 8674 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6576 /custom_md_loader/classes/MetadataService.cls 8675 26 8675 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6576 /custom_md_loader/classes/MetadataService.cls 8675 26 8675 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6577 /custom_md_loader/classes/MetadataService.cls 8676 26 8676 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]*'
6577 /custom_md_loader/classes/MetadataService.cls 8676 26 8676 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]*'
6578 /custom_md_loader/classes/MetadataService.cls 8678 12 8687 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6578 /custom_md_loader/classes/MetadataService.cls 8678 12 8687 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6579 /custom_md_loader/classes/MetadataService.cls 8679 23 8679 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]*'
6579 /custom_md_loader/classes/MetadataService.cls 8679 23 8679 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]*'
6580 /custom_md_loader/classes/MetadataService.cls 8682 26 8682 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 'from_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6580 /custom_md_loader/classes/MetadataService.cls 8682 26 8682 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 'from_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6581 /custom_md_loader/classes/MetadataService.cls 8683 26 8683 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 'sourceValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6581 /custom_md_loader/classes/MetadataService.cls 8683 26 8683 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 'sourceValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6582 /custom_md_loader/classes/MetadataService.cls 8684 26 8684 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 'to_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6582 /custom_md_loader/classes/MetadataService.cls 8684 26 8684 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 'to_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6583 /custom_md_loader/classes/MetadataService.cls 8685 26 8685 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6583 /custom_md_loader/classes/MetadataService.cls 8685 26 8685 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6584 /custom_md_loader/classes/MetadataService.cls 8686 26 8686 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6584 /custom_md_loader/classes/MetadataService.cls 8686 26 8686 91 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6585 /custom_md_loader/classes/MetadataService.cls 8688 12 8699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6585 /custom_md_loader/classes/MetadataService.cls 8688 12 8699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6586 /custom_md_loader/classes/MetadataService.cls 8693 26 8693 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6586 /custom_md_loader/classes/MetadataService.cls 8693 26 8693 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6587 /custom_md_loader/classes/MetadataService.cls 8694 26 8694 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6587 /custom_md_loader/classes/MetadataService.cls 8694 26 8694 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6588 /custom_md_loader/classes/MetadataService.cls 8695 26 8695 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6588 /custom_md_loader/classes/MetadataService.cls 8695 26 8695 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6589 /custom_md_loader/classes/MetadataService.cls 8696 26 8696 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6589 /custom_md_loader/classes/MetadataService.cls 8696 26 8696 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6590 /custom_md_loader/classes/MetadataService.cls 8697 26 8697 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6590 /custom_md_loader/classes/MetadataService.cls 8697 26 8697 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6591 /custom_md_loader/classes/MetadataService.cls 8698 26 8698 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6591 /custom_md_loader/classes/MetadataService.cls 8698 26 8698 103 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6592 /custom_md_loader/classes/MetadataService.cls 8700 12 8711 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6592 /custom_md_loader/classes/MetadataService.cls 8700 12 8711 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6593 /custom_md_loader/classes/MetadataService.cls 8702 23 8702 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]*'
6593 /custom_md_loader/classes/MetadataService.cls 8702 23 8702 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]*'
6594 /custom_md_loader/classes/MetadataService.cls 8705 26 8705 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6594 /custom_md_loader/classes/MetadataService.cls 8705 26 8705 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6595 /custom_md_loader/classes/MetadataService.cls 8706 26 8706 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6595 /custom_md_loader/classes/MetadataService.cls 8706 26 8706 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6596 /custom_md_loader/classes/MetadataService.cls 8707 26 8707 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 'objectField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6596 /custom_md_loader/classes/MetadataService.cls 8707 26 8707 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 'objectField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6597 /custom_md_loader/classes/MetadataService.cls 8708 26 8708 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 'userField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6597 /custom_md_loader/classes/MetadataService.cls 8708 26 8708 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 'userField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6598 /custom_md_loader/classes/MetadataService.cls 8709 26 8709 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6598 /custom_md_loader/classes/MetadataService.cls 8709 26 8709 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6599 /custom_md_loader/classes/MetadataService.cls 8710 26 8710 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]*'
6599 /custom_md_loader/classes/MetadataService.cls 8710 26 8710 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]*'
6600 /custom_md_loader/classes/MetadataService.cls 8712 12 8733 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6600 /custom_md_loader/classes/MetadataService.cls 8712 12 8733 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6601 /custom_md_loader/classes/MetadataService.cls 8712 12 8733 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6601 /custom_md_loader/classes/MetadataService.cls 8712 12 8733 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6602 /custom_md_loader/classes/MetadataService.cls 8721 23 8721 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]*'
6602 /custom_md_loader/classes/MetadataService.cls 8721 23 8721 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]*'
6603 /custom_md_loader/classes/MetadataService.cls 8722 26 8722 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6603 /custom_md_loader/classes/MetadataService.cls 8722 26 8722 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6604 /custom_md_loader/classes/MetadataService.cls 8723 26 8723 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 'enforceFieldRequiredness_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6604 /custom_md_loader/classes/MetadataService.cls 8723 26 8723 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 'enforceFieldRequiredness_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6605 /custom_md_loader/classes/MetadataService.cls 8724 26 8724 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6605 /custom_md_loader/classes/MetadataService.cls 8724 26 8724 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6606 /custom_md_loader/classes/MetadataService.cls 8725 26 8725 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 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6606 /custom_md_loader/classes/MetadataService.cls 8725 26 8725 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 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6607 /custom_md_loader/classes/MetadataService.cls 8726 26 8726 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 'precision_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6607 /custom_md_loader/classes/MetadataService.cls 8726 26 8726 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 'precision_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6608 /custom_md_loader/classes/MetadataService.cls 8727 26 8727 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6608 /custom_md_loader/classes/MetadataService.cls 8727 26 8727 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6609 /custom_md_loader/classes/MetadataService.cls 8728 26 8728 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6609 /custom_md_loader/classes/MetadataService.cls 8728 26 8728 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6610 /custom_md_loader/classes/MetadataService.cls 8729 26 8729 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 'sortPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6610 /custom_md_loader/classes/MetadataService.cls 8729 26 8729 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 'sortPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6611 /custom_md_loader/classes/MetadataService.cls 8730 26 8730 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6611 /custom_md_loader/classes/MetadataService.cls 8730 26 8730 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6612 /custom_md_loader/classes/MetadataService.cls 8731 26 8731 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6612 /custom_md_loader/classes/MetadataService.cls 8731 26 8731 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6613 /custom_md_loader/classes/MetadataService.cls 8732 26 8732 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]*'
6613 /custom_md_loader/classes/MetadataService.cls 8732 26 8732 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]*'
6614 /custom_md_loader/classes/MetadataService.cls 8734 12 8767 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6614 /custom_md_loader/classes/MetadataService.cls 8734 12 8767 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6615 /custom_md_loader/classes/MetadataService.cls 8734 12 8767 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6615 /custom_md_loader/classes/MetadataService.cls 8734 12 8767 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6616 /custom_md_loader/classes/MetadataService.cls 8750 26 8750 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6616 /custom_md_loader/classes/MetadataService.cls 8750 26 8750 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6617 /custom_md_loader/classes/MetadataService.cls 8751 26 8751 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6617 /custom_md_loader/classes/MetadataService.cls 8751 26 8751 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6618 /custom_md_loader/classes/MetadataService.cls 8752 26 8752 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6618 /custom_md_loader/classes/MetadataService.cls 8752 26 8752 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6619 /custom_md_loader/classes/MetadataService.cls 8753 26 8753 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'layouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6619 /custom_md_loader/classes/MetadataService.cls 8753 26 8753 133 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'layouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6620 /custom_md_loader/classes/MetadataService.cls 8754 26 8754 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 'nameFieldLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6620 /custom_md_loader/classes/MetadataService.cls 8754 26 8754 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 'nameFieldLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6621 /custom_md_loader/classes/MetadataService.cls 8755 26 8755 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6621 /custom_md_loader/classes/MetadataService.cls 8755 26 8755 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6622 /custom_md_loader/classes/MetadataService.cls 8756 26 8756 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6622 /custom_md_loader/classes/MetadataService.cls 8756 26 8756 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6623 /custom_md_loader/classes/MetadataService.cls 8757 26 8757 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6623 /custom_md_loader/classes/MetadataService.cls 8757 26 8757 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6624 /custom_md_loader/classes/MetadataService.cls 8758 26 8758 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 'standardFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6624 /custom_md_loader/classes/MetadataService.cls 8758 26 8758 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 'standardFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6625 /custom_md_loader/classes/MetadataService.cls 8759 26 8759 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6625 /custom_md_loader/classes/MetadataService.cls 8759 26 8759 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6626 /custom_md_loader/classes/MetadataService.cls 8760 26 8760 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6626 /custom_md_loader/classes/MetadataService.cls 8760 26 8760 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6627 /custom_md_loader/classes/MetadataService.cls 8761 26 8761 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6627 /custom_md_loader/classes/MetadataService.cls 8761 26 8761 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6628 /custom_md_loader/classes/MetadataService.cls 8762 26 8762 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 'workflowTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6628 /custom_md_loader/classes/MetadataService.cls 8762 26 8762 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 'workflowTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6629 /custom_md_loader/classes/MetadataService.cls 8763 26 8763 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6629 /custom_md_loader/classes/MetadataService.cls 8763 26 8763 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6630 /custom_md_loader/classes/MetadataService.cls 8764 26 8764 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6630 /custom_md_loader/classes/MetadataService.cls 8764 26 8764 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6631 /custom_md_loader/classes/MetadataService.cls 8765 26 8765 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]*'
6631 /custom_md_loader/classes/MetadataService.cls 8765 26 8765 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]*'
6632 /custom_md_loader/classes/MetadataService.cls 8766 26 8766 254 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6632 /custom_md_loader/classes/MetadataService.cls 8766 26 8766 254 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6633 /custom_md_loader/classes/MetadataService.cls 8768 12 8811 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6633 /custom_md_loader/classes/MetadataService.cls 8768 12 8811 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6634 /custom_md_loader/classes/MetadataService.cls 8768 12 8811 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomApplication has 20 public methods, attributes, and properties (limit: 20)
6634 /custom_md_loader/classes/MetadataService.cls 8768 12 8811 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomApplication has 20 public methods, attributes, and properties (limit: 20)
6635 /custom_md_loader/classes/MetadataService.cls 8768 12 8811 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6635 /custom_md_loader/classes/MetadataService.cls 8768 12 8811 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6636 /custom_md_loader/classes/MetadataService.cls 8789 26 8789 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 'customApplicationComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6636 /custom_md_loader/classes/MetadataService.cls 8789 26 8789 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 'customApplicationComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6637 /custom_md_loader/classes/MetadataService.cls 8790 26 8790 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 'defaultLandingTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6637 /custom_md_loader/classes/MetadataService.cls 8790 26 8790 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 'defaultLandingTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6638 /custom_md_loader/classes/MetadataService.cls 8791 26 8791 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6638 /custom_md_loader/classes/MetadataService.cls 8791 26 8791 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6639 /custom_md_loader/classes/MetadataService.cls 8792 26 8792 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 'detailPageRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6639 /custom_md_loader/classes/MetadataService.cls 8792 26 8792 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 'detailPageRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6640 /custom_md_loader/classes/MetadataService.cls 8793 26 8793 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 'domainWhitelist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6640 /custom_md_loader/classes/MetadataService.cls 8793 26 8793 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 'domainWhitelist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6641 /custom_md_loader/classes/MetadataService.cls 8794 26 8794 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 'enableKeyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6641 /custom_md_loader/classes/MetadataService.cls 8794 26 8794 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 'enableKeyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6642 /custom_md_loader/classes/MetadataService.cls 8795 26 8795 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 'enableMultiMonitorComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6642 /custom_md_loader/classes/MetadataService.cls 8795 26 8795 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 'enableMultiMonitorComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6643 /custom_md_loader/classes/MetadataService.cls 8796 26 8796 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 'isServiceCloudConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6643 /custom_md_loader/classes/MetadataService.cls 8796 26 8796 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 'isServiceCloudConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6644 /custom_md_loader/classes/MetadataService.cls 8797 26 8797 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 'keyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6644 /custom_md_loader/classes/MetadataService.cls 8797 26 8797 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 'keyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6645 /custom_md_loader/classes/MetadataService.cls 8798 26 8798 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6645 /custom_md_loader/classes/MetadataService.cls 8798 26 8798 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6646 /custom_md_loader/classes/MetadataService.cls 8799 26 8799 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 'listPlacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6646 /custom_md_loader/classes/MetadataService.cls 8799 26 8799 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 'listPlacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6647 /custom_md_loader/classes/MetadataService.cls 8800 26 8800 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 'listRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6647 /custom_md_loader/classes/MetadataService.cls 8800 26 8800 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 'listRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6648 /custom_md_loader/classes/MetadataService.cls 8801 26 8801 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 'liveAgentConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6648 /custom_md_loader/classes/MetadataService.cls 8801 26 8801 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 'liveAgentConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6649 /custom_md_loader/classes/MetadataService.cls 8802 26 8802 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6649 /custom_md_loader/classes/MetadataService.cls 8802 26 8802 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6650 /custom_md_loader/classes/MetadataService.cls 8803 26 8803 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 'pushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6650 /custom_md_loader/classes/MetadataService.cls 8803 26 8803 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 'pushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6651 /custom_md_loader/classes/MetadataService.cls 8804 26 8804 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 'saveUserSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6651 /custom_md_loader/classes/MetadataService.cls 8804 26 8804 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 'saveUserSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6652 /custom_md_loader/classes/MetadataService.cls 8805 26 8805 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6652 /custom_md_loader/classes/MetadataService.cls 8805 26 8805 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6653 /custom_md_loader/classes/MetadataService.cls 8806 26 8806 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 'workspaceMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6653 /custom_md_loader/classes/MetadataService.cls 8806 26 8806 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 'workspaceMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6654 /custom_md_loader/classes/MetadataService.cls 8807 26 8807 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6654 /custom_md_loader/classes/MetadataService.cls 8807 26 8807 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6655 /custom_md_loader/classes/MetadataService.cls 8808 26 8808 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6655 /custom_md_loader/classes/MetadataService.cls 8808 26 8808 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6656 /custom_md_loader/classes/MetadataService.cls 8809 26 8809 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]*'
6656 /custom_md_loader/classes/MetadataService.cls 8809 26 8809 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]*'
6657 /custom_md_loader/classes/MetadataService.cls 8810 26 8810 418 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6657 /custom_md_loader/classes/MetadataService.cls 8810 26 8810 418 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6658 /custom_md_loader/classes/MetadataService.cls 8812 12 8837 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6658 /custom_md_loader/classes/MetadataService.cls 8812 12 8837 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6659 /custom_md_loader/classes/MetadataService.cls 8812 12 8837 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6659 /custom_md_loader/classes/MetadataService.cls 8812 12 8837 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6660 /custom_md_loader/classes/MetadataService.cls 8824 26 8824 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 'acrossGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6660 /custom_md_loader/classes/MetadataService.cls 8824 26 8824 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 'acrossGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6661 /custom_md_loader/classes/MetadataService.cls 8825 26 8825 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 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6661 /custom_md_loader/classes/MetadataService.cls 8825 26 8825 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 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6662 /custom_md_loader/classes/MetadataService.cls 8826 26 8826 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 'datatype_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6662 /custom_md_loader/classes/MetadataService.cls 8826 26 8826 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 'datatype_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6663 /custom_md_loader/classes/MetadataService.cls 8827 26 8827 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6663 /custom_md_loader/classes/MetadataService.cls 8827 26 8827 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6664 /custom_md_loader/classes/MetadataService.cls 8828 26 8828 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6664 /custom_md_loader/classes/MetadataService.cls 8828 26 8828 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6665 /custom_md_loader/classes/MetadataService.cls 8829 26 8829 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 'downGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6665 /custom_md_loader/classes/MetadataService.cls 8829 26 8829 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 'downGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6666 /custom_md_loader/classes/MetadataService.cls 8830 26 8830 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6666 /custom_md_loader/classes/MetadataService.cls 8830 26 8830 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6667 /custom_md_loader/classes/MetadataService.cls 8831 26 8831 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 'isCrossBlock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6667 /custom_md_loader/classes/MetadataService.cls 8831 26 8831 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 'isCrossBlock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6668 /custom_md_loader/classes/MetadataService.cls 8832 26 8832 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6668 /custom_md_loader/classes/MetadataService.cls 8832 26 8832 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6669 /custom_md_loader/classes/MetadataService.cls 8833 26 8833 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6669 /custom_md_loader/classes/MetadataService.cls 8833 26 8833 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6670 /custom_md_loader/classes/MetadataService.cls 8834 26 8834 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6670 /custom_md_loader/classes/MetadataService.cls 8834 26 8834 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6671 /custom_md_loader/classes/MetadataService.cls 8835 26 8835 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6671 /custom_md_loader/classes/MetadataService.cls 8835 26 8835 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6672 /custom_md_loader/classes/MetadataService.cls 8836 26 8836 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]*'
6672 /custom_md_loader/classes/MetadataService.cls 8836 26 8836 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]*'
6673 /custom_md_loader/classes/MetadataService.cls 8838 12 8843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6673 /custom_md_loader/classes/MetadataService.cls 8838 12 8843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6674 /custom_md_loader/classes/MetadataService.cls 8839 25 8839 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
6674 /custom_md_loader/classes/MetadataService.cls 8839 25 8839 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
6675 /custom_md_loader/classes/MetadataService.cls 8840 26 8840 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6675 /custom_md_loader/classes/MetadataService.cls 8840 26 8840 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6676 /custom_md_loader/classes/MetadataService.cls 8841 26 8841 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6676 /custom_md_loader/classes/MetadataService.cls 8841 26 8841 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6677 /custom_md_loader/classes/MetadataService.cls 8842 26 8842 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6677 /custom_md_loader/classes/MetadataService.cls 8842 26 8842 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6678 /custom_md_loader/classes/MetadataService.cls 8844 12 8849 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6678 /custom_md_loader/classes/MetadataService.cls 8844 12 8849 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6679 /custom_md_loader/classes/MetadataService.cls 8846 26 8846 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 'enableDashboardIPadApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6679 /custom_md_loader/classes/MetadataService.cls 8846 26 8846 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 'enableDashboardIPadApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6680 /custom_md_loader/classes/MetadataService.cls 8847 26 8847 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6680 /custom_md_loader/classes/MetadataService.cls 8847 26 8847 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6681 /custom_md_loader/classes/MetadataService.cls 8848 26 8848 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]*'
6681 /custom_md_loader/classes/MetadataService.cls 8848 26 8848 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]*'
6682 /custom_md_loader/classes/MetadataService.cls 8850 12 8857 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6682 /custom_md_loader/classes/MetadataService.cls 8850 12 8857 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6683 /custom_md_loader/classes/MetadataService.cls 8853 26 8853 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 'permissionSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6683 /custom_md_loader/classes/MetadataService.cls 8853 26 8853 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 'permissionSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6684 /custom_md_loader/classes/MetadataService.cls 8854 26 8854 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6684 /custom_md_loader/classes/MetadataService.cls 8854 26 8854 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6685 /custom_md_loader/classes/MetadataService.cls 8855 26 8855 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6685 /custom_md_loader/classes/MetadataService.cls 8855 26 8855 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6686 /custom_md_loader/classes/MetadataService.cls 8856 26 8856 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6686 /custom_md_loader/classes/MetadataService.cls 8856 26 8856 89 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6687 /custom_md_loader/classes/MetadataService.cls 8858 12 8865 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6687 /custom_md_loader/classes/MetadataService.cls 8858 12 8865 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6688 /custom_md_loader/classes/MetadataService.cls 8861 26 8861 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6688 /custom_md_loader/classes/MetadataService.cls 8861 26 8861 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6689 /custom_md_loader/classes/MetadataService.cls 8862 26 8862 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6689 /custom_md_loader/classes/MetadataService.cls 8862 26 8862 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6690 /custom_md_loader/classes/MetadataService.cls 8863 26 8863 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6690 /custom_md_loader/classes/MetadataService.cls 8863 26 8863 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6691 /custom_md_loader/classes/MetadataService.cls 8864 26 8864 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6691 /custom_md_loader/classes/MetadataService.cls 8864 26 8864 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6692 /custom_md_loader/classes/MetadataService.cls 8866 12 8871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6692 /custom_md_loader/classes/MetadataService.cls 8866 12 8871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6693 /custom_md_loader/classes/MetadataService.cls 8868 26 8868 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 'debugLog_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6693 /custom_md_loader/classes/MetadataService.cls 8868 26 8868 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 'debugLog_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6694 /custom_md_loader/classes/MetadataService.cls 8869 26 8869 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6694 /custom_md_loader/classes/MetadataService.cls 8869 26 8869 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6695 /custom_md_loader/classes/MetadataService.cls 8870 26 8870 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]*'
6695 /custom_md_loader/classes/MetadataService.cls 8870 26 8870 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]*'
6696 /custom_md_loader/classes/MetadataService.cls 8872 12 8899 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6696 /custom_md_loader/classes/MetadataService.cls 8872 12 8899 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6697 /custom_md_loader/classes/MetadataService.cls 8872 12 8899 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6697 /custom_md_loader/classes/MetadataService.cls 8872 12 8899 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6698 /custom_md_loader/classes/MetadataService.cls 8885 26 8885 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6698 /custom_md_loader/classes/MetadataService.cls 8885 26 8885 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6699 /custom_md_loader/classes/MetadataService.cls 8886 26 8886 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6699 /custom_md_loader/classes/MetadataService.cls 8886 26 8886 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6700 /custom_md_loader/classes/MetadataService.cls 8887 26 8887 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6700 /custom_md_loader/classes/MetadataService.cls 8887 26 8887 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6701 /custom_md_loader/classes/MetadataService.cls 8888 26 8888 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6701 /custom_md_loader/classes/MetadataService.cls 8888 26 8888 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6702 /custom_md_loader/classes/MetadataService.cls 8889 26 8889 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6702 /custom_md_loader/classes/MetadataService.cls 8889 26 8889 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6703 /custom_md_loader/classes/MetadataService.cls 8890 26 8890 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6703 /custom_md_loader/classes/MetadataService.cls 8890 26 8890 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6704 /custom_md_loader/classes/MetadataService.cls 8891 26 8891 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6704 /custom_md_loader/classes/MetadataService.cls 8891 26 8891 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6705 /custom_md_loader/classes/MetadataService.cls 8892 26 8892 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6705 /custom_md_loader/classes/MetadataService.cls 8892 26 8892 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6706 /custom_md_loader/classes/MetadataService.cls 8893 26 8893 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 'ruleAssociations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6706 /custom_md_loader/classes/MetadataService.cls 8893 26 8893 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 'ruleAssociations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6707 /custom_md_loader/classes/MetadataService.cls 8894 26 8894 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 'territory2Type_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6707 /custom_md_loader/classes/MetadataService.cls 8894 26 8894 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 'territory2Type_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6708 /custom_md_loader/classes/MetadataService.cls 8895 26 8895 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6708 /custom_md_loader/classes/MetadataService.cls 8895 26 8895 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6709 /custom_md_loader/classes/MetadataService.cls 8896 26 8896 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6709 /custom_md_loader/classes/MetadataService.cls 8896 26 8896 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6710 /custom_md_loader/classes/MetadataService.cls 8897 26 8897 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]*'
6710 /custom_md_loader/classes/MetadataService.cls 8897 26 8897 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]*'
6711 /custom_md_loader/classes/MetadataService.cls 8898 26 8898 250 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6711 /custom_md_loader/classes/MetadataService.cls 8898 26 8898 250 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6712 /custom_md_loader/classes/MetadataService.cls 8900 12 8917 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6712 /custom_md_loader/classes/MetadataService.cls 8900 12 8917 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6713 /custom_md_loader/classes/MetadataService.cls 8900 12 8917 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6713 /custom_md_loader/classes/MetadataService.cls 8900 12 8917 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6714 /custom_md_loader/classes/MetadataService.cls 8908 26 8908 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6714 /custom_md_loader/classes/MetadataService.cls 8908 26 8908 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6715 /custom_md_loader/classes/MetadataService.cls 8909 26 8909 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 'isContainerAutoSizeEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6715 /custom_md_loader/classes/MetadataService.cls 8909 26 8909 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 'isContainerAutoSizeEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6716 /custom_md_loader/classes/MetadataService.cls 8910 26 8910 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 'region_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6716 /custom_md_loader/classes/MetadataService.cls 8910 26 8910 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 'region_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6717 /custom_md_loader/classes/MetadataService.cls 8911 26 8911 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 'sidebarComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6717 /custom_md_loader/classes/MetadataService.cls 8911 26 8911 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 'sidebarComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6718 /custom_md_loader/classes/MetadataService.cls 8912 26 8912 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6718 /custom_md_loader/classes/MetadataService.cls 8912 26 8912 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6719 /custom_md_loader/classes/MetadataService.cls 8913 26 8913 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 'unit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6719 /custom_md_loader/classes/MetadataService.cls 8913 26 8913 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 'unit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6720 /custom_md_loader/classes/MetadataService.cls 8914 26 8914 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6720 /custom_md_loader/classes/MetadataService.cls 8914 26 8914 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6721 /custom_md_loader/classes/MetadataService.cls 8915 26 8915 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6721 /custom_md_loader/classes/MetadataService.cls 8915 26 8915 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6722 /custom_md_loader/classes/MetadataService.cls 8916 26 8916 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]*'
6722 /custom_md_loader/classes/MetadataService.cls 8916 26 8916 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]*'
6723 /custom_md_loader/classes/MetadataService.cls 8918 12 8925 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6723 /custom_md_loader/classes/MetadataService.cls 8918 12 8925 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6724 /custom_md_loader/classes/MetadataService.cls 8921 26 8921 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 'similarOpportunitiesDisplayColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6724 /custom_md_loader/classes/MetadataService.cls 8921 26 8921 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 'similarOpportunitiesDisplayColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6725 /custom_md_loader/classes/MetadataService.cls 8922 26 8922 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 'similarOpportunitiesMatchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6725 /custom_md_loader/classes/MetadataService.cls 8922 26 8922 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 'similarOpportunitiesMatchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6726 /custom_md_loader/classes/MetadataService.cls 8923 26 8923 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6726 /custom_md_loader/classes/MetadataService.cls 8923 26 8923 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6727 /custom_md_loader/classes/MetadataService.cls 8924 26 8924 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6727 /custom_md_loader/classes/MetadataService.cls 8924 26 8924 134 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6728 /custom_md_loader/classes/MetadataService.cls 8926 12 8959 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6728 /custom_md_loader/classes/MetadataService.cls 8926 12 8959 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6729 /custom_md_loader/classes/MetadataService.cls 8926 12 8959 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6729 /custom_md_loader/classes/MetadataService.cls 8926 12 8959 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6730 /custom_md_loader/classes/MetadataService.cls 8942 26 8942 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6730 /custom_md_loader/classes/MetadataService.cls 8942 26 8942 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6731 /custom_md_loader/classes/MetadataService.cls 8943 26 8943 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 'communityFeedPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6731 /custom_md_loader/classes/MetadataService.cls 8943 26 8943 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 'communityFeedPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6732 /custom_md_loader/classes/MetadataService.cls 8944 26 8944 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6732 /custom_md_loader/classes/MetadataService.cls 8944 26 8944 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6733 /custom_md_loader/classes/MetadataService.cls 8945 26 8945 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 'emailFooterDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6733 /custom_md_loader/classes/MetadataService.cls 8945 26 8945 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 'emailFooterDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6734 /custom_md_loader/classes/MetadataService.cls 8946 26 8946 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 'emailHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6734 /custom_md_loader/classes/MetadataService.cls 8946 26 8946 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 'emailHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6735 /custom_md_loader/classes/MetadataService.cls 8947 26 8947 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 'emailNotificationUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6735 /custom_md_loader/classes/MetadataService.cls 8947 26 8947 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 'emailNotificationUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6736 /custom_md_loader/classes/MetadataService.cls 8948 26 8948 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6736 /custom_md_loader/classes/MetadataService.cls 8948 26 8948 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6737 /custom_md_loader/classes/MetadataService.cls 8949 26 8949 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 'enablePrivateQuestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6737 /custom_md_loader/classes/MetadataService.cls 8949 26 8949 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 'enablePrivateQuestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6738 /custom_md_loader/classes/MetadataService.cls 8950 26 8950 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 'expertsGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6738 /custom_md_loader/classes/MetadataService.cls 8950 26 8950 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 'expertsGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6739 /custom_md_loader/classes/MetadataService.cls 8951 26 8951 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6739 /custom_md_loader/classes/MetadataService.cls 8951 26 8951 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6740 /custom_md_loader/classes/MetadataService.cls 8952 26 8952 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6740 /custom_md_loader/classes/MetadataService.cls 8952 26 8952 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6741 /custom_md_loader/classes/MetadataService.cls 8953 26 8953 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 'showInPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6741 /custom_md_loader/classes/MetadataService.cls 8953 26 8953 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 'showInPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6742 /custom_md_loader/classes/MetadataService.cls 8954 26 8954 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6742 /custom_md_loader/classes/MetadataService.cls 8954 26 8954 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6743 /custom_md_loader/classes/MetadataService.cls 8955 26 8955 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6743 /custom_md_loader/classes/MetadataService.cls 8955 26 8955 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6744 /custom_md_loader/classes/MetadataService.cls 8956 26 8956 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6744 /custom_md_loader/classes/MetadataService.cls 8956 26 8956 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6745 /custom_md_loader/classes/MetadataService.cls 8957 26 8957 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]*'
6745 /custom_md_loader/classes/MetadataService.cls 8957 26 8957 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]*'
6746 /custom_md_loader/classes/MetadataService.cls 8958 26 8958 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]*'
6746 /custom_md_loader/classes/MetadataService.cls 8958 26 8958 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]*'
6747 /custom_md_loader/classes/MetadataService.cls 8960 12 8969 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6747 /custom_md_loader/classes/MetadataService.cls 8960 12 8969 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6748 /custom_md_loader/classes/MetadataService.cls 8964 26 8964 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6748 /custom_md_loader/classes/MetadataService.cls 8964 26 8964 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6749 /custom_md_loader/classes/MetadataService.cls 8965 26 8965 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6749 /custom_md_loader/classes/MetadataService.cls 8965 26 8965 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6750 /custom_md_loader/classes/MetadataService.cls 8966 26 8966 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6750 /custom_md_loader/classes/MetadataService.cls 8966 26 8966 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6751 /custom_md_loader/classes/MetadataService.cls 8967 26 8967 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6751 /custom_md_loader/classes/MetadataService.cls 8967 26 8967 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6752 /custom_md_loader/classes/MetadataService.cls 8968 26 8968 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6752 /custom_md_loader/classes/MetadataService.cls 8968 26 8968 93 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6753 /custom_md_loader/classes/MetadataService.cls 8970 12 8999 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6753 /custom_md_loader/classes/MetadataService.cls 8970 12 8999 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6754 /custom_md_loader/classes/MetadataService.cls 8970 12 8999 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6754 /custom_md_loader/classes/MetadataService.cls 8970 12 8999 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6755 /custom_md_loader/classes/MetadataService.cls 8978 23 8978 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]*'
6755 /custom_md_loader/classes/MetadataService.cls 8978 23 8978 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]*'
6756 /custom_md_loader/classes/MetadataService.cls 8984 26 8984 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 'behavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6756 /custom_md_loader/classes/MetadataService.cls 8984 26 8984 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 'behavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6757 /custom_md_loader/classes/MetadataService.cls 8985 26 8985 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6757 /custom_md_loader/classes/MetadataService.cls 8985 26 8985 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6758 /custom_md_loader/classes/MetadataService.cls 8986 26 8986 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 'component_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6758 /custom_md_loader/classes/MetadataService.cls 8986 26 8986 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 'component_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6759 /custom_md_loader/classes/MetadataService.cls 8987 26 8987 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6759 /custom_md_loader/classes/MetadataService.cls 8987 26 8987 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6760 /custom_md_loader/classes/MetadataService.cls 8988 26 8988 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6760 /custom_md_loader/classes/MetadataService.cls 8988 26 8988 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6761 /custom_md_loader/classes/MetadataService.cls 8989 26 8989 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6761 /custom_md_loader/classes/MetadataService.cls 8989 26 8989 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6762 /custom_md_loader/classes/MetadataService.cls 8990 26 8990 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6762 /custom_md_loader/classes/MetadataService.cls 8990 26 8990 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6763 /custom_md_loader/classes/MetadataService.cls 8991 26 8991 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6763 /custom_md_loader/classes/MetadataService.cls 8991 26 8991 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6764 /custom_md_loader/classes/MetadataService.cls 8992 26 8992 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 'reportChartComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6764 /custom_md_loader/classes/MetadataService.cls 8992 26 8992 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 'reportChartComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6765 /custom_md_loader/classes/MetadataService.cls 8993 26 8993 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6765 /custom_md_loader/classes/MetadataService.cls 8993 26 8993 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6766 /custom_md_loader/classes/MetadataService.cls 8994 26 8994 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 'showLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6766 /custom_md_loader/classes/MetadataService.cls 8994 26 8994 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 'showLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6767 /custom_md_loader/classes/MetadataService.cls 8995 26 8995 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 'showScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6767 /custom_md_loader/classes/MetadataService.cls 8995 26 8995 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 'showScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6768 /custom_md_loader/classes/MetadataService.cls 8996 26 8996 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6768 /custom_md_loader/classes/MetadataService.cls 8996 26 8996 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6769 /custom_md_loader/classes/MetadataService.cls 8997 26 8997 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6769 /custom_md_loader/classes/MetadataService.cls 8997 26 8997 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6770 /custom_md_loader/classes/MetadataService.cls 8998 26 8998 218 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6770 /custom_md_loader/classes/MetadataService.cls 8998 26 8998 218 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6771 /custom_md_loader/classes/MetadataService.cls 9000 12 9007 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6771 /custom_md_loader/classes/MetadataService.cls 9000 12 9007 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6772 /custom_md_loader/classes/MetadataService.cls 9003 26 9003 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6772 /custom_md_loader/classes/MetadataService.cls 9003 26 9003 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6773 /custom_md_loader/classes/MetadataService.cls 9004 26 9004 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6773 /custom_md_loader/classes/MetadataService.cls 9004 26 9004 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6774 /custom_md_loader/classes/MetadataService.cls 9005 26 9005 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6774 /custom_md_loader/classes/MetadataService.cls 9005 26 9005 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6775 /custom_md_loader/classes/MetadataService.cls 9006 26 9006 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]*'
6775 /custom_md_loader/classes/MetadataService.cls 9006 26 9006 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]*'
6776 /custom_md_loader/classes/MetadataService.cls 9008 12 9023 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6776 /custom_md_loader/classes/MetadataService.cls 9008 12 9023 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6777 /custom_md_loader/classes/MetadataService.cls 9015 26 9015 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 'accessMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6777 /custom_md_loader/classes/MetadataService.cls 9015 26 9015 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 'accessMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6778 /custom_md_loader/classes/MetadataService.cls 9016 26 9016 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6778 /custom_md_loader/classes/MetadataService.cls 9016 26 9016 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6779 /custom_md_loader/classes/MetadataService.cls 9017 26 9017 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6779 /custom_md_loader/classes/MetadataService.cls 9017 26 9017 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6780 /custom_md_loader/classes/MetadataService.cls 9018 26 9018 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6780 /custom_md_loader/classes/MetadataService.cls 9018 26 9018 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6781 /custom_md_loader/classes/MetadataService.cls 9019 26 9019 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6781 /custom_md_loader/classes/MetadataService.cls 9019 26 9019 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6782 /custom_md_loader/classes/MetadataService.cls 9020 26 9020 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6782 /custom_md_loader/classes/MetadataService.cls 9020 26 9020 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'type_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
6783 /custom_md_loader/classes/MetadataService.cls 9021 26 9021 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]*'
6783 /custom_md_loader/classes/MetadataService.cls 9021 26 9021 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]*'
6784 /custom_md_loader/classes/MetadataService.cls 9022 26 9022 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]*'
6784 /custom_md_loader/classes/MetadataService.cls 9022 26 9022 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]*'
6785 /custom_md_loader/classes/MetadataService.cls 9024 12 9029 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6785 /custom_md_loader/classes/MetadataService.cls 9024 12 9029 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6786 /custom_md_loader/classes/MetadataService.cls 9024 12 9029 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_]*'
6786 /custom_md_loader/classes/MetadataService.cls 9024 12 9029 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_]*'
6787 /custom_md_loader/classes/MetadataService.cls 9026 26 9026 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6787 /custom_md_loader/classes/MetadataService.cls 9026 26 9026 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6788 /custom_md_loader/classes/MetadataService.cls 9027 26 9027 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6788 /custom_md_loader/classes/MetadataService.cls 9027 26 9027 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6789 /custom_md_loader/classes/MetadataService.cls 9028 26 9028 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]*'
6789 /custom_md_loader/classes/MetadataService.cls 9028 26 9028 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]*'
6790 /custom_md_loader/classes/MetadataService.cls 9030 12 9047 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6790 /custom_md_loader/classes/MetadataService.cls 9030 12 9047 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6791 /custom_md_loader/classes/MetadataService.cls 9030 12 9047 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6791 /custom_md_loader/classes/MetadataService.cls 9030 12 9047 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6792 /custom_md_loader/classes/MetadataService.cls 9038 26 9038 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6792 /custom_md_loader/classes/MetadataService.cls 9038 26 9038 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6793 /custom_md_loader/classes/MetadataService.cls 9039 26 9039 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 'columnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6793 /custom_md_loader/classes/MetadataService.cls 9039 26 9039 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 'columnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6794 /custom_md_loader/classes/MetadataService.cls 9040 26 9040 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 'highBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6794 /custom_md_loader/classes/MetadataService.cls 9040 26 9040 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 'highBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6795 /custom_md_loader/classes/MetadataService.cls 9041 26 9041 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 'highColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6795 /custom_md_loader/classes/MetadataService.cls 9041 26 9041 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 'highColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6796 /custom_md_loader/classes/MetadataService.cls 9042 26 9042 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 'lowBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6796 /custom_md_loader/classes/MetadataService.cls 9042 26 9042 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 'lowBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6797 /custom_md_loader/classes/MetadataService.cls 9043 26 9043 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 'lowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6797 /custom_md_loader/classes/MetadataService.cls 9043 26 9043 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 'lowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6798 /custom_md_loader/classes/MetadataService.cls 9044 26 9044 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 'midColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6798 /custom_md_loader/classes/MetadataService.cls 9044 26 9044 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 'midColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6799 /custom_md_loader/classes/MetadataService.cls 9045 26 9045 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6799 /custom_md_loader/classes/MetadataService.cls 9045 26 9045 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6800 /custom_md_loader/classes/MetadataService.cls 9046 26 9046 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]*'
6800 /custom_md_loader/classes/MetadataService.cls 9046 26 9046 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]*'
6801 /custom_md_loader/classes/MetadataService.cls 9048 12 9069 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6801 /custom_md_loader/classes/MetadataService.cls 9048 12 9069 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6802 /custom_md_loader/classes/MetadataService.cls 9048 12 9069 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6802 /custom_md_loader/classes/MetadataService.cls 9048 12 9069 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6803 /custom_md_loader/classes/MetadataService.cls 9058 26 9058 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 'customTabListAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6803 /custom_md_loader/classes/MetadataService.cls 9058 26 9058 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 'customTabListAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6804 /custom_md_loader/classes/MetadataService.cls 9059 26 9059 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 'excludedStandardButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6804 /custom_md_loader/classes/MetadataService.cls 9059 26 9059 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 'excludedStandardButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6805 /custom_md_loader/classes/MetadataService.cls 9060 26 9060 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 'listViewButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6805 /custom_md_loader/classes/MetadataService.cls 9060 26 9060 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 'listViewButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6806 /custom_md_loader/classes/MetadataService.cls 9061 26 9061 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 'lookupDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6806 /custom_md_loader/classes/MetadataService.cls 9061 26 9061 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 'lookupDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6807 /custom_md_loader/classes/MetadataService.cls 9062 26 9062 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 'lookupFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6807 /custom_md_loader/classes/MetadataService.cls 9062 26 9062 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 'lookupFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6808 /custom_md_loader/classes/MetadataService.cls 9063 26 9063 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 'lookupPhoneDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6808 /custom_md_loader/classes/MetadataService.cls 9063 26 9063 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 'lookupPhoneDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6809 /custom_md_loader/classes/MetadataService.cls 9064 26 9064 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 'searchFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6809 /custom_md_loader/classes/MetadataService.cls 9064 26 9064 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 'searchFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6810 /custom_md_loader/classes/MetadataService.cls 9065 26 9065 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 'searchResultsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6810 /custom_md_loader/classes/MetadataService.cls 9065 26 9065 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 'searchResultsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6811 /custom_md_loader/classes/MetadataService.cls 9066 26 9066 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 'searchResultsCustomButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6811 /custom_md_loader/classes/MetadataService.cls 9066 26 9066 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 'searchResultsCustomButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6812 /custom_md_loader/classes/MetadataService.cls 9067 26 9067 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6812 /custom_md_loader/classes/MetadataService.cls 9067 26 9067 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6813 /custom_md_loader/classes/MetadataService.cls 9068 26 9068 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]*'
6813 /custom_md_loader/classes/MetadataService.cls 9068 26 9068 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]*'
6814 /custom_md_loader/classes/MetadataService.cls 9070 12 9077 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6814 /custom_md_loader/classes/MetadataService.cls 9070 12 9077 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6815 /custom_md_loader/classes/MetadataService.cls 9073 26 9073 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6815 /custom_md_loader/classes/MetadataService.cls 9073 26 9073 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 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6816 /custom_md_loader/classes/MetadataService.cls 9074 26 9074 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6816 /custom_md_loader/classes/MetadataService.cls 9074 26 9074 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6817 /custom_md_loader/classes/MetadataService.cls 9075 26 9075 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6817 /custom_md_loader/classes/MetadataService.cls 9075 26 9075 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6818 /custom_md_loader/classes/MetadataService.cls 9076 26 9076 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]*'
6818 /custom_md_loader/classes/MetadataService.cls 9076 26 9076 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]*'
6819 /custom_md_loader/classes/MetadataService.cls 9078 12 9085 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6819 /custom_md_loader/classes/MetadataService.cls 9078 12 9085 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6820 /custom_md_loader/classes/MetadataService.cls 9081 26 9081 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6820 /custom_md_loader/classes/MetadataService.cls 9081 26 9081 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 'criteriaBasedRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6821 /custom_md_loader/classes/MetadataService.cls 9082 26 9082 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6821 /custom_md_loader/classes/MetadataService.cls 9082 26 9082 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 'ownerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6822 /custom_md_loader/classes/MetadataService.cls 9083 26 9083 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6822 /custom_md_loader/classes/MetadataService.cls 9083 26 9083 120 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6823 /custom_md_loader/classes/MetadataService.cls 9084 26 9084 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6823 /custom_md_loader/classes/MetadataService.cls 9084 26 9084 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6824 /custom_md_loader/classes/MetadataService.cls 9086 12 9383 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6824 /custom_md_loader/classes/MetadataService.cls 9086 12 9383 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6825 /custom_md_loader/classes/MetadataService.cls 9086 12 9383 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 24 public methods, attributes, and properties (limit: 20)
6825 /custom_md_loader/classes/MetadataService.cls 9086 12 9383 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 24 public methods, attributes, and properties (limit: 20)
6826 /custom_md_loader/classes/MetadataService.cls 9086 12 9383 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6826 /custom_md_loader/classes/MetadataService.cls 9086 12 9383 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
6827 /custom_md_loader/classes/MetadataService.cls 9087 23 9087 105 pmd 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]*'
6827 /custom_md_loader/classes/MetadataService.cls 9087 23 9087 105 pmd 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]*'
6828 /custom_md_loader/classes/MetadataService.cls 9088 35 9088 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]*'
6828 /custom_md_loader/classes/MetadataService.cls 9088 35 9088 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]*'
6829 /custom_md_loader/classes/MetadataService.cls 9089 35 9089 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]*'
6829 /custom_md_loader/classes/MetadataService.cls 9089 35 9089 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]*'
6830 /custom_md_loader/classes/MetadataService.cls 9090 23 9090 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]*'
6830 /custom_md_loader/classes/MetadataService.cls 9090 23 9090 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]*'
6831 /custom_md_loader/classes/MetadataService.cls 9091 23 9091 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]*'
6831 /custom_md_loader/classes/MetadataService.cls 9091 23 9091 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]*'
6832 /custom_md_loader/classes/MetadataService.cls 9092 23 9092 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]*'
6832 /custom_md_loader/classes/MetadataService.cls 9092 23 9092 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]*'
6833 /custom_md_loader/classes/MetadataService.cls 9093 24 9093 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]*'
6833 /custom_md_loader/classes/MetadataService.cls 9093 24 9093 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]*'
6834 /custom_md_loader/classes/MetadataService.cls 9094 54 9094 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]*'
6834 /custom_md_loader/classes/MetadataService.cls 9094 54 9094 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]*'
6835 /custom_md_loader/classes/MetadataService.cls 9095 54 9095 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]*'
6835 /custom_md_loader/classes/MetadataService.cls 9095 54 9095 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]*'
6836 /custom_md_loader/classes/MetadataService.cls 9096 52 9096 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]*'
6836 /custom_md_loader/classes/MetadataService.cls 9096 52 9096 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]*'
6837 /custom_md_loader/classes/MetadataService.cls 9097 56 9097 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]*'
6837 /custom_md_loader/classes/MetadataService.cls 9097 56 9097 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]*'
6838 /custom_md_loader/classes/MetadataService.cls 9098 24 9098 99 pmd 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]*'
6838 /custom_md_loader/classes/MetadataService.cls 9098 24 9098 99 pmd 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]*'
6839 /custom_md_loader/classes/MetadataService.cls 9099 24 9099 99 pmd 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]*'
6839 /custom_md_loader/classes/MetadataService.cls 9099 24 9099 99 pmd 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]*'
6840 /custom_md_loader/classes/MetadataService.cls 9100 24 9100 95 pmd 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]*'
6840 /custom_md_loader/classes/MetadataService.cls 9100 24 9100 95 pmd 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]*'
6841 /custom_md_loader/classes/MetadataService.cls 9101 24 9101 103 pmd 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]*'
6841 /custom_md_loader/classes/MetadataService.cls 9101 24 9101 103 pmd 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]*'
6842 /custom_md_loader/classes/MetadataService.cls 9102 26 9102 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]*'
6842 /custom_md_loader/classes/MetadataService.cls 9102 26 9102 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]*'
6843 /custom_md_loader/classes/MetadataService.cls 9103 16 9123 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6843 /custom_md_loader/classes/MetadataService.cls 9103 16 9123 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6844 /custom_md_loader/classes/MetadataService.cls 9104 52 9104 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
6844 /custom_md_loader/classes/MetadataService.cls 9104 52 9104 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
6845 /custom_md_loader/classes/MetadataService.cls 9106 60 9106 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6845 /custom_md_loader/classes/MetadataService.cls 9106 60 9106 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6846 /custom_md_loader/classes/MetadataService.cls 9107 73 9107 155 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6846 /custom_md_loader/classes/MetadataService.cls 9107 73 9107 155 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6847 /custom_md_loader/classes/MetadataService.cls 9124 16 9144 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6847 /custom_md_loader/classes/MetadataService.cls 9124 16 9144 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6848 /custom_md_loader/classes/MetadataService.cls 9125 46 9125 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]*'
6848 /custom_md_loader/classes/MetadataService.cls 9125 46 9125 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]*'
6849 /custom_md_loader/classes/MetadataService.cls 9127 54 9127 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]*'
6849 /custom_md_loader/classes/MetadataService.cls 9127 54 9127 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]*'
6850 /custom_md_loader/classes/MetadataService.cls 9128 67 9128 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]*'
6850 /custom_md_loader/classes/MetadataService.cls 9128 67 9128 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]*'
6851 /custom_md_loader/classes/MetadataService.cls 9145 16 9166 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6851 /custom_md_loader/classes/MetadataService.cls 9145 16 9166 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6852 /custom_md_loader/classes/MetadataService.cls 9146 55 9146 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]*'
6852 /custom_md_loader/classes/MetadataService.cls 9146 55 9146 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]*'
6853 /custom_md_loader/classes/MetadataService.cls 9149 63 9149 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]*'
6853 /custom_md_loader/classes/MetadataService.cls 9149 63 9149 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]*'
6854 /custom_md_loader/classes/MetadataService.cls 9150 76 9150 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]*'
6854 /custom_md_loader/classes/MetadataService.cls 9150 76 9150 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]*'
6855 /custom_md_loader/classes/MetadataService.cls 9167 16 9189 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6855 /custom_md_loader/classes/MetadataService.cls 9167 16 9189 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6856 /custom_md_loader/classes/MetadataService.cls 9167 58 9167 71 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
6856 /custom_md_loader/classes/MetadataService.cls 9167 58 9167 71 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
6857 /custom_md_loader/classes/MetadataService.cls 9168 52 9168 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
6857 /custom_md_loader/classes/MetadataService.cls 9168 52 9168 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
6858 /custom_md_loader/classes/MetadataService.cls 9172 60 9172 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6858 /custom_md_loader/classes/MetadataService.cls 9172 60 9172 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6859 /custom_md_loader/classes/MetadataService.cls 9173 73 9173 155 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6859 /custom_md_loader/classes/MetadataService.cls 9173 73 9173 155 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6860 /custom_md_loader/classes/MetadataService.cls 9190 16 9210 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6860 /custom_md_loader/classes/MetadataService.cls 9190 16 9210 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6861 /custom_md_loader/classes/MetadataService.cls 9190 64 9190 79 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
6861 /custom_md_loader/classes/MetadataService.cls 9190 64 9190 79 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
6862 /custom_md_loader/classes/MetadataService.cls 9191 50 9191 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]*'
6862 /custom_md_loader/classes/MetadataService.cls 9191 50 9191 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]*'
6863 /custom_md_loader/classes/MetadataService.cls 9193 58 9193 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]*'
6863 /custom_md_loader/classes/MetadataService.cls 9193 58 9193 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]*'
6864 /custom_md_loader/classes/MetadataService.cls 9194 71 9194 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]*'
6864 /custom_md_loader/classes/MetadataService.cls 9194 71 9194 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]*'
6865 /custom_md_loader/classes/MetadataService.cls 9211 16 9232 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6865 /custom_md_loader/classes/MetadataService.cls 9211 16 9232 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6866 /custom_md_loader/classes/MetadataService.cls 9212 50 9212 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]*'
6866 /custom_md_loader/classes/MetadataService.cls 9212 50 9212 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]*'
6867 /custom_md_loader/classes/MetadataService.cls 9215 58 9215 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]*'
6867 /custom_md_loader/classes/MetadataService.cls 9215 58 9215 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]*'
6868 /custom_md_loader/classes/MetadataService.cls 9216 71 9216 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]*'
6868 /custom_md_loader/classes/MetadataService.cls 9216 71 9216 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]*'
6869 /custom_md_loader/classes/MetadataService.cls 9233 16 9254 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6869 /custom_md_loader/classes/MetadataService.cls 9233 16 9254 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6870 /custom_md_loader/classes/MetadataService.cls 9233 62 9233 75 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
6870 /custom_md_loader/classes/MetadataService.cls 9233 62 9233 75 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
6871 /custom_md_loader/classes/MetadataService.cls 9234 52 9234 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
6871 /custom_md_loader/classes/MetadataService.cls 9234 52 9234 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
6872 /custom_md_loader/classes/MetadataService.cls 9237 60 9237 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6872 /custom_md_loader/classes/MetadataService.cls 9237 60 9237 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6873 /custom_md_loader/classes/MetadataService.cls 9238 73 9238 155 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6873 /custom_md_loader/classes/MetadataService.cls 9238 73 9238 155 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6874 /custom_md_loader/classes/MetadataService.cls 9255 16 9275 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6874 /custom_md_loader/classes/MetadataService.cls 9255 16 9275 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6875 /custom_md_loader/classes/MetadataService.cls 9256 52 9256 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
6875 /custom_md_loader/classes/MetadataService.cls 9256 52 9256 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
6876 /custom_md_loader/classes/MetadataService.cls 9258 60 9258 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6876 /custom_md_loader/classes/MetadataService.cls 9258 60 9258 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6877 /custom_md_loader/classes/MetadataService.cls 9259 73 9259 155 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6877 /custom_md_loader/classes/MetadataService.cls 9259 73 9259 155 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6878 /custom_md_loader/classes/MetadataService.cls 9276 16 9296 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6878 /custom_md_loader/classes/MetadataService.cls 9276 16 9296 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6879 /custom_md_loader/classes/MetadataService.cls 9277 52 9277 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
6879 /custom_md_loader/classes/MetadataService.cls 9277 52 9277 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
6880 /custom_md_loader/classes/MetadataService.cls 9279 60 9279 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6880 /custom_md_loader/classes/MetadataService.cls 9279 60 9279 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6881 /custom_md_loader/classes/MetadataService.cls 9280 73 9280 155 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6881 /custom_md_loader/classes/MetadataService.cls 9280 73 9280 155 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6882 /custom_md_loader/classes/MetadataService.cls 9297 16 9317 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6882 /custom_md_loader/classes/MetadataService.cls 9297 16 9317 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6883 /custom_md_loader/classes/MetadataService.cls 9298 57 9298 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]*'
6883 /custom_md_loader/classes/MetadataService.cls 9298 57 9298 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]*'
6884 /custom_md_loader/classes/MetadataService.cls 9300 65 9300 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]*'
6884 /custom_md_loader/classes/MetadataService.cls 9300 65 9300 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]*'
6885 /custom_md_loader/classes/MetadataService.cls 9301 78 9301 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]*'
6885 /custom_md_loader/classes/MetadataService.cls 9301 78 9301 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]*'
6886 /custom_md_loader/classes/MetadataService.cls 9318 16 9339 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6886 /custom_md_loader/classes/MetadataService.cls 9318 16 9339 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6887 /custom_md_loader/classes/MetadataService.cls 9318 57 9318 70 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
6887 /custom_md_loader/classes/MetadataService.cls 9318 57 9318 70 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
6888 /custom_md_loader/classes/MetadataService.cls 9319 50 9319 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]*'
6888 /custom_md_loader/classes/MetadataService.cls 9319 50 9319 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]*'
6889 /custom_md_loader/classes/MetadataService.cls 9322 50 9322 60 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6889 /custom_md_loader/classes/MetadataService.cls 9322 50 9322 60 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
6890 /custom_md_loader/classes/MetadataService.cls 9323 63 9323 135 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6890 /custom_md_loader/classes/MetadataService.cls 9323 63 9323 135 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
6891 /custom_md_loader/classes/MetadataService.cls 9340 16 9360 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6891 /custom_md_loader/classes/MetadataService.cls 9340 16 9360 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6892 /custom_md_loader/classes/MetadataService.cls 9341 54 9341 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]*'
6892 /custom_md_loader/classes/MetadataService.cls 9341 54 9341 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]*'
6893 /custom_md_loader/classes/MetadataService.cls 9343 62 9343 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]*'
6893 /custom_md_loader/classes/MetadataService.cls 9343 62 9343 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]*'
6894 /custom_md_loader/classes/MetadataService.cls 9344 75 9344 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]*'
6894 /custom_md_loader/classes/MetadataService.cls 9344 75 9344 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]*'
6895 /custom_md_loader/classes/MetadataService.cls 9361 16 9382 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6895 /custom_md_loader/classes/MetadataService.cls 9361 16 9382 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6896 /custom_md_loader/classes/MetadataService.cls 9361 51 9361 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]*'
6896 /custom_md_loader/classes/MetadataService.cls 9361 51 9361 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]*'
6897 /custom_md_loader/classes/MetadataService.cls 9361 66 9361 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]*'
6897 /custom_md_loader/classes/MetadataService.cls 9361 66 9361 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]*'
6898 /custom_md_loader/classes/MetadataService.cls 9362 44 9362 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]*'
6898 /custom_md_loader/classes/MetadataService.cls 9362 44 9362 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]*'
6899 /custom_md_loader/classes/MetadataService.cls 9365 52 9365 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]*'
6899 /custom_md_loader/classes/MetadataService.cls 9365 52 9365 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]*'
6900 /custom_md_loader/classes/MetadataService.cls 9366 65 9366 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]*'
6900 /custom_md_loader/classes/MetadataService.cls 9366 65 9366 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]*'
6901 /custom_md_loader/classes/MetadataServiceTest.cls 32 9 875 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
6901 /custom_md_loader/classes/MetadataServiceTest.cls 32 9 875 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
6902 /custom_md_loader/classes/MetadataServiceTest.cls 37 13 70 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
6902 /custom_md_loader/classes/MetadataServiceTest.cls 37 13 70 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
6903 /custom_md_loader/classes/MetadataServiceTest.cls 37 13 70 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'WebServiceMockImpl' has a Standard Cyclomatic Complexity of 14 (Highest = 13).
6903 /custom_md_loader/classes/MetadataServiceTest.cls 37 13 70 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'WebServiceMockImpl' has a Standard Cyclomatic Complexity of 14 (Highest = 13).
6904 /custom_md_loader/classes/MetadataServiceTest.cls 39 16 69 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6904 /custom_md_loader/classes/MetadataServiceTest.cls 39 16 69 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6905 /custom_md_loader/classes/MetadataServiceTest.cls 39 16 69 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'doInvoke(Object, Object, Map, String, String, String, String, String, String)' has a cyclomatic complexity of 13.
6905 /custom_md_loader/classes/MetadataServiceTest.cls 39 16 69 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'doInvoke(Object, Object, Map, String, String, String, String, String, String)' has a cyclomatic complexity of 13.
6906 /custom_md_loader/classes/MetadataServiceTest.cls 39 16 69 10 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
6906 /custom_md_loader/classes/MetadataServiceTest.cls 39 16 69 10 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
6907 /custom_md_loader/classes/MetadataServiceTest.cls 39 16 69 10 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'doInvoke' has a Standard Cyclomatic Complexity of 13.
6907 /custom_md_loader/classes/MetadataServiceTest.cls 39 16 69 10 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'doInvoke' has a Standard Cyclomatic Complexity of 13.
6908 /custom_md_loader/classes/MetadataServiceTest.cls 45 17 45 92 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6908 /custom_md_loader/classes/MetadataServiceTest.cls 45 17 45 92 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6909 /custom_md_loader/classes/MetadataServiceTest.cls 45 17 45 92 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6909 /custom_md_loader/classes/MetadataServiceTest.cls 45 17 45 92 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6910 /custom_md_loader/classes/MetadataServiceTest.cls 47 17 47 101 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6910 /custom_md_loader/classes/MetadataServiceTest.cls 47 17 47 101 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6911 /custom_md_loader/classes/MetadataServiceTest.cls 47 17 47 101 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6911 /custom_md_loader/classes/MetadataServiceTest.cls 47 17 47 101 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6912 /custom_md_loader/classes/MetadataServiceTest.cls 49 17 49 96 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6912 /custom_md_loader/classes/MetadataServiceTest.cls 49 17 49 96 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6913 /custom_md_loader/classes/MetadataServiceTest.cls 49 17 49 96 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6913 /custom_md_loader/classes/MetadataServiceTest.cls 49 17 49 96 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6914 /custom_md_loader/classes/MetadataServiceTest.cls 51 17 51 103 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6914 /custom_md_loader/classes/MetadataServiceTest.cls 51 17 51 103 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6915 /custom_md_loader/classes/MetadataServiceTest.cls 51 17 51 103 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6915 /custom_md_loader/classes/MetadataServiceTest.cls 51 17 51 103 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6916 /custom_md_loader/classes/MetadataServiceTest.cls 53 17 53 100 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6916 /custom_md_loader/classes/MetadataServiceTest.cls 53 17 53 100 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6917 /custom_md_loader/classes/MetadataServiceTest.cls 53 17 53 100 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6917 /custom_md_loader/classes/MetadataServiceTest.cls 53 17 53 100 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6918 /custom_md_loader/classes/MetadataServiceTest.cls 55 17 55 90 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6918 /custom_md_loader/classes/MetadataServiceTest.cls 55 17 55 90 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6919 /custom_md_loader/classes/MetadataServiceTest.cls 55 17 55 90 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6919 /custom_md_loader/classes/MetadataServiceTest.cls 55 17 55 90 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6920 /custom_md_loader/classes/MetadataServiceTest.cls 57 17 57 98 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6920 /custom_md_loader/classes/MetadataServiceTest.cls 57 17 57 98 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6921 /custom_md_loader/classes/MetadataServiceTest.cls 57 17 57 98 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6921 /custom_md_loader/classes/MetadataServiceTest.cls 57 17 57 98 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6922 /custom_md_loader/classes/MetadataServiceTest.cls 59 17 59 98 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6922 /custom_md_loader/classes/MetadataServiceTest.cls 59 17 59 98 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6923 /custom_md_loader/classes/MetadataServiceTest.cls 59 17 59 98 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6923 /custom_md_loader/classes/MetadataServiceTest.cls 59 17 59 98 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6924 /custom_md_loader/classes/MetadataServiceTest.cls 61 17 61 96 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6924 /custom_md_loader/classes/MetadataServiceTest.cls 61 17 61 96 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6925 /custom_md_loader/classes/MetadataServiceTest.cls 61 17 61 96 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6925 /custom_md_loader/classes/MetadataServiceTest.cls 61 17 61 96 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6926 /custom_md_loader/classes/MetadataServiceTest.cls 63 17 63 98 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6926 /custom_md_loader/classes/MetadataServiceTest.cls 63 17 63 98 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6927 /custom_md_loader/classes/MetadataServiceTest.cls 63 17 63 98 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6927 /custom_md_loader/classes/MetadataServiceTest.cls 63 17 63 98 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6928 /custom_md_loader/classes/MetadataServiceTest.cls 65 17 65 98 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6928 /custom_md_loader/classes/MetadataServiceTest.cls 65 17 65 98 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6929 /custom_md_loader/classes/MetadataServiceTest.cls 65 17 65 98 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6929 /custom_md_loader/classes/MetadataServiceTest.cls 65 17 65 98 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6930 /custom_md_loader/classes/MetadataServiceTest.cls 67 17 67 98 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6930 /custom_md_loader/classes/MetadataServiceTest.cls 67 17 67 98 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6931 /custom_md_loader/classes/MetadataServiceTest.cls 67 17 67 98 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6931 /custom_md_loader/classes/MetadataServiceTest.cls 67 17 67 98 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
6932 /custom_md_loader/classes/MetadataServiceTest.cls 73 20 81 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
6932 /custom_md_loader/classes/MetadataServiceTest.cls 73 20 81 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
6933 /custom_md_loader/classes/MetadataServiceTest.cls 78 25 78 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
6933 /custom_md_loader/classes/MetadataServiceTest.cls 78 25 78 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
6934 /custom_md_loader/classes/MetadataServiceTest.cls 80 38 80 87 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataPort' defined but not used
6934 /custom_md_loader/classes/MetadataServiceTest.cls 80 38 80 87 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataPort' defined but not used
6935 /custom_md_loader/classes/MetadataServiceTest.cls 84 20 102 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
6935 /custom_md_loader/classes/MetadataServiceTest.cls 84 20 102 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
6936 /custom_md_loader/classes/MetadataServiceTest.cls 89 25 89 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
6936 /custom_md_loader/classes/MetadataServiceTest.cls 89 25 89 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
6937 /custom_md_loader/classes/MetadataServiceTest.cls 105 20 116 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
6937 /custom_md_loader/classes/MetadataServiceTest.cls 105 20 116 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
6938 /custom_md_loader/classes/MetadataServiceTest.cls 110 25 110 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
6938 /custom_md_loader/classes/MetadataServiceTest.cls 110 25 110 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
6939 /custom_md_loader/classes/MetadataServiceTest.cls 119 20 874 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
6939 /custom_md_loader/classes/MetadataServiceTest.cls 119 20 874 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
6940 /custom_md_loader/classes/MetadataUtil.cls 8 8 187 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6940 /custom_md_loader/classes/MetadataUtil.cls 8 8 187 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6941 /custom_md_loader/classes/MetadataUtil.cls 8 8 187 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'MetadataUtil' has a total cognitive complexity of 75 (highest 31), current threshold is 50
6941 /custom_md_loader/classes/MetadataUtil.cls 8 8 187 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'MetadataUtil' has a total cognitive complexity of 75 (highest 31), current threshold is 50
6942 /custom_md_loader/classes/MetadataUtil.cls 8 8 187 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'MetadataUtil' has a Standard Cyclomatic Complexity of 7 (Highest = 14).
6942 /custom_md_loader/classes/MetadataUtil.cls 8 8 187 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'MetadataUtil' has a Standard Cyclomatic Complexity of 7 (Highest = 14).
6943 /custom_md_loader/classes/MetadataUtil.cls 20 19 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
6943 /custom_md_loader/classes/MetadataUtil.cls 20 19 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
6944 /custom_md_loader/classes/MetadataUtil.cls 22 21 22 35 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'success' defined but not used
6944 /custom_md_loader/classes/MetadataUtil.cls 22 21 22 35 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'success' defined but not used
6945 /custom_md_loader/classes/MetadataUtil.cls 42 19 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6945 /custom_md_loader/classes/MetadataUtil.cls 42 19 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6946 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6946 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6947 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'transformToCustomMetadataAndCreateUpdate(Set, List>, List, String, Integer)' has a cognitive complexity of 30, current threshold is 15
6947 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'transformToCustomMetadataAndCreateUpdate(Set, List>, List, String, Integer)' has a cognitive complexity of 30, current threshold is 15
6948 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'transformToCustomMetadataAndCreateUpdate(Set, List>, List, String, Integer)' has a cyclomatic complexity of 15.
6948 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'transformToCustomMetadataAndCreateUpdate(Set, List>, List, String, Integer)' has a cyclomatic complexity of 15.
6949 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
6949 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
6950 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'transformToCustomMetadataAndCreateUpdate()' has an NCSS line count of 57 (limit: 40)
6950 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'transformToCustomMetadataAndCreateUpdate()' has an NCSS line count of 57 (limit: 40)
6951 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'transformToCustomMetadataAndCreateUpdate' has a Standard Cyclomatic Complexity of 14.
6951 /custom_md_loader/classes/MetadataUtil.cls 51 19 125 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'transformToCustomMetadataAndCreateUpdate' has a Standard Cyclomatic Complexity of 14.
6952 /custom_md_loader/classes/MetadataUtil.cls 52 16 52 23 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'devName' defined but not used
6952 /custom_md_loader/classes/MetadataUtil.cls 52 16 52 23 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'devName' defined but not used
6953 /custom_md_loader/classes/MetadataUtil.cls 53 16 53 21 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'label' defined but not used
6953 /custom_md_loader/classes/MetadataUtil.cls 53 16 53 21 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'label' defined but not used
6954 /custom_md_loader/classes/MetadataUtil.cls 157 20 186 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'upsertMetadataAndValidate(MetadataService.Metadata[])' has a cognitive complexity of 31, current threshold is 15
6954 /custom_md_loader/classes/MetadataUtil.cls 157 20 186 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'upsertMetadataAndValidate(MetadataService.Metadata[])' has a cognitive complexity of 31, current threshold is 15
6955 /custom_md_loader/classes/MetadataUtil.cls 157 20 186 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'upsertMetadataAndValidate(MetadataService.Metadata[])' has a cyclomatic complexity of 12.
6955 /custom_md_loader/classes/MetadataUtil.cls 157 20 186 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'upsertMetadataAndValidate(MetadataService.Metadata[])' has a cyclomatic complexity of 12.
6956 /custom_md_loader/classes/MetadataUtil.cls 157 20 186 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'upsertMetadataAndValidate' has a Standard Cyclomatic Complexity of 10.
6956 /custom_md_loader/classes/MetadataUtil.cls 157 20 186 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'upsertMetadataAndValidate' has a Standard Cyclomatic Complexity of 10.
6957 /custom_md_loader/classes/MetadataUtil.cls 175 21 178 22 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
6957 /custom_md_loader/classes/MetadataUtil.cls 175 21 178 22 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
6958 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 8 21 207 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6958 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 8 21 207 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6959 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 8 21 207 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'MetadataWrapperApiLoader' has a total cognitive complexity of 155 (highest 31), current threshold is 50
6959 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 8 21 207 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'MetadataWrapperApiLoader' has a total cognitive complexity of 155 (highest 31), current threshold is 50
6960 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 8 21 207 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'MetadataWrapperApiLoader' has a Standard Cyclomatic Complexity of 4 (Highest = 10).
6960 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 8 21 207 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'MetadataWrapperApiLoader' has a Standard Cyclomatic Complexity of 4 (Highest = 10).
6961 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 11 17 18 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6961 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 11 17 18 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6962 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 72 19 145 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'migrate(MetadataMappingInfo)' has a cognitive complexity of 18, current threshold is 15
6962 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 72 19 145 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'migrate(MetadataMappingInfo)' has a cognitive complexity of 18, current threshold is 15
6963 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 72 19 145 4 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'migrate()' has an NCSS line count of 50 (limit: 40)
6963 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 72 19 145 4 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'migrate()' has an NCSS line count of 50 (limit: 40)
6964 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 73 5 73 57 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6964 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 73 5 73 57 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6965 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 73 5 73 57 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6965 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 73 5 73 57 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6966 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 76 14 76 21 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'devName' defined but not used
6966 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 76 14 76 21 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'devName' defined but not used
6967 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 77 14 77 19 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'label' defined but not used
6967 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 77 14 77 19 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'label' defined but not used
6968 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 90 9 90 53 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6968 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 90 9 90 53 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6969 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 90 9 90 53 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6969 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 90 9 90 53 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6970 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 122 11 122 63 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6970 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 122 11 122 63 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6971 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 122 11 122 63 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6971 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 122 11 122 63 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6972 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 124 11 124 63 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6972 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 124 11 124 63 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6973 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 124 11 124 63 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6973 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 124 11 124 63 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6974 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 129 11 129 103 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6974 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 129 11 129 103 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6975 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 129 11 129 103 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6975 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 129 11 129 103 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6976 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 137 7 137 79 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6976 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 137 7 137 79 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6977 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 137 7 137 79 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6977 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 137 7 137 79 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
6978 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 176 11 205 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'upsertMetadataAndValidate(MetadataService.Metadata[])' has a cognitive complexity of 31, current threshold is 15
6978 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 176 11 205 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'upsertMetadataAndValidate(MetadataService.Metadata[])' has a cognitive complexity of 31, current threshold is 15
6979 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 176 11 205 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'upsertMetadataAndValidate(MetadataService.Metadata[])' has a cyclomatic complexity of 12.
6979 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 176 11 205 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'upsertMetadataAndValidate(MetadataService.Metadata[])' has a cyclomatic complexity of 12.
6980 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 176 11 205 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'upsertMetadataAndValidate' has a Standard Cyclomatic Complexity of 10.
6980 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 176 11 205 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'upsertMetadataAndValidate' has a Standard Cyclomatic Complexity of 10.
6981 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 194 11 197 12 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
6981 /custom_md_loader/classes/MetadataWrapperApiLoader.cls 194 11 197 12 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
6982 /custom_md_loader/pages/CustomMetadataLoader.page 8 64 8 77 pmd VfCsrf 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfcsrf Avoid calling VF action upon page load
6982 /custom_md_loader/pages/CustomMetadataLoader.page 8 64 8 77 pmd VfCsrf 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfcsrf Avoid calling VF action upon page load
6983 /custom_md_loader/pages/CustomMetadataLoader.page 23 45 23 63 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
6983 /custom_md_loader/pages/CustomMetadataLoader.page 23 45 23 63 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
6984 /custom_md_loader/pages/CustomMetadataLoader.page 29 44 29 60 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
6984 /custom_md_loader/pages/CustomMetadataLoader.page 29 44 29 60 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
6985 /custom_md_loader/pages/CustomMetadataLoader.page 33 57 33 64 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
6985 /custom_md_loader/pages/CustomMetadataLoader.page 33 57 33 64 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
6986 /custom_md_loader/pages/CustomMetadataLoader.page 38 48 38 55 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
6986 /custom_md_loader/pages/CustomMetadataLoader.page 38 48 38 55 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